/* Same as title_subtitle except without padding left */
.subtitle, .subtitle p
{
    padding:0px;margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a32b2b;
}

table.tableData
{
	width:650px;
	border:1px solid #284598 !important;
	background-color:#fff;
	border-collapse:collapse;
}

table.customlistcomponent
{
	width:720px;
	border:1px solid #284598 !important;
	background-color:#fff;
	border-collapse:collapse;
}

.customlistcomponent {margin-top:30px;}

.tableData td, .customlistcomponent td
{
	border:0;
	border:1px solid #6E9AD0;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr, .customlistcomponent th
{
	padding:5px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	border:0px;
	background: #3357A6 url(_gfx/int/listtableth_bg2.gif) left center repeat-x;
	text-transform:uppercase;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableBox
{
	border:1px solid #425b51;
	font-size: 11px;
	background: #fff;
	padding:3px;
}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size:12px;	
}

