/*
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 10px 0px;
    margin:0px 0px 0px 0px;
    width:90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #6f695d;
}

/* tableData One */

table.tableData
{
	border:1px solid #6b4631 !important;
	background-color:#fffcee;
	border-collapse:collapse;
}

.tableData td
{
	border:0;
	border:1px solid #b6a297;
	padding:4px;
	margin:0;
}

.tableData th, .tableDatahdr
{
	padding: 4px 2px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	background:#ab562b url(_gfx/cmn/list_header_bg.gif) top repeat-x;
}

.tableDatahdr a, 
.tableData th a
{
	color: #ffffff;
}

/* tableData 2 */

table.tableData2
{
	border:1px solid #50583F !important;
	background-color:#fffcee;
	border-collapse:collapse;
}

.tableData2 td
{
	border:0;
	border:1px solid #b6a297;
	padding:4px;
	margin:0;
}

.tableData2 th
{
	padding: 4px 2px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	background:#687252 url(_gfx/cmn/list_header_bg2.gif) top repeat-x;
}

.tableData2 th a
{
	color: #ffffff;
}

/* tableDataGrey */

table.tableDataGrey
{
	border:1px solid #ccc !important;
	border-collapse:separate;
}

.tableDataGrey td, .tableDataGrey th
{
	border:0;
	border:1px solid #999;
	padding:4px;
	margin:0;
}

/* Others */

.tableBox
{
	border: 1px solid #6b4631;
	font-size: 11px;
	background: #fdfaed;
	padding:3px;
}


.sidebarRust {
	background:#cd6221 url(_gfx/cmn/sidebarRust.gif) bottom left no-repeat;
	color:#fff;
	float:right;
	width:176px; margin:10px 0 10px 10px;
	padding:10px 10px 50px 10px;
	border-top:5px solid #8f3f23;
}

.sidebarGreen {
	background:#697753 url(_gfx/cmn/sidebarGreen.gif) bottom left no-repeat;
	color:#fff;
	float:right;
	width:176px; margin:10px 0 10px 10px;
	padding:10px 10px 40px 10px;
	border-top:5px solid #50583f;
}

*html .sidebarRust, *html .sidebarGreen {width:196px;}

.sidebarRust p, .sidebarRust li, .sidebarRust a, .sidebarGreen p, .sidebarGreen li, .sidebarGreen a {color:#fff;}

.superscript {vertical-align:top;font-size:8px;}
.subscript {vertical-align:bottom;font-size:8px;}
.enewsmessage {font-size:12px;}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:11px;	
}

a {	color:#495C28;text-decoration:underline;}
a:hover {color:#B55F2E;}

