/*
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:16px;
	line-height:20px;
	font-weight: bold;
	color: #1E4C7A;
}

table.tableData
{
	width:550px;
	border:1px solid #1E4C7A !important;
	background-color:#DFEDFC;
	border-collapse:collapse;
}

.tableData td
{
	border:0;
	border:1px solid #B9D4EE;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 4px 2px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	background:#2D6FAE url(_gfx/cmn/tdhBG2.gif) repeat-x;
	text-transform:uppercase;
}

.tableDataHdr a, 
.tableData th a, .tableDataTeal th a
{
	color: #ffffff;
}

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 #1E4C7A !important;
	background-color:#DFEDFC;
	font-size: 11px;
	padding:3px;
}

table.tableBoxTeal
{
	border:1px solid #A0C3B7 !important;
	background-color:#F4FBF9;
	font-size: 11px;
	padding:3px;
}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:12px;	
}

a
{
	color:#1E4C7A;
}