﻿/* DEFAULTS
----------------------------------------------------------*/

@media print {
    .noprint {
        display: none !important;
    }

    .printreset {
        margin: 0 !important;
        padding: 0 !important;
    }

    .printtable td {
        padding: 0 !important;
        margin: 0 !important;
    }

    .printtable input {
        margin: 4px 0 !important;
        padding: 0.25rem 0.5rem 0.25rem 0.5rem !important;
    }
}

body   
{
    background: #ffffff;
    font-size: .80em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #303030;
}

normal
{
    font-size: .80em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #303030;
}

.divContent ul
{
	padding-left: 20px;
}

.normalImage
{
	display: inline;
}

a:link, a:visited, a:active, a:hover
{
	color: #1979D3;
	text-decoration: none;
}

a:hover
{
	color: #5F2B10;
}

p
{
    margin-bottom: 10px;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.3em;
}

h4
{
    font-size: 1.2em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

table.sponsorFooter td {
    vertical-align: middle;
    font-size: 9px; 
    font-weight: bold; 
    color: #444444;
    text-align: left;
}

/* MENU   
----------------------------------------------------------*/

td.menu
{
   text-align: left;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.adminPageContainer
{
	position:relative;
	width:280px;
	height:150px
}

.adminPageInner
{
	border:solid 2px #7696CE;
	position:absolute;
	top:10px;
    bottom:10px;
	left:10px;
    right:10px;
	padding:15px 15px 15px 15px
}

.adminPageImage
{
	background-repeat:no-repeat;
	position:absolute;
	top:8px;
	left:18px;
	width:48px;
	height:48px
}

.adminPageText
{
	position:absolute;
	text-align:left;
	top:7px;
	left:90px;
}

.adminNavMenu {
    padding-left: 0px !important;
}
.adminNavMenu:after {
    content: '';
    display: block;
    clear: both;
}
.adminNavMenu li {
    float: left;
    list-style: none;
    text-align: center;
    margin-right: 30px;
    line-height: 30px;
    clear: right;
}

.adminNavMenu li a{
    color: #FFFFFF;
    font-weight: bold;
    border:1px solid #FFFFFF; 
     padding: 5px 5px 5px 5px; 
     text-decoration:none; 
     display:inline-block; 
 background-color: #575757; 

 
    border-radius: 7px;
    -moz-border-radius:7px;
    -webkit-border-radius: 7px;

}
 
.adminNavMenu li a:hover {
    text-decoration: none; 
    border:1px solid #FFFFFF;
 background-color: #bababa;
}

.defaultPageStoryTitle
{
	font-size: 11px;
	margin: 0px;
	font-weight: bold;
	color: #5F2B10;
}

.defaultPageStoryTitle:link
{
	color: #5F2B10;
}

.defaultPageStoryTitle:visited
{
	color: #5F2B10;
}

.defaultPageStoryTitle:hover
{
	color: #202020;
}

.defaultPageStoryText
{
	font-size: 10px;
	margin: 0px;
	line-height: 12px;
}

.collapseExandableImage {
    width: 16px;
    float: right;
    margin-right: 10px;
}

/* LOGIN DIV DISPLAY STYLES */

.pnlShow
{
	width:350px;
	height:293px;
	background-color:#FFFFFF;
	border:2px solid #000000;   
	position:absolute;
	display:none;
	padding: 12px;
	background-image:url('../images/contentTopFade.png');
	background-position: top;
	background-repeat: repeat-x;
}

#page_screen
{
   background-color:#000000;
   filter:alpha(opacity=00);  
   opacity: 0.0;     
   position:absolute;
   top:0px;
   left:0px;
   width:100%;
   display:none;
}

.navButton
{
	border:solid 1px Navy;	
	background-color:#FFFFEE;
	border-style:ridge;
	height:30px;
}

.adminHomeLink
{
	padding-left: 5px;
	font-size: 16px;
}

.divContent
{
	background-image: url('../images/contentTopFade.png'); 
	background-repeat: repeat-x; 
	background-position: top;
	padding:12px;
    line-height:17px;
    margin: -12px;
}

.divContent img
{
	border: 3px solid #C8A582;
}

.validatorAsterisk
{
	color: red;
}

.searchBox
{
	color: black;
	font-weight: bold;
	text-align: right;
	position: absolute;
	left: 149px;
	top: 4px;
	border: 1px solid #777777;
	font-size: 12px;
	width: 178px;
	padding: 0px;
	margin: 0px;
}

.youAreHereCombo
{
	font-weight: bold;
	border: 1px solid #777777;
	font-size: 12px;
	width: 111px;
	padding: 0px;
	margin: 0px;
	color: Black;
}

.youAreHereDiv
{
	position: absolute;
	left: 239px;
	top: 35px;
}

.pollBoxResults
{
    border-bottom:1px solid White;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.pollBox span
{
    font-weight: bold;
    font-size: 13px;
}

.gallery img
{
	border: 0px none white;
}

.galleryCell
{
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	font-size: 12px;
    text-align: center;
}

.galleryCell img
{
	border: 3px solid #C8A582;
}

.galleryCell img:hover
{
	border: 3px solid #9E5730;
}

.footerCell a:link, .footerCell a:visited, .footerCell a:active
{
    color: #DDDDDD;
	font-size: 11px;
	font-weight: bold;
}

.footerCell a:hover
{
    color: #DDDDDD;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}





td.mappingResultsCell 
{
    font-size: 13px;
    margin: 0;
    padding-bottom: 9px;
    padding-top: 205px;
}

td.mappingResultsTotalCell
{
    font-size: 11px;
    padding-right: 2px;
}

.mappingResultsTotal
{
    padding: 10px;
    color: #38261b;
    font-weight: bold;
}

.mappingResultsPastYearTotalLabel
{
    width: 120px;
    float: left;
    clear: left;
    font-size: 1.1em;
    line-height: 1.6em;
    margin-bottom: 3px;
    text-align: left;
}

.mappingResultsTotalLabel
{
    width: 70px;
    float: left;
    clear: left;
    float:left;
    font-size: 1.25em;
    text-align: left;
}

.mappingResultsPastYearValue 
{
    width: 60px;
    float: right;    
    text-align: right;
    font-size: 1.6em;
}

.mappingResultsTotalValue
{
    width: 110px;
    float: right;    
    text-align: right;
    font-size: 2.7em;
}

.contentSwipeImage 
{
    padding-bottom: 12px;
    padding-top: 0px;
    margin: 0px;
}

.dashboard-controls {
    padding-left: 15px;
    padding-bottoM: 15px;
}


.dashboard-links {
    padding-left: 15px;
}

.resultCell,
.regionLinkCell {
    line-height: 13px;
}

.resultCell
{
	font-size: 11px;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
}

.mapContainer
{
	border-width: 3px;
	border-style: solid;
}

.newFeaturesBoxTitle
{
    font-size: 16px; 
    margin: 0px; 
    padding-bottom: 6px; 
    font-weight: bold; 
    color: #FFFFFF;
}

.newFeaturesBox,
.adviceBox
{
    padding: 9px 12px 12px; 
    margin-top: 12px;
}

.adviceBoxTitle
{
    font-size: 16px; 
    margin: 0px; 
    padding-bottom: 6px; 
    font-weight: bold; 
    color: #FFFFFF;
}
.newFeaturesBox ul,
.adviceBox ul
{
    margin: 0;
    padding: 0;
}

.newFeaturesBox ul li,
.adviceBox ul li
{
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding: 3px 0 3px 12px;
    vertical-align: middle;
}

.modalDiv
{ 
	position: fixed;
	left: 0;
	top: 130px;
	width: 100%;
	height: 23.8px;
	z-index: 1000;
	background-image: url('../images/map/space.png');
}


/* CONTROLS */
.controlNote
{
    margin-top: 10px;
    padding-left: 10px; 
    padding-right: 10px;
    font-weight: bold;
}

/* COMMUNITY GROUP */
.communityGroup {
    margin: -12px;
}

.communityGroup img {
    border: 0;
    display: inline;
}

.communityGroup .communityGroupAdminEmailTemplate {
    background-color: #DDD;
    padding: 10px;
    margin: 10px;
}

/* HOMEPAGE */
.homePageMainContent img
{
    border: 0;
}

.tblHomePage
{
    width: 100%;
    line-height:17px;
}

.tblHomePage h2
{
    margin-top: 0px;
    padding-top: 0px;
}

.tblHomePage .blurb
{
    padding-left: 12px;
}

.tblHomePage td.blurbImage,
.tblHomePage td.blurb
{
    border-top: 1px solid silver;
    padding-bottom: 10px;
    padding-top: 10px;
}

.tblHomePage td.blurbImage,
.tblHomePage td.firstBlurbImage
{
    width: 150px;
}

.tblHomePage td.firstBlurbImage,
.tblHomePage td.firstBlurb
{
    border-top: 0px none;
}

.tblHomePage td.lastBlurbImage,
.tblHomePage td.lastBlurb
{
    padding-bottom: 0px;
    padding-top: 10px;
} 

.tblHomePage p
{
    margin-top: 6px;
}

td.mappingResultsCell 
{
    padding-top: 0;
}

.startMappingBoxContainer
{
    float: left;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    margin-top: -5px;
    width: 100%;
}

.validationList
{
	color: Red;
}

.validationList ul
{
	padding-left: 16px;
}

.importantNote,
.error,
.validationError
{
    color: red;
}


.strongNote
{
    color: Maroon; 
    padding-left: 10px; 
    padding-right: 10px; 
    font-weight: bold;
}

.strongNoteDarkGrey
{
    color: #303030;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.hidden {
    display: none;
}

.fsTabControlButtons {
    padding-top: 10px;
    text-align: center;
}

.communityGroup .fsTabControlButtons {
    text-align: left;
}

.communityGroup .fsButton {
    margin: 5px 10px 20px 0;
}

.communityGroup .communityGroupSightingTotalsGrid,
.communityGroup .communityGroupMembersGrid,
.communityGroup .communityGroupMemberTotalsGrid {
	width:100%;
    margin-bottom: 10px;
}

.adminPage .communityGroup .communityGroupSightingTotalsGrid
{
	width:35%;
	float:left;
	margin-right:2%;
}

.adminPage .communityGroup .communityGroupMembersGrid
{
	width:63%;
	float:right;
}

/*
Sighting species icons
*/

img.sightingIconSymbol {
    margin: 0;
    display: inline;
    vertical-align: middle;
    position: relative;
    top: -4px;
}

img.sightingIcon {
    margin: 4px 0;
    display: inline;
    vertical-align: middle;
}

img.sightingIconThumbnail {
    width: 30px;
}

.sideBox {
    margin-top: 12px;
}

.facebookSideBox {    
    background-color: #FFF;
}

/*
Gallery Photo Preview
*/
.galleryPhotoPreview {
    display: block;
    margin-top: 10px;
}

/*
Sighting Forms
*/
#tblSighting, 
#tblDamage, 
#tblControl,
#tblDisease {
	width: 100%;
}

#tblSighting > tbody > tr > td {
    padding: 0.25rem 0 0.25rem 0;
}

#tblDamage > tbody > tr > td {
    padding: 0.25rem 0 0.25rem 0;
}

#tblControl > tbody > tr > td {
    padding: 0.25rem 0 0.25rem 0;
}

