/*
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: 10px 0px 0px 0px;
	margin-left:0px;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color: #4b4638;
}

h3
{
	padding: 10px 0px 0px 0px;
	margin-left:0px;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color: #4b4638;
}


.subtitle2
{
	padding: 10px 0px 0px 0px;
	margin-left:0px;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color: #4b4638;
}


/*
.subtitle2
{
	padding: 5px 0;
	margin-left:0px;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	font-stretch: wider;
	line-height:18px;
	font-weight:bold;
	color: #226c4c;
}
*/

table.tableData
{
	width: 95%;
	border: 1px solid #b3aa89 !important;
	background-color: #f3faeb;
	border-collapse: separate;
}

.tableData td {
	border:0;
	border-top:1px solid #c3bfa7;
	padding:4px;
	margin:0;
}

tableData th 
{
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #6a5d29;
	background-color: #F5DEB3;
	background-image: url(_gfx/cmn/td_header_bg.gif);
	background-repeat: repeat-x;
	text-transform: none;
}

table.tableDatahdr
{
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #6a5d29;
	background-color: #F5DEB3;
	background-image: url(_gfx/cmn/td_header_bg.gif);
	background-repeat: repeat-x;
	text-transform: none;
}


.tableDatahdr a, 
tableData th a {
	color: #fff;
	background-color: #ecdb95;
	font-weight: bold;
}

.tableBox
{
	border: 1px solid #b3aa89;
	font-size: 11px;
	background: #fffdf6;
	padding:3px;
}


img.imagelink 
{
	border: 2px groove Olive !important;
}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea {
	font-family: Verdana, Arial, san-serif;
	font-size:11px;	
}

a {
	color:#006633;
}