/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

/* Same as title_subtitle except without padding left */
.subtitle
{
    padding:5px 0px 0px 0px;
    margin:0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight: bold;
	color: #2844a0;
}

table.tableData
{
	width: 95%;
	border-bottom:1px solid #c4bca4 !important;
	border-left:1px solid #c4bca4 !important;
	border-right:1px solid #c4bca4 !important;
	border-collapse:separate;
	background-color: #ffffff;
}

.tableData td
{
	border:0;
	border-top:1px solid #e2dcc4;
	padding:4px 4px 4px 9px;
	margin:0;
}

.tableData td p, .tableData th p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 6px 4px 6px 9px;
	font-size: 11px;
	text-align:left;
	color: #ffffff;
	background: #b81516 url(_gfx/int/table_header_bg.gif) top left repeat-x;
	text-transform:uppercase;
	font-weight: normal;
}

.tableDataHdr a, 
.tableData th a, .tableData th p
{
	color: #ffffff;
}


.tableBox
{
	border: 1px solid #c4bca4;
	font-size: 11px;
	padding:5px;
}

.tableBoxBlue
{
	border: 1px solid #334FB2;
	font-size: 11px;
	padding:5px;
	background-color: #E6EAF8;
}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
}

a
{
	color:#e8171e;
}

a:hover
{
	color:#334FB2;
}
