body {
    /*    font-family: "Trebuchet MS", Arial,Helvetica,Sans Serif;*/
    /*font-family: Helvetica, arial, sans-serif;*/
    font-family: arial, tahoma, helvetica, sans-serif;
    font-size: 10pt;
    background: #d5d5d5;
    /*    background: #666;*/
    /* it was background: #d5d5d5; */
}

#container {
    width: 985px;
    margin-left: auto ;
    margin-right: auto ;
    clear:both;

    /*float:left;*/
}

#container #header {
    height:105px;
    width:970px;
    margin-left: auto;
    margin-right: auto;
    border-style:none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #e3e3e3;
    background: -moz-linear-gradient(top, #ccc, #999);
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));

    -moz-box-shadow: 1px 1px 3px #333;
    -webkit-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333;

    /*text-shadow: 0 1px 0 white;*/
    /*display: block;*/
    background-color:white;
    background-image: none;
    border-radius: 15px;
    /*border-style:none;*/
    color: #ddd;
    border: solid 1px #b4b4b4;
    padding: 5px 5px 5px 5px;
}
#container #header #isclogo {
    float: left;
    margin: 10px 0px 10px 30px;
}
#container #header #isclogo img {
    /*width: 90px;
    height: 80px;*/
    border: 0px;
}

img {
    border: 0px;
}



#container #header #links {
    margin: 5px 20px 10px 0px;
    float: right;
}

#container #header #links a {
    font-size: 10pt;
    text-decoration: none;
    padding-left: 14px;
    color: #656565;
}

#container #header #links a:hover {
    text-decoration: underline;
}

/* Social Media icons */
#facebook {
  background: url('/images/socialmedia/fb.png');
  background-size: 100%;
  position: relative;
  left: -15px;
}
#facebook:hover {
  background-image: url('/images/socialmedia/fb-hover.png');
}
#twitter {
  background: url('/images/socialmedia/twitter.png');
  background-size: 100%;
  position: relative;
  left: -5px;
}
#twitter:hover {
  background-image: url('/images/socialmedia/twitter-hover.png');
}

#bluesky {
    background-image: url('/images/socialmedia/Bluesky_butterfly-logo.svg.png');
    padding-left: 0px;
}

#bluesky:hover {
   background-image: url('/images/socialmedia/bluesky-hover.png');
}

#sitenav {
    height:66px;
    z-index:3;
    border: solid 1px #b4b4b4;
    margin: 0px;
    margin-left:15px;
    float: left;
    padding: 1px 1px 2px 18px;
    text-decoration: none;
    width: 800px;
    background:  #c9c9c9;
    /*background: #E6E6E6 ;*/

    /*background:  #E00000;*/
    line-height: 100%;
    border-radius:2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0, 0.2);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0, 0.2);
}
#sitenav li {
    z-index:3;
    margin: 0px 6px 0px 6px;
    padding: 1px 0 1px;
    /*margin: 10px 0px 10px 0px;
    padding:0;*/
    /*padding: 5px 5px 5px 5px;*/
    float: left;
    position: relative;
    list-style: none;
}
/*Main links*/
#sitenav a {
    height: 10px;
    font-weight: bold;
    color: white;
    /*color: #737373;*/
    /*color: #5c5b5b;*/

    text-decoration: none;
    display: block;
    padding:  8px 4px 8px 4px;
    /*margin: 0px 10px 0px 10px;*/
    border-radius:1.6em;
    -webkit-border-radius: 1.6em;
    -moz-border-radius: 1.6em;

    /*Make the border the same colour as the background
    to prevent movement issures when hovering
    We change the colour of the border when we hover*/

    border: solid 1px  #c9c9c9;

    text-shadow: 0 2px 2px rgba(0,0,0, .3);
}

#sitenav a:hover {
    background: white;/* #8f8f8f;/*#5c5b5b;*//* #8f8f8f;*/
    text-decoration: none;
    /*    background: #000;*/
    /*border: solid 1px #b4b4b4;*/
}

