/*
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: Trebuchet MS, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	font-weight: normal;
	color: #8193AB;
}


table.tableDataVLine
{
	width: 95%;
	border:1px solid #4A688C !important;
	background-color:#fbfdff;
	border-collapse:separate;
}

.tableDataVLine td
{
	border:0;
	border-bottom:1px solid #CDD5DC;
	border-right:1px solid #CDD5DC;
	padding:4px;
	margin:0;
	color: #5E5E5E;
}

.tableDataVLine th, .tableDataVLineHdr
{
	padding: 4px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #fff;
	background-color: #5A789C;
	text-transform:uppercase;
}

.tableDataVLineHdr a, 
.tableDataVLine th a
{
	color: #ffffff;
}

table.tableData
{
	width: 95%;
	border:1px solid #5A789C !important;
	background-color:#fbfdff;
	border-collapse:separate;
}

.tableData td
{
	border:0;
	border-top:1px solid #CDD5DC;
	padding:4px;
	margin:0;
	color: #5E5E5E;
}

.tableData th, .tableDataHdr
{
	padding: 4px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #fff;
	background-color: #5A789C;
	text-transform:uppercase;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableBox
{
	border: 1px solid #5A789C;
	font-size: 11px;
	background: #fbfdff;
	color: #000000;
	padding:4px;
}

.tableBox th, .tableBoxHdr
{
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #5A789C;
	/*text-transform:uppercase;*/
}

.sidebar{
	background: url(_gfx/int/sidebar_bg.gif) 0 0 repeat-y;
	float: right;
	clear: right;
	width: 180px; 
	margin: 0px 0px 0px 35px;
	padding: 0px 0px 10px 15px;
	display: block;
}

.sidebar span
{
}

.sidebar p{
	padding: 15px 0px 0px 0px;
	margin-top: 0px;
	border-top: 5px solid #d1dbe5;
}

.sidebar td{
border-top:5px solid #d2dce6;
padding:4px;
}

.sidebox
{
	float:right;
	clear:right;
	width:200px;
	margin:5px;
	border: 1px solid #d2dce6;
}

.sidebox th
{
	color:#403f3f;
	background-color:#d2dce6;
	padding:5px;
	line-height:16px;
}

.sidebox td, .sidebox td p
{
	color:#395576;
	background-color:#fff;
	line-height:16px;
}

.sidebox td{
	padding:5px 5px 10px 15px;
}

*html .sidebar {width:200px;}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

a
{
	color:#c97501;
}
