/*
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:0px;
    margin:0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight: bold;
	color: #504d45;
}

table.tableData
{
	width:550px;
	border:1px solid #dbd5b7 !important;
	background-color:#f1edd7;
	border-collapse:collapse;
	font-size: 11px;
}

.tableData td
{
	border:0;
	border:1px solid #dbd5b7;
	padding:4px;
	margin:0;
	font-size: 11px;
}

.tableData thead th
{
	padding: 4px 4px;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	background:#ae0000;
	text-transform:uppercase;
}

.tableDataHdr a, 
.tableData thead th a, .tableDataTeal th a
{
	color: #ffffff;
}

.tableData tbody th
{
	font-weight: normal;
	text-align: left;
	padding: 4px;
	border: 1px solid #dbd5b7;
	font-size: 11px;
}

table.tableDataTeal
{
	width:550px;
	border:1px solid #A0C3B7 !important;
	background-color:#F4FBF9;
	border-collapse:collapse;
}

.tableDataTeal td
{
	border:0;
	border:1px solid #DAEEE7;
	padding:4px;
	margin:0;
}

.tableDataTeal th
{
	padding: 4px 2px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #1E4C7A;
	background:#BBD4CB url(_gfx/cmn/tdhBG3.gif) repeat-x;
	text-transform:uppercase;
}

.tableBox
{
	border:1px solid #dbd5b7 !important;
	background-color:#f1edd7;
	font-size: 11px;
	padding:3px;
}

.tableBox th
{
	font-size: 11px;
	text-align: left;
}

table.tableBoxTeal
{
	border:1px solid #A0C3B7 !important;
	background-color:#F4FBF9;
	font-size: 11px;
	padding:3px;
}

.spotlight_title
{
	margin-top: 5px;
	margin-bottom: 10px;
	color: #45433B !important;
	font-size: 22px !important;
	line-height: 26px !important;
}

.spotlight_title span
{
	font-size: 15px;
}

.spotlight_content img
{
	float: left;
	margin-right: 15px;
}

.spotlight_content
{
	color: #45433B !important;
    margin: 0 0 10px !important;
    line-height: 18px !important;
}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:12px;	
}

a
{
	color:#1c1f89;
}
