/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

/* Same as title_subtitle except without padding left */
.subtitle, .subtitle p
{
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight: bold;
	color: #C45616;
}

table.tableData
{
	width:530px;margin-bottom:10px;
	border:1px solid #178ACD !important;
	background-color:#fff;
	border-collapse:collapse;
}

.tableData td
{
	border:0;
	border-top:1px solid #BAD4E0;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	height: 1px;
	color: #ffffff;
	background: #225789 url(_gfx/int/tablehdr_bg.gif) repeat-x;
	font-weight: bold;
	font-size: 9px;
	padding: 2px 0px;
	text-transform: uppercase;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #ffffff;
}

.tableBox
{
	border: 1px solid #63B7EB;
	font-size: 11px;
	background: #BCDDF1;
	padding:3px;
}

.tableBox2
{
	font-size: 11px;
	border:1px solid #F1DA50;
	background-color:#FCF8DD;
	padding:3px;
}

.greenText {color:#265F4B;}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,ol,input,blockquote,textarea, .content
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;	line-height:150%;
}

a{	color:#0D8ACA;text-decoration:underline;font-weight:bold;}
.content a:hover {color:#BB361B;background-color:#F9FFCD;}