/* CSS Document */
html,body{
 width:100%;
 height:100%;
}
body,div,td,table,tr,span{
	font-family:verdana;
	font-size:9pt;
}
body{
	background:url(../images/template/top_stretch.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000000;
	margin:0px;
	padding:0px;
	padding-top:20px;
	
}
#contentOuter{
	text-align:center;
	min-height:100%;
	
}
#contentInner{
	width:1250px;
	text-align:left;
	margin:0 auto 0 auto;
	min-height:100%;
}
table#colTable{
	border-collapse:collapse;min-height:100%;
}
td.colCell{
	vertical-align:top;
}
#leftCol{
	width:170px;
	overflow:hidden;
	display:inline-block;
	height:100%;	
	min-height:600px;
	vertical-align:top;
}
#leftColCell,#midColCell{
	background-color:#FFFBE5;
	
}
#midCol{
	width:800px;
	height:100%;
	overflow:hidden;
	display:inline-block;
	background-color:#FFFBE5;
	vertical-align:top;
	padding-bottom:10px;
}
#rightCol{
	width:200px;
	display:inline-block;
	height:100%;
	vertical-align:top;
	margin-left:10px;
}

#titleRow{
	text-align:center;
	background-color:black;	
}
#loginRow{
	height:28px;background:url('/images/template/header_stretch.gif');background-repeat:repeat-x;line-height:28px;
}
#main{
	padding-left:40px;
	padding-right:10px;
}

div#redBar{
	height:2px;
	background-color:#773d3d;
	font-size:1px;
    line-height:0;
	
}


div#redBarThin{
	height:1px;
	border-top:1px solid #773d3d;
	font-size:1px;
    line-height:1px;
	
}

input.loginField{
	height:18px;
	font-size:8pt;
}
a, a:visited{
	color:#993300;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.toolItem,a.toolItem:visited{
	color:#CCCCCC;
	font-weight:normal;
	text-decoration:none;
	width:115px;
	filter:shadow(color:black, strength:1, direction:135);
}
input.calendar{
width:22px;
height:20px;
top:-2px;
text-align:center;
background-color:white;
background-image:url(/images/icons/calendar.gif);
background-repeat:no-repeat;
background-position:center;
}	
a.toolItem:hover{
	text-decoration:underline;
}
div.footer{
	text-align:center;
	color:white;
	background-color:black;
}
div.googleSearch{
	color:#FFF5D6;
	text-align:center;
	margin:10px;
}

div.menuItem{
	border-color:#666;
	border-width:1px;
	border-style:dotted;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	padding-left:10px;
	color:#fffbe5;
	font-size:8pt;
	font-family:verdana;
	cursor:pointer;
/*	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;*/
}
div.menu{
	background-color:#fff000;
	background-color:#3e3d3d;
	border-color:#666;
	border-width:1px;
	border-style:solid;
	overflow:hidden;
}/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=5);

 
}
input.loginbox{
font-size:8pt;
height:18px;
}
input.loginsubmit{
	color:#333;
	font-weight:bold;
	font-size:8pt;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;	
	background-color:#fcc;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffffaaaa');
}
input.setupbtn{
	color:#333;
	font-weight:bold;
	font-size:8pt;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;	
	background-color:#ccf;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffaaaaff');
}
table.dataDisplay{
	border:1px solid black;
	border-collapse:collapse;
}
table.dataDisplay td{
	border:1px solid gray;
	background-color:##eee;
}

.advertisement{
	display:block;width:240px;overflow:hidden;background-color:#FFFFFF;color:black;margin:0px;margin-bottom:10px;padding:0px;margin-left:2px;cursor:pointer;border:1px dotted gray;line-height:1px;
}
.advertisement a, .advertisement a:hover, .advertisement a:visited{
	margin:0px;line-height:1px;padding:0px;border:0px;
}
.advertisement img{
	border:0px;margin:0px;padding:0px;display:inline;
}
.advertisementText{
	width:230px;max-height:400px;background-color:#FFFFFF;color:black;margin-bottom:10px;padding:0px;border:1px dotted gray;margin-left:2px;padding:5px;min-height:60px;cursor:pointer;
}

