/* Specific.css */

/* Style */

#header-holder { background-color: #217A90; }
#global-nav { background-color: #122F64; color: #fff; }
#global-nav-items ul li a:hover, #global-nav-items ul li div.subnav ul li a:hover { background-color: #64A2B1; color:#122F64 }
#global-nav-items ul li div.subnav ul li a { background-color: #217A90; }

#search input.submit { background-color: #217A90; }

#menu li a , #menu li.current ul li a,
#menu #submenu #subsubmenu li a, #submenu li a { background-color: #217A90;  border-left-color: #64A2B1;}

#menu li.current a, #menu #submenu li.current a, #menu #submenu #subsubmenu li.current a,
#menu li a:hover, #menu #submenu li a:hover, #menu #submenu #subsubmenu li a:hover { border-left-color: #7D8DAA; background-color: #122F64; }

table td { background-color: #f0f3f7; }
table th { background-color: #97afcd; font-weight: bold; }
table { background-color: #122F64; } /* Needed for IE Border collapse work-around */

h1 { border-bottom-color: #107B5A; color: #9E4519; }
h2, h2 a, #content h2 a, #content .topic-home h2 a, #content .topic-home h2 a:visited, h2 a:visited, #pub h2 a:visited, h3, h3 a, #content h3 a, #content .topic-home h3 a, #content .topic-home h3 a:visited, h3 a:visited, #pub h3 a:visited, h4, h4 a, #content h4 a:link, #content h4 a:visited, #content .topic-home h4 a:link, #content .topic-home h4 a:visited, h4 a:visited, #pub h4 a:visited,  h5, h5 a, #content h5 a, #content .topic-home h5 a, #content .topic-home h5 a:visited, h5 a:visited, h6, h6 a, #content h6 a, #content .topic-home h6 a, #content .topic-home h6 a:visited, h6 a:visited { color: #047456; text-decoration: none; }

#content .topic-home h4 a:hover, #content .topic-home h4 a:active, h2 a:hover, h2 a:active, #content .topic-home h2 a:hover, #content .topic-home h2 active { color: #047456; text-decoration: underline; }

#elsewhere-on-daff, #elsewhere-on-daff a, #elsewhere-on-daff a:visited,
#related-websites, #related-websites a, #related-websites a:visited  { color: #122F64; text-decoration: none; }
#elsewhere-on-daff a:hover, #related-websites a:hover { color: #122F64; text-decoration: underline; }
#related-websites h2, #elsewhere-on-daff h2 { color:#122F64; }

.important-box-1 { background-color: #387499; }
.important-box-2 { background-color: #DBE3EB; }
.important-box-3 { border-color: #387499; }
.see-also-box { background-color: #EAEFF4; }
.right-box { background-color: #f3f4f7; }
.right-box h2 { background-color: #527097; color: #FFF; }
.right-box, .right-box a { color: #0b4c88; }

.alternate-format { background-color: #f3f4f7; border:1px solid #527097; }
.alternate-format h2 { background-color: #527097; color: #FFF; }
.alternate-format, .alternate-format a { color: #0b4c88; }

.searchtext {color:#fff;font-size:90%;margin-bottom:0;}

/* Accessibility bar */
#accessibilitybar #text {background-color:#122F64;}
#accessibilitybar #bar {background-color:#122F64; color:#122F64;}

#mainform p {
	margin: 6px 0;
         width: 80%;
	} 
	
#mainform {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #999;
  width: 533px;
  border: 4px solid #0C4B89;
  padding: 10px;  
}

#mainform label {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: #000000;
  display:inline;
  }

#mainform fieldset {
	border: 2px solid #0D977C;
	color: #000000;
	margin: 10px;
	padding: 15px;
         width: 480px;
         display: block;	
  }
#mainform fieldset div {padding-bottom: 5px;
}
/*#mainform .recfish2010 label {font-weight: normal;
  margin-bottom:5px;
}*/

#mainform legend {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 90%;
  color: #666;
  background: #eee;
  border: 1px solid #ccc;
  border-bottom-color: #999;
  border-right-color: #999;
  padding: 4px 8px;
  }  

 .submit input
{
margin-left: 30px;
}
.none ul li {list-style-type: none;
  padding-left: none;
  width: 400px; 
}


