/*
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-family: Verdana, Geneva, sans-serif;
	font-size: 12px;	
	line-height:18px;
	color: #362009;
}

a
{
	color: #216290;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

.subtitle, .subtitle p,  .subtitle a
{
	font-weight: bold;
	font-size: 14px;
	color: #63992e;
}

table.tableData
{
	width: 85%;
	border:1px solid #dacab3 !important;
	border-collapse:collapse;
	background-color: #f3efdd;
}

.tableData td
{
	border:0;
	border-top:1px solid #dacab3;
	border-right: 1px solid #dacab3;
	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: #ffffff;
	background: #4583ac;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
}

.tableData th a, .tableData th p
{
	color: #ffffff;
}

.tableData tr:hover
{
	background-color:#ece8d5;
}

.tableBox
{
	border: 1px solid #dacab3;
	padding:5px;
	background-color: #f3efdd;
}

.tableBox th
{
	text-align:left;
}