#tblDisease > tbody > tr > td {
    padding: 0.25rem 0 0.25rem 0;
}


.form-question-number {
    width: 20px;
    vertical-align: top;
}

.communityGroupSightingTotalsGrid th {
/* background-color: silver !important;*/
text-align: left !important;
 color: #FFFFFF;
 background-color: #949494; background-image: linear-gradient(to bottom, #949494, #575757);
 }

.communityGroupSightingTotalsGrid td {
border: 1px solid rgba(226,226,226,1) !important;
margin: 10px !important;
	height:auto !important;
}
.communityGroupSightingTotalsGrid table {
border: 1px solid rgba(226,226,226,1) !important;
}

.communityGroupMemberTotalsGrid a,
.communityGroupMembersGrid a{
    color: #ffffff !important;
  
}
.communityGroupMemberTotalsGrid th,
.communityGroupMembersGrid th {
 /*background-color: silver !important;*/
 text-align: left !important;
color: #FFFFFF;
 background-color: #949494; background-image: linear-gradient(to bottom, #949494, #575757);
 }
.communityGroupMemberTotalsGrid td,
.communityGroupMembersGrid td {
border: 0.5px solid rgba(226,226,226,1) !important;
padding-left: 10px;
padding-right: 10px;
}
.communityGroupMemberTotalsGrid table,
.communityGroupMembersGrid table{
border: 0.5px solid rgba(226,226,226,1) !important;
}



.cgAdminPageContainer
{
	position:relative;
	width:280px;
	height:90px
}

.cgAdminPageInner
{
	border:solid 2px #7696CE;
	position:absolute;
	top:10px;
    bottom:10px;
	left:10px;
    right:10px;
}


.cgAdminPage td {
	border:solid 2px #7696CE;
	width:280px;
	height:90px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}


.cgAdminPageImage
{
	background-repeat:no-repeat;
	float:left;
	width:48px;
	height:48px
}

.cgAdminPageText
{
    padding: 10px;
    float:left;
	text-align:left;
    width: 70%;
	font-size: 1.1em;
}

.paddingLeft-15 {
    padding-left: 15px;
}

.paddingTop-15 {
    padding-top: 15px;
}