/***********/
/* Default */
/***********/

html {
  font-family: tahoma, arial, sans-serif;
  font-size: small;
}

body {
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0.5em 0.5em 0.5em 0em;
}

/*********/
/* Style */
/*********/

body {
  background-image: url('background.jpg');
}

h1 {
  font-size: small;
  font-weight: normal;
  background-color: #C5C5D5;
  background-image: url('h1corner.png');
  background-repeat: no-repeat;
  margin: 2px;
  padding-left: 3px;
  padding-bottom: 1px;
  cursor: pointer;
  clear: both;
}

h2 {
  font-size: small;
  font-weight: normal;
  background-color: #D9DEE9;
  background-image: url('h2corner.png');
  background-repeat: no-repeat;
  margin: 2px 2px 2px 0px;
  padding-left: 3px;
  cursor: pointer;
  clear: both;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: black;
  background-color: #AAE;
  text-decoration: none;
}

a:hover.noHighlight {
  background-color: transparent;
}

p:first-letter {
  color: #666699;
  font-weight: bolder;
}

address {
  color: white;
  font-style: normal;
}

address a {
  color: white;
  text-decoration: underline;
}

address a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

li {
  color: #666699;
}

object {
  display: block;
}

q {
	/*
  display: block;
  width: 10em;
  float: right;
  text-align: right;
  clear: right; */
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0.5em;
  color: #AF4B4B;
  font-weight: bold;
  font-style: italic;
  font-size: x-small;
}

cite {
  display: block;
  font-weight: normal;
  text-align: right;
  color: #AF4B4B;
  font-style: italic;
  font-size: x-small;
}

a img {
  border: none;
}

/************/
/* Specific */
/************/

table.header {
  background-image: url('headerbackground.jpg');
  border-bottom: 1px solid black;
}

td.logo {
  width: 250px;
}

img.title {
  margin-bottom: 4px;
}

table.footer {
  background-image: url('headerbackground.jpg');
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

img.mcpLogo {
  margin-top: 4px;
}

div.section {
  margin-bottom: 1em;
  padding-left: 1em;
}

ul.nav {
  margin-right: 1em;
  margin-top: 8px;
  margin-left: 8px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "century gothic", arial, tahoma, sans-serif;
  font-variant: small-caps;
  font-size: x-large;
  font-weight: bold;
  list-style-type: none;
  list-style-position: outside;
}

ul.nav li {
  display: block;
  width: 5em;
}

ul.nav li a {
  display: block;
  margin-left: 0px;
  width: 5em;
}

ul.nav li a {
  color: #444477;
}

ul.nav li a:hover {
  background-image: url("headerbackground.jpg");
}

img.screenshot {
  display: block;
  float: left;
  clear: left;
  margin: 1em 1em 0.5em 0em;
}

div.technologies {
  clear: both;
  color: #3B9F3B;
  text-align: center;
  font-size: x-small;
  font-weight: bold;
}

div.project q {
  float: none;
  width: auto;
}

div.project a:hover {
  background-color: transparent;
}

h2 a {
  color: black;
}

/**********/
/* Layout */
/**********/

table.layout {
  border-collapse: collapse;
  width: 100%;
}

table.layout td {
  padding: 0px;
}

td.right {
  text-align: right;
}
td.centre, td.center {
  text-align: center;
}

td.top {
  vertical-align: top;
}
td.bottom {
  vertical-align: bottom;
}

/*********/
/* Debug */
/*********/

ztd {
  border: 1px solid red;
}
