.tableWidget_headerCell,
.tableWigdet_headerCellOver,
.tableWigdet_headerCellDown {	/* General rules for both standard column header and mouse on header of sortable columns */
	cursor:pointer;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ACA899;
	border-bottom-color: #000;
		}
		
		.tableWidget_headerCell{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ECE9D8;
		}
		
		.tableWigdet_headerCellOver{
	border-top:2px solid #FFC83C;
		}
		.tableWidget tbody .tableWidget_dataRollOver{
	cursor: pointer;
		}
		
		.tableWidget td{
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #EAE9E1;
		margin: 0px;
		padding-top: 2px;
		padding-right: 0px;
		padding-bottom: 2px;
		padding-left: 5px;
		}
		
		.tableWidget td a{
	text-decoration: none;
	color: #000;
	padding-left: 15px;
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: left;
		}
		
		.tableWidget td a:hover{
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
		}
		
		.tableWidget tbody {
	background-color: #FFF;
		}
		
		.tableWidget{
		font-family:arial;
		font-size:12px;
		}
		
			div.widget_tableDiv {
	border:1px solid #ACA899;
	overflow:auto;
	margin-right: auto;
	margin-left: auto;
	}
	
	html>body div.widget_tableDiv {
	overflow: hidden;
	width: auto;
	}

	.tableWidget thead{
		position:relative;
	}
	.tableWidget thead tr{
		position:relative;
		top:0px;
		bottom:0px;
	}

	.tableWidget .scrollingContent{
	width:100%;
	}

.TabbedPanels {
	padding: 0px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	clear: none;
	overflow: hidden;
	margin: 0px;
}

.TabbedPanelsTabGroup {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	float: left;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-image: url(../images/body_bg_dark.png);
}

.TabbedPanelsTabHover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(../images/body_bg.png);
	border-bottom-color: #E8E8DC;
}

.TabbedPanelsTabSelected {
	background-image: url(../images/body_bg.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8DB;
}

.TabbedPanelsTab a {
	color: #000;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-image: url(../images/body_bg.png);
}

.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
