/*
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
{
	/*background-color:#FFFFFF;*/
	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
{
	border-bottom: 1px solid #c2bca6;
	border-left:1px solid #c2bca6;
	background-color: #fdfaed;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 18px;
	border-collapse:collapse;
}

.tableData td
{
	border-top: 1px solid #c2bca6;
	border-right:1px solid #c2bca6;
	padding: 4px;
}

tableData th, .tableDatahdr
{
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #fdfaed;
	background-color: #316f83;
	text-align:left;
}

.tableDatahdr a, tableData th a, tableData td a
{
	color: #FFFFFF;
}

/* Can be used with or without table */
.tableBox
{
	border: 1px solid #c2bca6;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	background: #fdfaed;
	padding:3px 3px 3px 3px;
}

/*
Inherit stock styles
*/

body,td,th,p,select,input,li
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:11px;
	color: #000000;
}

a
{
	text-decoration: underline;
}

a:hover
{
	text-decoration:underline;
}