/*
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
{
	font-size:18px;
	line-height:23px;
	font-weight: normal;font-family:arial, sans-serif;
	color: #095BAF;
}

table.tableData
{
	width:690px;
	border:1px solid #67a88e !important;
	background-color:#fff;
	border-collapse:separate;
	margin: 10px 0;
}

.tableData td
{
	border:0;
	border-top:1px solid #aaa;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	background: #82B7A2 url(_gfx/int/th_bg.gif) repeat-x 0 0;
	padding:4px;
	font-size: 10px;font-weight:bold;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	text-transform:uppercase;
	border:0px;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}
.greenText {color:#009472;}
.tableBox
{
	border: 1px solid #FAD937;
	font-size: 11px;
	background: #FAEFB9;
	color: #6A655C;
	padding:3px;
}
.tableBoxBlue
{
	border: 1px solid #A3B1BE;
	font-size: 11px;
	background: #E0E8F0;
	color: #6A655C;
	padding:3px;
}

.sidebar{
	background:url(_gfx/int/sidebar_bg.jpg) 0 0 no-repeat;
	float: right;
	width: 190px; 
	margin:0 0 10px 10px;
	padding: 20px 10px 20px 20px;
}

.sidebar p {margin-top:0px;}

.sidebar p a{
	font-size:12px;
	color: #585656;
	text-decoration: underline;
	display: block;
	padding-left: 15px;
	background: url(_gfx/home/event_bullet.gif) 0 6px no-repeat;
}

.sidebar p a:hover{
	text-decoration: none;
}

.sidebar p img{
	margin: 20px 0px 0px 15px;
	border: 3px solid #c9dcbb;
}

*html .sidebar {width:192px;}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: verdana, sans-serif;
	font-size: 12px;	
	line-height:16px;
	color: #333333;
}

a{	color:#095BAF;font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #d17100;
	text-decoration: underline;
}
a img {}