/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

body,select,input,textarea, table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height:18px;
	color: #000000;
}

a
{
	color: #2a68a6;
	text-decoration:underline;
}

a:hover{text-decoration:none;}
a img{border: 0;}

.subtitle, .subtitle p,  .subtitle a
{
	font-size:14px;
	font-weight: bold;
	color: #000000;
}

table.tableData
{
	width: 95%;
	border:1px solid #8ea5c0 !important;
	background-color:#ffffff;
	border-collapse:collapse;
	margin-bottom: 14px;
}

.tableData td
{
	border:0;
	border-top:1px solid #8ea5c0;
	padding:3px 4px 3px 9px;
}

.tableData td p, .tableData th p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	font-weight: bold;
	text-align:left;
	color: #cfdeef;
	background: #234e85 url(_gfx/int/table_header.gif) 0 0 repeat-x;
	text-transform:uppercase;
	padding: 6px 4px 5px 9px;
	border: 0;
}

.tableData th a, .tableData th p{color: #cfdeef;}

.tableData tr:hover{background:#e6edf6;}

.tableBox
{
	border: 1px solid #8ea5c0;
	background: #ffffff;
	padding:5px;
	margin-bottom: 14px;
}

.tableBox th{text-align:left;}
