/*
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: Tahoma, verdana, sans-serif;
	font-size: 13px;	
	line-height:20px;
	color: #473f1b;
}

a
{
	color: #294d77;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

/* Same as title_subtitle except without padding left */
.subtitle
{
    padding:0px;
    margin:0px;
	font-weight: bold;
	color: #473f1b;
	font-size: 15px;
}

table.tableData
{
	width: 85%;
	border:1px solid #dcd5be !important;
	border-collapse:collapse;
	background-color: #fcf9e8;
}

.tableData td
{
	border:0;
	border-top:1px solid #dcd5be;
	padding:6px 4px 6px 9px;
	font-size: 12px;
	line-height: 16px;
}

.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0;
	margin:0;
	font-size: 12px;
	line-height: 16px;
}

.tableData th, .tableDataHdr
{
	padding: 7px 4px 6px 9px;
	text-align:left;
	color: #ffffff;
	background-color: #5299dd;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}

.tableData tr:hover
{
	background-color:#fffffd;
}

.tableBox
{
	border: 1px solid #dcd5be;
	padding:5px;
	background-color: #fcf9e8;
	font-size: 12px;
	line-height: 16px;
}

.tableBox th
{
	text-align:left;
	font-size: 12px;
	line-height: 16px;
}

.tableBox td, .tableBox p, .tableBox th, .tableBox th p
{
	font-size: 12px;
	line-height: 16px;
}