/*
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,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;	
	line-height:16px;
	color: #576250;
}

a
{
	color: #2e86c7;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

/* Same as title_subtitle except without padding left */
.subtitle
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
	font-weight: bold;
	color: #586451;
	font-size: 14px;
}

.footnote
{
	font-size: 11px;
}

table.tableData, table.tableDataLeft
{
	width: 85%;
	border:1px solid #bec0a9 !important;
	border-collapse:collapse;
	background-color: #ffffff;
}

.tableData td, .tableDataLeft td
{
	border:0;
	border-bottom:1px solid #bec0a9;
	padding:5px 5px 4px 9px;
	margin:0;
	font-size: 11px;
}


.tableData td p, .tableData th p, .tableDataHdr p, .tableDataLeft td p, .tableDataLeft th p, .tableDataLeftHdr p
{
	padding: 0;
	margin:0;
	font-size: 11px;
}

.tableData th, .tableDataHdr
{
	padding: 7px 5px 6px 9px;
	color: #ffffff;
	background-color: #2d84c7;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #ffffff;
	font-size: 11px;
}

.tableData tr:hover
{
	background-color:#f8f9f1;
}

.tableBox
{
	border: 1px solid #dadcc6;
	padding:5px;
	background-color: #ffffff;
	font-size: 11px;
}

.tableBox td, .tableBox p, .tableBox th, .tableBox th p
{
	font-size: 11px;
}

.tableBox th
{
	text-align: left;
}

.footer_links
{
	color: #90908f;
	line-height: 16px;
	font-size: 13px;
	padding-bottom: 5px;
}

.footer_links a
{
	color: #2381cc;
	text-decoration: none;
	font-size: 13px;
}

.footer_links a:hover
{
	color: #2381cc;
	text-decoration: underline;
	font-size: 13px;
}