/*
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, .subtitle p
{
    padding:0px;
    margin:0px;
	font-family: Arial, sans-serif;
	font-size:16px;
	line-height:22px;
	font-weight: bold;
	color: #A90A06;
}

table.tableData
{
	width:550px;
	border:1px solid #002D54 !important;
	background-color:#feffff;
	border-collapse:separate;
}

.tableData td
{
	border:0;
	border-top:1px solid #c3bfa7;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	background-color: #134C83;
	padding:2px;
	font-size: 9px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	text-transform:uppercase;
	border:0px;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableBox
{
	border: 1px solid #F2C835;
	font-size: 11px;
	background: #fdfaed;
	padding:3px;
}

.stripedTable {width:550px;}
.stripedTable td {
 border-bottom:1px solid #ccc;
}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,ol,input,blockquote,textarea, td p
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;	
	color: #484339;line-height:160% !important;
}
li {margin-left:8px;padding-left:0px;}
blockquote {margin-left:27px;}

a img { border: 0px;}
a { color:#2162A4;text-decoration:underline; }
a:hover { text-decoration:none !important;	color:#A90A06;}