/*
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, table,select,input,textarea
{
	font-family: Georgia, serif;
	font-size:13px;	
	line-height: 18px;
	color:#50463c;
}

a
{
	color:#7a1a18;
	text-decoration: none;
}

a:hover{text-decoration: underline;}

/* Same as title_subtitle except without padding left */
.subtitle
{
	font-size:18px;
	line-height:20px;
	font-weight: normal;
	color: #2c3844;
}

.subtitle p, .subtitle a
{
	font-size:18px;
	line-height:20px;
	font-weight: normal;
	color: #2c3844;
}

table.tableData
{
	border:1px solid #e4d8b6 !important;
	background-color:#f2eee2;
	border-collapse:separate;
	width: 85%;
	margin-bottom: 14px;
}

.tableData td
{
	border:0;
	border-top:1px solid #e4d8b6;
	padding:4px 4px 4px 9px;
}

.tableData td p, .tableData th p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 7px 4px 6px 9px;
	text-align:left;
	background: #c4b46e !important;
	color: #3d2f27;
	font-weight: normal;
	border: 0px;
	font-size: 13px;
	text-transform: uppercase;
}

.tableData th a, .tableData th p, .tableDataHdr a{color: #3d2f27;}

.tableData tr:hover td{background-color:#f9f5ed;}

.sidebar{
	background:#f2eee2;
	float:right;
	width:180px; margin:10px 0 10px 10px;
	padding:10px 10px 40px 10px;
	border-top:5px solid #e4d8b6;
}

*html .sidebar {width:200px;}

.tableBox
{
	border: 1px solid #e4d8b6;
	background-color: #f2eee2;
	padding:5px;
	margin-bottom: 14px;
}

.tableBox th{text-align:left;}
