@charset "UTF-8";


/*  .........  Reset all margins & Padding ........... */

div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }


/* overides for Yahoo grid styles */

/* --- for safari --- */

/* settings for main content */
.yui3-u-19-24 {
  width: 780px;
}

/* settings for right pannel */
.yui3-u-5-24 {
  margin-top: 6px;
  margin-right: 1px;
  float: right;
  width: 200px;
}


.yui3-g{
  background: url(../images/overlay.png) repeat-x;
  min-height: 500px;
  padding-left: 10px;
  padding-right: 0px;
}

html {
  margin: 0px;
  padding: 0px;
}


body {
  margin: 0px;
  padding: 0px;
  font-family: arial, helvetica, sans-serif;
  text-rendering: optimizelegibility;
  background: #FFF url(../images/bg1.jpg) repeat-x -20px 0px;
}

/* ......  basic heading, paragraph, link & hover styles ........ */

input,select,textarea {
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  font: 11px verdana, arial, helvetica, sans-serif;
  margin: 2px 0;
  padding: 2px 4px;
}
input[type="checkbox"]{
  padding:0px;
  margin:5px;
  cursor:pointer;
}
select {
  padding: 2px 2px 2px 0;
}

textarea {
  width: 250px;
  height: 70px;
  vertical-align: top;
}

input:focus,select:focus,textarea:focus {
  border: 1px solid #b2d1ff;
}


p  {
  margin-bottom: 10px;
  margin-left: 20px;
  color: #333;
  font-family: Raleway, HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}

ol {
   margin-bottom: 10px;
  margin-left: 20px;
  color: #333;
  font-family: Raleway, HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: justify; 
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0;
  font-weight: 200;
  line-height: 40px;
  color: #333;
  text-rendering: optimizelegibility;
  font-size: 28px;
  font-family: Raleway, HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}

h2  {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 0;
  font-weight: 500;
  line-height: 40px;
  color: #333;
  text-rendering: optimizelegibility;
  font-size: 18px;
  font-family: Raleway, HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}

h3  {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding: 0;
  color: #333;
  text-rendering: optimizelegibility;
  font-family: Raleway, HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 13px;
  line-height: 16px;
}

a:link, a:visited  {
  color: #1E6DF1;
  text-decoration: none;
}

a:hover  {
  color: #1E6DF1;
  text-decoration: underline;
}

#wrapper {
  width: 1000px;
  margin: 0px auto;
  position: relative;
}

#container {
  position: relative;
  width: 1000px;
}
.linkButton {
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11pt;
  margin: 2px 0;
  padding: 2px 4px;  
  border-style: solid;
  border-width: 1px;
  border-color: Black;
}
.smallLinkButton {
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  margin: 1px 0;
  padding: 1px 2px;
  border-style: solid;
  border-width: 1px;
  border-color: Black;
}
.selectedYear {
  color: #000;
  font-weight: bold;
}

/****************** header styles *******************/

#header {
  height: 128px;
  width: 1000px;
  margin-top: 8px;
}

#header #text_logo {
  top: 6px;
  position: relative;
  left: 15px;
}



/***********  Primary Menu Styling ************/

/* main menu placement and dimensions */
#container #menuTop  {
  position: relative;
  width: 1000px;
  z-index: 99;
  background: #66594b;
  height: 30px;
}

#menuTop ul, #menuTop li {
  list-style-type: none;
  display: block;
}

#menuTop ul {
  padding-top: 5px;
}

/* vertical spacing to first submenu item */
#menuTop li.first a {
  padding-top: 6px;  
}

/* main menu horizontal spacing */
#menuTop a {
  padding: 0px 1.2em 6px;
  display: block;
}

/* menu Text styling */
#menuTop a:link, #menuTop a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #CCCCCC;
  text-decoration: none;
}

/* menu hover & active styling */
#menuTop a:hover, #menuTop a:active {
  font-size: 14px;
  color: #FFFFFF;
}

#menuOne .horiz .active {
  color: #FFFFFF;
}

ul.menuHoriz li {
  float: left;
}


/**************** subMenu (vertical menu) styles ****************/

#menuTop ul.menuVert {
  position: absolute;
  top: 26px;
  visibility: hidden;
  background: #66594b;
  padding-top: 7px;
  padding-bottom: 3px;
}

/* style for split line in sub menus */
#container #menuTop a.vertMenuSplit {
  border-top: 1px solid #999;
  padding-top: 6px;
}
#menuTop ul.menuVert li {
  font-size:13px;
  padding: 0px 20px 8px;
  color: #ddd;  
}
#menuTop ul.menuVert a {
  font-size:13px;
  padding: 0px 20px 8px;
}

