/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

/*
Inherit stock styles
*/

body,select,input,textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height:18px;
	color: #003a63;
}

a
{
	color: #c41230;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

.subtitle, .subtitle p,  .subtitle a
{
	font-weight: bold;
	color: #003a63;
	font-size: 13px;
}

table.tableData
{
	width: 85%;
	border:1px solid #c8e3f5 !important;
	border-collapse:collapse;
	background-color: #ffffff;
}

.tableData td
{
	border:0;
	border-top:1px solid #c8e3f5;
	padding:3px 4px 3px 9px;
}

.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 6px 4px 5px 9px;
	text-align:left;
	color: #ffffff;
	background: #c41230;
	font-weight: bold;
	font-size: 14px;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #ffffff;
}

.tableData tr:hover
{
	background-color:#d2e5f3;
}

.tableBox
{
	border: 1px solid #c8e3f5;
	padding:5px;
	background-color: #ffffff;
}

.tableBox th
{
	text-align:left;
}

.H1{font-size: 2.15em;}
.H2{font-size: 1.85em;}
.H3{font-size: 1.6em;}
.H4{font-size: 1.4em;}
.H5{font-size: 1.2em;}
.H6{font-size:1em;}
