html {
	background-color: #0f0f6b;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	}
/*margin and padding on body element
  can introduce errors in determining
  element position and are not recommended;
  we turn them off as a foundation for YUI
  CSS treatments. */
body, h1 { margin:0;padding:0; } /* needed for known issue with Dom.getXY() in safari for absolute elements in positioned containers */

	body {
		background-color: #0f0f6b;
		color: white;
	}
	
	body h1#topbanner {
		color: #43477e;
		background-color: #f4f4ea;
		padding: 0 1em;
		-moz-border-radius: 0 0 1em 1em;
		-webkit-border-bottom-left-radius: 1em;
		-webkit-border-bottom-right-radius: 1em;
		border-bottom-left-radius: 1em;
		border-bottom-right-radius: 1em;
		border-bottom-color:	url(/public/graphics_mainsite/toplink_bg1.gif);
		border-left-color:	url(/public/graphics_mainsite/toplink_bg1.gif);
		border-right-color:	url(/public/graphics_mainsite/toplink_bg1.gif);
	}
	#doc4 {
		background-color: white;
		color: black;
		-moz-border-radius: 2em;
		-webkit-border-radius: 2em;
		border-radius: 2em;
	}
	.rounded {
		color: #43477E;
		background-color: #F4F4EA;
		-moz-border-radius: 1em;
		-webkit-border-radius: 1em;
		border-radius: 1em;
		padding:0 2em;
	}
	
	.topRound {
		color: #43477E;
		background-color: #F4F4EA;
		-moz-border-radius: 1em 1em 0 0;
		-webkit-border-top-left-radius: 1em;
		-webkit-border-top-right-radius: 1em;
		border-top-left-radius: 1em;
		border-top-right-radius: 1em;
		padding:0 2em;
		margin:0;
	}
	.bottomRound {
		color: #43477E;
		background-color: #F4F4EA;
		-moz-border-radius: 0 0 1em 1em;
		-webkit-border-bottom-left-radius: 1em;
		-webkit-border-bottom-right-radius: 1em;
		border-bottom-left-radius: 1em;
		border-bottom-right-radius: 1em;
		padding:0 2em;
		margin:0;
	}
	h1.article {
		font-size:116%;
	}
	h2.article	{
		font-size:100%;
	}
	h3.article {
		font-size:85%;
	}
	ul.nobullet li{
		list-style: none;
	}
	div.adspace1, div.adspace2{ 
		max-height: 90px; 
		max-width: 728px; 
		min-height: 90px; 
		min-width: 728px; 
		background-color: #66ffff; 
		height: 90px; 
		width: 728px; 
		text-align: center; 
		margin-right: auto; 
		margin-left: auto; 
	}
	div#adspace1 p {
		text-align: center; 
		margin: auto; 
	}
/*	fieldset {
		text-shadow: 1px 2px 2px maroon;
	} */
h1 form#changeView {
	float:right;
	height:24px;
	display:inline;
}
h1 form#changeView input{
	display:inline;
	border:none;
	text-style:underline;
}
h1 form#changeView span{
	display:inline;
	border:none;
	text-style:underline;
}
h1 form#changeView .tablebutton{
	height:24px;
	padding-left:24px;
	background-image: url(/public/graphics_mainsite/tableicon.png);
	background-repeat:no-repeat;
	background-color:transparent;
}
h1 form#changeView .gridbutton{
	height:24px;
	padding-left:24px;
	background-image: url(/public/graphics_mainsite/gridicon.png);
	background-repeat:no-repeat;
	background-color:transparent;
}
h1 form#changeView .mapbutton{
	height:24px;
	padding-left:24px;
	background-image: url(/public/graphics_mainsite/mapicon.png);
	background-repeat:no-repeat;
	background-color:transparent;
}


body#sheriffsale	div.adspace1,
body#taxsale	div.adspace1,
body#sherifflocterms	div.adspace1 {
		padding:0;
		text-align:center;
		width:728px;
		height:90px;
		margin-left:auto;
		margin-right:3em;
	}


div#skiplink {
	visibility: collapse;
	display: none;
	float: none;
	border-collapse: collapse;
}
/* Stylesheet information for Index page Legal Links */

