/*
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: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight: bold;
	color: #000000;
}

.subtitleCaps
{
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;font-variant: small-caps;
	font-weight: bold;
	color: #000000;
}

table.tableData
{
	width:560px;margin-bottom:10px;
	border:1px solid #B4AF8F !important;
	border-collapse:collapse;
}

.tableData td
{
	border:0;
	border-top:1px solid #D8D3B5;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	height: 1px;
	color: #ffffff;
	background:#71371B url(_gfx/nav/leftnav_parent.gif) 0 0 repeat-x;
	font-weight: bold;
	font-size: 9px;
	padding: 4px 4px;
	text-transform: uppercase;text-align:left;
}

.tableDataHdr a, .tableData th p, .tableDataHdr p,
.tableData th a
{
	color: #ffffff;font-size:9px;
}

.tableBox
{
	border: 1px solid #6D351A;
	font-size: 11px;
	background: #E6DCC1;
	padding:3px;
}

.tableBox2
{
	font-size: 11px;
	border:1px solid #004C01;
	background-color:#E6DCC1;
	padding:3px;
}

.greenText {color:#265F4B;}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,ol,input,blockquote,textarea, .content
{
	font-family: tahoma, Verdana, Sans-Serif;
	font-size: 12px;	line-height:150%;color:#000000;
}

a{	color:#6C3517;text-decoration:underline;}
.content a:hover {color:#004A00;}