/*
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:  verdana, tahoma, sans-serif;
	font-size: 13px;	
	line-height:20px;
	color: #000000;
}

a
{
	color: #c55809;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

/* Same as title_subtitle except without padding left */
.subtitle
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
	font-weight: bold;
	color: #577D52;
	font-size: 14px;
	line-height: 16px;
}

table.tableData
{
	width: 85%;
	border:1px solid #918370 !important;
	border-collapse:collapse;
	background-color: #f1e2cc;
}

.tableData td
{
	border:0;
	border-top:1px solid #acad8c;
	padding:5px 5px 4px 9px;
	margin:0;
}


.tableData td p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 6px 5px 5px 9px;
	text-align:left;
	color: #fffff1;
	background: #3f4c22 url(_gfx/int/table_header_strip.gif) 0 0 repeat-x;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	font-family: garamond, serif;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #fffff1;
	font-size: 16px;
	font-family: garamond, serif;
	line-height: 18px;
	padding: 0;
	margin:0;
}

.tableData tr:hover
{
	background-color:#fbf5ec;
}

.tableBox
{
	border: 1px solid #a0a183;
	padding:5px;
	background-color: #f1e2cc;
}

.tableBox td, .tableBox p, .tableBox th, .tableBox th p
{
}

.footer_links
{
	color: #010101;
	line-height: 16px;
	font-size: 12px;
	padding-bottom: 8px;
	font-family: tahoma, sans-serif;
	text-transform: none;
}

.footer_links a
{
	color: #010101;
	text-decoration: underline;
	font-size: 12px;
}

.footer_links a:hover
{
	color: #010101;
	text-decoration: none;
	font-size: 12px;
}
