html{
  height:100%;
}

body {
  background-color: #ffffff;
  font-family: Tahoma;
  font-size: 11px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}

td {
  font-family: Tahoma;
  font-size: 11px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
th {
  font-family: Tahoma;
  font-size: 12px;
 
}
MyOption {
  height:20px;
  width: 100px;
  font-family:verdana;
  font-size:11px;
}

textlegal {
	color: #666;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	line-height: 12px
}

.smalltext {
	font-size:9px;
}

.textwarn {
	text-decoration: none;
	color: #993333;
}

.delay_warn {
	text-decoration: none;
	color:#90C;
	cursor:pointer;
}

.qtybox {
 	height:20px;
	width:40px;
	font-family:verdana;
	font-size:11px;
	text-align:right;
 }
.oldusage {
	text-decoration: none;
	color:#0000CC;
	cursor:pointer;
}

.qohwarn {
	text-decoration: none;
	color:#993333;
	cursor:pointer;
}



textbox {
	height:20px;
	width: 75px;
	font-family:verdana;
	font-size:11px;
}

a {
	color:#000333;
	text-decoration:none;
}

img {
	border: none;
}

/* Grey Theme */

.normaltab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.selectedtab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.highlight_tab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
}

.menubackground {
	background-color:#5E7794;
}

.boxes {
	background-color:#ffffff;
	border-color:#5E7794;
	border-style:solid;
	border-width:1px;
}

.highlight {
	background-color:#E7EFEF;
}

.selected {
	background-color:#5E7794;
}

.pinfo {
  font-family: Tahoma;
  font-size: 11px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding:0px;
}

P.breakhere {
	page-break-before: always
}
@page port { size: portrait; }
@page land { size: landscape; }

.graphport {
	page: port;
}

.graphland { 
	page: land ;
}


/* For transparent buttons */
.opacityit img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.4;
}

.opacityit:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
.opacityit:disabled img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	-moz-opacity: 1;
}

.scrollable { 
	width: 355px; 
	height: 72px; 
	overflow: auto; 
}

#menu a {
	display:block;
	width:76px;
	height:20px;
	margin: 1em 0;
	padding:2px 0px 5px 10px;
	/*font: bold 14px/1 sans-serif;*/
	color:#CCCCCC;
	background: url("/online-portal/images/buttons/button_template.gif") 0 0 no-repeat;
	text-decoration: none;
	}
#menu a:hover {	
	background-position: -76px 0;
	color: #505F84;
	}
#menu a:active {
	background-position: -152px 0;
	color:#990000;
	}
