/*
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:0;
  margin:0;
	font-size:16px;
	font-weight: bold;
	color: #492913;
}

table.tableData
{
	width: 50%;
	border:3px solid #fff !important;
	background-color:none;
	border-collapse:collapse;
}

.tableData td
{
	border:0;
	border-top:1px solid #fff;
	padding:4px;
	margin:0;
	color: #6A655C;
}

.tableData th, .tableDataHdr
{
	padding: 4px;
	font-weight: bold;
	text-align:left;
	color: #fff;
	background: #6f9d64;
	text-transform:uppercase;
	border: 0 !important;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableData tr:hover
{
	background: #eec898;
}

.tableBox
{
	border: 1px solid #AE9257;
	background: #FFFEF9;
	color: #6A655C;
	padding:3px;
}


/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;color:#4D4A41;
	line-height: 140%;
}

a {color: #c05d04;text-decoration: underline;}
a:hover {color: #3984C5;}