/*
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
{
	/*background-color:#FFFFFF;*/
	padding: 10px 0px 0px 0px;
	margin-left:0px;
	font-family: Arial, Helvetica, san-serif;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
/*	color: #3d3930; */
}

.goldTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:27px;	
	line-height:30px;
	color: #ae853b;
}

.goldBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	font-weight: bold;
	color: #ae853b;
}

table.tableData
{
	border-bottom: 1px solid #c2bca6;
	border-left:1px solid #c2bca6;
	background-color: #fdfaed;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 18px;
	border-collapse:collapse;
}

.tableData td
{
	border-top: 1px solid #c2bca6;
	border-right:1px solid #c2bca6;
	padding: 4px;
}

tableData th, .tableDatahdr
{
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #fdfaed;
	background-color: #316f83;
	text-align:left;
}

.tableDatahdr a, tableData th a, tableData td a
{
	color: #FFFFFF;
}

/* Can be used with or without table */
.tableBox
{
	border: 1px solid #c2bca6;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	background: #fdfaed;
	padding:3px 3px 3px 3px;
}

/*
Inherit stock styles
*/

body,td,th,p,select,input,li
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px; 
	line-height: 18px;
	color: #524D40;
}

a
{
	color:#007799;
	font-size:inherit;
}
