/*
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: 13px;	
	line-height:17px;
	color: #422c17;
}

a
{
	color: #814324;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
	color: #6f7645;
}



/* Same as title_subtitle except without padding left */
.subtitle
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
	font-weight: bold;
	color: #7b2d17;
	font-size: 15px;
}

/*table img{
	margin: 0px 0px 0px 0px;
}*/

table.tableData
{
	width: 85%;
	border:1px solid #c6b59c !important;
	border-collapse:collapse;
	background-color: #f3ede4;
}

.tableData td
{
	border:0;
	border-bottom:1px solid #c6b59c;
	padding:4px 4px 4px 9px;
	margin:0;
}


.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 6px 4px 6px 9px;
	text-align:left;
	color: #ffffff;
	background-color: #7b2d17;
	font-weight: bold;
	text-transform: uppercase;
        font-size: 12px;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #ffffff;
        font-size: 12px; 
}

.tableData tr:hover
{
	background: #fafaf7;
}

.tableBox
{
	border: 1px solid #c6b59c;
	padding:5px;
	background-color: #f3ede4;
}
.tableBox td, .tableBox p
{
}

.sidebar {
	background:#f3ede4;
	float: right;
	width: 206px; 
	margin: 0px 0 10px 10px;
	padding: 10px 10px 40px 10px;
	border-top: 7px solid #7b2d17;
}
