/*
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: Georgia, Times, serif;
	font-size: 12px;	
	line-height:22px;
	color: #446848;
}

a
{
	color: #816625;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

/* Same as title_subtitle except without padding left */
.subtitle, .subtitle p
{
	font-weight: bold;
	color: #816625;
	font-size: 14px;
}

table.tableData
{
	width: 85%;
	border:1px solid #d8c7a4 !important;
	border-collapse:collapse;
	background-color: #fff9ec;
}

.tableData td
{
	border:0;
	border-top:1px solid #d8c7a4;
	padding:5px 4px 4px 9px;
	line-height: 16px;
	font-family: verdana, arial, sans-serif;
}

.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0;
	margin:0;
	line-height: 16px;
	font-family: verdana, arial, sans-serif;
}

.tableData th, .tableDataHdr
{
	padding: 6px 4px 5px 9px;
	text-align:left;
	color: #ffffff;
	background-color: #d5a031;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	font-family:  tahoma, arial, sans-serif;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #ffffff;
	line-height: 16px;
	font-size: 14px;
	font-family:  tahoma, arial, sans-serif;
}

.tableData tr:hover
{
	background-color:#f6ebd3;
}

.tableBox
{
	border: 1px solid #d8c7a4;
	padding:5px;
	background-color: #fff9ec;
	line-height: 16px;
	font-family: verdana, arial, sans-serif;
}

.tableBox th
{
	text-align:left;
	line-height: 16px;
	font-family: verdana, arial, sans-serif;
}

.tableBox td, .tableBox p, .tableBox th, .tableBox th p
{
	line-height: 16px;
	font-family: verdana, arial, sans-serif;
}