/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;	
	line-height:18px;
	color: #434343;
}

a
{
	color: #28467f;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}



/* Same as title_subtitle except without padding left */
.subtitle
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
	font-weight: bold;
	color: #7b6d62;
	font-size: 14px;
}

table.tableData
{
	width: 85%;
	border:1px solid #d8dce2 !important;
	border-collapse:collapse;
	background-color: #ffffff;
}

.tableData td
{
	border:0;
	border-top:1px solid #d8dce2;
	padding:4px 4px 3px 9px;
	margin:0;
}


.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0;
	margin:0;
	font-size: 12px;
}

.tableData th, .tableDataHdr
{
	padding: 6px 4px 5px 9px;
	text-align:left;
	color: #ffffff;
	background-color: #89abd7;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #ffffff;
	font-size: 12px;
}

.tableData tr:hover
{
	background-color:#f7f8fa;
}

.tableBox
{
	border: 1px solid #d8dce2;
	padding:5px;
	background-color: #ffffff;
}

.tableBox td, .tableBox p, .tableBox th, .tableBox th p
{
}

.home_menus_table td
{
	vertical-align: top;
}