/****
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:0;
  margin:0 0 10px 0;
	font-size: 17px;font-weight: bold;
	color: #5D6735;font-family: Georgia, sans-serif;
}
.subtitle2 
{ 
  padding:0;
  margin:0 0 10px 0;
	font-weight: bold;
	color: #6b5c45;	
	font-size: 14px; 	
}

table.tableData{
	width: 100%;
	border:1px solid #dbc695 !important;
	background-color:#fbf7e5;
/*	border-collapse:collapse;*/}
.tableData td{
	border:0;margin:0;
	border:1px solid #dbc695;
	padding:4px;
	font-size: 11px;}
.tableData th {
	padding: 4px;
	font-size: 10px;font-weight: bold;text-align:left;color: #fff;
	background: #869a5f;	}

table.tableDataBlue{
	width: 100%;
	border:1px solid #456374 !important;
	background-color:#fbf7e5;
	border-collapse:collapse;}
.tableDataBlue td{
	border:0;margin:0;
	border:1px solid #7A92A0;
	padding:4px;
	font-size: 11px;}
.tableDataBlue th{
	padding: 4px;
	font-size: 10px;font-weight: bold;text-align:left;color: #fff;
	background: #7AAFCF;}

.tableData th a, .tableDataBlue th a{	color: #ffffff;}

.tableData tr:hover{	background: #ede7ca;}

.tableBox
{
	border: 1px solid #AE9257;
	font-size: 11px;
	background: #FFFEF9;
	padding:2px !important;
	margin: 5px;
}

.tableBox p {margin: 0px;}

.textBlue{	color: #2872A3;}

.bulletList { background:none;}


/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,ol,input,blockquote,textarea
{
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	color: #523e25;
}


a{	color:#493401;}