#sitenav li:hover > a {
    background:  #E0E0E0;/*#8f8f8f;/* repeat-x 0 -40px;/*;#8f8f8f;*/
    /*background: #E00000;*/
    border: solid 1px #b4b4b4;
    /*color: #616161;*/
    text-decoration: none;
    /*border-top: solid 1px #f8f8f8;*/
    /*     color: white;*/
    color: #5c5b5b;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    box-shadow: 0 1px 1px rgba(0,0,0, .2);

    text-shadow: 0 0px 0 rgba(255,255,255, 1);

}
/*This is the drop down menu when not hovering*/
#sitenav ul li:hover a, #sitenav li:hover li a {
    background: none;
    border: none;
    color: black;
    text-shadow: 0 0px 0 rgba(255,255,255, 1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-decoration: none;

}
/*this is the drop-down menu when hovering #0078ff #8f8f8f*/
#sitenav ul a:hover {
    background: #c9c9c9 repeat-x 0 -100px !important;
    /*	background: #E00000 repeat-x 0 -100px !important;*/

    color: #black !important;
    /*	color: #white !important;*/
    /*	padding:  8px 15px 8px 15px;*/

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-decoration: none;
    border-bottom: 1px dotted #bababa;

    /*text-shadow: 0 1px 1px rgba(0,0,0, .1);*/

}

/* dropdown */
#sitenav li:hover > ul {
    display: block;

}

/* level 2 list */
#sitenav ul {
    display: none;

    margin: 0;
    padding: 0;
    width: 185px;
    position: absolute;
    /*	top: 35px;*/
    left: 0;
    background: #ddd repeat-x 0 0;
    /*	background: white repeat-x 0 0;*/
    border: solid 1px #b4b4b4;


    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#sitenav ul li {
    float: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #bababa;

}

#sitenav ul a {
    font-weight: normal;
    text-decoration: none;
    /*text-shadow: 0 1px 0 #fff;*/
}
/* level 3+ list */
#sitenav ul ul {
    /*left: -181px;*/
    left:181px;
    top: -1px;
}

/* rounded corners of first and last link */
#sitenav ul li:first-child > a {
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topleft: 9px;

    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 9px;
}

#sitenav ul li:last-child > a {
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomleft: 9px;

    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomright: 9px;
}

/* clearfix */
#sitenav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#sitenav {
    display: inline-block;
}
html[xmlns] #sitenav {
    display: block;
}

#container #maingeneral {
    width: 970px;
    background: #e3e3e3;
    background: -moz-linear-gradient(top, #ccc, #999);
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
    -moz-box-shadow: 1px 1px 3px #333;
    -webkit-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333;

    /*display: block;*/
    background-color:white;
    background-image: none;
    border-radius: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-style:none;
    border: solid 1px #b4b4b4;

    padding: 5px 5px 5px 5px;
    /*height: 600px;*/
    margin-left: auto ;
    margin-right: auto ;
    margin-top: 10px;
    clear: both;

    /*testing as a float - remove the following three lines from
here and in the footer div to go back to original*/
    float:left;
    display:block;
    /* height: 100%;*/
}
#content{
    min-height: 350px;
}
#container #main #content,#container #mainreb #content,#container #mainstn #content,#container #maingeneral #content,#container #mainhelp #content{
    /* width: 960px;*/
    padding: 10px 10px 10px 10px;

}
#container #footer{
    width:970px;
    height:120px;
    background: #e3e3e3;
    background: -moz-linear-gradient(top, #ccc, #999);
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
    -moz-box-shadow: 1px 1px 3px #333;
    -webkit-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333;

    /*display: block;*/
    background-color:white;
    background-image: none;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    /*border-style:none;*/
    border: solid 1px #b4b4b4;

    padding: 5px 5px 5px 5px;
    height: 120px;
    margin-left: auto ;
    margin-right: auto ;
    margin-top: 10px;
    /*    clear: both;*/

    /*Float test - remove the following three lines
    from here and in the maingeneral div to go back to original  */
    float:left;
    display:block;
    /*height: 100%;*/
}

#container #footer #top {
    height: 20px;
    background: #acacac;
    margin: 0px 10px 0px 9px;
    width: 960px;
}

