/* --------------------------------------------------------------------------------------------------- 
11 Table styles
---------------------------------------------------------------------------------------------------- */

table	{
	text-align:left;
}
tr	{
}
td	{
	padding: 3px 6px 3px 6px;
}

thead tr	{
	background: #767676;
}
tbody tr	{
}

thead td	{
}
tbody td	{
}


tbody td.odd	{
	background: #efefef;
}
tbody td.even	{
}

#tablewrapper {width:798px; margin:6px; clear:left;}
#tableheader {height:30px;}
#tableheader .search { float:left;}
#tableheader .search select { border: 1px solid #2faade; font-size: 11px; margin-right: 10px;}
#tableheader .search input {width:180px; border: 1px solid #2faade;font-size: 11px;}
#tableheader .search span {font-size: 13px; padding-right: 10px; padding-left:6px;}

#Main .details {float:right; padding-top:12px;}
#Main .details div {float:left; margin-left:15px;}

#Main .tinytable {width:796px; border:1px solid #fff;}
#Main .tinytable th {text-align:left; border:1px solid #fff;}
#Main .tinytable th h3 {padding: 3px 6px 3px 6px; font-size: 13px; color: #fff;}
#Main .tinytable td {padding: 3px 6px 3px 6px; border:1px solid #fff;}
#Main .tinytable .head h3 {background:url(../images/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px;}
#Main .tinytable .desc, .sortable .asc {}
#Main .tinytable .desc h3 {background:url(../images/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px;}
#Main .tinytable .asc h3 {background:url(../images/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px;}
#Main .tinytable .head:hover, .tinytable .desc:hover, .tinytable .asc:hover {color:#fff;}
#Main .tinytable .even td {background:#fff;}
#Main .tinytable .odd td {background:#efefef;}
#Main .tinytable td.evenselected {background:#f3f3f3;}
#Main .tinytable td.oddselected {background:#e3e3e3;}
#Main .tinytable tfoot {background:#fff; font-weight:bold;}
#Main .tinytable tfoot td {padding:6px 8px 8px;}

#tablefooter {width:798px; margin:6px; height:15px;}
#tablenav {float:left;}
#tablenav img {cursor:pointer;}
#tablenav div {float:left; margin-right:15px;}

#tablelocation {float:right;;}
#tablelocation select {margin-right:3px;}
#tablelocation div {float:left; margin-left:15px;}

#Main .page {margin-top:2px; font-style:italic;}

#selectedrow td {background:#c6d5e1;}




.tbl_DealingRates	{
	width: 700px;
	margin: 10px;
}
.tbl_DealingRates	th	{
	background: #2faade;
	color: #fff;
	padding: 5px;
	font-size: 16px;
	text-align: left;
}
.tbl_DealingRates	td	{
	background: #efefef;
	color: #333;
	padding: 5px;
	font-size: 16px;
	text-align: left;
}














/* ---------------------------------------------
copyright 2011 - Capita Registrars Ltd.
Authored by - Nick Hillman Mar 11
----------------------------------------------*/


