/* Start layout CSS */
.tableWidget_headerCell,.tableWigdet_headerCellOver,.tableWigdet_headerCellDown{
	font-family:verdana, arial;
	font-size:10px;
	color: #666666;	
	cursor:pointer;
	border-top:2px solid #FFFFFF;
	border-bottom:1px solid #94A9AA;
	border-right:1px solid #94A9AA;
	border-left:2px solid #e5e5e5;
	background-color: #E1E1C4;
	font-weight: bold;
}

.tableWidget_headerCell{	/* Standard column header */
	border-top:2px solid #ffffff;

}

.tableWigdet_headerCellOver{	/* Rollover on sortable column header */
	border-top:2px solid #ffffff;
	background-color: #ffcc33;
			
}
.tableWidget tbody .tableWidget_dataRollOver{	/* Rollover style on mouse over (Data) */
	background-color:#719091;	/* No mouseover color in this example - specify another color if you want this */
	cursor:pointer;	
}

.tableWigdet_headerCellDown{
	background-color:#DBD8C5;	
	
}
.tableWidget td{
	margin:0px;
	padding:3px;
	border-top:1px solid #94A9AA;	/* Border bottom of table data cells */
	
}
.tableWidget tbody{
	background-color:#D1DCDC;
}
.tableWidget{
	font-family:verdana, arial;
	font-size:9px;
	color: #666666;	
	width:580px;
}
.planNameColumn{
	font-family:verdana, arial;
	font-size:9px;
	color: #666666;
	left: auto;
}
	
/* End layout CSS */


div.widget_tableDiv {
	border:1px solid #719091;	/* Border around entire widget */
	overflow:auto;
	text-align:center;
	overflow-y:auto;
	overflow:-moz-scrollbars-vertical;
}

html>body div.widget_tableDiv {
	overflow: hidden;
}

.tableWidget thead{
	position:relative;
}
.tableWidget thead tr{
	position:relative;
	top:0px;
	bottom:0px;
}

.row_on {
	font-family:verdana, arial;
	font-size:9px;	
	font-style: normal;
	color: #000000;
	cursor: pointer; cursor: hand;
	background: #E5E5E5;
}

