/*
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
{
	font-family: arial, sans-serif;
	font-weight:bold;
	color: #66401A;
	font-size:medium;
}

.subtitleMedium
{
	font-family: arial, sans-serif;
	font-weight:bold;
	color: #66401A;
	font-size:medium;
}

.subtitleLarge {
	font-family: arial, sans-serif;
	font-weight:bold;
	color: #66401A;
	font-size:large;
}

.captionBoxRight {
	font-style:italic;
	font-size:xx-small;
	float:right;
	display:block;
	margin:10px;
}

.captionBoxLeft {
	font-style:italic;
	font-size:xx-small;
	float:left;
	display:block;
	margin:10px;
}

.alertBox {
	border: 1px solid #c2bca6;
	background: #fdfaed;
	padding:15px;
	display: block;
}

.caption {
	font-style:italic;
	font-size:xx-small;
}

.greenText {
	color:#377F51;
	font-weight:bold;
}

.blueBorder {
	display:block; border: 2px solid #EAF4FC; padding:5px;
}

table.tableData
{
	background-color:#fffcee;
	border-collapse:separate;
	border:0px;
	border-bottom:1px solid #DDD9D6;
}

.tableData td {
	border:0;
	border-top:1px solid #DDD9D6;
	padding:4px;
	margin:0;
}

table.tableData2
{
	background-color:#fffcee;
	border-collapse:collapse;
	border:0px;
	border-bottom:1px solid #DDD9D6;
}

.tableData2 td {
	border:1px solid #DDD9D6;
	padding:4px;
	margin:0;
}

.tableData th, .tableData2 th, .tableDatahdr {
	background-color: #fff;
	padding:2px;
	font-weight: bold;
	text-align:left;
	color: #5F3D1A;
	text-transform:uppercase;
	border:0;
}

.tableDatahdr a, 
tableData th a {
	color:#fff;
}

.tableBox, .highlight
{
	border: 1px solid #c2bca6;
	background: #fdfaed;
	padding:3px;
}

/*
Inherit stock styles

*/

body,td,th,p,select,li,ul,input,blockquote,textarea {
	font-family: Arial, san-serif;
	font-size:small/80%;	
	line-height:14px;
	color:#0D273B;
}

a {
	color:#007799;
}

img {border-color:#DEDBCC;}

ul li {
	margin-left:15px;
}

