/*
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, Tahoma, sans-serif;
	font-size: 12px;	
	line-height:17px;
	color: #506860;
}

a
{
	color: #0b6c53;
	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: #506860;
	font-size: 14px;
	line-height: 17px;
}

table.tableData
{
	width: 85%;
	border:1px solid #a7dacf !important;
	border-collapse:collapse;
	background-color: #f5fffd;
}

.tableData td
{
	border:0;
	border-bottom:1px solid #a7dacf;
	border-right:1px solid #a7dacf;
	padding:6px 4px 6px 9px;
	margin:0;
}


.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0;
	margin:0;
}

.tableData td ul, .tableData td li
{
}

.tableData th, .tableDataHdr
{
	padding: 8px 4px 7px 9px;
	text-align:left;
	color: #ffffff;
	background-color: #63afa3;
	border-bottom:1px solid #a7dacf;
	font-weight: bold;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #ffffff;
}

.tableBox
{
	border: 1px solid #a7dacf;
	padding:5px;
	background-color: #f5fffd;
}
.tableBox td, .tableBox p, .tableBox th, .tableBox th p
{
}

.sidebar {
	background:#f5fffd;
	float: right;
	width: 192px; 
	margin: 0px 0 10px 10px;
	padding: 10px 10px 40px 10px;
	border-top: 7px solid #a7dacf;
}

table.sidebar
{
	padding: 10px 10px 10px 10px;
}


body.smaller,
td.smaller,
p.smaller,
li.smaller,
blockquote.smaller,
div.smaller,
span.smaller,
textarea.smaller,
iframe.smaller
{
	font-size: 11px !important;
}

.smaller
{
	font-size: 11px !important;
}