/*
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-size: 13px;
	line-height:16px;
	font-weight: bold;
	color: #7b7643;
}

table.tableData
{
	width: 50%;
	border:1px solid #d6d0bd !important;
	background-color:#fff;
	border-collapse:collapse;
}

.tableData td
{
	border:0;
	border:1px solid #d6d0bd;
	padding:4px;
	margin:0;
}

.tableData th
{
	padding: 4px;
	font-weight: normal;
	text-align:left;
	color: #fff;font-size:11px;
	background: #1d2c2e url('_gfx/int/table_hdr.gif') repeat-x 0 0;
	text-transform:uppercase
}

.tableData th a, .tableData th p
{
	color: #ffffff;font-size:11px;
}

.tableData tr:hover
{
	background: #f4f2e9;
}

.tableBox
{
	border: 1px solid #AE9257;
	font-size: 11px;
	background: #FFFEF9;
	color: #6A655C;
	padding:3px;
}

/*
Inherit stock styles
*/

body, td, th, p, select, li, ul, input, blockquote, textarea
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	line-height: 16px;
	color: #3a351f;
}

a{color:#565323;}
a:hover {color:#37423E;}
