/*
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,select,input,textarea, table
{
	font-family: Verdana,Geneva,sans-serif; 
	font-size: 12px; 
	line-height: 18px;
	color: #525142;
}

a
{
	color:#c44e26;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Same as title_subtitle except without padding left */
.subtitle, .subtitle p,  .subtitle a
{
	font-size: 14px;
	font-weight: bold;
	color: #857a6b;
}

table.tableData
{
	width: 85%;
	border:0px solid #e6e2de !important;
	border-collapse:separate;
	background-color: #ece8e2;
	margin-bottom: 14px;
}

.tableData td
{
	border:0;
	border-top:1px solid #fafae9;
	border-bottom:1px solid #e1dbd1;
	padding:4px 4px 4px 9px;
}

.tableData td p, .tableData td a, .tableData td li
{
}

.tableData td p, .tableData th p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDatahdr
{
	padding: 5px 4px 4px 9px;
	text-align:left;
	color: #716452;
	background: #ddd6cc;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #716452;
	font-size: 14px;
}

.tableData tr:hover
{
	background-color:#f7f4f1;
}

.tableBox
{
	border: 1px solid #fafae9;
	background: #ece8e2;
	padding:5px;
	margin-bottom: 14px;
}

/********************************
* Custom Table Classes
*********************************/
table.customtable
{
	font-family: Verdana, Arial, Sans-serif;
	font-size:10px;
	color: #333333;
	border: solid 1px #E5D3C0;
}

.customtable th
{
	font-weight:bold;
	text-align:center;
	color:#FFF;
	background:#F4A16D;
	border:0;
	padding:4px;
}

.customtable td
{
	border: solid 1px #E5D3C0;
}

.t_header1
{
	font-weight:bold;
	text-align:center;
	color:#FFF;
	background:#F4A16D;
	border:0;
	padding:4px;
}

.t_header2
{
	font-weight:bold;
	text-align:center;
	color:#605043;
	background:#E5D3C0;
	border:0;
	padding:4px;
}

.smalltext
{
	font-size: 11px;
	line-height: 16px;
}

.orangetext
{
	color:#c44e26;
}

.tax_right_column .subtitle,
.tax_left_column .subtitle,
.dmv_left_column .subtitle,
.dmv_right_column .subtitle
{
	color:#c44e26;
	font-size: 15px;
}

.dmv_top .subtitle
{
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	color:#c44e26;
}
