/*
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-family: Verdana, Sans-Serif;
	font-size: 14px;
	line-height:17px;
	font-weight: bold;
	color: #275a8d;
}

table.tableData
{
	width: 50%;
	border:1px solid #d2d2d2 !important;
	background-color:#f3f3f3;
	border-collapse:separate;
}

.tableData td
{
	border:0;
	border-top:1px solid #d2d2d2;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 4px;
	font-size: 13px;
	font-weight: bold;
	text-align:left;
	color: #fff;
	background: #7bade0;
	text-transform:uppercase;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableData tr:hover
{
	background: #fff;
}

.tableBox
{
	border: 1px solid #d2d2d2;
	background: #f3f3f3;
	padding:3px;
}


/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
	line-height: 18px;
	color: #636161;
}

a
{
	color:#2e7ec4;
}