/*
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: 14px;	
	line-height:22px;
	color: #707070;
}

a
{
	color: #ca9915;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

/* Same as title_subtitle except without padding left */
.subtitle, .subtitle p
{
	font-weight: bold;
	color: #707070;
	font-size: 16px;
}

table.tableData
{
	width: 85%;
	border:1px solid #ca9915 !important;
	border-collapse:collapse;
	background-color: #ffffff;
}

.tableData td
{
	border:0;
	border-top:1px solid #ca9915;
	padding:5px 4px 4px 9px;
	line-height: 16px;
	font-size: 13px;
}

.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0;
	margin:0;
	line-height: 16px;
	font-size: 13px;
}

.tableData th, .tableDataHdr
{
	padding: 5px 4px 4px 9px;
	text-align:left;
	color: #4e4f4e;
	background-color: #edd161;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 2px;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #4e4f4e;
	line-height: 18px;
	font-size: 16px;
}

.tableData tr:hover
{
	background-color:#fbf6df ;
}

.tableBox
{
	border: 1px solid #ca9915;
	padding:5px;
	background-color: #ffffff;
	line-height: 16px;
	font-size: 13px;
}

.tableBox th
{
	text-align:left;
	line-height: 16px;
	font-size: 13px;
}

.tableBox td, .tableBox p, .tableBox th, .tableBox th p
{
	line-height: 16px;
	font-size: 13px;
}