/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

/*
Inherit stock styles
*/

body,select,input,textarea, table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	line-height:19px;
	color: #6f664d;
}

a img
{
	border: 0;
}

a
{
	color: #ad1e00;
	text-decoration:none;
}

a:hover
{ 
    text-decoration:underline;
    color: #94914A;
}

.subtitle, .subtitle p,  .subtitle a
{
	font-weight: bold;
	font-size: 14px;
}

table.tableData
{
	width: 85%;
	border:1px solid #c6c6b6 !important;
	border-collapse:collapse;
	background-color: #ffffff;
}

.tableData td
{
	border:0;
	border-top:1px solid #c6c6b6;
	padding:3px 4px 2px 9px;
}

.tableData td p, .tableData th p
{
	padding: 0;
	margin:0;
}

.tableData th
{
	padding: 5px 4px 5px 9px;
	text-align:left;
	color: #ffffff;
	background: #95924c url(_gfx/int/tbl_hdr.gif) 0 0 repeat-x;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}

.tableData th a, .tableData th p
{
	color: #ffffff;
}

.tableData tr:hover
{
	background-color:#fcf5e2;
}

.tableBox
{
	border: 1px solid #94914A;
	padding:5px;
	background-color: #FCF5E3;
}

.tableBox th
{
	text-align:left;
}
