/*
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: Arial, tahoma, sans-serif;
	font-size: 14px;	
	line-height:20px;
	color: #6a4d31;
}

a
{
	color: #cc0033;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

.subtitle, .subtitle p,  .subtitle a
{
	font-weight: bold;
	color: #cc0033;
	font-size: 14px;
}

table.tableData
{
	width: 85%;
	border:1px solid #e9e1cf !important;
	border-collapse:collapse;
	background-color: #f6f4ec;
}

.tableData td
{
	border:0;
	border-top:1px solid #e9e1cf;
	padding:4px 4px 4px 9px;
}

.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 6px 4px 5px 9px;
	text-align:left;
	color: #ffffff;
	background: #4571a6;
	font-weight: normal;
	text-transform: uppercase;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #ffffff;
}

.tableData tr:hover
{
	background-color:#f2efe6;
}

.tableBox
{
	border: 1px solid #e9e1cf;
	padding:5px;
	background-color: #f6f4ec;
}

.tableBox th
{
	text-align:left;
}

.displayfalse, .displayfalse div, .displayfalse img
{
	background-color: #fff;
	/* for IE */
	filter:Alpha(opacity=40);
	/* CSS3 standard */
	opacity:0.4;
}
