/*
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, table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height:18px;
	color: #282828;
}

a
{
	color: #852222;
	text-decoration:underline;
}

a:hover{text-decoration:none;}

a img{border: 0;}

.subtitle, .subtitle p,  .subtitle a
{
	color: #2C497E;
    font-size: 14px;
    font-weight: bold;
}

table.tableData
{
	background-color: #FFFFFF;
    border: 1px solid #BCCBD9 !important;
    border-collapse: collapse;
    margin-bottom: 14px;
    width: 85%;
}

table.tableData thead
{
    background: none repeat scroll 0 0 #43729C;
    border: 1px solid #899561 !important;
}

.tableData td
{
	border:0;
	border-top:1px solid #d6c392;
	padding:3px 4px 3px 9px;
}

.tableData td p, .tableData th p
{
	padding: 0;
	margin:0;
}

.tableData th
{
	border: 0 none !important;
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px 4px 5px 9px;
    text-align: left;
    text-transform: uppercase;
}

.tableData th a{color: #852222; font-weight: normal;}

.tableBox
{
	border: 1px solid #d6c392;
	padding:5px;
	background-color: #ffffff;
	margin-bottom: 14px;
}

.tableBox th{text-align:left;}