/*
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
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight: bold;
	color: #2d8939;
	
}

table.tableData
{
	width:540px;
	border:1px solid #b1a468 !important;
	background-color:#fffcee;
	border-collapse:separate;
	clear: both !important;
}

.tableData td
{
	border:0;
	border-top:1px solid #b1a468;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	background-color: #b1a468;
	padding: 2px 2px 2px 3px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	/** background: #b1a468 url(_gfx/cmn/table_header.gif) top center repeat-x; 
	**/
	text-transform:uppercase;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableBox
{
	border: 1px solid #c2bca6;
	font-size: 11px;
	background: #fdfaed;
	padding:3px;
}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Arial, Sans-Serif;
	font-size:12px;	
}

a
{
	color:#1f9435;
}