
/** 
 * File Info
 * ----------------------------------
 * @filename     site.css
 * @created      xx.xx.xxxx
 * @author       unknown
 * @description  file is used to store classes tht should apply site wide, BUT are NOT visible to the user via the styles dropdown in the editor window
 *               used in conjunction with basic.css
 *
 * History
 * ---------------------------------
 * Date         Name      Note
 * 04.12.2005   smurphy   Moved file to CSS folder
 * 11.17.2008   smurphy   New links added to top right homepage box,
 * 			  decrease font size for .homerecommendations, .homereferring links
 * 			  also remove text-transform to uppercase
 * 
 */

.bodybold{ font-weight: bold;}


/* left nav */
.lnav_cat {color: #000000; font-size:8pt; }
A.lnav_cat:link, A.lnav_cat:active, A.lnav_cat:visited {color: #000000; text-decoration:none;font-size:8pt;}
A.lnav_cat:hover {color: #000000; text-decoration:underline; font-size:8pt;}
.lnav_bold_cat {color: #000000; font-size:8pt;}
A.lnav_bold_cat:link, A.lnav_bold_cat:active, A.lnav_bold_cat:visited {color: #000000; font-size:8pt; text-decoration:underline;}
A.lnav_bold_cat:hover {color: #000000; text-decoration:underline; font-size:8pt;}
.lnav_subcat {color: #000000; font-size:8pt; font-size:8pt; }
A.lnav_subcat:link, A.lnav_subcat:active, A.lnav_subcat:visited {color: #000000; font-size:8pt; text-decoration:none;}
A.lnav_subcat:hover {color: #000000; text-decoration:underline; font-size:8pt;}
.lnav_bold_subcat {color: #000000; font-size:8pt; text-decoration:underline;}
A.lnav_bold_subcat:link, A.lnav_bold_subcat:active, A.lnav_bold_subcat:visited {color: #000000; font-size:8pt; text-decoration:underline;}
A.lnav_bold_subcat:hover {color: #000000; text-decoration:underline; font-size:8pt;}

/* crumb trail */
.crumbtrail {color: #000000; text-decoration: none;}
A.crumbtrail:link, A.crumbtrail:active, A.crumbtrail:visited {color: #000000 ; text-decoration:none;font-size:8pt;}
A.crumbtrail:hover {color: #000000; text-decoration:underline;font-size:8pt;}

.graysm {color: #eeeeee; text-decoration: none; font-family:arial; font-size:8pt;}
.search {color: #000000; text-decoration: none; font-family:arial; font-size:8pt; font-weight: bold;}
.star {color: red; font-family:arial; font-size:17px; font-weight: bold}


.homereferring {color: #000000; font-family: Arial; font-size: 11px; text-align: left; font-weight: bold; text-decoration: underline}
.imagesandreports {color: #000000; font-family: Arial; font-size: 10px; }

.visitheader { color: #FFFFFF; font-family: verdana; font-size: 11px; font-weight: bold }
A.visitheader:link, A.visitheader:active, A.visitheader:visited { color: #FFFFFF; font-family: verdana; font-size: 11px; font-weight: bold }
A.visitheader:hover { color: #FFFFFF; font-family: verdana; font-size: 11px; font-weight: bold; text-decoration: underline}

.rightnav {color: #000000; font-family: Arial; font-weight: bold; font-size: 11px}
A.rightnav:link, A.rightnav:active, A.rightnav:visited {color: #000000; font-family: Arial; font-weight: bold; font-size: 11px}
A.rightnav:hover {color: #000000; font-family: Arial; font-weight: bold; font-size: 11px; text-decoration: underline}

.homerecommendations {color: #000000; font-family: Arial; font-size: 10px; font-weight: bold; text-decoration: underline}
A.homerecommendations:link, A.homerecommendations:active, A.homerecommendations:visited {color: #000000; font-family: Arial; font-size: 10px; font-weight: bold; text-decoration: underline}
A.homerecommendations:hover {color: #000000; font-family: Arial; font-size: 10px; font-weight: bold; text-decoration: underline}

.searchtext {color: #000000; font-family: Arial; font-size: 11px}
A.searchtext:link, A.searchtext:active, A.searchtext:visited {color: #000000; font-family: Arial; font-size: 11px; text-decoration: underline}
A.searchtext:hover {color: #000000; font-family: Arial; font-size: 11px; text-decoration: underline}

.homereferring {color: #000000; font-family: Arial; font-size: 11px; text-align: left; font-weight: bold; text-decoration: underline}
A.homereferring:link, A.homereferring:active, A.homereferring:visited {color: #000000; font-family: Arial; font-size: 11px; text-align: left; font-weight: bold; text-decoration: underline}
A.homereferring:hover {color: #000000; font-family: Arial; font-size: 11px; text-align: left; font-weight: bold; text-decoration: underline}


.bioimage { border-right : 1px solid #f06505;
	border-left : 1px solid #f06505;
	border-bottom: 1px solid #f06505;
	border-top : 1px solid #f06505;
}

.bodybackgroundhome {
	width: 100%;
	background: url(../images/bg-home.gif);
	background-repeat: repeat-x;
	background-color: #F9F9EC;
	vertical-align: top;
}

.bodybackgroundsub {
	width: 100%;
	background: url(../images/bg-subs.gif);
	background-repeat: repeat-x;
	background-color: #F9F9EC;
	vertical-align: top;
}

/* search box */
.searchtextbox {
	font-family: Tahoma,Arial;
	color: #000000;
	border: none;
	height: 15px; 
	width: 140px;
	font-size: 8pt;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-left: 2;
	padding-right: 2;
	padding-top: 1;
	padding-bottom: 1;
	text-align : left;
}



.formtextbox {
	font-family: Tahoma,Arial;
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
	/*background-color: #FFFFFF;*/
	padding-left: 2;
	padding-right: 2;
	padding-top: 1;
	padding-bottom: 1;
	border-right : 1px solid Black;
	border-left : 1px solid Black;
	border-bottom: 1px solid Black;
	border-top : 1px solid Black;
	border-style : solid;
	text-align : left;
}