/*
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
{
	font-family: Verdana, Arial sans-serif;
	font-size:13px;
	line-height:14px;
	font-weight:bold;
	text-transform: uppercase;
	padding:5px 15px 5px 0;
	color: #800C00;
}

table.tableData
{
	margin:0; padding:0;
	border-collapse:collapse;
}

.tableData td {
	background:#FEF7F1;
	padding:4px;
	margin:0;
	border:1px solid #2E0000 !important;
}

.tableData th, td.tableDatahdr {
	height: 1px;
	color: #fff;
	background: #787852 url(_gfx/int/table_hdr.gif) repeat-x !important;
	font-weight: bold;
	font-size: 9px;
	padding: 2px;
	text-transform: uppercase;
	border: 1px solid #2E0000;
	margin:0;
}

.tableDatahdr a, 
tableData th a {
	color: #fff;
}

.tableBox
{
	border: 1px solid #865A2E;
	font-size: 11px;
	background: #FEF7F1;
	padding:3px;
}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea {
	font-family: Verdana, Arial, san-serif;
	font-size:11px;	
}

a {
	color:#491A10;
}
