/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;	
	line-height:19px;
	color: #55412d;
}

a
{
	color: #ca3923;
	text-decoration:none;
}

a:hover
{ 
    text-decoration:underline;
}

.subtitle, .subtitle p,  .subtitle a
{
	font-weight: bold;
	color: #ca3923;
	font-size: 14px;
}

table.tableData
{
	width: 85%;
	border:1px solid #cabbac !important;
	border-collapse:collapse;
	background-color: #ffffff;
}

.tableData td
{
	border:0;
	border-top:1px solid #cabbac;
	padding:3px 4px 3px 9px;
}

.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 5px 4px 5px 9px;
	text-align:left;
	color: #ffffff;
	background: #1d2c5b;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.75px;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.75px;
}

.tableData tr:hover
{
	background-color:#e7dec9;
}

.tableBox
{
	border: 1px solid #cabbac;
	padding:5px;
	background-color: #ffffff;
}

.tableBox th
{
	text-align:left;
}

.fontsize10px
{
	font-size: 10px;
}

.fontsize12px
{
	font-size: 12px;
}

.fontsize14px
{
	font-size: 14px;
}