div#legalinks	{
	width: 175px;
	background: #FFD166;
	margin: 5em 0 0 0;
	padding: 0 .25em 1em;
	}
	
div#legalinks h2
{
	font: 1em/1.5em bold small-caps verdana,sans-serif;
	color: #0808C3;
	border-bottom: 1px solid #0808C3;
	text-align: center;
	padding: 0em 1em 0em 1em;
}
	
div#legalinks a	{
	color: #12127D;
	text-decoration: none;
	}
	
div#legalinks a:hover	{
	color: #FFFFFF;
	background: #1919B3;
	text-decoration: underline;
	}
	
div#legalinks a:visited	{
	color: #6D6DBE;
	text-decoration: none;
	}
	
#legalinks ul	{
	list-style: none;
	}
	
#legalinks li {
	padding-left: 8px;
	padding-bottom: 0.25em;
	padding-right: 0.25em;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
	font: .75em;
	text-align: left;
	padding-top: .25em;
	}
	
	/* Banner ads placekeepers for the Index Page */
/* Added by Eric Naujock on 10/13 for Advertisments. */

	div#dcad1{
		clear: both;
		text-align:center;
		width:120px;
		height:240px;
		margin:auto;
		background-color: #66ffff;
	}

	div#dcad2{
		clear: both;
		text-align:center;
		width:125px;
		height:125px;
		margin:auto;
		margin-bottom: 1em;
		background-color: #66ffff;
	}
	div#dcad3{
		clear: both;
		text-align:center;
		background-color: #66ffff; 
		width:160px;
		margin:auto;
	}
	div.dcad1{
		clear: both;
		text-align:center;
		background-color: #66ffff; 
		width:120px;
		height:240px;
		margin:auto;
	}

	div.dcad4{
		max-height: 90px; 
		max-width: 728px; 
		min-height: 90px; 
		min-width: 728px; 
		background-color: #66ffff; 
		clear: both;
		text-align:center;
		width:720px;
		height:90px;
		margin:auto;
	}
	div.dcad5{
		max-height: 600px; 
		max-width: 160; 
		min-height: 600px; 
		min-width: 160px; 
		background-color: #66ffff; 
		clear: both;
		text-align:center;
		width:160px;
		height:600px;
		margin:auto;
	}

	/* Banner ads placekeepers for the Index Page */
/* Added by Eric Naujock on 10/13 for Advertisments. */

	body#indexpage div#adspace1{
		padding:0 0 0 0;
		text-align:center;
		width:120px;
		height:240px;
		margin:auto;
		background-color: #66ffff;
	}
	div.adspace1, div.adspace2{ 
		max-height: 90px; 
		max-width: 728px; 
		min-height: 90px; 
		min-width: 728px; 
		background-color: #66ffff; 
		height: 90px; 
		width: 728px; 
		text-align: center; 
		margin-right: auto; 
		margin-left: auto; 
	}
	div#adspace1 p {
		text-align: center; 
		margin: auto; 
	}
	
	div#advert ul {
		padding-left:1em;
	}
	div#advert ul li{
		padding-left:1em;
		list-style-type: none;
	}
	div#advert ul li ul li{
		list-style-type: disc;
	}
.ssl {
	text-align: left;
}
.ssr {
	text-align: right;
}
.ssc {
	text-align: center;
}
.ssj {
	text-align: justify;
}
	
	/* Stylesheets to the top banner of the content pages.*/
	div#hd{
		background: #0f0f6b;
	}
	div#banner {
		max-width: 100%;
		min-width: 100%;
		max-height: 100px;
		min-height: 100px;
		left: 0;
		top: 0;
		width: 100%;
		height:100px;
		background: #0f0f6b url(/public/graphics_mainsite/dcr_masthead1.jpg) 0 0 no-repeat;
		text-align: right;
	}

	div#banner h1{
		position:absolute;
		left:-9999px;
		top:-9999px;
		text-indent:-9999px;
	}


	div#topbar {
		left: 0;
		top: 175px;
		background-image: url(/public/graphics_mainsite/toplink_bg1.gif);
		width: 100%;
		border-top: 2px solid #339900;
		padding: 0;
		font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
	}
	
	#topbar p	{
		color: #FFF7B6;
		font-size: 77%;
		padding-left: 1.5em;
		margin: 2px 0 3px 0;
	}

	div#est	{
		float: right;
		vertical-align: bottom;
		padding-right: 2em;
		color: #FFF7B6;
		font-size: 77%;
		font-style: italic;
	}
