﻿body, *
{
	margin:0px;
	padding:0px;
	font-family: "Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
}


div.clear
{
	clear:both;
}

div.borderBox
{
	width:auto; 
	height:auto; 
	background-color:#999999;	
	padding:1px;
	width:328px; 
	height:218px; 
}

div.mainFrame
{
	padding:0px;
	margin:0px;
	width:328px; 
	height:218px;  
	overflow:hidden;	
	background-color:#ffffff;
	border:0px solid #999;
}

table.dataheader
{
	margin:0px;
	padding:0px;
	border-left:0 solid #CCCCCC;
	border-right:0 solid #CCCCCC;
	overflow:hidden;
	height:18px;
	width:315px;
	border-bottom:1px solid #999999;
}

table.dataheader th
{
	border-bottom:0 solid #CCCCCC;
	border-left:0 solid #CCCCCC;
	color:#006699;
	font-size:11px;
	font-weight:bold;
	padding:0px;
	text-align:left;
	vertical-align:middle;	
	font-family:"Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
	line-height:18px;
	padding-left:0px;
	padding-right:0px;
	text-transform:uppercase;
}


table.dataheader th.c1 {width:62px;}
table.dataheader th.c2 {width:130px;}
table.dataheader th.c3 {width:55px}
table.dataheader th.c4 {}










div.tableHeader
{
	background-color:#F5F5F5;
	border-bottom:1px solid #999999;
	height:22px;
	width:330px;
}

#container
{
	height:310px;	
}

iframe.dataframe { 
	height:197px;
	overflow-x:hidden;
	overflow-y: scroll; 
} 
