body
{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 75%;
	background-color: #F8F8F8;
}

.rowSelected, #rowSelected
{
	background-color: #BFDCF2;
}

#adButton
{

}

#adTable
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	color: #000000;
    font-size: 1.0em;
    border: 1px solid #E0E3E5;
}

#adTable th
{
	background: none repeat scroll 0 0 #F2F3F3;
    border-color: #E0E3E5;
    border-width: 0 0 1px 1px;
    color: #000000;
    font-weight: bold;
    font-size: 0.9em;
    padding: 5px 2px 4px 5px;
	white-space: nowrap;
	text-align: center;
	border-bottom: 1px solid #C0C0C0;

}

.trNormal
{
	background-color: #FFFFFF;
}

#adTable td
{
	text-align: center;
    vertical-align: middle;
    padding: 4px 2px 4px 5px;
    border-width: 1px 1px 1px 1px;
	border-color: #EDEDED;
}

#adTable tr:hover
{
	background-color: #E3F3FF;
}

.menuButton
{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: url("http://uk.idibu.com/clients/api/sf/img/btn_sprite.png") repeat-x scroll right top #E8E8E9;
border-color: #B5B5B5 #B5B5B5 #7F7F7F;
border-image: none;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
color: #333333;
font-size: 0.9em;
font-weight: bold;
margin: 1px;
padding: 2px 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.menuButton:active
{
background-position: right -60px;
border-color: #585858 #585858 #939393;
}

.menuButton:disabled
{
	color: #B5B5B5;
}

.adOdd
{

}

.adEven
{

}


#adTable thead tr .header {
	background-image: url("../img/bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

#adTable thead tr .headerSortUp {
	background-image: url("../img/asc.gif");
}
#adTable thead tr .headerSortDown {
	background-image: url("../img/desc.gif");
}
#adTable thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {

}
