@charset "UTF-8";
/* CSS Document CONSOLIDATED */
/* main.css - all jsp files */

/* BEGIN Override main Joomla defaults */
#rt-main-container #rt-mainbody-surround #rt-main .rt-container {
	background-color: #FFF;
	color: #000;
}
/* END Override main Joomla defaults */

html, body {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:87%;
	* font-size:85%;*/ /* IE */
/*	padding:0;
	margin:0;
*/}

body {
}

img {
	border:none;
	vertical-align: inherit; /* to compensate bootstrap align middle */
}

.hidden {
	position: absolute;
	left: -9000px;
	width:0;
	overflow:hidden;
}

/* GENERAL */

h1 {
	font-size:1.6em;
	border-bottom:1px #999 dotted;
	font-weight:normal;
	color: #000;
}

h2 {
	margin:0;
	padding:0.8em;
	font-size:1.2em;
	background-color: rgb(134,151,60);
	background-color: rgba(134,151,60,0.3);
	 *background:transparent;
     *filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9086973C,endColorstr=#9086973C);
     *zoom: 1;
	color: #000;
}

.content h2 {
	margin:0;
	padding:0.8em 0 0.8em 0;
	background:none;
	*filter: none;
}

h1, h2, h3 {
	line-height: normal !important; /* To get back a normal size (bootstrap inherited) */
}

/* CONTENT */
#contentbgd {
	background:url(../images/content_bkd.jpg) top left repeat-x;
	/* background-color: white; */
	/* border-left: 4px solid #86973C; */
	/* border-right: 4px solid #86973C; */
	/* border-bottom: 4px solid #86973C; */
}

#content, .content {
	padding:0 0 1em 1em; /* padding-right WAS 1em - 0 to remove right edge */
/*	font-family:Georgia, "Times New Roman", Times, serif;
*/}

.framed {
	border-top:#87983D 10px solid;
	background-color:#FFF;
	position:relative;
	top:-15px;
}

.framed .content {
	padding:1em;
}

.image_right {
	float:right;
}

#left {
	float:left;
	width:200px;
	border-right:2px solid #999;
}

#right {
	margin-left:202px;
}

input {
	/* border:#87983D 1px solid; */
	/* height:1.4em; */
}

input.space {
	margin-top: 0; /* To aligned with label */
}
input:hover, input:active, input:focus,
#banner a:hover, #banner a:focus, #banner a:active,
#content a:hover, #content a:focus, #content a:active {
/*	color: #00c;
    background: #fc0;
*/}

.button {
	display:inline-block;
	padding:0 0.5em 0 0.5em;
/*	background:#87983D url(../images/nav1_on.jpg) left top repeat-x;
	border:#87983D 1px solid;
	color:#FFF;
	text-decoration:none;
*//*	padding:5px 1em 5px 1em;*/
/*	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
*/	height:2.2em;
	* height:1.7em; /*IE */
	* padding-bottom: 0.5em
}

.button2 {
	display:inline-block;
	background:#87983D url(../images/nav1_on.jpg) left top repeat-x;
	border:#87983D 1px solid;
	color:#FFF;
	text-decoration:none;
/*	padding:2px 0.5em 2px 0.5em;*/
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	height:2.2em;
	* height:1.7em; /*IE */
 }

/* NAV3 */

ul#nav3 {
	font-family:Verdana, Geneva, sans-serif;
	list-style:none;
	text-align:right;
	padding:0;
	margin:1em 0 0 0;
	width:200px;
}

ul#nav3 a {
	padding:0.3em;
	margin-right:0.5em;
	display:block;
	color:#000;
	text-decoration:none;
}

ul#nav3 li {
	padding:0;
	margin:0;
}

ul#nav3 a.selected {
	border-right:1px solid #999;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-left:8px solid #87983D;
	background-color:#FFF;
}

/* HEADER */
/* CSS classes not used any more: header, logo, nav1, nav2 */

/* BANNER */

#banner {
	/* font-family:Georgia, "Times New Roman", Times, serif; */
	height: 113px;
	/* border-top:4px solid #86973C; */
	border-bottom:4px solid #86973C;
	background:url(../images/banner_cottage.jpg) top left no-repeat;
	border-radius: 5px 5px 0 0;
	padding:40px 1em 20px 40em;
	/* border-left: 4px solid #86973C; */
	/* border-right: 4px solid #86973C; */
}

#banner h1 {
	font-size:1.3em;
	border:none;
	font-weight:bold;
}

/* FOOTER */
/* CSS classes not used any more: footer */

/* Callout */

.calloutBox {
  background-color: #FFF;
  color: #000;
  float: center;
  width: 30em;
}

.portrait {
  border-bottom: 10px solid #FFF;
  border-left: none;
  border-right: none;
  border-top: 10px solid #FFF;
  margin: 0 30px;
}

.portrait p {
  margin: 0 -20px;
  padding: 1em;
  background-color: #FFF;
  color: #000;
  font-style: italic;
  text-align: center;
}

