/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

/* Same as title_subtitle except without padding left */
.subtitle
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 10px 0px;
	font-size: 16px;
	line-height:19px;
	color: #5e4921;
}

table.tableData
{
	width: 50%;
	border:1px solid #d7cea5 !important;
	background-color:#f4f0e0;
	border-collapse:separate;
}

.tableData td
{
	border:0;
	border-top:1px solid #d7cea5;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 4px;
	font-size: 13px;
	text-align:left;
	color: #ebe6d1;
	background: #1b531e;
	text-transform:uppercase;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableData tr:hover
{
	background: #ebe6d1;
}

.tableBox
{
	border: 1px solid #d8d3ab;
	font-size: 11px;
	background: #f4f0e0;
	padding:3px;
}


/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	line-height: 18px;
	color: #49433c;
}

a
{
	color:#85382f;
}
