/*
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-size:13px;
	line-height:17px;
	font-weight:bold;
	color: #446488;
}

table.tableData
{
	width: 50%;
	border:1px solid #d0d49d !important;
	background-color:#fafddb;
	border-collapse:separate;
}

.tableData td
{
	border:0;
	border-top:1px solid #d0d49d;
	padding:4px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	color: #fafddb;
	background: #801718;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.tableData tr:hover
{
	background: #f0f4bd;
}


.tableBox
{
	border: 1px solid #c2bca6;
	font-size: 11px;
	background: #fdfaed;
	padding:3px;
}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea {
	font-family: Tahoma, Sans-serif; 
	font-size: 11px; 
	line-height: 16px; 
	color: #6a7716;	
}

a {
	color:#801718;
}

.larger
{
	font-size: 14px;
}

.smaller
{
	font-size: 10px;
}