.horizontal {
  background-color: #FFF;
  border-bottom: 10px solid #87983D;
  border-left: none;
  border-right: none;
  border-top: 10px solid #87983D;
  color: #000;
  margin: 0 10px;
  padding: 20px 0;
}

.horizontal p {
  margin: 0 -10px;
  padding: 0 20px;
}

/* ***************************************************************** */
/* records_search.css (media="screen") - advanced-civil.jsp, advanced.jsp, civil-perform-search.jsp, details.jsp, feedback.jsp, search.jsp */
/*
html {
	padding-bottom:20em;
}
*/
.records_search #left {
	width:250px;
	padding-bottom:1em;
}

.records_search #right {
	margin-left:252px;
}

.records_search #banner {
	background:url(../images/banner_search.jpg) top left no-repeat;
	padding: 0 1em 40px 360px; /* top WAS 20px = 0 to Emtpy the top to compensate the <br> tag just at the beginning of #banner - bottom WAS 20px = 40 to display all lines */
	/* background-color: white; */
	/* margin: 15px; */
}

.records_search ul.options {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}

.records_search ul.options li {
	margin:0;
	padding:0 0.2em 0 0.6em;
	display:inline;
	background:url(../images/slash.jpg) left 50% no-repeat;
}

.records_search ul.options li.current {
	font-weight:bold;
}

.records_search ul.options li.first {
	background:none;
	padding:0 0.2em 0 0;
}

/* records */
.records_search ul#results {
	margin:0;
	padding:0;
	list-style:none;
}

.records_search ul#results li {
	margin:0 0 0 2em;
	padding:1em;
	background:url(../images/search_bkd.jpg) top left repeat-x;
}

.records_search ul#results .left_col {
	*position:relative; /* IE6 */
	float:left;
	width:25em;
	padding:0.5em;
}

.records_search ul#results .right_col {
	margin-left:27em;
	padding:0.5em;
}

.records_search ul#results .name,
.records_search ul#results .date {
	font-weight:bold;
}

.records_search ul#results div div {
	padding:0.4em;
}

/* Search box */
.records_search #left h2 {
	margin:1em 1em 1em 0;
}

.records_search .inputs {
	margin-bottom:1em;
}

.records_search .inputs div {
	margin:0 1em 0 0;
}

.records_search input.button {
	float:left;
	clear:both;
	*margin-top:0; /* IE */
	margin-right:1em;
}

.inputs label, 
.inputs #search_date {
	font-weight:bold;
	display: inline-block; /* To reduce effect of <br> tag */
}

.inputs span.eg {
	margin-left:1em;
	font-style:italic;
}

.inputs #search_day, 
.inputs #search_month {
	width:2em;
	text-align:center;
}

.inputs #search_year {
	width:4em;
	text-align:center;
}

.inputs .slash {
	margin:0 0.5em 0 0.5em;
}

/* */
.records_search #left h3 {
	font-size:1.1em;
	color:#5D6A28;
	background:url(../images/square.jpg) left 50% no-repeat;
	padding-left:1em;
}


.records_search div.nav4 {
	margin:1em;
	text-align:right;
}

.records_search div.nav4 ul {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}

.records_search div.nav4 ul li {
	margin:0;
	padding:0 0.2em 0 0.6em;
	display:inline;
	background:url(../images/slash.jpg) left 50% no-repeat;
}

.records_search div.nav4 ul li.first, 
.records_search div.nav4 ul li.next, 
.records_search div.nav4 ul li.previous {
	background:none;
}

div.nav4 ul li.current {
	font-weight:bold;
}

/* Details popup */

.records_search .table1 th, 
.records_search .table2 th, 
.records_search .table3 th, 
.records_search .table3 td {
	text-align:left;
}

.records_search .table1 .even,
.records_search .table1b th,
.records_search .table2 th,
.records_search .table3 th {
	background:#ADC44F;
}

.records_search .popup {
	z-index:10; /* IE6 */
  display: none;
  border: 1px #666 solid;
  padding: 0.25em;
  width: 90%;
  _width: 60%; /* IE6 */
  background: #FFFFFF;
}

.records_search #right .loading {
	text-align:center;
	padding:1em;
}

/* Tree */
body .records_search .tree .focused {
	outline: 2px solid yellow;
	background: #fc0;
}

.records_search .tree ul {
	list-style: none;
	padding-left: 0em;
	margin-left: 0em;	
}

.records_search .tree li {
	margin-top: 2px;
	margin-bottom: 2px;

}

.records_search .tree ul ul {
	padding-left: 1em;
}

.records_search .tree .leafFirst,
.records_search .tree .leafMid,
.records_search .tree .leafLast {
	padding-left: 1em;
}

.records_search .tree ul.collapsedGroup{
	display: none;
}

.records_search .tree .branchNode {
	margin:0.7em 0 0.7em 0;
}

.records_search .tree .branchLabel, 
.records_search .tree .leafLabel {
	background-repeat: no-repeat;
	padding-left:0.2em;
	background-position: left center;
}