/* Default footer styles for all pages. */
div#ft {
 	width: 100%;
	margin-top: 0; 
	color: #333333; 
	font-size: 93%;
	font-style: italic; 
	padding: 0;
	padding-bottom: 1em;
	}
	
#ft p {
	text-align: center; 
	}
	
#ft	hr {
	width: 80%;
	border-color: #996B00;
	}

div#hd div#utilities {
		max-height: 100px;
		min-height: 100px;
		max-width: 20em;
		min-width: 20em;
		float: right;
		width:20em;
		height: 100px;
		vertical-align: bottom;
		text-align: left;
		margin-right:0;
}
div#hd div#utilities ul{	
	font-size:85%; /* based on YUI libarary this should be 10pt */
}
div#hd div#utilities fieldset{
	margin:auto;
}

div#hd div#utilities ul li{
	margin-left:1em;
	list-style-type: none;
	
}

/* Search block CSS settings. */
div#searchFormBlock {
	border: 1px solid #333;
	margin: 1em;
	font-size: 88%;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-box-shadow: #333 4px 4px 10px; /*For Mozilla Firefox*/
	-webkit-box-shadow: #333 4px 4px 10px; /*For Safari and Chrome*/
	box-shadow: 4px 4px 10px #333;

}

div#searchFormBlock .instruction{
	font-size: 110%;
	padding-right: 1em;
}
div#searchFormBlock .instruction h3{
	font-size: 120%;
	font-style: oblique;
	padding:0;
}

div#searchFormBlock fieldset#fieldset-actionGroup{
	display:inline;
	border:none;
}
div#searchFormBlock fieldset legend{
	display:none;
}

div#searchFormBlock dl.zend_form>dt{
	display:none;
}
div#searchFormBlock dl.zend_form>dd{
	margin:0;
}
div#searchFormBlock dl.zend_form>dd fieldset,div#searchFormBlock dl.zend_form>dd fieldset dl{
	margin:0;
	margin-left:.5em;
}

div#searchFormBlock .inline{
	display:inline;
	border:none;
}
div#searchFormBlock .inline dd{
	display:inline;
}
div#searchFormBlock .inline label{
	display:inline;
}

div#searchFormBlock .inline dt{
	display:inline;
}

div#searchFormBlock fieldset#fieldset-actionGroup dt,div#searchFormBlock fieldset#fieldset-actionGroup dl,div#searchFormBlock fieldset#fieldset-actionGroup dd{
	display:inline;
	
}

/* Search block For real estate pages. CSS settings. */
div#searchFormBlock .layoutSS dl.zend_form{
	margin:0;
}
div#searchFormBlock .layoutSS dl.zend_form fieldset{
	margin:0;
	margin-left: .5em;
}
div#searchFormBlock .layoutSS dl.zend_form fieldset dl{
	margin:0;
}


/* Styling for the number of records/page */
div#numarticles dl.zend_form{
	margin:.5em 0;
}
.pageNumberRows {
	float:right;
	padding:.5 0;
	margin-bottom:1em;
}
div.paginationControl .totalPages {
	float:left;
	font-size: 85%;
}
.pageNumberRows form{
	display:inline;
}
.pageNumberRows dl, .pageNumberRows dd, .pageNumberRows dt {
	display:inline;
}
.pageNumberRows dl input {
	height:90%;
	display:inline;

}
.pageNumberRows dl input#numberRows {
	width:3em;
	display:inline;
}
.pageNumberRows dl ul.errors {
	width:3em;
	display:none;
}

