/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

/*
Inherit stock styles
*/

body,select,input,textarea, table
{
	font: 12px/18px Tahoma, Geneva, sans-serif;
	color: #3e3b29;
}

a
{
	color: #a66130;
	text-decoration:underline;
}

a:hover{text-decoration:none;}

a img{border: 0;}

p{margin:0 0 1em 0;}

.subtitle, .subtitle p,  .subtitle a
{
	font-weight: bold;
	font-size: 14px;
	color: #215591;
}

table.tableData
{
	width: 85%;
	border:1px solid #d8d4c2 !important;
	border-collapse:collapse;
	background-color: #fcfbf9;
	margin-bottom: 14px;
}

.tableData td
{
	border:0;
	border-top:1px solid #d8d4c2;
	padding:3px 4px 3px 9px;
}

.tableData td p, .tableData th p
{
	padding: 0;
	margin:0;
}

.tableData th
{
	padding: 6px 4px 5px 9px;
	text-align:left;
	background: #df9a3d;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px;
	font-size: 12px;
}

.tableData th a, .tableData th p{color: #ffffff;}

.tableData tr:hover{background:#edf2f7;}

.tableBox
{
	border: 1px solid #d8d4c2;
	padding:5px;
	background-color: #fcfbf9;
	margin-bottom: 14px;
}

.tableBox th{text-align:left;}

.footer_left a, .footer_middle a{display: block;}
