body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333;
	background: #FFFFFF url(/media/images/blue-background.png) repeat-x !important;
	background-repeat:repeat-x;
	}


b { font-weight:bold; }
p {font-size: 1.0em;}
li {font-size: 1.0em;}

ul.messagelist { padding:0 0 5px 0; margin:0; }
ul.messagelist li {border-bottom:1px solid #e5e5e5; color:#333; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; text-align:left; margin:0; color:#333; }

h1 { font-size: 1.8em; margin:0; }
h2 { font-size: 1.6em; margin: 1.0em 0 0 0; }
h3 { font-size: 1.4em; margin: 1.0em 0 0 0; }
h4 { font-size: 1.2em; margin: 1.0em 0 0 0; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.85em; }

:link, :visited {
 line-height: 19px;
 text-decoration: none;
 color: #069;
 /*border-bottom: 1px dotted #bbb;*/
}

:link:hover, :visited:hover { color:#333; text-decoration: none; }

img { border: none; vertical-align: middle;}

#border { border: 2px solid #ccc; padding: 10px; margin: 10px; }

#border-small { border: 1px solid #ccc; padding: 10px; margin: 10px; }

#wrap-front
{
min-width: 816px;
width:80%; 
margin: 0 auto;
border: 1px solid #ccc;
background-color:#e5e5e5;
}

#map
{ 
border: 1px solid #ccc;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}


#wrap
{ 
min-width: 816px;
width:80%;
margin: 0 auto;
border: 1px solid #ccc;
background-color:#fff;
}


#header
{
   text-align: left;
   height:126px;
   margin:0;
   background-color: #32669f;
}

#header a { background:none; border:none; }

#navbar
{
   padding:0.4em;
   background-color:#ccc;
}

#navbar a { color:#069; border:none;}
#navbar ul{
    margin:0;
    padding:0;
    list-style:none;
}

#navbar li { display:inline; margin:0; padding:0.2em; }
#navbar :link:hover,#navbar :visited:hover { color:#333; } 

#navseldom
{
   padding:0.4em;
   text-align:right;
}

#search{
/*text-align:center;*/
float: right;
}

#main 
{
padding-top: 0.2em;
padding-bottom: 1em;
margin: 0.2em 0 0;
}

#sidebar {
float: right;
width: 260px;
padding-top: 1em;
}

#footer
{
   clear:both;
   text-align:center;
   padding:1em;
   background-color:#e5e5e5;
   border-top: 1px solid #ccc; 
}

#content
{
   min-height: 200px;
   margin-top:0em;
   margin-left:1em; 
   margin-right:1em;    
   padding-left:0.4em;
   padding-right:0.4em;	
}

#content-secondary
{
   background-color: #fff;
   padding:1em;
   color:#069;
}

#portlet
{
   min-height: 300px;
   margin-left:0.4em;
   margin-right:0.4em;
   margin-top:0em; 
   margin-bottom:1em;
   padding-left:0.6em; 
   padding-right:0.4em;
   border:1px solid #e5e5e5;
   background: #e5e5e5 url(/media/images/gray_gradient.png) repeat-x;
}

#portlet-clear
{
   margin-left:0.4em;
   margin-right:0.4em;
   margin-top:0em; 
   margin-bottom:1em;
   padding-left:0.6em; 
   padding-right:0.4em; 
   background: transparent;
}

#button a { text-decoration:none; background-color:transparent }

pre.code {
   background: #e5e5e5;
   border: 1px solid #ccc;
   margin: 0;
   padding: 0.6em; 
   overflow: auto;
}

.banner-center
{
   padding:0;
   margin-left:0;
   margin-right:0;
   margin-top:0;
   margin-bottom:0;
   text-align:center;
   background-color:transparent;
   border:none;
}

.frontcolumn 
{
    width: 30%;
    float: left;
    padding-right:3%;	
}

.frontcolumndouble {
   width: 63%;
   float: left; 
   padding-right:3%;
}

.frontcolumnlast {
   width: 33%;
   float: left;
}

.errorlist {
	color: #f00;
}

.errors {
	color: #f00;
}

.worked {
	color: green;
}

.smallmap {
    width: 512px;
    height: 256px;
    border: 1px solid #ccc;
}

.detailmap {
    height: 450px;
    border: 1px solid #ccc;
}

#tags {
    display: none;
}

.select-box select {
    width:300px;
}

.select-box-small select {
    width:150px;
}


/* pagination */

.pagination {
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    margin: 0;
    border-top: 1px solid #e5e5e5;
}

.pagination a:link, .pagination a:visited {
    padding: 2px 6px;
    border: solid 1px #ccc;
    background: #fff;
    text-decoration: none;
}

.pagination a.showall {
    padding: 0 !important;
    border: none !important;
}

.pagination a.showall:hover {
    color: #069 !important;
    background: transparent !important;
}

.pagination .end {
    border-width: 2px !important;
    margin-right: 6px;
}

.pagination .this-page {
    padding: 2px 6px;
    font-weight: bold;
    font-size: 1.1em;
    vertical-align: top;
}

.pagination a:hover {
    color: #fff;
    background: #069;
    border-color: #069;
}

/* TABLES */

table {
    border-collapse: collapse;
    border-color: #ccc;
}

td, th {
    font-size: 11px;
    line-height: 13px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    padding: 5px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

th {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

thead th,
tfoot td {
    color: #666;
    padding: 2px 5px;
    font-size: 11px;
    background: #e1e1e1 url(../img/admin/nav-bg.gif) top left repeat-x;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

tfoot td {
    border-bottom: none;
    border-top: 1px solid #ddd;
}

thead th:first-child,
tfoot td:first-child {
    border-left: none !important;
}

thead th.optional {
    font-weight: normal !important;
}

fieldset table {
    border-right: 1px solid #eee;
}

tr.row-label td {
    font-size: 9px;
    padding-top: 2px;
    padding-bottom: 0;
    border-bottom: none;
    color: #666;
    margin-top: -1px;
}

tr.alt {
    background: #f6f6f6;
}

.row1 {
    background: #EDF3FE;
}

.row2 {
    background: white;
}


/* OpenLayers overrides */

div.olControlMousePosition {
    top: 5px;
    padding: 3px 4px 4px;
    height: 1em;
    color: #fff;
    background-color: #069;
}