/*
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, Arial, sans-serif;
	font-size: 12px;	
	line-height:18px;
	color: #484848;
}

a
{
	color: #4999e2;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

.subtitle, .subtitle p
{
	font-weight: bold;
	color: #8a743e;
	font-size: 14px;
}

table.tableData
{
	width: 85%;
	border:1px solid #e1ddcc !important;
	border-collapse:collapse;
	background-color: #f0efea;
}

.tableData td
{
	border:0;
	border-top:1px solid #e1ddcc;
	padding:4px 4px 4px 9px;
	line-height: 16px;
}

.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0;
	margin:0;
	line-height: 16px;
}

.tableData th, .tableDataHdr
{
	padding: 6px 4px 5px 9px;
	text-align:left;
	color: #ffffff;
	background: #3b78c2 url(_gfx/int/tbl_hdr_strip.gif) 0 0 repeat-x;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #ffffff;
	line-height: 18px;
	font-size: 13px;
}

.tableData tr:hover
{
	background-color:#fffffe;
}

.tableBox
{
	border: 1px solid #e1ddcc;
	padding:5px;
	background-color: #f0efea;
	line-height: 16px;
	margin: 0px 10px 10px 10px;
}

.tableBox th
{
	text-align:left;
	line-height: 16px;
}

.tableBox td, .tableBox p, .tableBox th, .tableBox th p
{
	line-height: 16px;
}
