body {
	background-image: url(../newImages/bg01.gif);
	background-repeat:repeat-x;
	background-color: #EBE9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:1.4em;
	vertical-align:top;
}

a{
	text-decoration:none;
	color:#4F91CD;
	border-color:#000000;
	}
	
a:hover{
	text-decoration:none;
	color:#000000;
	border-color:#000000;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.whiteMenu {
	font-size: 10px;
	color: #FFFFFF;
}

.whiteMenu a {
	font-size: 10px;
	color: #FFFFFF;
	vertical-align:middle;
}

.whiteMenu a:hover {
	font-size: 10px;
	color: #EBEBEB;
	vertical-align:middle;
}

.TitleText {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.bodyText {
	padding: 30px;
}

li{
font-weight:bold;
}

.smallBlueLabel{
	font-size:8pt;
	color: #000000;
	}

.newsText{
	font-size:9pt;
	}
	
.sitemap {
	font-size:smaller;
	color: #3c6e9b;
}

.mainContent {
	padding: 10px 20px 10px 20px;
}

.subTitleRightWhite{
	color: #FFFFFF;
	font-weight:bold;
	font-size:11px;
	padding:5px 10px 5px 10px;
}

.subTextRight{
	font-size:11px;
	padding:5px 10px 5px 10px;
}

.imageDescription{
	font-size:10px;
	padding:20px;
	}
	
.locationTitle {
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}

.zoom_button
{
	width: 59px;
	height: 19px;
	background: url("../newImages/searchBtn_nm.gif") no-repeat;
	border:none;

}

.highlight { background: #FFFF40; }
		.searchheading { font-size: larger; font-weight: bold; }
		.summary { font-size: 80%; font-style: italic; } 
		.results { font-size: 100%; }
		.category { color: #999999; }
		.description { font-size: 100%; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080;}
		.sorting { text-align: right; }
		.result_title { font-size: 100%; }
		
		.zoom_searchform { font-size: 100%; }
		.zoom_options { font-size: 80%; }
		input.zoom_button {  }
		input.zoom_searchbox {  }	

.dhtmlwindow{
position: absolute;
border: 1px solid #333333;
visibility: hidden;
background-color: grey;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #1E5979;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid #333333;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

.loginfield
{
  margin-bottom:5px;
  margin-left:5px;
  width:200px;   
}


.pass
{
   background-color: #bef2c4;
  border:solid 1px #57a961;
  padding:10px;
  color:Green;  
}


.fail
{
  background-color: #e1b9b9;
  border:solid 1px #b96464;
  padding:10px;
  color:#784040; 
}