/*
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: Tahoma, Arial, Helvetica, Verdana sans-serif;
	font-size: 12px;	
	line-height:20px;
	color: #555555;
}

a
{
	color: #005ed4;
}



/* Same as title_subtitle except without padding left */
.subtitle
{
    padding:5px 0px 0px 0px;
    margin:0px 0px 10px 0px;
	font-size:16px;
	line-height:20px;
	font-weight: bold;
	color: #40619a;
}

table.tableData
{
	border:1px solid #a8bcdb !important;
	border-collapse:collapse;
	background-color: #eff8fc;
}

.tableData td
{
	border:0;
	border-bottom:1px solid #a8bcdb;
	border-right: 1px solid #a8bcdb;
	padding:2px 4px 2px 9px;
	margin:0;
}


.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0 !important;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 5px 4px 5px 9px;
	text-align:left;
	color: #ffffff;
	background: #5572a5 url(_gfx/int/table_header_bg.gif) top left repeat-x;
	font-weight: bold;
	line-height: 15px;
	border-bottom:1px solid #a8bcdb;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #ffffff;
}

.tableBox
{
	border: 1px solid #a8bcdb;
	padding:5px;
	background-color: #eff8fc;
}

.sidebar
{
	float: right;
	width: 221px;
	padding: 8px 10px 10px 13px !important;
	margin: 0 0px 10px 20px !important;
	background: #edf3f9 url(_gfx/int/sidebar_bg.gif) 0 0 no-repeat;
	border-top: 5px solid #d7e4ed;
	margin-right: -24px !important;
	display: inline;
}

table.sidebar 
{
	width: 245px !important;
	height: auto !important;
	display: inline-table;
	padding: 0px !important;
}

.sidebar table
{
	width: auto !important;
}

table.sidebar td
{
	padding: 8px 10px 10px 13px !important;
}

.sidebar table td, .sidebar p table td
{
	line-height: 13px;
	padding: 0 0 7px 0 !important;
	vertical-align: top;
}

.sidebar p, .sidebar td p
{
	line-height: 13px;
	margin-top: 0px;
	padding: 0 !important;
}

.sidebar table IMG, .sidebar IMG
{
	margin: 0 10px 0 0;
}

.sidebar ul li
{
	padding: 8px 0;
}
.sidebar ul
{
	margin:0 !important;
	padding: 0 0 0 20px !important;
}

.footer_larger a, .footer_larger
{
	font-size: 13px;
}