/*
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: 0 0 0 0;
	margin:0;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size:14px;
	line-height:34px;
	font-weight:bold;
	color: #79b0bf;
}

h3
{
	font-size: 13px;
	color:#2a5d6c;
}

h4
{
	font-size:11px;
	color:#43707d;
}

hr
{
	border: 1px solid #2c8faa;
	height:1px;
	margin: 0 5px;
}

table.tableData
{
	width:550px;
	border:1px solid #007799 !important;
	background-color:#fffcee;
	border-collapse:separate;
}

table.tableData2
{
	width:550px;
	border:1px solid #007799 !important;
	background-color:#fffcee;
	border-collapse:separate;
}

/**** old
.tableData td
{
	padding: 5px;
	font-size: 10px;
	line-height:10px;
	font-weight: bold;
	border:1px solid #006987;
	border-collapse:separate;
	text-align:left;
	color: #000;
	background-color: #fefaeb;
}*/

.tableData td, .tableData2 td
{
	border:0;
	border-top:1px solid #c3bfa7;
	border-right:1px solid #c3bfa7;
	padding:5px;
	margin:0;
}

.tableDataHdr a, .tableData th a,
.tableData a, .tableData2 th a,
.tableData2 a
{
	color: #fff;
}


.tableData td a, .tableData2 td a, .tableBox td a {color:#006987 !important;}

.tableDataHdr, .tableData th, .tableData2 th
{
	background:#017493 url(_gfx/cmn/tablehdr_bg.gif) repeat-x;
	padding:5px;
	border:0;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	text-transform:uppercase;
	color:#FFF !important;
}

.tableData2 th
{
	background: #017493;
	border-bottom: 1px solid #c3bfa7!important;
}

.tableBox
{
	margin:15px 0;
	font-size: 11px;
	line-height:18px;
	background: #fefaeb;
	padding:5px 10px;
	border:1px solid #006987;
}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Verdana, Arial, san-serif;
	font-size:11px;	
}

a
{
	color:#007799;
}
