/*
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: 15px 15px 15px 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color: #718ca9;
}

table.tableData
{
	width:550px;
	border:1px solid #607a4a !important;
	background-color:#ecf5fc;
	border-collapse:separate;
}

.tableData
{
	color:#575141;
}

.tableData th{
	background: url(_gfx/cmn/table_header.gif) repeat-x;
	text-align: center;
	color: #fff;
	vertical-align: top;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 18px;
	height:20px;
}

.tableData td {
	border:0;
	border-top:1px solid #c3bfa7;
	padding:4px;
	margin:0;
}

.tableData tr:hover {
	background-color:#fff;
}

.tableDatahdr a, 
.tableData th a {
	color: #fff;
}

.tableBox
{
	border: 1px solid #607a4a !important;
	font-size: 11px;
	background: #ecf5fc;
	padding:5px;
	margin:10px;
}

.tableBox p{
	padding: 3px 5px;
	margin:0;
}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,ol,input,blockquote,textarea {
	font-family: Verdana, Arial, san-serif;
	font-size:11px;	
}

a {
	color:#007799;
}