/*
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;
	margin-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	color: #907022;
}
.subtitle2
{
	padding: 0px;
	margin-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	color: #107040;
}

.greentext {color:#107040; font-weight:bold;font-size:11px !important;}
.goldtext {color:#907022; font-weight:bold;font-size:11px !important;}
.bluetext {color:#275C98; font-weight:bold;font-size:11px !important;}
.redtext {color: #c70917;font-weight:bold;font-size:11px !important;}
.purpletext{color: #7135c4;font-weight:bold;font-size:11px !important;}
.tealtext{color: #008687;font-weight:bold;font-size: 11px !important;}
.fuschiatext{color: #d40072;font-weight:bold;font-size: 11px !important;}
.orangetext{color: #ff7900;font-weight:bold;font-size: 11px !important;}
.browntext{color: #7e5a3a;font-weight:bold;font-size: 11px !important;}

table.tableData
{
	width:540px;
	border:1px solid #107241 !important;
	background-color:#fff;
	border-collapse:separate;
}

.tableData td
{
	border:0;
	border-top:1px solid #9ed8bb;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	background-color: #107241;
	text-transform:uppercase;
}

.sidebar{
	background:#ede2aa url(_gfx/int/sidebar_bg.gif) bottom repeat-x;
	float:right;
	width:180px; margin:10px 0 10px 10px;
	padding:10px 10px 40px 10px;
	border-top:5px solid #0b4d2a;
}

*html .sidebar {width:200px;}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableBox
{
	border: 1px solid #c2bca6;
	font-size: 11px;
	background: #fdfaed;
	padding:3px;
}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea, li
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:11px;	color: #5d542f;line-height:140%;	
}
.content li {margin:0 0 0 20px;padding:0; }

a{	color:#03743b;	text-decoration:underline;	}
a:hover {  text-decoration:none; color:#907022; }
