/*

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
*/
td
{
 white-space:normal;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:hover{
	color: navy;
	font-weight: bold;
	text-decoration:none;	
}
a.topMenu:hover{
	color: white;
	font-weight: bold;
	text-decoration:none;	
}
.boldRed{
	font-weight: bold;
	color: red;
}
		body,table,tr,td,input,select,textarea,form,.bigRed,.inputError,.inputGo,.boldRed{
			font-family:tahoma;
			font-size:12px;
		}
 		.box,.boxLeft{
			/* border: dashed 1px #DFDFDF; */
			border: solid 1px red;			
		}
 		.boxLeft{
			style="margin-left: 25px;"		
		}
		/*******************************/
		.showBox{
			z-index: 100;
			left: 70px;
			position: absolute;	
			right: 20px;
			bottom: 50px;
		}
		.hideBox{
			/* visibility: hidden; */
			display:none;
		}
		.bigRed{
			font-size:14px;
			color: red;
		}
.style1 {
	color: #010055;
	font-weight: bold;
	font-size: 12px;
}
.style2 {
	font-size: 12;
	font-weight: bold;
	color: #FF0000;
}
.style3, .tabz {
	color: #FFFFFF;
	font-weight: bold;
}
.tabz{
	background-image: url(images/TAB_2.gif) no-repeat 100% 0;
	/* repeat-x: one; */
}
li {
	list-style-image: url(images/bullet.gif);
}
.inputError {  
    border-color: #c30003; 
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px;
    /*width: 120px;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; */
}
.inputGo {  
	border-color: #33CC33;
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px;
}
/*
.nav a {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
a {
	color: #010055;
}
*/
.buttonLink:hover{
	border-color: #33CC33;
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px;
}
.yellowClass{
	background-color:yellow;
}
.tabColorSpecial{
	background-color: none;
	background-image: url(images/RedScanTab.gif);
}
.tabSpecial{
	background-color: none;
	background-image: url(images/RedTab.gif);
}
.tabColor{
	background-color: none;
	background-image: url(images/TAB.gif);
}
.tabColor2{
	/* background-color: #009E7E; */
	background-image: url(images/tab2.gif);
}
.tabNew{
	/* background-color: #009E7E; */
	background-image: url(images/tabNew.gif);
}
.noBorder{
	border: 0;
}
.tabz{
	background-image: url(images/tabTemp.jpg);
}

.red{color:red; font-size:12px; font-weight:bold;}
.green{color:green; font-size:12px;}
.crossedout {text-decoration:line-through; font-weight:bold;}
.white,a.topMenu{color:white; font-size:12px; font-weight:bold;}
/* **************** */

#menu {
	height: 25px;
	margin: 3em 0; padding:0 1em;
	border-bottom: 1px solid black;
	}

div.outer {
	float: left;
	width: 120px; height: 25px;
	margin: 0 3px 0 0;
	background: url( 'bars.gif' ) 0 -50px no-repeat;
	}

div.outer a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font: bold 13px/1 Georgia, serif;
	color:#039;
	text-decoration: none;
	background: url( 'bars.gif' ) top left no-repeat;
	}
div.outer span {
	display: block;
	margin:0; padding: 7px 0 0 13px;
	}
div.outer a:hover {
	background-image: none;
	color: yellow;
	}
div.outer a:active {
	color: black;
	}