*	{
	margin:0px;
	padding:0px;
	}
body
	{
	background-color: #B9B9B9;
	font-family: MS Sans Serif, Arial, sans-serif;
	font-size: 11px;
	margin:10px;
	}

table
{	
	width: 100%;
	border-collapse: collapse;
	background-color:#FFF;
}
input,
tr,
td
	{
	font-family: MS Sans Serif, Arial, sans-serif;
	font-size: 11px;
	}
fieldset
	{
	border: 1px solid #6699CC;
	height: 95px;
	margin: 0px 5px;
	padding: 0px 5px;
	}
legend
	{
	color: #6699CC;
	}
label.usercode
	{
	position:absolute;
	color:#000000;
	top:138px;
	left:30px;
	}
label.password
	{
	color:#000000;
	position:absolute;
	top:160px;
	left:30px;
	}
input.usercode
	{
	position:absolute;
	height:17px;
	width:210px;
	top:138px;
	left:85px;
	}
input.password
	{
	position:absolute;
	height:17px;
	width:210px;
	top:160px;
	left:85px;
	}
input.submit
	{
	position:absolute;
	width:100px;
	top:182px;
	left:85px;
	}
.title
	{
	background-image:url(leftnavfill.jpg);
	background-repeat:repeat-x;
	text-indent: 5px;
	font-weight:bold;
	color:#ffffff;
	padding-top:5px;
	padding-bottom:5px;
	}
#watchlistbox
	{
	height:200px;
	overflow:auto;
	}
div.watchlistitems,div .watchlistitemshold
	{
	cursor:pointer;
	height:40px;
	border-bottom: dotted 1px #99B3CC;
	padding: 5px;
	background-color:white;
	background-repeat:repeat-x;
	background-repeat:repeat-x;
	}

div.watchlistitemshold
{
	cursor:default;
	background:url(watchlistbg.jpg);
}

div.watchlistitems:hover
{
  background:url(watchlistbghilite.jpg);
}


.loginitem
	{
	height:40px;
	border-bottom: dotted 1px #99B3CC;
	padding: 5px;
	background-color:white;
	}

#detaillistbox
	{
	height:200px;
	overflow:auto;
	}

.reportsitem
	{
	cursor:pointer;
	height:40px;
	border-bottom: dotted 1px #99B3CC;
	padding: 5px;
	background-color:white;
	}

.outerMain
	{	
	border: 1px solid #000000;
	width: 100%;
	padding: 0px;
	background-color:#FFF;		
	}

.main
	{	
	width: 100%;
	border: 0px solid #000000;
	background-color:#FFF;
	}

#topleft
	{
	height:100px;
	width:300px;
	background-color:#ffffff;
	background-position: left top;
	}

#topmiddle
	{
	height:100px;
	width:100%;
	background-color:#ffffff;
	}

#topright
	{
	height:100px;
	width:300px;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position: right top;
	}

.nav
	{
	width:300px;
	height:100%;
	background-color:white;
	border-right: 1px solid #000000;
	}

.map
	{
	}

.ftr
	{
	height:75px;
	width:100%;
	background-color:#ffffff;
	border-top:1px solid #000000;
	}

.right
	{
	float:right;
	margin-right:5px;
	}

dl#faq
	{
	}

dl#faq dt
	{
	margin: 10px 10px 5px 10px;
	font-weight:bold;
	}

dl#faq dd
	{
	margin: 0px 0px 10px 10px;
	}

#utctime
	{
	float:right;
	margin-right:10px;
	}
/*FAQ*/
dl#FAQ
{
	margin-left:0px;
	border-top :solid 1px #000;
	padding-top:0px;
	position:relative;
	background-color:#fff;
	/*overflow:auto;*/ /*for scrolling */
	overflow:hidden;
	height:55px;
	font-size: .55em;

}

dl#FAQ dt
{
	margin: 2px 0px 0px 2px;
	font-weight:bold;
	height:15px;

}

dl#FAQ dd
{
		height:35px;
}

#topleft, #topright
	{
		height:100px;
		background-repeat:no-repeat;
		cursor:pointer;
	}

div.delay
{
	background:url(ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

div#options
{
	margin: 5px 0px 0px 5px;
}

div#SecurityError
{
	background-color:#fff;
	width:800px;
	height:500px;
	margin:5px auto 5px auto;
	padding: 20px 20px;
	font-family:Arial, Sans-Serif;
}

div#SecurityError	h1
{
}

div#SecurityError	p
{
}

