/*
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,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;	
	line-height:19px;
	color: #1e395a;
}

a
{
	color: #a51c15;
	text-decoration:none;
}

a:hover
{ 
    text-decoration:underline;
}

.subtitle, .subtitle p,  .subtitle a
{
	font-weight: bold;
	color: #1e395a;
	font-size: 14px;
	font-family: georgia, serif;
}

table.tableData
{
	width: 85%;
	border:1px solid #d4d3cd !important;
	border-collapse:collapse;
	background-color: #ffffff;
}

.tableData td
{
	border:0;
	border-top:1px solid #d4d3cd;
	padding:3px 4px 2px 9px;
}

.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 5px 4px 5px 9px;
	text-align:left;
	color: #eae9d9;
	background: #85140e url(_gfx/int/tbl_hdr.gif) 0 0 repeat-x;
	font-weight: normal;
	text-transform: uppercase;
	font-family: georgia, serif;
	font-size: 14px;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #eae9d9;
	font-family: georgia, serif;
	font-size: 14px;
}

.tableData tr:hover
{
	background-color:#e9e8d2;
}

.tableBox
{
	border: 1px solid #d4d3cd;
	padding:5px;
	background-color: #ffffff;
}

.tableBox th
{
	text-align:left;
}
