﻿.toolboxHeader{
	width:184px;
	height:60px;
	background:url('toolboxHeader.gif') top left no-repeat #ecebdb;
}
.toolboxBody{
	color:#09347a;
	background:#ecebdb;
	font-size:12px;
}
.toolboxBody a{
	text-decoration:none;
	padding:0px 15px;
	display:block;
}
.toolboxBody a:hover{
	color:#fff;
	background:#09347a;
}
.toolboxFooter{
	width:184px;
	height:10px;
	background:url('toolboxFooter.gif') bottom left no-repeat #ecebdb;
}

/* Rounded Corner Table */

#rounded-table1 { border-collapse: collapse; margin: 0; text-align: left; width: 620px; font-size: .9em;}
#rounded-table1 thead th.tl{ background: #c5960c url('images/roundedboxes/left.jpg') left -1px no-repeat; color: #fff; text-align: left;}
#rounded-table1 thead th.tr{ background: #c5960c url('images/roundedboxes/right.jpg') right -1px no-repeat;}
#rounded-table1 th{ background: #d2d1b5; color: #000; font-weight: normal; padding: 8px; text-align: center;}
#rounded-table1 td{ background: #e8e7d9; border-top: 1px solid #fff; color: #000; padding: 8px; text-align: center;}
#rounded-table1 tfoot td.bl{ background: #e8e7d9 url('images/roundedboxes/botleft.jpg') left bottom no-repeat;}
#rounded-table1 tfoot td.br{ background: #e8e7d9 url('images/roundedboxes/botright.jpg') right bottom no-repeat;}
#rounded-table1 tbody tr:hover td{ background: #d2d1b5;}
#rounded-table1 thead tr th table.subtable {width:100%;}
#rounded-table1 thead tr th table.subtable tr td{background: none; border: none; padding: 0;}