/*
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, Helvetica, sans-serif;
	font-size: 13px;	
	line-height:15px;
	color: #555555;
}

a
{
	color: #af0900;
	text-decoration:none;
}

a:hover
{ 
    text-decoration:underline;
}

/* Same as title_subtitle except without padding left */
.subtitle
{
	font-weight: bold;
	color: #63889c;
	font-size: 15px;
	line-height: 18px;
}

.subtitleRed
{
	color:#8B0B04;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
}

.subtitleGreen
{
	color:#827D00;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
} 

table.tableData
{
	width: 85%;
	border:1px solid #c1c1a6 !important;
	border-collapse:collapse;
	background-color: #f2f2e6;
}

table.tableData_red 
{
	width: 85%;
	border:1px solid #c1c1a6 !important;
	border-collapse:collapse;
	background-color: #F0EAEC;
}

table.tableData_blue
{
	width: 85%;
	border:1px solid #c1c1a6 !important;
	border-collapse:collapse;
	background-color: #F3F6F9;
}

.tableData td, .tableData_red td, .tableData_blue td
{
	border:0;
	border-top:1px solid #c1c1a6;
	border-right:1px solid #c1c1a6;
	padding:4px 4px 4px 9px;
	margin:0;
}

.tableData td p, .tableData th p, .tableDataHdr p, .tableData_red td p, .tableData_red th p, .tableData_blue td p, .tableData_blue th p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr, .tableData_red th, .tableData_blue th
{
	padding: 6px 4px 7px 9px;
	text-align:left;
	color: #f5e7d3;
	background-color: #827d00;
	font-weight: normal;
	text-transform: uppercase;
	font-family: tahoma, geneva, sans-serif;
	font-size: 11px;
}

.tableData_blue th{background-color: #5E88A2;}
.tableData_red th{background-color: #8B0B04;}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p, 
.tableData_red th a, .tableData_red th p, 
.tableData_blue th a, .tableData_blue th p
{
	color: #f5e7d3;
	font-family: tahoma, geneva, sans-serif;
	font-size: 11px;
}

.tableData tr:hover
{
	background-color:#e6e6d8;
}

.tableData_red tr:hover{background-color:#dfd8da;}
 .tableData_blue tr:hover{background-color:#e5ebf1;}

.tableBox
{
	border: 1px solid #c1c1a6;
	padding:5px;
	background-color: #f2f2e6;
}


.sidebar {
	background:#f2f2e6;
	float: right;
	width: 192px; 
	margin: 0px 0 10px 10px;
	padding: 10px 10px 40px 10px;
	border-top: 7px solid #c1c1a6;
}
