/*
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,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;	
	line-height:18px;
	color: #696753;
}

a
{
	color: #004977;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

.subtitle, .subtitle p,  .subtitle a
{
	font-weight: bold;
	color: #8c8059;
	font-size: 15px;
}

table.tableData
{
	width: 85%;
	border:1px solid #38465c !important;
	border-collapse:collapse;
	background-color: #f4f4e9;
}

.tableData td
{
	border:0;
	border-top:1px solid #38465c;
	padding:4px 4px 4px 9px;
	line-height: 16px;
	font-size: 12px;
}

.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 5px 4px 4px 9px;
	text-align:left;
	color: #f4f4e9;
	background: #38465c;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #f4f4e9;
	font-size: 14px;
}

.tableData tr:hover
{
	background-color:#fffffe;
}

.tableBox
{
	border: 1px solid #38465c;
	padding:5px;
	background-color: #f4f4e9;
	line-height: 16px;
	font-size: 12px;
}

.tableBox th
{
	text-align:left;
}

.tableBox td, .tableBox td p, .tableBox th, .tableBox th p, .tableBox li, .tableBox a, .tableData td, .tableData td p, .tableData li, .tableData a
{
	line-height: 16px;
	font-size: 12px;
}