#container #footer #leftHalf {
    padding: 10px 0px 10px 25px;
    float: left;
    width: 800px;
    height:90px;
}
#container #footer #rightHalf {
    padding-top: 10px;
    padding-right: 20px;
    float: right;
    position:absolute;
    margin-left:550px;
    margin-top:30px;
}
/* #container #footer #leftHalf p{ */
/* padding: 0px 0px 0px 0px;/\*15 25*\/ */
/* float: left; */
/* height: 100px; */
/* width:830px; */
/* margin-top: 0px; */
/* } */
/* #container #footer #leftHalf img{ */
/* padding: 0px 0px 0px 0px;/\*15 25*\/ */
/* float: left; */
/* width: 80px; */
/* margin-top:-5px; */
/* } */
#container #footer #leftHalf a {
    font-size: 9pt;
    text-decoration: none;
    color: #5e5e5e;
}

#container #footer #leftHalf a:hover {
    text-decoration: underline;
}

#container #footer #leftHalf img {
    float: left;
    margin-right: 10px;
    width: 80px;
}

#container #footer #leftHalf p {
    margin-top: -5px;
    color: #949493;

}

#title{
    margin:auto;
    text-align:center;
}

#lefttitle h3{
    border-bottom:1px dotted #bababa;
}




#shoppinglist {
    font-size:10pt;
    float:left;
    /*padding:10px;*/
    width: 250px;
    background: #eee;
    border: 1px solid #444;

}
#shoppinglist p {
    margin: 0 1em 1em;
}
#container #maingeneral #content #leftinner{
    float:left;
    margin-left:0px;
    clear:both;
    width:175px;
    /*height:150px;*/
    padding:0px 20px 0px 10px;
    /*width: 530px;*/
    /*margin-left:220px;*/
}
#container #maingeneral #content #rightinner{
    /*position:absolute;*/
    margin-left:200px;
    width:700px;
    padding:10px 25px 0px 25px;
    /*width: 530px;*/
    /*margin-left:220px;*/
}

#sidemenu {
    z-index:1;
    -webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 2px 2px;
    /*background: #C9C9C9;*/
    /*border-bottom-left-radius: 1em 1em;
    border-bottom-right-radius: 1em 1em;
    border-top-left-radius: 1em 1em;
    border-top-right-radius: 1em 1em;*/
    /*border: solid 1px #b4b4b4;*/
    /*float: left;*/
    line-height: 100%;
    margin-top: 20px;
    padding-left: 0px;
    text-decoration: none;
    width: 175px;
    /*height:166px;*/
    /*display: block;*/
    /*-webkit-padding-start: 10px;*/
    list-style-type: disc;
    -webkit-padding-start: 0px;
    /* if you take 'position: absolute;' out, the border disappears from IE!!!*/
    position: absolute;
    border: solid 1px #b4b4b4;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    padding: 2px 2px 2px 2px;
}
#sidemenu::after{
    clear: both;
    content: '.';
    display: block;
    height: 0px;
    line-height: 0;
    visibility: hidden;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    padding: 2px 2px 2px 2px;
}

#sidemenu .head{
    /*    border-bottom-left-radius: 1em 1em;
    border-bottom-right-radius: 1em 1em;*/
    /*border-top-left-radius: 1em 1em;
    border-top-right-radius: 1em 1em;*/
    /*border: solid 1px #b4b4b4;*/
    /*background: #C9C9C9;*/
    background: #E00000;
    padding-top: 10px;
    padding-bottom:10px;
    padding-left:10px;
    color: white;
    /*-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    box-shadow: 0 1px 3px rgba(0,0,0, .3);*/
    width:165px;
    text-shadow: rgba(0, 0, 0, 0.296875) 0px 2px 2px;
    font-weight:bold;
}
#sidemenu li {
    float: left;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}
#sidemenu .last{
    border-bottom: solid 1px #b4b4b4;
}

