/*
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
{
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight: bold;
	color: #37885f;
}

table.tableData
{
	width:500px;
	border:1px solid #265F4B !important;
	background-color:#FCFFE9;
	border-collapse:collapse;
}

.tableData td
{
	border:0;
	border-top:1px solid #ccc;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	height: 1px;
	color: #ffffff;
	background: #265F4B url(_gfx/cmn/tablehdr_bg.gif) repeat-x;
	font-weight: bold;
	font-size: 9px;
	padding: 2px 0px;
	text-transform: uppercase;
	border: 1px solid #c2bca6;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableBox
{
	border: 1px solid #88B3C9;
	font-size: 11px;
	background: #DFF2FB;
	padding:3px;
}

.tableBox2
{
	font-size: 11px;
	border:1px solid #265F4B;
	background-color:#FCFFE9;
	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, li a {	color:#0099DD;text-decoration:underline;font-weight:bold;}
a:hover, li a:hover {color:#37885F;background-color:#F9FFCD;text-decoration:none;}
