/*
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: verdana, arial, sans-serif;
	font-size: 12px;	
	line-height:16px;
	color: #000000;
}

a
{
	color: #2295bf;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

/* Same as title_subtitle except without padding left */
.subtitle
{
    padding:0px;
    margin:0px;
	font-weight: bold;
	color: #014d64;
	font-size: 14px;
}

table.tableData
{
	width: 85%;
	border:1px solid #bbb897 !important;
	border-collapse:collapse;
	background-color: #ffffff;
}

.tableData td
{
	border:0;
	border-top:1px solid #bbb897;
	padding:5px 4px 4px 9px;
}

table.tableDataGrid
{
	width: 85%;
	border:1px solid #bbb897 !important;
	border-collapse:collapse;
	background-color: #ffffff;
}

.tableDataGrid td
{
	border:0;
	border-top:1px solid #bbb897;
	border-right:1px solid #bbb897; 
	padding:5px 4px 4px 9px;
}

.tableData td p, .tableData th p, .tableDataHdr p, .tableDataGrid td p, .tableDataGrid th p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr, .tableDataGrid th
{
	padding: 6px 4px 5px 9px;
	text-align:left;
	color: #ffffff;
	background-color: #95bc6a;
	font-weight: bold;
	text-transform: uppercase;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p, .tableDataGrid th a, .tableDataGrid th p
{
	color: #ffffff;
}

.tableData tr:hover, .tableDataGrid tr:hover
{
	background-color:#f7f6e9;
}

.tableBox
{
	border: 1px solid #bbb897;
	padding:5px;
	background-color: #ffffff;
}

.tableBox th
{
	text-align:left;
}

.tableBox td, .tableBox p, .tableBox th, .tableBox th p
{
}

h1
{
	color: #e28f01;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 25px;
}

h2
	{
	color: #e28f01;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 21px;
	}

h3
	{
	color: #e28f01;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	}

h4
	{
	color: #e28f01;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	}