#sidemenu a {
    /*border-bottom-left-radius: 1.6em 1.6em;
    border-bottom-right-radius: 1.6em 1.6em;
    border-top-left-radius: 1.6em 1.6em;
    border-top-right-radius: 1.6em 1.6em;*/
    color: #616161;
    display: block;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    width:165px;
    text-decoration: none;
    /*text-shadow: rgba(0, 0, 0, 0.296875) 0px 2px 2px;*/
    text-shadow: 0 0px 0 rgba(255,255,255, 1);
    border-top: solid 1px #b4b4b4;
    border-collapse: collapse;
}
#sidemenu a:-webkit-any-link {
    cursor: pointer;
    /*cursor: auto;*/
}
#sidemenu a:hover {
    background: white;/* #8f8f8f;/*#5c5b5b;*//* #8f8f8f;*/
    text-decoration: none;
    /*    background: #000;*/
    /* color: #fff;*/
}
#sidemenu li:hover > a {
    background:  #E0E0E0;/*#8f8f8f;/* repeat-x 0 -40px;/*;#8f8f8f;*/
    /*color: #444;*/
    /*color: #787878;*/
    color: #616161;
    /*text-shadow: rgba(0, 0, 0, 0.296875) 0px 2px 2px;*/
    text-decoration: none;
    /*border-top: solid 1px #f8f8f8;*/

    -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    box-shadow: 0 1px 1px rgba(0,0,0, .2);
    cursor: pointer;
    /*cursor:auto;*/
    text-shadow: 0 0px 0 rgba(255,255,255, 1);
}
/* dropdown */
#sidemenu li:hover > ul {
    display: block;

}
/* level 2 list */
#sidemenu ul {
    display: none;
    font-weight:bold;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    top: 0px;
    left: 175px;
    color: #616161;
    background: white repeat-x 0 0;
    /*background: #ddd repeat-x 0 0;*/
    /*border: solid 1px #b4b4b4;*/

    /* -webkit-border-radius: 10px; */
    /* -moz-border-radius: 10px; */
    /* border-radius: 10px; */
    text-decoration: none;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    box-shadow: 0 1px 3px rgba(0,0,0, .3);
    border: solid 1px #b4b4b4;
}
#sidemenu ul li {
    /*float: none;*/
    margin: 0;
    padding-right: 10px;
    /*border-bottom: 1px dotted #bababa; */

}

#sidemenu ul a {
    font-weight: bold;
    text-decoration: none;
    width:160px;
    /*text-shadow: 0 1px 0 #fff;*/
}

#searchfig {
    padding: 0px 25px 0px 25px;
    float: right;

}

.topcontent{
    min-height: 540px;
    max-height: 600px;
    clear: both;
}

#frontpage {
    height: 0px;
}

#ischeader {

    /*border: solid 1px #b4b4b4;*/
    /*width: 270px;*/
    float: right;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:10px;
}

.newstable{
     width: 280
     align: left
}

.newstable tr{
}

#frontnews {

    /*border: solid 1px #b4b4b4;*/
    width: 270px;
    height:480px;
    float: left;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 20px;
}
#frontnews .header h4 {
    font-weight: bold;
    font-size: 12pt;
    color: white;
    padding-left: 10px;
    border-bottom-color: #D7D7D7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background: #E00000;
    margin-bottom:10px;

}

#frontfig{
    width:600px;
    margin-left:350px;
    margin-right:10px;
    padding-top:10px;

}
#frontfig img{
    padding:0px;
    margin:auto;

}
#frontfig .header {
    font-weight: bold;
    font-size: 12pt;
    color: black;
    margin-left:auto;
    text-align:center;
    /*margin-left:425px;*/
}


#frontleft {

    /*border: solid 1px #b4b4b4;*/
    width: 270px;
    float: left;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
.header h4 {
    font-weight: bold;
    font-size: 12pt;
    color: white;
    padding-left: 10px;
    border-bottom-color: #D7D7D7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background: #E00000;
    margin-bottom:10px;
}

#frontmiddle {

    /*border: solid 1px #b4b4b4;*/
    width: 270px;
    float: left;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left:10px;
}

#frontright {

    /*border: solid 1px #b4b4b4;*/
    width: 270px;
    float: right;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

#mirror {

    /*border: solid 1px #b4b4b4;*/
    width: 270px;
    float: right;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

table.websearch {
    border-width: 2px 2px 2px 2px;
    border-spacing: 2px;
    border-style: outset outset outset outset;
    border-color: gray gray gray gray;
    border-collapse: collapse;
    /*  font-size: 9pt; */
    /* background-color: white;*/
}
table.websearch th {
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 5px;
    border-style: solid solid solid solid;
    border-color: gray gray gray gray;
    /*background-color: white;*/
}
table.websearch td {
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 5px;
    border-style: solid solid solid solid;
    border-color: gray gray gray gray;
    /*background-color: white;*/

}

