/*
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:5px 0px 0px 0px;
    margin:0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	font-weight: normal;
	color: #79370b;
}

table.tableData
{
	width: 95%;
	border:1px solid #885a4e !important;
	background-color:#fcfaef;
	border-collapse:separate;
}

.tableData td
{
	border:0;
	border-top:1px solid #c6b375;
	padding:4px;
	margin:0;
	color: #000;
}

.tableData th, .tableDataHdr
{
	padding: 4px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #fff;
	background-color: #885a4e;
	text-transform:uppercase;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableBox
{
	border: 1px solid #c6b375;
	font-size: 11px;
	background: #fcfaef;
	color: #675141;
	padding:3px;
}

.sidebar{
	/*background:#e9eff7 url(_gfx/int/sidebar_bg.gif) bottom repeat-x;*/
	float:right;
	width:180px; margin:10px 0 10px 10px;
	padding:10px 10px 15px 10px;
	border-top:5px solid #885a4e;
	border-left:1px solid #885a4e;
	border-bottom:1px solid #885a4e;
	border-right:1px solid #885a4e;
}

*html .sidebar {width:200px;}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
}

a
{
	color:#c55809;
}