/*	CSS created by Omar Riverol 
	March 2006
*/

/* format body margins on all pages*/
body {
	/*background-image:url(http://localhost/BetaSite/images/icbmark1.gif);
	background-attachment:fixed;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* main text formatting used throughout the site */
.regtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
/* main italic underline text formatting used throughout the site */
.regtextitaund {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-style: italic;
	text-decoration: underline;	
}
/* main italic text formatting used throughout the site */
.regtextita {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-style: italic;
}
/* main bold text formatting used throughout the site */
.regtextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
/* main bold text formatting used throughout the site */
.regtextboldund {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}	
/* main highlight text formatting used throughout the site */
.hltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8B0000;
	font-size: 10px;
	font-weight: bold;
}
/* header style for main topics */
.bigheader { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: 600;
}
/* style for critical error text */
.crit{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-size: 14px;
	font-weight: 600;
	margin-top: 10pt;
	margin-bottom: 10pt;
}
/* breadcrumb link and hover style */
a.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: 10px; 
	text-decoration: none;
}
a:hover.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8B0000; 
	font-size: 10px; 
	text-decoration: none;
}
/* horizontal navigation link and hover style */
a.hnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: 10px;
	text-decoration: none;
}
a:hover.hnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8B0000; 
	font-size: 10px;
	text-decoration: none;
}
/* page navigation, back, front, top page, link and hover style */
a.pnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: 10px;
	font-weight: 600;
	text-decoration: none;
}
a:hover.pnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8B0000; 
	font-size: 10px;
	font-weight: 600;
	text-decoration: none;
}
/* email link and hover style */
a.email {
	font-family: Arial;
	color: #000000; 
	font-size: 10px;
	font-weight: 600;
	text-decoration: none;
}
a:hover.email {
	font-family: Arial;
	color: #8B0000; 
	font-size: 10px;
	font-weight: 600;
	text-decoration: none;
}
/* table style for locations header */
td.lochead {
background-color: #F3F3F3;
color: #8B0000;
font-family: Arial;
font-size: 11px;
font-weight: 600;
text-align: center;
height: 20;
}
/* table style for locations information content */
td.locinf {
border-left-color: #F3F3F3;
border-left-style: solid;
border-left-width: thin;
border-right-color: #F3F3F3;
border-right-style: solid;
border-right-width: thin;
border-bottom-color: #F3F3F3;
border-bottom-style: solid;
border-bottom-width: thin;
color: #000000;
font-family: Arial;
font-size: 10px;
text-align: center;
}
/* table style for locations header */
td.errhead {
background-color: #FF0000;
color: #ffffff;
font-family: Verdana;
font-size: 14px;
font-weight: 600;
text-align: center;
vertical-align: middle;
height: 30;
}
/* table style for locations information content */
td.errinf {
border-left-color: #FF0000;
border-left-style: solid;
border-left-width: thin;
border-right-color: #FF0000;
border-right-style: solid;
border-right-width: thin;
border-bottom-color: #FF0000;
border-bottom-style: solid;
border-bottom-width: thin;
}
/*Style to place little arrow on the side of listed items*/
ul.list {
list-style-image: url(http://localhost/BetaSite/images/arrow.gif);
}
/*Style for big letters on side of list*/
ol.alpha {
list-style-type: upper-alpha;
}
/*Style for small letters on side of list*/
ol.lalpha {
list-style-type: lower-alpha;
}
/*Style for small roman numbers on side of list*/
ol.lroman {
list-style-type: lower-roman;
}
/*Style for input boxes on forms*/
input.ftext{
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: black;
	border-bottom:1px solid #000000; 
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	border-left:1px solid #000000; 
}
/*Style for select box on forms*/
select.ftexts{
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	border-bottom:1px solid #000000; 
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}
/*Style for textareas on forms*/
textarea.ftexta{
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	border-bottom:1px solid #000000; 
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}
/*Style for the submit button on all forms*/
.submit { 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cc0000; 
	border-bottom:1px solid #000000; 
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	border-left:1px solid #000000; 
	cursor: hand;
}
.floatright {
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 2px;
}
.vspacer {
margin-top: 20pt;
margin-bottom: 20pt;
}
