/*
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: 13px;	
	line-height:18px;
	color: #2e2e2e;
}

a
{
	color:#277e55;
	text-decoration: underline;
}

a:hover{text-decoration: none;}

/* Same as title_subtitle except without padding left */
.subtitle {
	font-size:14px; 
	font-weight:bold;
	color: #2159b7;
}

.sheriffsubtitle {
    padding:0px 0px 0px 0px;
    margin:10px 0px 10px 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px; font-weight:bold;
	color: #3f340a;
}

.subtitle2
{
	padding: 10px 0px 0px 0px;
	margin-left:0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color: #3d3930;
}

table.tableData
{
	border:1px solid #c2dcfa !important;
	border-collapse:collapse;
	background-color: #ffffff;
	margin-bottom: 14px;
}

.tableData td
{
	border:0;
	border-top:1px solid #c2dcfa;
	padding:3px 4px 3px 9px;
}

.tableData td p, .tableData th p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDatahdr
{
	padding: 6px 4px 5px 9px;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	background:#479471;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
}

.tableData th a, .tableData th p
{
	color: #ffffff;
}

.tableData tr:hover
{
	background:#d4e1f1;
}

.tableBox
{
	border: 1px solid #c2dcfa;
	background-color:#ffffff;
	padding:5px;
	margin-bottom: 14px;
}

.tableBox th
{
	text-align:left;
}

table.sherifftableData
{
	border:1px solid #465652 !important;
	border-collapse:collapse;
}

.sherifftableData td
{
	border:0;
	border-top:1px solid #DDD5B4;
	padding:2px 4px;
	margin:0;
}

.sherifftableData th, .sherifftableDatahdr
{
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	background: #d1653d url(_gfx/399/int/list_bg.gif) repeat-x;
}

.sherifftableDatahdr a, 
.sherifftableData th a
{
	color: #ffffff;
}

.sherifftableBox
{
	border: 1px solid #465652;
	font-size: 11px;
	background-color:#DDD5B4;
	padding:3px;
}

.sidebar1 {
	background:#C7D8F7 url(_gfx/cmn/sidebar1BG.gif) bottom left no-repeat;
	color:#1C4CA3;font-size:11px;
	float:right;display:block;
	width:196px; margin:0px 0 10px 10px;
	padding:10px 10px 30px 10px;
	border-top:5px solid #5682CB;
}

.sidebar2 {
	background:#489675;
	color:#fff;display:block;
	float:right;
	width:166px; margin:10px 0 10px 10px;
	padding:10px;
	border:2px solid #A8D4C1;
}

.sheriffsidebar {
	background:#eab19c url(_gfx/399/int/sidebarBG.gif) bottom left no-repeat;
	color:#3d3d3d;font-size:11px;
	float:right;display:block;
	width:196px; margin:0px 0 10px 10px;
	padding:10px 10px 30px 10px;
	border-top:5px solid #c85226;
}


*html .sidebar1 {width:216px;}
*html .sidebar2 {width:186px;}

.sidebar1 p, .sidebar1 li, .sidebar1 a {color:#1C4CA3;}
.sidebar2 p, .sidebar2 li, .sidebar2 a {color:#fff;}

.caption
{
	font-style:italic;
	font-size:10px;
}

.alert
{
	color:#537ECA;
	font-weight:bold;
}


