/*
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, .subtitle p
{
	padding: 0;
	font-family: tahoma, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight: bold;
	color: #606E1F;
}

.subtitle2, .subtitle2 p
{
	padding: 0;
	font-family: tahoma, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	font-weight: bold;
	color: #6D5321;
}

.brownBG, .brownBG p
{
	padding: 0;	font-family: tahoma, Arial, sans-serif; display:block;width:100%;
	font-size:14px;	line-height:18px;	font-weight: bold;	color: #fff;background:#7F5222;}

.greenBG, .greenBG p {
	padding: 0;	color: #f7edda; display:block;width:100%;text-transform:uppercase;
	font-size:10px;	line-height:18px;	font-weight: bold;	color: #fff;background: #606E1F url(_gfx/cmn/tdbg.jpg) repeat-x 0 -2px;}

.greenBG, .brownBG {padding:2px 4px;}

table.tableData
{
	width:520px;
	border:1px solid #606E1F !important;
	background-color:#FBF6EC;
	border-collapse:separate;
}

.tableData td
{
	border:0;
	border-top:1px solid #c3bfa7;
	padding:4px;
	margin:0;
}

.tableBorders
{
}

.tableData th, .tableDataHdr, .tableBorders th
{
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #f7edda;
	background: #606E1F url(_gfx/cmn/tdbg.jpg) repeat-x 0 -2px;
	text-transform:uppercase;
}

table.tableBorders {border:1px solid #606E1F !important;background-color:#FBF6EC;border-collapse:collapse;}
table.tableBorders td {border:1px solid #c3bfa7!important;padding:4px;}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableBox
{
	border: 1px solid #977A55;
	font-size: 11px;
	background: #FBF6EC;
	padding:3px;
}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,ol,input,blockquote,textarea, .content
{	font-family: tahoma,Arial, Sans-Serif;font-size:11px;	line-height:150%;color:#362C1F;}

a img{border: 0;}
a {color:#606E1F;	text-decoration: underline;}
a:hover {color:#7B3F3F;}
.content a:hover {background:#EFD5A3;}