@charset "utf-8";
@font-face {
	font-family: AstonMartinSans_W_Rg;
	src: url(../fonts/AstonMartinSans_W_Rg.woff);
}

body {
	font-family: AstonMartinSans_W_Rg,Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 0.8em;
}
p {
	margin-bottom: 0px;
	font-weight: bold;
}
table{
	border-collapse:collapse;
}
.widget_tableDiv{
	padding:1px;
}
	
/* Start layout CSS */
.tableWidget_headerCell, .tableWigdet_headerCellOver, .tableWigdet_headerCellDown {	/* General rules for both standard column header and mouse on header of sortable columns */
	cursor: pointer;
	border-bottom: 1px solid #ACA899;
}
.tableWidget_headerCell {	/* Standard column header */

}
.tableWigdet_headerCellOver {	/* Rollover on sortable column header */
	border-top: 2px solid #FFC83C;
}
.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 #FFC83C;
	background-color: #DBD8C5;
	border-left: 1px solid #ACA899;
	border-right: 1px solid #FFF;
}
.tableWidget td {
	margin: 0px;
	padding: 2px;
}
.tableWidget tbody {
	background-color: #FFF;
}
.tableWidget {
	font-family: AstonMartinSans_W_Rg, arial;
	font-size: 12px;
	width: 100%;
}
/* End layout CSS */
	
	
div.widget_tableDiv {
	overflow: auto;
	overflow-y: auto;
	overflow: -moz-scrollbars-vertical;
	width: 100%;
}
html>body div.widget_tableDiv {
	overflow: hidden;
	width: 100%;
}
.tableWidget thead {
	position: relative;
}
.tableWidget thead tr {
	position: relative;
	top: 0px;
	bottom: 0px;
}
.tableWidget .scrollingContent {
	overflow-y: auto;
	overflow: -moz-scrollbars-vertical;
	width: 100%;
}
.include{
	display:none;
}
#show{
	cursor:pointer;
}