/* Public styles for listing tables on all records. */
table#summarylist, table#tabView {
	font-size: 93%;
	width:100%;
}
table#summarylist caption, table#tabView caption{
	border-bottom: 2px solid #996B00;
	color: #1919B3;
	font-size:108%;
	font-stretch: extra-expanded;
	font-weight: bold;
	margin: 0.5em 60px 0.2em 10px;
	text-align: left;
}
table#summarylist td {
	padding:0px;
	padding-right: 2px;
	padding-left: 2px;
	border:0px;
	margin:0px;
}
table#summarylist thead tr { border-bottom-width: 0px; border-bottom-style: none; margin-right: auto; margin-left: auto; }
table#summarylist tfoot tr { border-bottom-style: none; text-align: center; margin-right: auto; margin-left: auto; }
table#summarylist tr { border-bottom-color: #0080ff; border-bottom-width: 1px; border-bottom-style: dotted; text-align: center; margin-right: auto; margin-left: auto; }
table#summarylist th { 
	background-color: #1919b3;
	color: #FFD166;
	border:0px;
	margin:0px;
}
table#summarylist th a {
	background-color:#1919B3;
	color:#FFFFFF;
	font-size:77%;
	font-weight:600;
	text-decoration:none;
}
table#summarylist th a:hover {
	background-color:#1919B3;
	color:#FFFFFF;
}
table#summarylist tr {
	border-bottom-color: #0080ff; 
	border-bottom-width: 1px; 
	border-bottom-style: dotted;
	text-align: center; 
	margin-right: auto; 
	margin-left: auto;
}
table#summarylist th { 
	background-color: #1919b3;
	color: #FFD166;
}
table#summarylist th a {
	background-color:#1919B3;
	color:#FFFFFF;
	font-size:77%;
	font-weight:600;
	text-decoration:none;
}
table#summarylist th a:hover {
	background-color:#1919B3;
	color:#FFFFFF;
}
table#summarylist th.sortClassSelecteDesc {
	background-image: url(/public/graphics_mainsite/arrow4.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:10px;
	
}
table#summarylist th.sortClassSelecteAsc {
	background-image: url(/public/graphics_mainsite/arrow5.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:10px;
}
table#summarylist ul li{
	list-style-type: none;
	list-style-image: none;
}

/* Google map and streetview resources. */
#GoogleMap {
	max-height: 400px;
	min-height: 200px;
	max-width: 100%;
	min-width: 400px;
	height: 400px;
	width: 100%;
	margin:auto;	
}
#GoogleStreetView {
	max-height: 200px;
	min-height: 200px;
	max-width: 100%;
	min-width: 400px;
	height: 200px;
	width: 100%;
	margin:auto;	
}

form dl.zend_form fieldset {
	border: 1px solid blue;
}
form dl.zend_form dd#submitGroup-element fieldset {
	border: none;
}
form dl.zend_form dd#submitGroup-element fieldset dl{
	border: none;
	padding:0;
	margin:0;
}

form fieldset#report, form fieldset#import, form fieldset#email{
	border: 1px solid green;
	padding:0 .5em;
	margin:.5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
} 
form fieldset#report legend, form fieldset#import legend, form fieldset#email legend{
	border-left:1px solid green;
	border-bottom:1px solid green;
	border-top:none;
	border-right:none;
	margin:.25em 1em;
	padding: .25em .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
}


/* Form Decorators */
form dl span.date input {
	width: 6em;
}

form dl dt  {
	height: 0;
}
form dl dd fieldset	{
	border: 1px solid green;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;

}
form dl dd fieldset dl  {
	margin: .1em;
	margin-left:2em;
}

form dl dd fieldset legend  {
	border-left:1px solid green;
	border-bottom:1px solid green;
	border-top:none;
	border-right:none;
	margin:.25em 1em;
	padding: .25em .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
}

.hidden {
	display:none;
}
.clearFloat {
	clear: both;
}

/* photo in real estate pages */
div#fillimage img {
	max-width:500px;
	width:500px;
}
.message {
	background-color: yellow;
	margin:.25em 1em;
	padding: .25em .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
}
#message {
	background-color: yellow;
	margin:.25em 1em;
	padding: .25em .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
}

