/* Reset default settings */ 
* { padding: 0; margin: 0; }

body {
  font: 70%/150% Arial,Helvetica,sans-serif;
/*  font: 70%/150% "Lucida Grande",Arial,Helvetica,sans-serif;*/
/*  letter-spacing: 0.04em;*/
  background: #fff url(/images/ui/spacer-green.gif) repeat-x 10px 85px;
  color: #333;
}

.container { font-size: 1.1em;}

/*#nav-global,
#nav-section { font-size: 1em;}*/

li { margin-left: 1.2em; }
/*form { margin: 0; padding: 0;}*/
form select option { padding: 0 0.5em 0 0; }
img { border: none; }
h1,h2,h3,h4,h5,h6 { margin-bottom: 0.6em;}
p { margin: 0 0 1em 0; }
blockquote { margin: 0 3em 1em 3em; }
ol,ul,dl { margin: 0 0 1.2em 0; }
ul { list-style-type: square;}

/* Utility classes*/

.no-bullets,
#header ul,
#nav-global ul,
#nav-sub ul,
#nav-section ul,
#nav-page ul,
.nav-galleries ul,
#thumbnail-gallery ul,
div.box-media ul {
  list-style-type: none;
  margin-bottom: 0;
}

/* Traditional float clearing */
.clear-both {
  clear: both;
}

/* Float clearing fix */
/*#nav-container #nav-global:after,*/
#nav-global ul:after,
#nav-section ul:after,
#nav-page ul:after,
.nav-galleries ul:after,
#gallery-thumbs:after,
#pagination:after,
#pagination .results-pages:after,
#content .row:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}



/* Colours*/

.bgcolor-orange,
#nav-sub .begin,
#nav-sub .end {
  background-color: #ff9900;
}

.color-red,
.error {
  color: #800000;
}

#lbHelp {
  display:none;
}

.nobr {
  white-space: pre;
}