/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
	

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 70%;
	font-weight: bold;
	}	
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu3 {
	width: 155px;
	border: 1px solid #ccc;
	margin: 1px;
	}
	
#menu3 li a {
  	height: 20px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #555;
	display: block;
	background: url(../images/menu_off.gif);
	padding: 4px 0 3px 20px;
	}
	
#menu3 li a:hover, #menu3 li a:active {
	color: #283A50;
	background: url(../images/menu_hover.gif);
	padding: 4px 0 3px 20px;
	}


.whiteFont {	color: white;}.redFont {	color: red;}.blueFont {	color: blue;}td { 	font-size: 12px; 	color: #000; }/* body will inherit values to all elements unless otherwise specified */body { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	color: #000; 	background-color: #FFF; }/* Tag-based (descendant) selectors */.tdNav { 	font-size: 10px; 	color: #000; }th { 	font-size: 14px; 	font-weight: bold; 	text-align: center; }/* Tag-classed (non-universal) selectors */table.formtable { 	width: 100%; 	margin: 0; 	padding: 0; }td.top { 	vertical-align: top; } th.formhead { 	border-bottom: 10px solid #FFF; 	background-color: #CCC; }tr.buttonbar td { vertical-align: middle; text-align: center; padding: 0; }tr.buttonbar td img { margin: 15px 2.5px; border: none; }tr.odd td { background-color: #CDF; } /* For alternating row color *//* Class-based (universal) selectors */	/* Things font-size 10px */.err, .stat,.small, .ColLbl, .level1, .level2, .smallI { 	font-size : 10px; }	/* End 10px declarations */.ColLbl { font-weight: bold; }.err { 	color: #F00; 	text-align: center; 	padding-bottom: 10px; }.stat { color: #090; }.head { 	font-size: 12px; 	font-weight: bold; }.head2 { 	font-size: 16px; 	font-weight: bold; }.info { 	font-size: 12px; 	font-style: italic; }.label { 	text-align: right; 	white-space: nowrap; }.largeish {   /* Russ for Physical Count Entry*/	font-size: 12px; }.level0, .level1, .level2 { color: #FFF; } .level0off { color: #C0C0C0; }.level0, .level0off { 	font-size: 12px; 	font-weight: bold; 	text-decoration: none; }.level1, .level2 { text-decoration: none; }.navline { 	border-top: medium solid; 	border-top-color: #000; }.nowrap { white-space: nowrap; }.smallI { font-style: italic; }.small7, .small7B { font-size: 7px; }.small7B { font-weight: bold; }.small6, .small6B { 	font-size: 9px; 	font-family: "Times New Roman", Times, serif; }.small6B { font-weight: bold; }.topnavtop { 	font-size: 12px; 	color: #C0C0C0; }/* Element Borders */.bottomBorder { border-bottom: 1px solid; }.leftBorder { 	border-left: 1px solid;	border-left-color: #999;}.rightBorder { 	border-right: 1px solid; 	border-right-color: #999;}.allBorder { border: 1px solid; }.topThickBorder { border-top: 2px solid; }/* End Element Borders */.tableCollapsed { 	border-collapse:collapse;	margin:0;	padding:0;}.tableCollapsed.withBorders { 	border-top:1px solid #000; 	border-left: 1px solid #000; }.tableCollapsed.withBorders tr td, .tableCollapsed.withBorders tr th {	border-bottom:1px solid #000; 	border-right: 1px solid #000; }.dim_td { color: #AAA; }.table { 	font-size: 12px; 	font-weight: bold; 	text-align: center; }.test { border: 1px dashed red; } /* Asset_mgr.cfm */.statusText { color: #0A0; }.infoText { color: #00F; }/* Asset_mgr_email.cfm */.redText { color: #C00; }.text12px { font-size: 12px; }/* Asset_mgr_report.cfm */.dkGreenText { color: #171; }.grayBoldText { color: #555; font-weight: bold; }/* create_report.cfm */.compactBorders { border-collapse: collapse; margin: 0; padding: 0; }.addPageBreakBefore { page-break-before: always; }/* ============================ *//*								*//* global form element styling 	*//*								*//* ============================	*/	/* To enable consistent styling of readonly text elements */input.readonly { 	color: #000; 	background-color: #ebebe4; }/* Improving readability of Gecko form elements *//* Child selector (>) hides from IE, Safari doesn't care anyhoo */td > input, td > select, label > input, td > textarea { 	border-right-color: #777; 	border-bottom-color: #777; 	border-width: 2px; }/* Tableless Account Masks */	.maskRow td label { 	float: left;	display: block; 	font-weight: bold; 	margin: 0 0.2em 0 0; }.maskRow td input { display: block; }/* 	Weird right-hand Strict-doctype whitespace bug *	============================================== * 	Only Gecko-based browsers have this problem,  * 	hence only Gecko-based browsers understand the fix  */	body > table, 	body > table table[height="15"], 	html > body > table > tbody > tr > td > table[align="left"] > tbody > tr > td + td + td + td  { width: 100%; }