/*
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: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	color: #000000;
}

table.tableData
{
	width: auto;
	border:1px solid #663366 !important;
	background-color:#cccccc;
	border-collapse:separate;
}

.tableData td
{
	border:0;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:8px;
	margin:0;
}

.tableData th, .tableDataHdr
{
	background-color: #663366;
	padding:2px;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	color: #ffffff;
	border-right: 1px solid #fff;
}

.tableDataHdr a, 
.tableData th a
{
	color: #ffffff;
}

.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: Arial, Sans-Serif;
	font-size:11px;	
}

a
{
	color:#9a6c54;
}

.content img{ border: 10px solid #c3c0bd;}
.downloadmessage img{border: none;}