/*
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: #645f48;
}

a
{
	color: #3b5966;
	text-decoration:underline;
}

a:hover{text-decoration:none;}

a img{border: 0;}

p{margin:0 0 1em 0;}

/*firefox needs the simple selector*/
.subtitle{}

.subtitle, .subtitle p,  .subtitle a
{
	font-weight: bold;
	font-size: 14px;
	color: #821311;
}

table.tableData
{
	width: 85%;
	border:1px solid #d0c7a6 !important;
	border-collapse:collapse;
	background-color: #eee8d6;
	margin-bottom: 14px;
}

.tableData td
{
	border:0;
	border-top:1px solid #d0c7a6;
	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;
	color: #f6f3e5;
	background: #264755;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px;
}

.tableData th a, .tableData th p{color: #f6f3e5;}

.tableData tr:hover{background:#e2eaee;}

.tableBox
{
	border: 1px solid #d0c7a6;
	padding:5px;
	background-color: #eee8d6;
	margin-bottom: 14px;
}

.tableBox th{text-align:left;}

.footer_left, .footer_middle, .footer_right{float: left;}

.footer_left
{
	padding: 15px 20px 0 11px;
	width: 289px;
}

.footer_middle
{
	padding: 15px 20px 0 0px;
	width: 366px;
}

.footer_right
{
	padding: 20px 0px 0 0px;
	width: 233px;
}
