/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, ol, li
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/** the rest **/
body {
	background: #fff;
	color: #222;
}

body.grey, body.grey #topmenu {
    background: #555;
    color: #fff;
}

body.grey a {
    color: #fff;
}

body.grey li.row span.info {
    background: #000;
}

body.grey .acResults {
   background: #555;
}

#pg {

}



/** links **/
a, a:visited, .collapse {
	font-weight: bold;
	color: #0a0a4c;
}

a:hover,a:active {
	color: #f00;
}

a.z3 {
    font-weight: normal;
}

table, tr, td, th {
	text-align: left;
}

/* header */
.toolbar {
	background: #000;
	color: #fff;
        background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.23, rgb(0,61,52)),
            color-stop(0.62, rgb(71,70,71))
        );
        background-image: -moz-linear-gradient(
            center bottom,
            rgb(0,61,52) 23%,
            rgb(71,70,71) 62%
        );
}
#hd a h1 {
font-size: 1em;
float:left;
color:#fff;
text-decoration: none;
}

.bd  {
padding:5px;
display:none;
overflow:hidden;
}

#menubutton {
    float:right;
}

#topmenu {
    width: 100%;
    border:0 1px solid #0a0a4c;
    background:#fff;
    font-size:1.3em;
    z-index:5;
}

#topmenu li {
list-style: none;
border-bottom: 1px solid #0066B2;
padding: 0.7em;
}

#topmenu li a {

}

#topmenu a:hover, #topmenu a
{
text-decoration:none;
}

/* body content */
.ajaxLoader, .canvasLoader {
display: none;
position: fixed;
top: 45%;
left: 45%;
}


.bd h1 {
	font-size: 130%;
	margin: 5px 0 10px 0;	
}

.bd  h2 {
	color: #000;
	font-size: 115%;
	margin: 10px 0 5px 0;
	font-style: italic;
}

.bd  h3 {
	color: #000;
	font-size: 110%;
	margin: 5px 0 10px 0;
}

.bd  p, .clsCompact li { margin:5px auto; }

/* footer */
#ft {
	margin: 10px 0 0 0;
	border-top: 1px solid #ccc;
	padding: 5px;
	text-align: center;
        clear:both;
}

/* tables */
table#obslist, table.browsers, table.grey {
    border: 1px solid black;
}

thead {
    font-weight:bold;
}

table#obslist tr.even, table.browsers tr.even {
background:#ccc;
}

table#obslist td {
padding:1px 3px 1px 3px;
}

table.list td, table.list th {
	padding: 1px 3px 1px 1px;
}

table.list thead th {
	padding: 2px 0;
	background: #ccc;
}

table.grey tbody {
   background: #ccc;
}

img.icon {
	vertical-align: top;
	max-height: 1em;
}

table img.icon {
	vertical-align: bottom;
}
/* lists */
li.row {
	display: block;
	clear: both;
	padding: 0.2em 5px;
}

li.row span.number {
	width:8%;
        max-width: 5em;
	display:inline-block;
	overflow:hidden;
}

li.row span.spec {
	width:82%;
        max-width: 20em;
	display:inline-block;
	overflow:hidden;
	/*height:1.2em;*/
}

li.row span.spec a {
font-weight:normal;
}

li.row span.info {
	float: left;
	border: 1px solid red;
        margin: -1px 0;
	background: yellow;
	width: 2em;
	text-align: center;
	margin-right: .5em;
}

li.header {
	display: block;
	padding: 3px 5px;
	background: #ccc;
        background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, rgb(187,187,187)),
            color-stop(0.80, rgb(221,221,221))
        );
background:-moz-linear-gradient(
            center bottom,
            rgb(187,187,187) 0%,
            rgb(221,221,221) 80%
        );
	font-weight: bold;
	font-size: 1.1em;
}

ul.normal {
padding-left: 15px; list-style: disc;	
}
ul.normal li, p
{
margin-top:5px;
}
ul#filteredspecies {
    font-size:1.2em;
    min-height: 200px;
}

ul.normal ul
{
padding-left: 15px; list-style: circle;
}

/* forms */
#invoerform {
    float:left;
    margin-left: 0%;
    width:100%;
}

#invoerform.hide {
    margin-left: -100%;
}

.slide {
    -moz-transition-property: margin-left;
    -moz-transition-duration: 1s;
    -o-transition-property: margin-left;
    -o-transition-duration: 1s;
    -webkit-transition-property: margin-left;
    -webkit-transition-duration: 1s;
}

.bd #mapphp {
    margin-left: 100%;
    width: 100%;
    visibility:hidden;
}

.bd #mapphp.show {
    visibility:visible;
    margin-left: 0%;
}

.clear {
    clear:both;
}

ul.form {
	list-style: none;
	margin-top:0.5em;
}

ul.form li {
font-size:1em; padding-bottom: 0.2em;
}
ul.form li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

label {
	width:6em;
	float:left;
}

#download label {
    width: auto;
    display:block;
    float:none;
}

input,select {
max-width:11em;
font-size:1em;
}

.formright {
float:none;
display:block;
margin-left:6em;
}

label.right {
float:none;
}

/**
 * autocomplete
 */ 
.acResults .rare {
color: red;
}

.acResults {
max-height:15em !important;
font-size:1.3em;
}

.acResults li {

}

/**
* storage progress
*/
.progressbar {
    width: 200px;
    height: 1em;
    background-color:#aaa;
}

.progressready {
    background-color:#00FFFF;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(0,133,0)),
        color-stop(1, rgb(3,219,3))
    );
    background:-moz-linear-gradient(
        center bottom,
        rgb(0,133,0) 0%,
        rgb(3,219,3) 100%
    );
    height: 100%;
    width:0%;
}

#olcontrol {
    height: 300px;
    max-width: 400px;
    height: 30px;
    background: #ccc;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(187,187,187)),
        color-stop(0.80, rgb(221,221,221))
    );
    background:-moz-linear-gradient(
        center bottom,
        rgb(187,187,187) 0%,
        rgb(221,221,221) 80%
    );
}

#gmapcontainer {
    width: 512px; max-width: 100%
}

#gmapcontainer #switchmap {
    position: absolute;

}

#gmapcontainer #gmap {
    max-width: 100%;
}

/**
* buttons
**/
.button,a.button,input[type=submit],input[type=button] {
    padding: 0.5em 1em;
    display: inline-block;
    text-decoration: none;
    background: #000;
    margin: 0.2em;
    color: #fff;
    text-decoration: none;
    border: 1px solid #949494;
    font-weight:bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.23, rgb(0,48,40)),
        color-stop(0.89, rgb(148,148,148))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(0,48,40) 23%,
        rgb(148,148,148) 89%
    );

}

input[type=submit],input[type=button] {
    padding: 0.3em 1em;
}
.button:disabled {
    color: #ccc;
}

#loaderimage {
    position: fixed;
    top:25%;
    left:15%;
    color: white;
    font-size: 2em;
    font-weight:bold;
    width: 70%;
    line-height:4em;
    text-align:center;
    background: #333;
    -webkit-opacity:0.8;
    -moz-opacity:0.8;
    opacity:0.8;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.olLayerGoogleCopyright {
    visibility:hidden;
}

