/*
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, Verdana, sans-serif;
	font-size: 12px;	
	line-height:15px;
	color: #573a08;
}

a
{
	color: #c75e2b;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}



/* Same as title_subtitle except without padding left */
.subtitle
{
	font-weight: bold;
	color: #bd8321;
	font-size: 14px;
	line-height: 16px;
}

.subtitleRed
{
	color:#8B0B04;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

.subtitleGreen
{
	color:#827D00;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
} 

table img{
	margin: 0px 0px 0px 0px;
}

table.tableData
{
	width: 85%;
	border:1px solid #e0be86 !important;
	border-collapse:collapse;
	background-color: #f8eee1;
}

table.tableData_red 
{
	width: 85%;
	border:1px solid #e0be86 !important;
	border-collapse:collapse;
	background-color: #F0EAEC;
}

table.tableData_blue
{
	width: 85%;
	border:1px solid #e0be86 !important;
	border-collapse:collapse;
	background-color: #F3F6F9;
}

.tableData td, .tableData_red td, .tableData_blue td
{
	border:0;
	border-bottom:1px solid #e0be86;
	border-right:1px solid #e0be86;
	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: #924c17;
	border-bottom:1px solid #e0be86;
	font-weight: normal;
	text-transform: uppercase;
}

.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;
}

.tableBox
{
	border: 1px solid #e0be86;
	padding:5px;
	background-color: #f8eee1;
}
.tableBox td, .tableBox p, .tableBox th, .tableBox th p
{
}

.sidebar {
	background:#f8eee1;
	float: right;
	width: 192px; 
	margin: 0px 0 10px 10px;
	padding: 10px 10px 40px 10px;
	border-top: 7px solid #e0be86;
}