/*
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: Arial,Helvetica,sans-serif; 
	font-size: 13px; 
	line-height: 18px;
	color: #62645f;
}

a
{
	color:#0373c4;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Same as title_subtitle except without padding left */
.subtitle, .subtitle p,  .subtitle a
{
	font-size: 15px;
	font-weight: bold;
	color: #545454;
}

table.tableData
{
	width: 85%;
	border:1px solid #b3b9be !important;
	border-collapse:collapse;
	background-color: #f2f9ff;
}

.tableData td
{
	border:0;
	border-top:1px solid #b3b9be;
	padding:4px 4px 4px 9px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

.tableData td p, .tableData td a, .tableData td li
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.tableData td p, .tableData th p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDatahdr
{
	padding: 5px 4px 4px 9px;
	text-align:left;
	color: #ffffff;
	background: #3f93d7;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #ffffff;
	font-size: 11px;
}

.tableData tr:hover
{
	background-color:#e8eef4;
}

.tableBox
{
	border: 1px solid #b3b9be;
	background: #f2f9ff;
	padding:5px;
}

/********************************
* Custom Table Classes
*********************************/
table.customtable
{
	font-family: Verdana, Arial, Sans-serif;
	font-size:10px;
	color: #333333;
	border: solid 1px #E5D3C0;
}

.customtable th
{
	font-weight:bold;
	text-align:center;
	color:#FFF;
	background:#F4A16D;
	border:0;
	padding:4px;
}

.customtable td
{
	border: solid 1px #E5D3C0;
}

.t_header1
{
	font-weight:bold;
	text-align:center;
	color:#FFF;
	background:#F4A16D;
	border:0;
	padding:4px;
}

.t_header2
{
	font-weight:bold;
	text-align:center;
	color:#605043;
	background:#E5D3C0;
	border:0;
	padding:4px;
}