/*
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;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight: bold;
	color: #5a7ea9;
}

.subsubtitle
{
    padding:5px 0px 0px 0px;
    margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	font-weight: bold;
	color: #5a7ea9;
}

.categoryTitle
{
	color:#5a7ea9;
	font-size:13px;
	margin:15px 0px 0px 0px;
	display: block;
	background: url(_gfx/cmn/boxlink_lrg.gif) 0 4px no-repeat;
	padding-left: 18px;
	border-bottom: 1px solid #cccccc;
}

.sidebar
{
	display: block;
	width: 150px;
	font-weight: bold;
	float: right;
	background: #f7fbff;
	border:1px solid #5a7ea9 !important;
	color: #e6ffff;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	
}

.sidebar th{
	background-color: #5a7ea9;
	padding:2px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	text-transform:uppercase;
	border:0px;
}

table.tableData
{
	width:550px;
	background: #f7fbff;
	border:1px solid #5a7ea9 !important;
	border-collapse:separate;
}

.tableData td
{
	border:0;
	border-top:1px solid #c3bfa7;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	background-color: #5a7ea9;
	padding:2px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	text-transform:uppercase;
	border:0px;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableData tr:hover
{
	background-color:#e5f1ff;
}

.tableBox
{
	border:1px solid #5a7ea9 !important;
	font-size: 11px;
	background: #f7fbff url(_gfx/int/tablebox_bg.gif) left top repeat;
	padding:3px;
}

.tableBox_bgonly
{
	border-top: 2px solid #DCE3EA !important;
	font-size: 11px;
	background: #f7fbff url(_gfx/int/tablebox_bg.gif) left top repeat;
	padding:6px;
}

.tableBox2
{
	border-top:2px solid #FBB92E !important;
	font-size: 11px;
	background: #648ab8 url(_gfx/int/box_bg2.gif) top left;
	padding:3px;
	color:white;
}

.tableBox2 p{ color:#384046  }

.tableBox2 .subtitle a {color: #fff;}

/*
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;
}

hr{
	color: #cccccc;
	height: 1px;
}

p, ul, ol{
	color: #000000;}

ul { list-style: square; }

a
{
	color:#5a7ea9;
}