table.cdcontents{
    border-width: 5px;
}
table.cdcontents tr{
    padding-bottom: 30px;
    vertical-align:top;
}
table.cdcontents td{
    padding-left:  10px;
	padding-right: 20px;
}
table.searchoutput tr{
    /* padding-bottom: 5px;  */
    vertical-align:top;
}
table.searchoutput td,th{
    padding-right:15px;
}


table.null {
    border-width: 2px 2px 2px 2px;
    border-spacing: 2px;
    border-style: outset outset outset outset;
    border-collapse: collapse;
    color:black;
    /*  font-size: 9pt; */

}
table.null th {
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 5px;
    /*background-color: white;*/
}
table.null td {
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 5px;
    /*background-color: white;*/
}


table.members {
    border-width: 2px 2px 2px 2px;
    border-spacing: 2px;
    border-style: outset outset outset outset;
    border-color: gray gray gray gray;
    border-collapse: collapse;
    /*  font-size: 9pt; */
    /* background-color: white;*/
}

table.members th {
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 5px;
    border-style: solid solid solid solid;
    border-color: gray gray gray gray;
    /*background-color: white;*/
}

table.members td {
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 5px;
    border-style: solid solid solid solid;
    border-color: gray gray gray gray;
    /*background-color: white;*/
    vertical-align:top
}


#regionsearch {

    /*font-weight:bold;*/
    margin: 0;
    padding: 5px;
    width: 880px;
    /*color: #616161;*/
    /*border: solid 1px #b4b4b4;*/
    margin:auto;
    /* -webkit-border-radius: 10px; */
    /* -moz-border-radius: 10px; */
    /* border-radius: 10px; */
    text-decoration: none;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    box-shadow: 0 1px 3px rgba(0,0,0, .3);
    border: solid 1px #b4b4b4;
}
#regionsearch-bib {

    /*font-weight:bold;*/
    margin: 0;
    padding: 5px;
    width: 700px;
    /*color: #616161;*/
    /*border: solid 1px #b4b4b4;*/
    margin:auto;
    /* -webkit-border-radius: 10px; */
    /* -moz-border-radius: 10px; */
    /* border-radius: 10px; */
    text-decoration: none;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    box-shadow: 0 1px 3px rgba(0,0,0, .3);
    border: solid 1px #b4b4b4;
}
#regionsearch #innersearch{
    margin-left:20px;
}
#innersearch-dates {
    margin-left: 10px;
}

#reportsearch {

    /*font-weight:bold;*/
    margin: 0;
    padding: 5px;
    width: 680px;
    /*color: #616161;*/
    /*border: solid 1px #b4b4b4;*/
    margin:auto;
    /* -webkit-border-radius: 10px; */
    /* -moz-border-radius: 10px; */
    /* border-radius: 10px; */
    text-decoration: none;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    box-shadow: 0 1px 3px rgba(0,0,0, .3);
    border: solid 1px #b4b4b4;
}
#reportsearch #innersearch{
    margin-left:20px;
}


table.highlight {
    width:400px;
    /*background:#C0C0C0;*/
    border-width: 1px 1px 1px 1px;
    border-spacing: 2px;
    border-style: outset outset outset outset;
    border-color: gray gray gray gray;
    border-collapse: collapse;
}
table.highlight td{
    border-width: 1px 1px 1px 1px;
    padding: 2px 2px 2px 2px;
    border-style: solid solid solid solid;
    border-color: gray gray gray gray;
}
table.highlight td.fill{
    background:#C0C0C0;
    width:20px;
}

/* Old mapheader */
/*#mapheader{
    width:615px;
    height:60px;
    border-width:1px;
    border-style: solid solid solid solid;
    /*border-color: gray gray gray gray;*/
/*    border-color: black;
    background:#C0C0C0;
    float:left;
    margin-left:20px;
    padding-left:5px;
    padding-top:5px;
}
#mapheader table{
    width:600px;
    text-align:center;

}
.latlon{
    width:55px;

}
*/


