/*
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, .subtitle p,  .subtitle a
{
	font-weight: bold;
	font-size: 15px;
	color: #1b667a;
}

table.tableData
{
	width: 85%;
	border:1px solid #bfb697 !important;
	border-collapse:collapse;
	background-color: #f0fafb;
	margin-bottom: 14px;
}

.tableData td
{
	border:0;
	border-top:1px solid #bfb697;
	padding:3px 4px 3px 9px;
}

.tableData td p, .tableData th p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDatahdr
{
	text-align:left;
	padding: 6px 4px 5px 9px;
	color: #ffffff;
	background: #793320 url(_gfx/int/table_header.gif) 0 0 repeat-x;
	font-weight: bold;
	text-transform: uppercase;
	font-size:11px;
	border: 0;
}

.tableData th a, .tableData th p
{
	color: #ffffff;
}

.tableData tr:hover
{
	background:#e0eff1;
}

/* Can be used with or without table */
.tableBox
{
	border: 1px solid #bfb697;
	padding:5px;
	background-color: #f0fafb;
	margin-bottom: 14px;
}

.tableBox th
{
	text-align:left;
}

/*
Inherit stock styles
*/

body,td,th,p,select,input,li
{
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 12px; 
	line-height: 18px;
	color: #003445;
}

a
{
	color:#7c2c01;
	text-decoration: underline;
}

a:hover{text-decoration: none;}

.blueHeader2
{
color: #007799;
font-size: 14px;
font-weight: bold;
}

.blueHeader3
{
color: #007799;
font-size: 16px;
font-weight: bold;
}

.blackHeader2
{
color: #000000;
font-size: 14px;
font-weight: bold;
}

.blackHeader3
{
color: #000000;
font-size: 16px;
font-weight: bold;
}

.redHeader2
{
color: #CC0000;
font-size: 14px;
font-weight: bold;
}

.redHeader3
{
color: #CC0000;
font-size: 16px;
font-weight: bold;
}

.tanHeader2
{
color: #AB9C71;
font-size: 14px;
font-weight: bold;
}

.tanHeader3
{
color: #AB9C71;
font-size: 16px;
font-weight: bold;
}

