/*
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, Sans-Serif;
	font-size: 13px;	
	line-height:16px;
	color: #5a5a5a;
}

a
{
	color: #34568f;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

.subtitle, .subtitle p,  .subtitle a
{
	font-weight: bold;
	color: #34568f;
	font-size: 16px;
}

.subtitle2, .subtitle2 p,  .subtitle2 a
{
	font-weight: bold;
	color: #34568f;
	font-size: 14px;
}

.subtitleGreen, .subtitleGreen p,  .subtitleGreen a
{
	font-weight: bold;
	color: #174819;
	font-size: 16px;
}

.subtitle2Green, .subtitle2Green p,  .subtitle2Green a
{
	font-weight: bold;
	color: #174819;
	font-size: 14px;
}

.greentext, .greentext p {color:#205D21; font-weight:bold;}
.bluetext, .bluetext p {color:#34568f; font-weight:bold;}

table.tableData
{
	width: 85%;
	border:1px solid #a9cbf1 !important;
	border-collapse:collapse;
	background-color: #fff;
}

.tableData td
{
	border:0;
	border-top:1px solid #a9cbf1;
	padding:4px 4px 4px 9px;
}

.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 6px 4px 5px 9px;
	text-align:left;
	color: #fff;
	background: #34568f;
	font-weight: bold;
	text-transform: uppercase;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #f8eedb;
}

.tableData tr:hover
{
	background-color:#c3e1ff;
}

.tableBox
{
	border: 1px solid #a9cbf1;
	padding:5px;
	background-color: #fff;
}

.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
{
}