#mapheader{
    width:615px;
    height:60px;
    border-width:1px;
    border-style: solid solid solid solid;
    /*border-color: gray gray gray gray;*/
    border-color: black;
    background:#C0C0C0;
    float:left;
    margin-left:10px;
    padding-left:5px;
    padding-top:5px;
}

#latlngtable {
    border-collapse: collapse;
    white-space: nowrap;
    width: 100%%;
    height: 30px;
    display:block;
}

#latlngtable td {
    padding: 0; 
    margin: 0;
    white-space: nowrap;
    line-height: 0;
    height: 50%;
}

input[type=number] {
    -moz-appearance: textfield;
}
        
.noMargin { 
/*     margin: -21px -2px; */
    margin: -1px;
    padding: 0px 1px;
    line-height: 0px;
    font-size: 12px;
/*     padding-top: 20px; */
}

#mapheader table{
    width:615px;
    text-align:center;

}
.latlon{
    width:55px;

}

/* Old map_canvas
#map_canvas {
    /*    z-index:200;*/

/*    width:620px;
    height:500px;
    /* margin:auto;*/
/*    float:left;
    margin-left:20px;
    border-width:1px;
    /*    border-style: none solid solid solid;*/
/*    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    /*padding-left:1px;
    padding-right:1px;*/
/*}
*/


#map_canvas {
/*   position: relative;*/
    float:left;
    /*left:40px*/
    clear:both;
    /*z-index:100;*/
   /* top: 50px;
    left: 0px;*/
    /*padding:10px 50px 0px 50px;*/
    width: 620px;
    height: 500px;
    /*margin-top:20px;*/
    /*background-color: #ffffff;*/
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-width:1px;
    margin-left: 10px;
}




#rightpresenter{
    margin-left:650px;
    width:323px;
    /*right: 200px;*/
    height: 513px;
    margin-top:50px;
}

#eventmapinfo{
    padding:50px;
}

.button {
    /*	display: inline-block;*/
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    /*display: inline;*/
    /*vertical-align: baseline;*/
    margin: 0px 4px 0px 4px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12px/100% Arial, Helvetica, sans-serif;
    /*padding: .5em 2em .55em;*/
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    /*	padding: 15px 15px 15px 15px;*/
}
.button:hover {
    text-decoration: none;
}
.button:active {
    /*position: relative;*/
    /*top: 1px;*/
}
.white {
    /*color: #606060;*/
    color:black;
    /*color:#dcdcdc;*/
    /*color: #9e9e9e;*/
    /*color: #ededed;*/
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#9e9e9e));
    background: -moz-linear-gradient(top,  #fff,  #9e9e9e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#9e9e9e');
    /*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top,  #fff,  #dcdcdc);*/
    /*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');*/
}
.white:hover {
    color: black;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#fff));
    background: -moz-linear-gradient(top,  #d1d1d1,  #fff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#ffffff');
    /* background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#9e9e9e)); */
    /* background: -moz-linear-gradient(top,  #fff,  #9e9e9e); */
    /* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#9e9e9e'); */
}
.white:active {
    /*color: #ededed;*/
    /*color: #616161;*/
    color: black;
    background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#fff));
    background: -moz-linear-gradient(top,  #9e9e9e,  #fff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#ffffff');
    /* background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff)); */
    /* background: -moz-linear-gradient(top,  #ededed,  #fff); */
    /* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff'); */
}
.medium {
    /*	font-size: 12px;*/
    padding: .4em 1.5em .42em;
    height:25px;
}
.num {
    /*width:120px;*/
    text-align:center;
}
.num2 {
    /*width:140px;*/
    text-align:center;
}

#query{
    margin-left:20px;


}
#query table{
    width:900px;
    border:solid;
    border-width: 1px;
    padding: 5px 5px 5px 5px;
    border-spacing: 0px;
    border-collapse:collapse;

}

#query th{
    border-left:solid;
    border-right:solid;
    border-width: 1px;


    padding: 5px 5px 5px 5px;
    text-align:center;
}
#query tr{
    padding: 5px 5px 5px 5px;

    border:solid;
    border-width: 1px;
}
#query td{
    padding: 5px 5px 5px 5px;
    border:solid;
    border-width: 1px;
}