.rt {text-align:right;}
.lt {text-align:left;}
.fl	{float:left;}
.fr	{float:right;}

dl fieldset#fieldset-orderinfo dd {
	margin-left:8em;
	margin-top:2px;
}


 /*	Online Forms Stylesheets for legalforms.php5 */

body#legalforms p {
	max-width: 50em;
	min-width: 25em;
	margin:auto;
	width:50em;
	
}
body#legalforms fieldset#fieldset-submit	{
	border: 1px;
	padding: 2px;
	margin-left: 20px;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
	font-size: 93%;
	}

body#legalforms fieldset#fieldset-submit	dt,body#legalforms fieldset#fieldset-submit	dd {
	display:inline;
	padding:0;
	margin:0;
	}

body#legalforms #forms_cust_info	{
	border: 1px;
	padding: 2px;
	margin-left: 20px;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
	font-size: 93%;
	}
	
body#legalforms table#forms_ty tbody	{
	border: 0;
	background-color: #C0C0EA;
	padding: 2px;
	margin: 0;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
	font-size: 93%;
	}
	
div#orderforms table th	{
	text-align: center;
	color: #000000;
	background-color: #CCBFE6;
	font-stretch: expanded;
	font-weight: bold;
	padding-top: 0.25em;
	}

div#orderforms table#forms	{
	border: 0;
	padding: 2px;
	margin: auto;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
	font-size: 93%;
	}
	
div#orderforms table#forms th.frmhead	{
	color: #000000;
	background-color: #CCBFE6;
	font-size: 85%;
	font-style: italic;
	border-bottom: 2px solid  #996B00;
	}

div#orderforms table#forms th.frmheadrt	{
	color: #000000;
	background-color: #CCBFE6;
	font-size: 85%;
	font-style: italic;
	text-align: right;
	padding-right: 5px;
	border-bottom: 2px solid  #996B00;
	}
div#orderforms table#forms td {
	background: #FFFFFF;
	text-align: left;
}
div#orderforms table#forms td.price	{
	background: #FFFFFF;
	text-align: right;
	}

div#orderforms td.form_qty	{
	text-align: center;
	}

div#orderforms fieldset#fieldset-orderinfo	{
	margin:auto;
	font-weight: 700;
	width:100%;
	border:none;
	}



div#orderforms .first h3 {
	background-color: #CCBFE6;
	padding-left:2em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	margin:1em .5em;
}


body#legalforms fieldset#fieldset-orderinfo dt	{
	background-color: #CADBFF;
	width:90%;
	}

body#legalforms fieldset#fieldset-orderinfo label.required:after	{
	color:blue;	
	content: " * Required * ";
	
	}

body#legalforms fieldset#fieldset-orderinfo input	{
	width:70%;
	}
body#legalforms fieldset#fieldset-orderinfo textarea	{
	height:75px;
	width:70%;
	}
body#legalforms dd ul.errors {
	margin-bottom:.5em;
}
body#legalforms dd ul.errors li{
	color:red;
}

body#legalforms .width70 {
	width:5em;
}
	
body#legalforms .width75 {
	width:6em;
}
div#mozillaplugcheck {
	margin: auto;
	text-align: center; 
}

div#sheriffpic {
	margin-left:1em;
	margin-top:1em;
}
div#sheriffpic img {
	-moz-box-shadow: #222 4px 4px 10px; /*For Mozilla Firefox*/
	-webkit-box-shadow: #222 4px 4px 10px; /*For Safari and Chrome*/
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

/* Styling for Search Block */
fieldset#searchFieldset, 
legend#searchBlock {
	border:none;
	padding:0;
	margin:0;
	font-size: 93%;
}
fieldset#searchFieldset input#q{
	margin:0 1em;
	font-size: 85%;
	margin-right:0;
}
fieldset#searchFieldset input#search{
	margin:0 1em;
	font-size: 85%;
	margin-left:0;
}

#itemVerbage {
	text-align: justify;
}
#itemVerbage li{
	list-style: none;
}

div#sitewide_search .articlerecord{
	margin: 1em 0;
	min-height:50px;
}

div#sitewide_search span.filedate {
	float:right;
	margin-right:1em;
}

