/******************************************************************************
* CFHT styles                                                                  *
******************************************************************************/
html{margin:0;padding:0}
div#header h1{height:80px;line-height:80px;margin:0;
  padding-left:10px;background: #EEE; color: #79B30B}
div#content {background-color:#FFFFFF; width: 800px;}
div#navigation{padding: 4px; text-align: center;background:#B9CAFF; float:top;width:90%}
div#extra{background:#FFF}
div#footer{background: #FFF;color: #FFF}
div#footer p{margin:0;padding:5px 10px}

div#wrapper{float:right;width:100%}
div#extra{clear:both;width:100%}


/******************************************************************************
* CFHT styles                                                                  *
******************************************************************************/

#cfhtHeader{
  background-color: "FFFFFF";
  clear: both;
  display: block;
  margin: 10px auto 3px;
  text-align: center;
  width: 785px;
  }

body { 
  background: none repeat scroll 0 0 #336699;
  color: #000000;
  font-family: sans-serif;
  margin: 20px 0 0 0;
  color: rgb(0,0,0);
  padding: 0;
  height: 100%;
}


.darkline { 
  background: #4682B4;
}

.cright {
  font-family: Tahoma, Verdana, sans-serif; 
  font-size: 12px; 
  color: #FFFFFF; 
  background: #4682B4; 
  text-align: right;
}


table.alignment {
   padding: 4px;
   max-width: 600px;
   border: 2px solid black ;
}

hr { color: #336699; height : 1px; }

a {
  color: black;
}

h2 { 
  margin-bottom: 0px; 
  margin-top: 0px; 
  font-size: 18px; 
}

/*h2 {
  font-size: 140%;
  margin-bottom: 0px;
  margin-top: 0px;
}*/

h3 {
  font-size: 15px;
}

h4 {
  font-size: 100%;
}

pre {
/*  font-family: Courier New, Courier, monospace; */
  font-size: medium;
  font-family: monospace;
  vertical-align: center;
}

th {
  font-weight: bold;
  text-align: center;
}

td { 
    text-align: left; 
   }

table.wdbi td {
  text-align: right;
  vertical-align: bottom;
  white-space: nowrap;
  font-family: Courier New, Courier, monospace;
  font-size: 12px;
}

table.header td{
   font-size: 12px;
   white-space: normal;
} 

ul {
  list-style-type: square;
}

#cadcHeader {
  border-color: #000000;
  border-style: none;
  border-width: 0px;
  padding: 0px;
  width: 750px;
}

img {
  border-color: #000000;
  border-style: none;
  border-width: 0px;
}

.footer {
  margin-bottom: 0px;
  text-align: center;
}

/* Boxed table styles */

table.boxed {
  border-spacing: 2px;
  empty-cells: hide;
}

td.boxed, th.boxed, th.boxedHeader {
  background-color: #ffffff;
  border-color: #000000;
  border-style: none;
  border-width: 1px;
  color: #000000;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

th.boxed {
  background-color: #c0c0c0;
}

th.boxedHeader {
  background-color: #808080;
  color: #ffffff;
}

/* TABLES */
table 	{ }
td.primary { font-weight: bold; }
td.value { }

table.form {
	margin-left: auto;  /* center table in enclosing block */
	margin-right: auto; /* center table in enclosing block */
	border-spacing: 0;
	border-style: none;
	border-width: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	empty-cells: show;
}
table.form td {
	/*width: 175px;*/
	text-align: center;
	border-style: none;
	border-color: white;
	border-width: 1em;
	/*background: #ccc;*/
}

table.content {
	font-family: monospace;
	border-collapse: collapse;
	border-spacing: 0;
	border-style: none;
	border-width: 1px;
	border-color: black;
	padding-left: 0;
	padding-right: 0;
	empty-cells: show;
}
table.content th {
	background: #bfccd9;
	color: black;
	text-align: center;
	border-style: none;
	border-width: 1px;
	border-color: black;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
table.content td {
	border-style: none;
	border-width: 0;
	vertical-align: top;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.odd	{ background: #ccc; }
.even	{ background: white; }
.right  { text-align: right; }
.left  { text-align: left; }
.error
{
  color: red; 
  font-family: 'New Century Schoolbook', serif; 
  font-style: oblique;
}

table.content tr.subhead	{ background: #bfccd9; }