.records_search .tree a {
	text-decoration: none;	
}

.records_search .tree .selected {
	background-color: #9999FF;
}

.records_search ul.narrowby {
	list-style:none;
	margin:0;
	padding:0;
}

.records_search ul.narrowby li {
	margin:0 0 0.4em 1em;
	padding:0;
}

.records_search span.narrowtotal {
	margin-left:2em;
}

.records_search .current {
	font-weight:bold;
}

.records_search .narrowall {  padding: 0 0 .8em 1em;}

/* FOOTER */
/* CSS classes not used any more: footer */

/* ***************************************************************** */
/* records_searchadv.css (media="screen") - advanced-civil.jsp, advanced.jsp  */

.records_searchadv #banner {
	background:url(../images/banner_group.jpg) top left no-repeat;
	padding:20px 1em 20px 360px;
}

/* advanced search */

.records_searchadv ul#family {
	list-style:none;
	margin-top: 1em;
}

.records_searchadv ul#family li {
	margin-bottom:1em;
}

.records_searchadv input.space, 
.records_searchadv select.space {
	margin-right: 10px;
}

.records_searchadv label.width13 {width:13em;display:inline-block;}
.records_searchadv label.width6 {width:6em;display:inline-block;}
.records_searchadv label.width5 {width: 6em;display:inline-block;}

.records_searchadv input,
.pg_feedback input,
.records_searchadv select {
	width: inherit;	/* too wide for small fields */
}

.records_searchadv select {
	color: inherit;	/* grey otherwise */
	margin-left: 2px;
	/* margin-right: 2px; */
}

/* ***************************************************************** */
/* jquery-ui-1.9.2.custom.min.css - advanced-civil.jsp, civil-perform-search.jsp, civil-search.jsp */
/* Missing */

/* ***************************************************************** */
/* records_index.css (media="screen") - agreement.jsp, civil-search.jsp, index.jsp */

.records_index h1 {
	margin:0;
	padding:0.8em;
	background-color: rgb(134,151,60);
	background-color: rgba(134,151,60,0.3);
	
	 *background:transparent;
     *filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9086973C,endColorstr=#9086973C);
     *zoom: 1;
	border:none;
}

.records_index #banner {
	background:url(../images/banner_carriage.jpg) top left no-repeat;
}

.records_index #left {
	float:left;
	width:30em;
	/* height:100%; */ /* To extend framed box - TOFIX: align with right box */
}

.records_index #right {
	margin-left:32em;
	/* height:100%; */ /* @TEST to have same size boxes left and right */
	background: #FFF url(../images/header_home_right.jpg) top right no-repeat;
}

.records_index #content {
	padding:0;
	width:62em;
	margin:auto;
	height:27em;
	position:relative;
}

.records_index .framed {
	border-top:#87983D 10px solid;
	border-bottom:#87983D 1px solid;
	border-left:#87983D 1px solid;
	border-right:#87983D 1px solid !important;
	background-color:#FFF;
	position:relative;
	top:-150px;
	height: 450px; /* @TEST to have same size boxes left and right */
}

.records_index #right ul {
	list-style:none;
	/* margin:0; */
}

/* Search box */
.records_index .inputs div {
	/* margin:0.5em 1em 0.5em 0; */
}

.records_index input.button {
	height:2.2em;
	/* margin-top:1em; */
	*margin-top:0; /* IE */
	margin-right: 1em; /* To align with link a href */
}
/** SAME as records_search */
/*
.records_index .inputs label, .inputs #search_date {
	font-weight:bold;
}

.records_index .inputs span.eg {
	margin-left:1em;
	font-style:italic;
}

.records_index .inputs #search_day, .inputs #search_month {
	width:2em;
	text-align:center;
}

.records_index .inputs #search_year {
	width:4em;
	text-align:center;
}

.records_index .inputs .slash {
	margin:0 0.5em 0 0.5em;
}
*/
/* END SAME as records_search */

.records_index .browseby {
	float:left;
	padding:1em;
	margin-left: 5em;
}

.records_index label.width6 {width:6em;display:inline-block;}

.pg_civil_perform_search label.width6,
.pg_civil_details label.width6 {margin-right: 5px;}

/* ***************************************************************** */
/* details.css (media="screen") - details.jsp */

.details table.table1 th,
.details table.table2 th,
.details table.table3 th,
.details table.table3 td {
	text-align:left;
	padding:1em;
}

.details table.table1 td {
	padding:1em;
}

.details table.table1 tr.even {
	background: transparent url(../images/table_bkd1.jpg) bottom left repeat-x;
}

.details table.table2 th {
	background: url(../images/table_bkd2.jpg) top left repeat-y;
}

.details table.table3 th {
	background: transparent url(../images/table_bkd1.jpg) bottom left repeat-x;
}

/* ***************************************************************** */
/* records_main.css (media="screen") - location.jsp, reg-offices.jsp */
/* Missing */
