/*
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,select,input,textarea, table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height:18px;
	color: #555656;
}

a
{
	color: #de6a13;
	text-decoration:underline;
}

a:hover{text-decoration:none;}

a img{border: 0;}

.subtitle
{
	font-weight: bold;
	font-size: 14px;
	color: #6d8eb3;
}

.subtitle p,  .subtitle a
{
	font-weight: bold;
	font-size: 14px;
	color: #6d8eb3;
}

table.tableData
{
	width: 85%;
	border:1px solid #acd3f5 !important;
	border-collapse:collapse;
	background-color: #f1f8fe;
	margin-bottom: 14px;
}

.tableData td
{
	border:0;
	border-top:1px solid #acd3f5;
	padding:3px 4px 3px 9px;
}

.tableData td p, .tableData th p
{
	padding: 0;
	margin:0;
}

.tableData th
{
	padding: 5px 4px 4px 9px;
	text-align:left;
	color: #ffffff;
	background: #218cde url(_gfx/int/tbl_hdr.gif) 0 0 repeat-x;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}

.tableData th a, .tableData th p{color: #ffffff;}

.tableData tr:hover{background:#e6f3ff;}

.tableBox
{
	border: 1px solid #acd3f5;
	padding:5px;
	background-color: #f1f8fe;
	margin-bottom: 14px;
}

.tableBox th{text-align:left;}