div#sitewide_search div.clipping {
}

div#sitewide_search ul.parties {
}

div#sitewide_search li.parties {

}

div#sitewide_search .articlesearch {
	margin: 1em 1em 1em 50px;
}
div#sitewide_search ul.barGraph {
	border-bottom: 3px solid #333;
	font: 9px Helvetica, Geneva, sans-serif;
	height: 50px;
	margin: 0 0;
	padding: 0;
	position: relative;
	width:4em;
	float:left;
	background-color:#CCC;
}
	
div#sitewide_search ul.barGraph li {
	border: 1px solid #555;
	border-bottom: none;
	bottom: 0; 
	color: #FFF;
	margin: 0; 
	padding: 0 0 0 0;
	position: absolute;
	list-style: none;
	text-align: center;
	width: 4em;
}
	
div#sitewide_search ul.barGraph li.p1{ background-color:#666666 }
div#sitewide_search ul.barGraph li.p2{ background-color:#888888 }
div#sitewide_search ul.barGraph li.p3{ background-color:#AAAAAA }

ul#searchIndexList {
	display:inline;
	padding:0;
	margin:0;
}
ul#searchIndexList li{
	float:left;
	list-style: none;
	padding:0;
	margin:0;
	width:14em;
	max-width:14em;
 	display:block;
	border:1px solid black;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	list-style: none;
}
ul#searchIndexList ul li{
		border:none;
		display:block;
		padding:0
		margin:0;
}
ul#searchIndexList ul.searchDocsize{
		border:none;
		display:block;
		padding:0
		margin:0;
}

ul#searchIndexList .searchDocsize li{
		border:none;
		display:inline;
		padding:0
		margin:0;
	}

div#camaPhotos dl dd{
	margin-left:6em;
}

div#camaData h3 {
	width:auto;
	background-color: transparent;
	color:#243356;
}

div#camaData li {
	list-style: none;
}

div.yui-ac-bd {
	border:1px solid black;
	padding: 0 .5em .5em .5em;
	margin-bottom: 1em;
	-moz-border-radius-bottomright: 1em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-left-radius: 1em;
	list-style: none;
	width:14em;
}
div.yui-ac-bd ul{
	list-style: none;
	padding:0;
	margin:0;
	
}
div.yui-ac-bd ul li{
	border:none;
	display:block;
	padding:0
	margin:0;
	
}
div.yui-ac-bd ul li.yui-ac-highlight {
	background-color:#DDD;
}

body h1 span.viewselect{
	float:right;
	height:24px;
	display:inline;
}

h1 span.viewselect .listbutton{
	height:24px;
	padding-left:24px;
	text-decoration:none;
	background-image: url(/public/graphics_mainsite/gridicon.png);
	background-repeat:no-repeat;
	background-color:transparent;
}

h1 span.viewselect .tablebutton{
	height:24px;
	padding-left:24px;
	text-decoration:none;
	background-image: url(/public/graphics_mainsite/tableicon.png);
	background-repeat:no-repeat;
	background-color:transparent;
}
h1 span.viewselect .gridbutton{
	height:24px;
	padding-left:24px;
	text-decoration:none;
	background-image: url(/public/graphics_mainsite/gridicon.png);
	background-repeat:no-repeat;
	background-color:transparent;
}
h1 span.viewselect .mapbutton{
	height:24px;
	padding-left:24px;
	text-decoration:none;
	background-image: url(/public/graphics_mainsite/mapicon.png);
	background-repeat:no-repeat;
	background-color:transparent;
}


div#ariesTabs dd, div#ariesTabs li {
	list-style-type: none;
	
}
ul.adr li, ul.vcard li, ul.notice li{
	list-style-type: none;
}

ul.index_navigation li{
	list-style-type: none;
}
.yui-gb .yui-u{
	margin-left: 1%;
}
body .content {
	padding:1em 0 1.2em;
	margin:1em 0 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-box-shadow: #f00 4px 4px 10px; /*For Mozilla Firefox*/
	-webkit-box-shadow: #f00 4px 4px 10px; /*For Safari and Chrome*/

}