/*
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 0px 0px;
    margin:0px 0px 10px 0px;
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
	line-height:16px;
	font-weight: bold;
	color: #5b381c;
}

table.tableData
{
	width: 50%;
	border:1px solid #684422 !important;
	background-color:#fff;
	border-collapse:separate;
}

.tableData td
{
	border:0;
	border-top:1px solid #684422;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 4px;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	color: #fff;
	background: #684422;
	text-transform:uppercase;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableData tr:hover
{
	background: #ebdbce;
}

.tableBox
{
	border: 1px solid #d8d3ab;
	font-size: 11px;
	background: #ebe8d5;
	padding:3px;
}

.sidebar{
	background:#ebe8d5;
	float: left;
	width: 192px; 
	margin: 0px 0 10px 10px;
	padding: 10px 10px 40px 10px;
	border-top: 7px solid #d8d3ab;
}

.content14px
{
	font-size: 14px;
}

.content16px
{
	font-size: 16px;
}


*html .sidebar {width:192px;}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;	
	line-height:14px;
	color: #404040;
}

a
{
	color:#0000ff;
}
