body 
{
	margin: 0;
	font-family: 'Trebuchet MS' ,Tahoma, Verdana, Sans-Serif;
	font-size: 10pt;
}

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: hand;
}

.header{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.footer{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.headerTable {
	font-weight: bold;
	color: #000F37;
	background-color: #8AACDB;
	font-size: 12px;
}

.popup {
	display:none;
	background-color:#E5D298;
	left:320px;
	position:absolute;
	border:#666666 solid 1px;
}

.xClose {
	border:#333333 1px solid;
	padding-left:1px;
	padding-right:1px;
	width:10px;
	height:8px;
	background-color:#999999;
	font-weight:bold;
	float:right;
	color:#FFFFFF;
	cursor:hand;
}

.altRow {
	color: #284775;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight:normal;
}

.row {
	color: #333333;
	background-color: #F7F6F3;
	font-size: 12px;
	font-weight:normal;
}

.selectedRow {
	color: #333333;
	background-color: #D1DDF1;
	font-size: 12px;
}

.cellBold{
	font-weight: bold;
}

.cellNormal{
	font-weight: normal;
}

.noData {
	font-size: 14px;
	text-align: center;
    border: 2px solid #2461BF;
    width: 99%;
    color: #CC0000;
	background-color:#FFFFFF
}

.titleCheckout {
	color: #284775;
	background-color: #F7F6F3;
	font-size: 14px;
	font-weight:bold;
}
