/*
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
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;	
	line-height:16px;
	color: #7e522d;
}

a
{
	color: #d7830f;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

.subtitle, .subtitle p,  .subtitle a
{
	font-weight: bold;
	color: #0b5690;
	font-size: 14px;
}

table.tableData
{
	width: 85%;
	border:1px solid #dedede !important;
	border-collapse:collapse;
	background-color: #ffffff;
}

.tableData td
{
	border:0;
	border-top:1px solid #dedede;
	padding:4px 4px 4px 9px;
	font-size: 12px;
}

.tableData td p, .tableData th p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 6px 4px 6px 9px;
	text-align:left;
	color: #ffffff;
	background: #d7830f;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.tableDataHdr a, .tableData th a, .tableData th p
{
	color: #ffffff;
}

.tableData tr:hover
{
	background-color:#eef5ff;
}

.tableBox
{
	border: 1px solid #dedede;
	padding:5px;
	background-color: #ffffff;
}

.tableBox th
{
	text-align:left;
}