#menuTop ul.menuVert a {
  color: #ddd;
}
#menuTop ul.menuVert a:visited {
  color: #ddd;
}
#menuTop ul.menuVert a:hover {
  color: #fff;
}

/**** horizontal alinment for dropdown menus ****/

ul#homeMenu {
  left: 0em;
  padding-left: 1em;
  padding-right: 1em;
}
ul#observationsMenu {left: 4.3em}
ul#localitiesMenu { left: 12.0em }
ul#resourcesMenu { left: 26.0em }
ul#citizenScienceMenu { left: 32.6em }
ul#administrationMenu { left: 42.0em }



/********************* Main content page styles *************************/


/* overall content area styles */

th {
  font-style: italic;
  font-weight: bold;
}


/************************* wizard styles **************************/

.wizardHelp {
  width: 250px;
}

/************************* footer styles **************************/

#footer {
  text-align: center;
  border-top: 1px solid #740D0D;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #aaa;
  width: 900px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.5;
  font-size: 12px;
  clear: both;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
  font-size: 12px;
  color: #aaa;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-right: 5px;
  padding-left: 5px;
}

#footer a:hover {
  font-size: 12px;
  color: #666;
  text-decoration: none;
}

#footer p {
  line-height: 1.2;
  font-size: 14px;
  padding-top: 10px;
  color: #aaa;
}


/************************ class styles ***********************/

p.welcome {
  font-size: 16px;
  line-height: 22px;
}

.speciesNameLabel {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.black_border {
  padding: 2px;
  border:1px solid #777;
}

.blue_high {color: #3BA4F5;
}

.red_highlight {
  color: #C90000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}

.redBold_highlight {
  color: #DE0000;
  font-weight: bold;
}

.hide {
  display: none;
}

.small_image-caption {
  padding-right: 10%;
  padding-left: 10%;
  line-height: 1.2;
  padding-bottom: 10px;
}

.center {
  text-align: center;
}

/* YUI Grids Styles */

#layout {
    padding-left:250px; /* "left col" width */ 
}
 
#status {
    margin-left:-250px; /* "left col" width */
    width:250px;
}
 
#main {
    width:100%;
}

/* MD SPECIFIC */
.person {
  color: #006dba;
  font-weight: bold;
  margin: 4px 0 4px 0;
  padding: 3px 3px 3px 20px;
  font-size: 14px;
}
.title {
  font-size: 18px;
}

/* Home Page Styles */

#nav {
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  width: 193px;
}



.rightPanel {
  background: #EEE;
  margin: 5px;
  margin-right: 10px;
  padding: 5px;
  border:1px solid #777;
  border-radius: 10px;
}

.rightPanelText {
  font-size: 9pt;
  font-weight: bold;
}
.rightPanelMessage {
  font-size: 9pt;
  font-style: italic;
}
.rightPanelButton {
  font-size:7.5pt;
  background-color: #fcfcfc;
  padding-left: 3px;
  padding-right: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: Black;
  border-radius: 3px;
}
.siteButton {
    display: inline-block;
    font-size:8.5pt;
    color:#fff;
    background-color: #777;
    padding: 2px 4px;
    border: 1px solid Black;
    margin-right: -5px;
    letter-spacing: 1px;
}
.langButton {
    display: inline-block;
    padding: 2px 4px;
    margin-right: -5px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.siteButton a {
    text-decoration: none;
    color:#fff;
}
.siteButton a:hover {
    text-decoration: underline;
}
.activeSiteButton {
    color:#777;
    background-color: #fff;
}
.siteButtonLeft {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.siteButtonRight {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.siteMenu {
    margin-right: 25px;
    margin-top: 10px;
    float: right;
}
.langMenu {
    margin-right: 25px;
    margin-top: -2px;
    float: right;
}

#eventsSummary {
  margin-top: 10px;
  margin-bottom: 10px;
}

#eventsSummary p {
  font-size: 11px;
  line-height: 14px;
  text-align: left;
  margin-bottom: 12px;
  margin-left: 10px;
}
  
#pageBody {
  margin-left: 10px;
  margin-right: 20px;
}

#pageBody ul {
  margin-left: 40px;
  margin-bottom: 15px;
}

#pageBody li {
  font-size: 13px;
  line-height: 1.4;
}

#sites {
  margin-left: 17px;
  margin-bottom: 8px;
}


/* Grails default stuff */

/* MESSAGES AND ERRORS */
.message {
  background: #f3f8fc url(../images/skin/information.png) 8px 50%
    no-repeat;
  border: 1px solid #b2d1ff;
  color: #006dba;
  margin: 10px 0 5px 0;
  padding: 5px 5px 5px 30px
}

