/*
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-size:15px;
	font-weight: bold;
	color: #404240;
}

table.tableData
{
	width: 100%;
	border:1px solid #DDDDDD !important;
	background-color:#FFFFFF;
	border-collapse:collapse;
	margin: 10px 0;
}

.tableData td
{
	border:0;
	border-top:1px solid #DDDDDD;
	padding:4px 9px;
}

.tableData th, .tableDataHdr
{
	padding:6px 9px 2px 9px;
	line-height: 27px;
	background: #54A814 url('_gfx/cmn/table_header2.gif') repeat-x;
	font-weight: bold;
	text-align:left;	
	color: #ffffff;
	text-transform:uppercase;
	border:0px;
}

.tableData th p, 
.tableData th a
{
	color: #ffffff;
}

.tableData tr:hover
{
	background-color:#D4FBB7;
}

.tableBox
{
	border: 1px solid #001c3e;
	background: #fbfdff;
	padding:5px;
}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	line-height:21px;
	color: #40433e;
}

a
{
	color:#e57200;
}
