/*
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: #01639b;
}

table.tableData
{
	width: 95%;
	border:1px solid #c1c397 !important;
	background-color:#fbfdff;
	border-collapse:separate;
	margin: 10px 0;
}

table.tableData a
{
	color:#476fca;
}


.tableData td
{
	border:0;
	border-top:1px solid #c3bfa7;
	padding:4px;
	color:#6e3c19;
	margin:0;
	font-size:11px;
	font-family:Arial, Verdana, Sans-Serif;
}

.tableData th, .tableDataHdr
{
	background:url(_gfx/int/table_th_bg.gif) repeat-x;
	background-color: #c1c397;
	padding:4px;
	font-size: 11px;
	font-weight: bold;
	font-family:Arial, Verdana, Sans-Serif;
	text-align:left;
	color: #ffffff;
	text-transform:uppercase;
	border:0px;
}

.tableData tr:hover
{
	background-color:#F0FFE0;
}

.tableDataHdr a, 
.tableData th a
{
	color:#ffffff;
}

.tableBox
{
	border: 1px solid #01639B;
	font-size: 11px;
	background: #fff;
	color: #000000;
	padding:6px;
}

.tableBox2
{
	border: 1px solid #ccbb44;
	font-size: 11px;
	background: #FFFFFF;
	color: #000000;
	padding:6px;
}

.sidebar{
	background:#e9eff7 url(_gfx/int/sidebar_bg.gif) bottom repeat-x;
	float:right;
	width:180px; margin:10px 0 10px 10px;
	padding:10px 10px 40px 10px;
	border-top:5px solid #05264c;
}

.pictureCaption, .pictureCaption p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px !important;
	font-weight:900 !important;
	line-height:14px;
	color: #6a655c;
}

/*
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:#494d3a;
}

