/*
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:0px 0px 0px 0px;
    margin:0px 0px 10px 0px;
    font-size: 14px;
    line-height:17px;
    font-weight: bold;
    color: #a5924f;
}

table.tableData
{
	width: 50%;
	border:1px solid #dedebf !important;
	background-color:#f8fbea;
	border-collapse:separate;
}

.tableData td
{
	border:0;
	border-top:1px solid #dedebf;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	color: #fff;
	background: #4c7bab;
	text-transform:uppercase;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #ffffff;
	padding: 0;
	margin:0;
	font-size: 11px;
	font-weight: bold;
}

.tableData td p
{
	padding: 0;
	margin:0;
}

.tableData tr:hover
{
	background: #ecf6f1;
}

.tableBox
{
	border: 1px solid #dedebf;
	font-size: 11px;
	background: #f8fbea;
	padding:3px;
}

.sidebar {
	background:#ecf6f1;
	float: right;
	text-align: left;
	width: 192px; 
	margin: 0px 0px 10px 10px;
	padding: 10px 10px 25px 10px;
	border-top: 7px solid #4c7bab;
}

/*.sidebar p{
	color: #585656;
}

.sidebar p a{
	font-size:12px;
	color: #4c7bab;
	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: Tahoma, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 18px;
	color: #6d6850;
}

a
{
	color:#4c7bab;
}