/*
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
{
	margin-bottom:10px;
	color:#007d53;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

table.tableData
{
	font-family: Verdana,Arial, MS Sans Serif;
	font-size: 11px;
	text-align: left;
	line-height: 18px;
	border-collapse:collapse;
}

.tableDatahdr, .tableData th
{
	background-image:url(_gfx/cmn/box_title_BG.gif);
	background-repeat: repeat-x;
	background-color:#2a8b67;
	height:13px;
	padding: 4px 8px 4px 8px;
	font-family:Tahoma, Verdana, sans-serif;
	text-transform:uppercase;
	font-weight: bold;
	color: #FFFFFF;
	border:0;
	text-align:left;
	border: 1px solid #b4b17a;
}

.tableData td
{
	border: 1px solid #b4b17a;
	padding: 4px;
}

/* Can be used with or without table */
.tableBox
{
	border: 1px solid #b4b17a;
	font-family: Arial, MS Sans Serif;
	font-size: 11px;
	background-color: #fdffe9;
	padding:5px;
}

/*
Inherit stock styles
*/

body,td,th,p,select,input,li
{
	font-family: Verdana, Tahoma, Arial, Sans-serif; 
	font-size: 12px; 
	line-height: 16px;
	color: #524D40;
}

a
{
	color:#007799;
}
