/*
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,  .subtitle a
{
	font-size:14px;
	font-weight: bold;
	color: #ED711E;
}

table.tableData
{
	border:1px solid #cbd1c0 !important;
	background-color:#f1f7e9;
	border-collapse:separate;
	margin-bottom: 14px;
}

.tableData td
{
	border:0;
	border-top:1px solid #d7dcd0;
	padding:3px 4px 3px 9px;
	margin:0;
}

.tableData td p, .tableData th p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	font-size: 11px;
	font-weight: bold;
	padding: 6px 4px 5px 9px;
	text-align:left;
	color: #ffffff;
	background: #0b325c url(_gfx/int/tbl_hdr.gif) 0 0 repeat-x;
	text-transform:uppercase;
}

.tableData th a, .tableData th p
{
	color: #ffffff;
	font-size: 11px;
}

.tableData tr:hover
{
	background:#ffffff;
}

.tableBox
{
	border: 1px solid #cbd1c0;
	background: #f1f7e9;
	padding:5px;
	margin-bottom: 14px;
}

.tableBox th
{
	text-align: left;
}

.importantLinks
{
	background: #F7F4E3 url(_gfx/int/importantLinksBG.jpg) no-repeat 0 0;
	display:block;
	padding:35px 10px 10px 10px;margin:10px 0px;
	border-bottom:1px dotted #B8AD75;
}

.contactUs {
	background: #F7F4E3 url(_gfx/int/contactUsBG.jpg) no-repeat 0 0;
	display:block;
	padding:35px 10px 10px 10px;margin:0px 0px 10px 0px;
	width:145px;
	float:right;border-left: #ffffff solid 10px;
}
*html .contactUs {width:165px;margin-top:10px;}

.sidebar {
	background:#9FC669 url(_gfx/int/sidebarBG.jpg) bottom left no-repeat;
	color:#153450;
	float:right;
	width:160px; margin:10px 0 10px 10px;
	padding:10px 10px 30px 10px;
	border-top:5px solid #153450;
}

*html .sidebar {width:180px;}
.sidebar p, .sidebar li, .sidebar a {color:#F7F4E3;}

.greentext {color:#398415;font-weight:bold;}

/*
Inherit stock styles
*/

body,th,p,select,li,input,blockquote,textarea, .container td
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-size:12px;	
	line-height:18px;
	color:#4b4b4b;
}

#content a img {border:1px solid #000;}
a { color:#1f4b71;text-decoration:underline;	}
a:hover { text-decoration:none; }