/*
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, Geneva, sans-serif;
	font-size: 13px;	
	line-height:20px;
	color: #2f3043;
}

a
{
	color: #890a37;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

.subtitle, .subtitle p,  .subtitle a
{
	font-weight: bold;
	color: #890a37;
	font-size: 15px;
}

table.tableData
{
	width: 85%;
	border:1px solid #d2d3d4 !important;
	border-collapse:collapse;
	background-color: #ffffff;
}

.tableData td
{
	border:0;
	border-top:1px solid #d2d3d4;
	padding:3px 4px 3px 9px;
	color: #5c5e74;
}

.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: #6a2348 url(_gfx/int/table_hdr_strip.gif) 0 0 repeat-x;
	font-weight: normal;
	font-size: 15px;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #ffffff;
	font-size: 15px;
}

.tableData tr:hover
{
	background-color:#dfe0f2;
}

.tableBox
{
	border: 1px solid #d2d3d4;
	padding:5px;
	background-color: #ffffff;
	color: #5c5e74;
}

.tableBox th
{
	text-align:left;
}

.tableBox td, .tableBox td p, .tableBox th, .tableBox th p, .tableBox li,  .tableData td, .tableData td p, .tableData li
{
	color: #5c5e74;
}