/*search- genvendor	*/

body {	
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color: #D4D0C8;
	scrollbar-highlight-color: #ffffff;
	cursor: default;
	scrollbar-shadow-color: #808080;
	scrollbar-3dlight-color: #D4D0C8;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #ebebeb;
	scrollbar-darkshadow-color: #000000;
	scrollbar-base-color: #999999;
	}

 /* titling -- the span and div tags are for netscape issues -Drill area */

td.category-title {
	text-align:left;
	font-size: 13px;
	font-weight : bold; 
}

/*    anchors    */

td.category-title a:active {
    color: #999999;
    text-decoration: underline;
	cursor:hand;
}

td.category-title a:link {
	color:  #000000;
	text-decoration: underline;
	cursor:hand;
}

td.category-title a:visited {
	color: #999999;
	text-decoration: underline;
	cursor:hand;
}

td.category-title a:hover {
	color: #cc6600;
	text-decoration: underline;
	cursor:hand
}

td.evenrow a:hover {
	color: #cc9900;
	text-decoration: underline;
	cursor:hand
}

/*  spans controling font and font color   */

span.secondary-navigation {
	color: #000000; 
	font-size: 10px; 
}

span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

div { 
	font-family: Arial, Helvetica, sans-serif;
}

span.important, span.warning { 
	font-size: 12px;
	color:#ff0000; 
	clear:both;
	margin-top:0px;
	margin-bottom:0px; 
}

span.tip, span.note, span.subsection { 
	font-size: 10px;
	color:#000000; 
	clear:both;
	margin-top:0px;
	margin-bottom:0px; 
}

/*detail view*/

#conditions-data-value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #cc9900;
	font-style : italic;
}


		
	