#query .head{

    background:#C0C0C0;
}

table.requestform {
    margin-left: auto ;
    margin-right: auto ;
    border-width: 2px 2px 2px 2px;
    border-spacing: 2px;
    border-style: outset outset outset outset;
    border-color: gray gray gray gray;
    border-collapse: collapse;
    /*  font-size: 9pt; */
    /* background-color: white;*/
}
table.requestform tr {
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 5px;
    border-style: solid solid solid solid;
    border-color: gray gray gray gray;
    /*background-color: white;*/
}

#rebuildrequest{
    margin:auto;
    text-align:center;
    width:700px;
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 5px;
    border-style: solid solid solid solid;
    border-color: gray gray gray gray;
    background-color: LightBlue;
}

.bluelink{
    color:blue
}
.redlink{
    color:red
}

#cn{
    width: 985;
    font-family: arial;
}
#maps
.map-ge{
    position: relative;
    left: 40px;
    top: 0px;
    height: 376px;
    width: 614px;
    border:0px;
    background-image: url(images/ge.gif);
}
.stars-ge{
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background: url(images/blank.gif) scroll no-repeat center center;
}
.stars-ge-ape{
    top: 94px;
    left: 330px;
}

#biblio{
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: gray gray gray gray;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    padding: 2px 2px 2px 2px;
}
/* NEW BIBLIO SEARCH */
#topblurb{
    padding: 20px 20px 20px 20px;
}
#rightpresenter{
    margin-left:0px;
    width:0px;
    /*right: 200px;*/
    height: 0px;
    margin-top:10px;
}

#map_canvas2 {
/*   position: relative;*/
    float:left;
    /*left:40px*/
    clear:both;
    /*z-index:100;*/
   /* top: 50px;
    left: 0px;*/
    /*padding:10px 50px 0px 50px;*/
    width: 470px;
    height: 470px;
    /*margin-top:20px;*/
    /*background-color: #ffffff;*/
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-width:1px;
}
#map_canvas3 {
    position: absolute;
    width: 99%;
    height: 99%;

}
#alloptions {
    height:300px;
    width:930px;
    padding:25px 5px 5px 5px;
/*    float:center;*/
/*    position:relative;*/
    float: left;
    /*align:center;*/
/*    left:150px;*/
    /*margin: 0 auto;*/
 /*   margin-left: auto;*/
 /*   margin-right: auto;*/
    /*text-align: center;*/
}
#leftmenu {
    background-color: gray;

}

/* ISC-GEM Section */
#intro-table {
    padding-left: 10px;

}

/* Event Bibliography section */
#topblurb{
    padding: 20px 20px 20px 20px;
}
#rightpresenter{
    margin-left:0px;
    width:0px;
    /*right: 200px;*/
    height: 0px;
    margin-top:10px;
}
#alloptions {
    height:300px;
    width:930px;
    padding:25px 5px 5px 5px;
/*    float:center;*/
/*    position:relative;*/
    float: left;
    /*align:center;*/
/*    left:150px;*/
    /*margin: 0 auto;*/
 /*   margin-left: auto;*/
 /*   margin-right: auto;*/
    /*text-align: center;*/
}
title-bib {
    text-align: center;
}
outputformat {
    border-bottom-color: black;
    border-style: solid;

}

/* Google Maps "Map Data" layer error fix */

.olLayerGoogleCopyright {
    top:-1000px;
    display: none;
}

#mapheader_a{
    width:920px;
    height:28px;
    border-width:1px;
    border-style: solid solid solid solid;
    /*border-color: gray gray gray gray;*/
    border-color: black;
    background:#C0C0C0;
    float:left;
    padding-top:5px;">
}

#map_canvas_a {
/*   position: relative;*/
    float:left;
    /*left:40px*/
    clear:both;
    /*z-index:100;*/
   /* top: 50px;
    left: 0px;*/
    /*padding:10px 50px 0px 50px;*/
    width: 920px;
    height: 600px;
    /*margin-top:20px;*/
    /*background-color: #ffffff;*/
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-width:1px;
}

