/*
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;
	margin-left:0px;
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color: #0c6293;
	text-transform: uppercase;
}

table.tableData
{
	width:500px;
	border:1px solid #006ca5 !important;
	background-color:#ffffff;
	border-collapse:separate;
	
}

.tableData td
{
	border:0;
	border-top:1px dotted #006ca5;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	background-color: #006ca5;
	text-transform:uppercase;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableBox
{
	border: 1px dotted #006ca5;
	font-size: 11px;
	background: #ffffff;
	padding:2px;
	margin:2px;
}

/*
Inherit stock styles
*/

body,td,th,p,select
{
	font-family: Trebuchet MS,Verdana,Arial,Sans-Serif;
	font-size: 13px;
	line-height: 17px;
	color: #2b3c68;
}

li,ul,input,blockquote,textarea
{
	font-family: Trebuchet MS,Verdana,Arial,Sans-Serif;
	font-size: 13px;
	color: #2b3c68;
}

a
{
	color:#0066cc;
}