div.errors {
  background: #fff3f3;
  border: 1px solid red;
  color: #cc0000;
  margin: 10px 0 5px 0;
  padding: 5px 0 5px 0;
}

div.errors ul {
  list-style: none;
  padding: 0;
}

div.errors li {
  background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
  line-height: 16px;
  padding-left: 30px;
}

td.errors {
  background: #fff3f3;
  border: 1px solid red;
  color: #cc0000;
  margin: 10px 0 5px 0;
}

td.errors select {
  border: 1px solid red;
}

td.errors textarea {
  border: 1px solid red;
}

td.errors radio {
  border: 1px solid red;
}

/* TABLES */
table {
  border: 0px solid #ccc;
  width: 100%;
}
table.center {
    margin-left:auto; 
    margin-right:auto;
}
tr {
  border: 0;
}

td,th {
  font: 11px verdana, arial, helvetica, sans-serif;
  line-height: 12px;
  padding: 5px 6px;
  text-align: left;
  vertical-align: top;
}

th {
  background: #fff url(../images/skin/shadow.jpg);
  color: #666;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  padding: 2px 6px;
}

th a:link,th a:visited,th a:hover {
  color: #333;
  display: block;
  font-size: 10px;
  text-decoration: none;
  width: 100%;
}

th.asc a,th.desc a {
  background-position: right;
  background-repeat: no-repeat;
}

th.asc a {
  background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
  background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
  background: #f3f3f3;
}

.even {
  background: #fff;
}
.validCoordinate {
    display: none;
}
.invalidCoordinate {
    position: absolute;
    opacity: 0.60;
    padding-top: 5px;
    padding-left: 183px;
    text-align: right;
    z-index: 999;
    color: #FF0000;
}

/* LIST */
.list table {
  border-collapse: collapse;
}

.list th,.list td {
  border-left: 1px solid #ddd;
}

.list th:hover,.list tr:hover {
  background: #b2d1ff;
}

/* PAGINATION */
.paginateButtons {
  background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
  border: 1px solid #ccc;
  border-top: 0;
  color: #666;
  font-size: 10px;
  overflow: hidden;
  padding: 10px 3px;
}

.paginateButtons a {
  background: #fff;
  border: 1px solid #ccc;
  border-color: #ccc #aaa #aaa #ccc;
  color: #666;
  margin: 0 3px;
  padding: 2px 6px;
}

.paginateButtons span {
  padding: 2px 3px;
}

/* DIALOG */
.dialog table {
  padding: 5px 0;
}

.prop {
  padding: 5px;
}

.prop .name {
  text-align: left;
  width: 15%;
  white-space: nowrap;
    vertical-align: top;
}

.prop .value {
  text-align: left;
    vertical-align: top;
  width: 85%;
}

/* ACTION BUTTONS */
.buttons {
  background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
  border: 1px solid #ccc;
  color: #666;
  font-size: 10px;
  margin-top: 5px;
  overflow: hidden;
  padding: 0;
  text-align: right;
}

.buttons input {
  background: #fff;
  border: 0;
  color: #333;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  margin-left: 3px;
  overflow: visible;
  padding: 2px 6px;
}

.buttons input.delete {
  background: transparent url(../images/skin/database_delete.png) 5px 50%
    no-repeat;
  padding-left: 28px;
}

.buttons input.edit {
  background: transparent url(../images/skin/database_edit.png) 5px 50%
    no-repeat;
  padding-left: 28px;
}

.buttons input.save {
  background: transparent url(../images/skin/database_save.png) 5px 50%
    no-repeat;
  padding-left: 28px;
}
.buttons input.cancel {
  background: transparent url(../images/skin/cancel.png) 5px 50%
    no-repeat;
  padding-left: 28px;
}
.buttons input.next {
  background: transparent url(../images/skin/next.png) 5px 50%
    no-repeat;
  padding-left: 28px;
}
.buttons input.finish {
  background: transparent url(../images/skin/finish.png) 5px 50%
    no-repeat;
  padding-left: 28px;
}
.buttons input.previous {
  background: transparent url(../images/skin/previous.png) 5px 50%
    no-repeat;
  padding-left: 28px;
}
.buttons input.skip {
  background: transparent url(../images/skin/skip.png) 5px 50%
    no-repeat;
  padding-left: 28px;
}
.buttons input.up {
  background: transparent url(../images/skin/up.png) 5px 50%
    no-repeat;
  padding-left: 28px;
}
/* Google Maps Infowindow Styles */
.ifContent {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
}
.ifTitle {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}