/*
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: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color: #3d3930;
}

table.tableData
{
	width:550px;
	border:1px solid #000000 !important;
	background-color:#fffcee;
	border-collapse:separate;
}


.tableData td {
	border:0;
	border-top:1px solid #c3bfa7;
	background-color: #ffffff;
	padding:4px;
	margin:0;
}

.tableData th, .tableDatahdr {
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #fff;
	background-color: #7C7870;
	text-transform:uppercase;
}

.tableDatahdr a, 
tableData th a {
	color: #fff;
}

.tableBox
{
	border: 1px solid #c2bca6;
	font-size: 11px;
	background: #fdfaed;
	padding:3px;
}

/* Can be used with or without table */
.tableBox
{
	border: 1px solid #bbb;
	font-family: Verdana, Arial, MS Sans Serif;
	font-size: 11px;
	background: #fff;
	padding:3px 3px 3px 3px;
}

/*
Inherit stock styles
*/

body,td,th,p,select,input,li
{
	font-family: Verdana, Tahoma, Arial, Sans-serif; 
	font-size: 12px; 
	line-height: 14px;
	color: #524D40;
}

a
{
	color:#007799;
}

.h1
{
	padding: 10px 0px 0px 0px;
	margin-left:0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:16px;
	line-height:14px;
	font-weight:bold;
	color: #3d3930;
}

.h2
{
	padding: 10px 0px 0px 0px;
	margin-left:0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:15px;
	line-height:14px;
	font-weight:bold;
	color: #3d3930;
}

.h3
{
	padding: 10px 0px 0px 0px;
	margin-left:0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color: #3d3930;
}
