/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

/* Same as title_subtitle except without padding left */
.subtitle
{
	background-color:#FFFFFF;
	padding: 10px 0px 0px 0px;
	margin-left:0px;
	font-family: Georgia, Times New Roman, Times;  
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
}

table.tableData
{
	border-bottom: 1px solid #C4CBD3;
	border-left:1px solid #C4CBD3;
	font-family: Verdana,Arial, MS Sans Serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 18px;
	border-collapse:collapse;
}

.tableData td
{
	border-top: 1px solid #C4CBD3;
	border-right:1px solid #C4CBD3;
	padding: 4px;
}

.tableData th, .tableDatahdr
{
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#007799;
	text-align:left;
}

/* Can be used with or without table */
.tableBox
{
	border: 1px solid #cAD1D9;
	font-family: Arial, MS Sans Serif;
	font-size: 11px;
	background: #F0F3F6;
	padding:3px 3px 3px 3px;
}

/*
Inherit stock styles
*/

body,td,th,p,select,input,li
{
	font-family: Verdana, Tahoma, Arial, Sans-serif; 
	font-size: 11px; 
	line-height: 14px;
	color: #524D40;
}

a
{
	color:#007799;
}

.blueHeader2
{
color: #007799;
font-family: verdana;
font-size: 14px;
font-weight: bold
}

.blueHeader3
{
color: #007799;
font-family: verdana;
font-size: 16px;
font-weight: bold
}

.blackHeader2
{
color: #000000;
font-family: verdana;
font-size: 14px;
font-weight: bold
}

.blackHeader3
{
color: #000000;
font-family: verdana;
font-size: 16px;
font-weight: bold
}

.redHeader2
{
color: #CC0000;
font-family: verdana;
font-size: 14px;
font-weight: bold
}

.redHeader3
{
color: #CC0000;
font-family: verdana;
font-size: 16px;
font-weight: bold
}

.tanHeader2
{
color: #AB9C71;
font-family: verdana;
font-size: 14px;
font-weight: bold
}

.tanHeader3
{
color: #AB9C71;
font-family: verdana;
font-size: 16px;
font-weight: bold
}
