/******************************************************************************
* 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 p{line-height:1.4}
div#navigation{padding: 4px;
text-align: center;background:#B9CAFF;
float:top;width:90%}
div#extra{background:#FFF}
div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}

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


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


body, li { 
  background: none repeat scroll 0% 0% rgb(51,102,153);
  margin: 20px 0pt 0em 0em;
  color: rgb(0,0,0);
  padding: 0em;
  height: 100%;
  color: black;
  background: white;
  font-size: 12px; 
}


.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-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; }


/******************************************************************************
* GSA menus                                                                   *
******************************************************************************/

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
  background-color: white;
  border: 0px ;
  intset: #e0e0e0;
  padding: 4px 2px 6px 2px;
  text-align: center;
}

div.menuBar a.menuButton {
  background-color: #336699;
  border: 1px solid #ffffff;
  color: #FFFFFF;
  cursor: default;
  left: 0px;
  right: 0px;
  margin: 0px;
  padding: 4px 45px 4px 45px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButtonHighlight {
  background-color: #00FF99;
  border: 1px solid #ffffff;
  color: #FFFFFF;
  cursor: default;
  left: 0px;
  right: 0px;
  margin: 0px;
  padding: 4px 45px 4px 45px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border: 1px outset #e0e0e0;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #003366;
  border: 1px inset #e0e0e0;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #6699cc;
  border: 1px outset #e0e0e0;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #FFFFFF;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #003366;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}
