/*
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: Georgia, serif;
	font-size: 13px;	
	line-height:20px;
	color: #6d7983;
}

a
{
	color: #c7842a;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}



/* Same as title_subtitle except without padding left */
.subtitle
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
	font-weight: bold;
	color: #3d6a8f;
	font-size: 15px;
	line-height: 20px;
}

table.tableData
{
	width: 85%;
	border:1px solid #b9b9b9 !important;
	border-collapse:collapse;
	background-color: #ffffff;
}

.tableData td
{
	border:0;
	border-bottom:1px solid #b9b9b9;
	padding:4px 4px 4px 9px;
	margin:0;
}


.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 7px 4px 6px 9px;
	text-align:left;
	color: #ffffff;
	background-color: #d5a247;
	font-weight: normal;
	text-transform: uppercase;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #ffffff;
}

.tableData tr:hover
{
	background-color:#f6fbff;
}

.tableBox
{
	border: 1px solid #b9b9b9;
	padding:5px;
	background-color: #ffffff;
}
.tableBox td, .tableBox p, .tableBox th, .tableBox th p
{
}

.left_sidebar {
	background:#ffffff;
	float: left;
	width: 202px; 
	margin: 5px 10px 5px 0px;
	padding: 10px 10px 20px 10px;
	border: 1px solid #3777ba;
	border-top: 7px solid #3777ba;
}

.right_sidebar {
	background:#ffffff;
	float: right;
	width: 202px; 
	margin: 5px 0 5px 10px;
	padding: 10px 10px 20px 10px;
	border: 1px solid #3777ba;
	border-top: 7px solid #3777ba;
}
