/*
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;
}
*/

h3
{
	padding: 10px 0px 0px 0px;
	margin:0px 0px 3px 0px;
	font-family: Georgia, Times New Roman, Times;  
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	font-weight: bold;
}

h4
{
	padding: 10px 0px 0px 0px;
	margin:0px 0px 3px 0px;
	font-family: Verdana, Arial, MS Sans Serif;
	font-size: 12px;
	color: #003461;
	font-weight: bold;
	font-style: italic;
}

h3 + p, h4 + p
{
	margin: 0px 0px 0px 0px;
}

p
{
	margin: 0px 0px 1.5em 0px;
}

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;
}

.tableData th p, .tableDatahdr p
{
	color: #FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

td p, td h3, td h4
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* 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, Arial, San-Serif; 
	font-size: 11px; 
	line-height: 18px;
	color: #376085;
}

a
{
	color:#007799;
}