/* 
    Document   : MarkIT
    Created on : 10 June 2005, 14:19
    Author     : 217956I
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* general */
body, td, th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 36px;
  color: #CCCCCC;
  font-weight: bold;
}

p.topMessage {
  color: red;
}

/* center */
img.center, table.center, table.result, table.form, table.list {
  margin-left: auto;
  margin-right: auto;
}

img.center {
  display: block;
}

p.center, p.topMessage {
  text-align: center;
}

/* body */
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

/* table */
table {
  width: 100%; 
  border: none; 
  border-collapse: collapse;
}

table.center {
  width: auto;
}

/* table list */
table.list td {
  border-color: #d7d7d7;
  border-width: 0px 1px 0px 0px;
  border-style: solid;
}

table.list td, table.list th {
  /* white-space: nowrap; */
  padding-left: 10px; 
  padding-right: 10px; 
  text-align: center;
}

/* table result */
table.result {
  width: auto;
  border: thin solid #990000;
}

table.result tr {
  height: 25px;
}

table.result td {
  text-align: center;
}

table.result tr.highlight {
  background-color: #c4fde8;
}

/* form */
span.section {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff622c;
  font-weight: bold;
  font-size: 30px;
}

table.form, table.list, hr.section {
  width: 80%;
}

hr.section {
  color: #d7d7d7;
  background-color: #d7d7d7;
  height: 2px;
  border: none;
}

td.gap {
  width: 50%;
}

td.label, td.fixedLabel {
  vertical-align: top;
  text-align: right;
  padding-right: 10px; 
  white-space: nowrap;
}

td.fixedLabel {
  width: 240px;
}

td.input {
}

input { 
  border: 1px solid #b6ae9b;
  font-size: 14px;
}

select { 
  border: #000000; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
} 

hr.input {
  border: none 0;
  border-top: 1px dashed #d7d7d7;
  border-bottom: 0px dashed #d7d7d7;
  height: 1px;
}

/* navigation */
.NavCSS {
  font-weight: bold; 
  color: #FFFFFF; 
}
a.NavCSS:link {
  text-decoration: none;
}
a.NavCSS:visited {
  text-decoration: none;
}
a.NavCSS:active {
  color: #0066CC;
  text-decoration: underline blink
}
a.NavCSS:hover {
  color: #0066CC;
  text-decoration: underline
}

/* submenu */
.SubMenu {
  font-weight: bold;
  color: #FFFFCC;
}

a.SubMenu:link {
  text-decoration: none;
}

a.SubMenu:visited {
  text-decoration: none;
}

a.SubMenu:active {
  color: #FFFFFF;
  text-decoration: underline blink
}

a.SubMenu:hover {
  color: #FFFFFF;
  text-decoration: underline
}

/* media */
span.media {
  font-size: 18px;
  font-weight: bold;
}

td.media {
  vertical-align: top;
  width: 180px;
}
