@charset "UTF-8";

div.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear:both;
	display:block;
	width:100%;
	margin-bottom:20px;
	color: #000000;
}
div.table a{
	color: #666;
	font-weight:bold;
}

div.table div.column{
	float: left;
	overflow:hidden;
}

div.table div.message{
	width:99%;
	clear:both;
}

div.table div.column div.sortnone {
	height:18px;
	text-align: left;
	color: #666;
	padding: 3px 0px 4px 0px;
}

div.table div.column div div.label {
	color:#CCFFFF;
	overflow:hidden;
	float: left;
}

div.table div.column div div.label a {
	white-space:nowrap;
	color:#FFFFFF;
}

div.table div.column div div.handle {
	float: right;
	text-align:right;
}

div.table div.column div.sortasc {
	background: url(/images/table/interface/arrows/sort_asc.png) no-repeat 6px 9px;
	height:18px;
	text-align: left;
	color: #666;
	padding: 4px 0px 4px 16px;
	overflow:hidden;
}

div.table div.column div.sortdesc {
	background: url(/images/table/interface/arrows/sort_desc.png) no-repeat 6px 9px;
	height:18px;
	text-align: left;
	color: #666;
	padding: 4px 0px 4px 16px;
	overflow:hidden;
}

div.table div.column div.header{
	background-image: url('/images/table/interface/bgs/searchgradient.png');
	height:20px;
	padding:5px 12px 5px 4px;
	margin:0px 3px 0px 0px;
	border: solid 1px #D2D4DA;
	overflow:hidden;
	clear:both;
}

div.table div.column div.headerMin {
	background-color: #D2D6DA;
	height:2px;
	margin:0px 3px 0px 0px;
	border-bottom: solid 1px #D2D6DA;
	border-top: solid 1px #F5F5F5;
	overflow:hidden;
	clear:both;
}

div.table div.column div.header input{
	width:100%;
}

div.table div.column div.header div.text {
	display:block;
	color:#666;
	font-weight:bold;
	float:left;
	margin:4px 5px 0px 0px;
	font-size:11px;
}

div.table div.column div.row, div.table div.message div.row {
	border-left:1px solid #D2D4DA;
	border-right:1px solid #D2D4DA;
	border-bottom:1px solid #D2D4DA;
	padding:5px 2px 5px 6px;
	height:15px;
	line-height:15px;
	overflow:hidden;
	margin:0px 3px 0px 0px;
	background-color:#FFF;
}

div.table div.column div.row span {
	float:left;
	height:16px;
	clear:both;
	font-size:12px;
}

div.table div.message div.row {
	border-top:1px solid #D2D4DA;
	margin:5px 4px 5px 0px;
}

div.table div.column div.alt{
	background-color: #D2D5E3;
}

div.table div.column div.active {
	background-color: #e2e3e8;
}
div.tableControls {
height:40px;
background-image:url(/images/tablecontrolsbg.png);
background-repeat:no-repeat;
padding:5px;
padding-left:10px;
margin-top:10px;
}

div.paginationControls {
	clear:both;
	width:99%;
	color:#FFFFFF;
}

div.paginationPageControl div.pageCounts {
	font-weight:normal;
	font-size:10px;
	margin-bottom:5px;
}

div.paginationPageControl {
	float:left;
	font-size:12px;
	font-weight:bold;
}

div.paginationPageControl a {
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
}

div.paginationPageControl a:hover {
	text-decoration:underline;
}

div.paginationRowsPerPageControl {
	float:right;
}	

div.filterControls {	
	font-size:12px;
	font-weight:bold;
	width:200px;
	height:20px;
	line-height:20px;
	text-align:right;
	color:#FFFFFF;
	float:right;
	width:200px;
	margin-right:20px;
	margin-top:5px;
}
/*IE fix*/
*+html div.filterControls {
position:relative;
	top:-40px;
	left:-80px;
}

div.filterControls input.textonly, div.filterControls a {
	margin-left:20px;
}
input.hiddensubmit {
	background-color:transparent;
	width: 0px;
	margin: 0px;
	visibility:hidden;
}

