/*
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:1.2em;
	line-height:14px;
	font-weight:bold;
	color: #F4A000;
}

table.tableData
{
	border-bottom: 1px solid #D5D4D3;
	border-left:1px solid #D5D4D3;
	border-right:1px solid #D5D4D3;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	text-align: left;
	border-collapse:collapse;
}

.tableData td, .tableData th
{
	border-top: 1px solid #D2D1D0;
	font-weight:normal;
	padding: 3px;
}
.tableData tr:hover
{
	background:#F5FCC9;
}

.tableData thead th, .tableDatahdr
{
	padding: 3px;
	font-weight: bold;
	color: #5D6F13;
	text-align:left;
	font-size:0.8em;
	text-transform:uppercase;
	background:#B8D207 url(_gfx/1922/int/tableHeader_bg.gif) top left repeat-x;
}
.tableData th
{
	color: #5D6F13;
}

.tableDatahdr a, tableData th a, tableData td a
{
	color: #5D6F13;
}

/* Can be used with or without table */
.tableBox
{
	border: 1px solid #c2bca6;
	font-family: Verdana, Arial, sans-serif;
	background: #fdfaed;
	padding:4px;
}

/*
Inherit stock styles
*/

body,td,th,p,select,input,li
{
	font-family: Verdana, Tahoma, Arial, Sans-serif; 
	color: #000000;
	font-size: 11px;
}

a
{
	color:#76871D;
}
