body, td {
	font-family:Tahoma;
	font-size:11px;
}
br {
	font-size:10px
}
.content {
	margin:10px;
	line-height:13px;
	color: #000;
}
.content a {
	text-decoration: none;
	color: #000;
}
.content a:hover {
	text-decoration: underline;
	color: #000;
}
.link {
	font-size:12px;
	color: #000;
}
.link a {
	text-decoration: none;
	color: #000;
}
.link a:hover {
	text-decoration: underline;
	color: #000;
}

/*.content td{color:#DECBA3; font-size:11px; line-height:13px} 
.content b{color:#ECD29B; font-weight:normal} 
.content a{color:#DECBA3; text-decoration:underline} 
.content a:hover{text-decoration:none} 
.content b a{color:#DCCE8D; font-size:10px; text-decoration:underline; font-weight:normal} 
.content b a:hover{text-decoration:none} 
.content strong a{color:#EDD97E; font-size:11px; text-decoration:none; font-weight:normal} 
.content strong a:hover{text-decoration:underline} 

.content .block{font-family:verdana; color:#C7BFAD; font-size:12px; line-height:13px}
.content .block a{color:#DECBA3; font-size:13px; text-decoration:none}
.content .block a:hover{text-decoration:underline} 

.content .block1{color:#DECBA3; line-height:13px}
.content .block1 b{color:#EDD97E; font-weight:normal} 
.content .block1 a{color:#EDD97E;text-decoration:underline}
.content .block1 a:hover{text-decoration:none} */

.footer{color:#FFF; font-size:9px; line-height:10px} 
.footer a{color:#FFF; font-size:9px; text-decoration:none} 
.footer a:hover{text-decoration:underline} 
.footer b a{color:#FFF; font-size:9px; text-decoration:none; font-weight:normal} 
.footer b a:hover{text-decoration:underline}

input,textarea{
   font-family:Tahoma;
   color:#000000; 
   font-size:11px;
} 

.tableWidget_headerCell,.tableWigdet_headerCellOver,.tableWigdet_headerCellDown{	/* General rules for both standard column header and mouse on header of sortable columns */
		cursor:pointer;	
		border-bottom:3px solid #C5C2B2;
		border-right:1px solid #ACA899;
		border-left:1px solid #FFF;	
		background-color: #ECE9D8;
}
.tableWidget_headerCell{	/* Standard column header */
	border-top:2px solid #ECE9D8;
}
.tableWigdet_headerCellOver{	/* Rollover on sortable column header */
	border-top:2px solid #537b9a;		
}
.tableWidget tbody .tableWidget_dataRollOver{	/* Rollover style on mouse over (Data) */
	background-color:#FFF;	/* No mouseover color in this example - specify another color if you want this */
}
.tableWigdet_headerCellDown{
	border-top:2px solid #537b9a;	
	background-color:#DBD8C5;
	border-left:1px solid #ACA899;
	border-right:1px solid #FFF;			
}
.tableWidget td{
	margin:0px;
	padding:2px;
	border-bottom:1px solid #EAE9E1;	/* Border bottom of table data cells */
}
.tableWidget tbody{
	background-color:#FFF;
}
.tableWidget{
	font-family:arial;
	font-size:12px;	
	width:400px;
}
/* End layout CSS */
div.widget_tableDiv {
	border:1px solid #ACA899;	/* Border around entire widget */
	height: 200px;
	overflow:auto;
	overflow-y:auto;
	overflow:-moz-scrollbars-vertical;
	width:400px;
}
html>body div.widget_tableDiv {
	overflow: hidden;
	width:400px;
}
.tableWidget thead{
	position:relative;
}
.tableWidget thead tr{
	position:relative;
	top:0px;
	bottom:0px;
}
.tableWidget .scrollingContent{
	overflow-y:auto;
	overflow:-moz-scrollbars-vertical;
	width:100%;
}






 





