/*
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: Georgia, serif;
	font-size: 12px;	
	line-height:19px;
	color: #534321;
}

a
{
	color: #46762c;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

.subtitle, .subtitle p,  .subtitle a
{
	font-weight: bold;
	color: #7c5b12;
	font-size: 12px;
}

table.tableData
{
	width: 85%;
	border:1px solid #a49167 !important;
	border-collapse:collapse;
	background-color: #fdf8ef;
}

.tableData td
{
	border:0;
	border-top:1px solid #a49167;
	padding:4px 4px 4px 9px;
}

.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0;
	margin:0;
}

.tableData td a, .tableData td p a, .tableBox td a, .tableBox td p a
{
	color: #46762c;
}

.tableData th, .tableDataHdr
{
	padding: 6px 4px 5px 9px;
	text-align:left;
	color: #f8eedb;
	background: #538637;
	font-weight: bold;
	text-transform: uppercase;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #f8eedb;
}

.tableData tr:hover
{
	background-color:#f6e8cd;
}

.tableBox
{
	border: 1px solid #a49167;
	padding:5px;
	background-color: #fdf8ef;
}

.tableBox th
{
	text-align:left;
}

.tableBox td, .tableBox td p, .tableBox th, .tableBox th p, .tableBox li, .tableBox a, .tableData td, .tableData td p, .tableData li, .tableData a
{
}
