* {
    margin: 0px;
    padding: 0px;
    border: none;
}

html {
    overflow-y: scroll;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #656b71;
    background: url('/images/backgrounds/bg_grad.jpg') center top no-repeat #230a4c;
}
a:active, object:active {
    outline: none;
    -moz-outline-style: none;
}
a:focus, object:focus {
    -moz-outline-style: none;
    outline: none;
}
a:hover {
    color: #656b71;
}
a {
    color: #aaa;
    text-decoration: underline;
}
.bold {
    font-weight: bold;
}
.toppad {
    padding-top: 20px;
}

a.small_anchor {
     font-size: 8px
}

#content {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
}
#content_wrapper {
    position: relative;
    width: 826px;
    margin: 0 auto;
}
#content_inner {
    width: 826px;
    height: auto;
    float: left;
}


#content_top {
    width: 826px;
    height: 15px;
    float: left;
    background: url('/images/backgrounds/background_white_top.png') top left no-repeat;
}
#content_middle_wrapper {
    width: 826px;
    height: auto;
    float: left;
    background: url('/images/backgrounds/background_white_middle.png') top left repeat-y;
}
#content_bottom {
    width: 826px;
    height: 15px;
    float: left;
    background: url('/images/backgrounds/background_white_bottom.png') top left no-repeat;
}

#content_middle_bg.front {
    width: 808px;
    min-height: 550px;
    float: left;
    margin: 0 5px 0 5px;
    padding: 0 4px 0 4px;
    background: url('/images/backgrounds/bg_front.jpg') 0px 75px no-repeat;
}
#content_middle_bg.bg1 {
    width: 808px;
    height: 250px;
    float: left;
    margin: 0 5px 0 5px;
    padding: 0 4px 0 4px;
    background: url('/images/backgrounds/bg_1.jpg') 0px 75px no-repeat;
}
#content_middle_bg.bg2 {
    width: 808px;
    height: 250px;
    float: left;
    margin: 0 5px 0 5px;
    padding: 0 4px 0 4px;
    background: url('/images/backgrounds/bg_2.jpg') 0px 75px no-repeat;
}
#content_middle_bg.bg3 {
    width: 808px;
    height: 250px;
    float: left;
    margin: 0 5px 0 5px;
    padding: 0 4px 0 4px;
    background: url('/images/backgrounds/bg_3.jpg') 0px 75px no-repeat;
}
#content_middle_bg.bg4 {
    width: 808px;
    height: 250px;
    float: left;
    margin: 0 5px 0 5px;
    padding: 0 4px 0 4px;
    background: url('/images/backgrounds/bg_4.jpg') 0px 75px no-repeat;
}

#content_middle_header {
    width: 808px;
    height: 130px;
    float: left;
    margin: 0;
    padding: 0;
}
#logo {
    width: 289px;
    height: 71px;
    float: left;
    margin: 18px 0 0 40px;
    display: block;
}

#loginbox, #newsletterbox {
    width: auto;
    height: auto;
    float: right;
}



#content_middle_menu {
    width: 808px;
    height: 34px;
    float: left;
    margin: 0;
    padding: 0;
}
#mainmenu {
    width: 808px;
    height: 34px;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
#mainmenu li {
    width: auto;
	position: relative;
    float: left;
    margin: 0;
    padding: 0;
    background: url('/images/backgrounds/menu_bg.png') top left repeat;
}
#mainmenu li.current {
    background-image: none;
}
#mainmenu li.current a {
    background-color: #e01f22;
}
#mainmenu li a {
    width: auto;
    height: 3px;
    float: left;
    padding: 14px 13px 18px 13px;
    z-index: 10;
    display: block;
    position: relative;
    overflow: hidden;
	color: #eee;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 10px;
	text-align: center;
}
#mainmenu li a:hover {
	text-decoration: none;
}
#mainmenu li a img {
    z-index: 15;
}
#mainmenu li.background {
    position: absolute;
    background: #e01f22;
    z-index: 5;
}
#mainmenu li#menu_home {
    margin: 0 4px 0 0;
}
#mainmenu li#menu_species {
    margin: 0 4px 0 0;
}
#mainmenu li#menu_sightings {
    margin: 0 4px 0 0;
}
#mainmenu li#menu_log {
    margin: 0 4px 0 0;
}
#mainmenu li#menu_resources {
    margin: 0 4px 0 0;
}
#mainmenu li#menu_news {
    margin: 0 4px 0 0;
}
#mainmenu li#menu_redmap {
    margin: 0 4px 0 0;
}
#mainmenu li#menu_tafi {
    margin: 0;
    padding-right: 5px;
}
#mainmenu li#menu_tafi a {
	padding-top: 9px;
	height: 8px;
}

#mainmenu li ul {
	position: absolute;
	width: 186px;
	height: auto;
	float: left;
	left: 0;
	top: 35px;
	margin: 0;
	z-index: 5000;
	list-style: none;
	padding: 0;
}
#mainmenu li ul li {
	width: 186px;
	height: auto;
	display: block;
	float: left;
	z-index: 5001;
	background: url(/images/submenu_divider.png) left bottom no-repeat #e01f22;
	padding: 0 0 5px 0;
}
#mainmenu li ul li.last {
	background: url(/images/submenu_bottom.png) left bottom no-repeat;
	padding-bottom: 11px;
}
#mainmenu li ul li ul {
	display: none !important;
}
#mainmenu li ul li a {
	width: auto;
	height: auto;
	display: block;
	float: left;
	z-index: 5002;
	overflow: visible;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	padding: 7px 12px;
	line-height: 14px;
}
#mainmenu li ul li a:hover {
	text-decoration: underline;
}

#menu_resources ul, #menu_resources ul li {
	display: none;
}
#menu_redmap ul, #menu_redmap ul li {
	display: none;
}



.cms .content-left img {
	float: left;
	padding: 0 20px 0 0;
}
.cms .content-left h3, .cms .content-left h3 a {
	float: right;
	width: 320px;
	margin-top: 0 !important;
	font-weight: normal;
	font-size: 16px;
}
.cms .content-left h4, .cms .content-left h4 a {
	float: right;
	width: 320px;
	margin-top: 20px;
	font-weight: normal;
	font-size: 13px;
}

.cms .content-left p {
	float: right;
	width: 320px;
}
.cms .content-left ul {
	float: left;
	clear: both;
	margin: 15px 0 !important;
}
.cms .content-left ul li {
	margin: 0 0 0 20px;
}



#content_middle_body {
    width: 808px;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
}
#content_page {
    width: 766px;
    height: auto;
    float: left;
    margin: 0;
    padding: 30px 20px 40px 40px;
    font-size: 0.9em;
}
#content_page h2 {
	font-size: 3.5em;
}



#top_graphic_map {
    position: absolute;
    top: 190px;
    right: 20px;
}
#top_graphic_log {
    position: absolute;
    top: 190px;
    right: 3px;
}





#footer {
    width: 100%;
    height: 75px;
    float: left;
    margin: 4px 0 30px 0;
}
#footer_wrapper {
    position: relative;
    width: 826px;
    margin: 0 auto;
}
#footer_inner {
    width: 826px;
    height: 75px;
    float: left;
    background: url('/images/backgrounds/footer-trans.png') top left no-repeat;
}

#footer_partners {
    width: auto;
    height: 26px;
    float: left;
    margin: 11px 0 0 11px;
}
#footer_partners a {
    width: auto;
    height: 26px;
    float: left;
}

#footer_copyright {
    width: auto;
    height: 26px;
    float: right;
    text-align: right;
    margin: 6px 0 0 0;
    padding: 7px 10px 0 0;
    font-size: 0.7em;
    color: #fff;
    line-height: 1.2em;
}
#footer_copyright a, #footer_copyright a:visited {
    color: #fff;
    text-decoration: none;
}
#footer_copyright a:hover {
    color: #fff;
    text-decoration: underline;
}







#content_page h2, #content_page h3, #content_page h4, #content_page h5, #content_page h6,
#content_page p, #content_page table, #content_page blockquote, #content_page dl {
    margin : 0.5em 0px;
}

#content_page h2, #content_page h3, #content_page h4, #content_page h5, #content_page h6,
#content_page strong {
    color : #2c2e68;
}
#content_page fieldset {
    border : none;
}
#content_page form div.sighting-help {
    float : right;
    margin : -30px -15px 10px 10px;
    background-color : white;
    border : 1px solid;
    width : 150px;
}

div.submenu {
	background:  #e01f22 url('/images/dropdown_bottom.png') bottom no-repeat;
	opacity: 0;
	visibility: hidden;
	width: 262px;
	position: absolute;
	height: 100px;
	left: 10px;
	top: 10px;
	z-index: 100;
}

#navbox {
	float: right;
	background-image : url('/images/nav_bg.png');
	background-repeat: repeat-y;
	width: 264px;
	position: relative;
	top: 30px;
	margin-top: -10px;
}

#navbox div.top {
	position: relative;
	background-image : url('/images/nav_top.png');
	background-repeat: no-repeat;
	width: 234px;
	padding-left: 30px;
	padding-top: 20px;
	line-height: 110%;
}
#navbox h3 {
	position: relative;
	z-index:10;
	width: 220px;
	letter-spacing: 1px;
	line-height: 14px;
	font-size: 12px;
}
#navbox ul {
	color: red;
}
#navbox li {
	margin: 0 40px 0 0;
	font-size: 10px;
	width: 180px;
}
#navbox a {
	text-decoration: none;
	color: #555;
}
#navbox a:hover {
	text-decoration: none;
	color: #999;
}

#content_page #navbox div.top hr {
	z-index:10;
	background-image : url('/images/nav_hr.png');
	background-color: #f3f0ef;
	width: 220px;
	margin-top: 10px;
	height: 10px !important;
	border: 0;
}

#navbox div.bottom {
	position: relative;
	background-image : url('/images/nav_bottom.png');
	width: 264px;
	height: 46px;
	z-index: 0;
}

#content_page div.content-left {
	 float: left;
	 width: 500px;
	 position: relative;
	 top: -5px;
}

#content_page hr {
    clear : both;
    background-image : url('/images/hr_charcoal.png');
    background-position : center;
    background-repeat : no-repeat;
	background-color: #fff;
    height : 40px;
    border : none;
}

#content_page hr.red {
	clear : both;
	background-image : url('/images/hr_red.png');
	background-position : center center;
	background-repeat : no-repeat;
	height : 10px;
	border : 0px none;
	margin-bottom: 10px;
	border: none;
}


#content_page img.left {
    float : left;
    margin : 1em;
    margin-left : 0;
}
#content_page img.right {
    float : right;
    margin : 1em;
    margin-right : 0;
}
#content_page img.center {
    display : block;
    margin : 1em auto;
}
#content_page a img {
    border : 0px none;
}

#content_page dl dt {
    float : left;
    clear : left;
    font-weight : bold;
    padding-right : 0.5em;
}
#content_page dl dd {
}

#content_page dl.inline, #content_page dl.inline dt, #content_page dl.inline dd {
    display : inline;
    margin : 0px;
    padding : 0px;
}
#content_page dl.inline dt {
    float : none;
    clear : none;
    font-weight : bold;
    padding-left : 1em;
    margin-left : 1em;
    border-left : 1px solid;
}
#content_page dl.inline dt.first {
    padding-left : 0px;
    margin-left : 0px;
    border-left : none;
}


#content_page table {
    width: 100%;
    border-collapse: collapse;
}
#content_page table th {
    background: #1c79c4;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.5em;
    text-align: left;
}
#content_page table td {
    border-right: 1px solid #e1eef5;
    padding: 0.4em;
    font-size: 0.95em;
}
#content_page table td.highlight {
    color: #2d2f68;
    background-color: #e7f1f7;
    border: none !important;
}
#content_page table td.highlight a {
    color: #2d2f68 !important;
}
#content_page table td.last {
    border: none !important;
}
#content_page table.clear td {
    background: transparent;
    color: inherit;
    border: 0px;
}

#content_page table tr.even {
	background-color: #f0f0f0;
}

#content_page table.hovertable tr {
	cursor: pointer;
}
#content_page table.hovertable tr th {
	cursor: default !important;
}
#content_page table.hovertable tr:hover {
	background-color: #deeafe;
}

#content_page div.clear {
    clear : both;
}
#content_page div.columns div.column {
    float : left;
    margin-left : 1%;
}
#content_page div.columns div.column.first {
    margin-left : 0.5%;
}
#content_page div.columns.one > div.column { width : 99%; }
#content_page div.columns.two > div.column { width : 49%; }
#content_page div.columns.three > div.column { width : 32.3332%; }
#content_page div.columns.four > div.column { width : 24%; }
#content_page div.columns.three > div.column.double { width : 65.6665%; }
#content_page div.columns.four > div.column.double { width : 49%; }
#content_page div.columns.four > div.column.triple { width : 54%; }



h2 + p.short {
    width: 550px;
    float: none;
}
h2 + p {
    width: 550px;
    float: none;
}

.species {
    width: 766px;
    height: auto;
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
}
.species_image {
    width: 255px;
    float: none;
    margin: 0;
    padding: 10px 0 0 20px;
    background: url('/images/sightings_imageframe.png') left top no-repeat;
}
#content_page .species_image p.caption {
	margin-top : 30px;
}
.species .species_image {
	float: left !important;
}
.species_details {
    width: 461px;
    height: auto;
    float: right;
    margin: 0 0 0 30px;
    padding: 0;
}
.species_details h3 {
    font-size: 1.6em;
}
.species_details ul {
    list-style: none;
    float: left;
    width: 450px;
    height: 75px;
    margin: 10px 0 0 -10px;
    background: url('/images/buttons.png') left top no-repeat;
}
.species_details ul li {
    width: auto;
    float: left;
    margin: 0 10px 0 0;
}

a.button {
    text-indent: -99999px;
    overflow: hidden;
    display: block;

}
a.button.more {
    width: 137px;
    height: 35px;
    margin: 13px 0 0 5px;
}
a.button.map {
    width: 151px;
    height: 35px;
    margin: 13px 0 0 5px;
}
a.button.log {
    width: 122px;
    height: 65px;
}


table ul.actions {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
}
table ul.actions li {
	margin: 0 !important;
}


#content_page table.map-clicker td {
    padding: 0px 5px;
}
#content_page div.map-box {
    position: relative;
    overflow: hidden;
	z-index: 100;
}
#content_page div.map-box *.location {
    display: block;
    position: absolute;
    float: none;
    border: 1px solid transparent;
}
#content_page div.map-box *.location:hover, #content_page div.map-box.highlight *.location:hover {
    border-color: #eee;
    background: url('/images/backgrounds/menu_bg.png');
    z-index: 2;
}
#content_page div.map-box *.location.active, #content_page div.map-box.highlight *.location.active {
    border-color : #eee;
    background: url('/images/backgrounds/menu_bg.png');
    z-index: 2;
}



#content_page div.input {
    clear : left;
    margin : 0.5em 0px;
	position : relative;
}
#content_page div.input.error {
    border : 2px solid #ffaaaa;
    background : #ffcccc;
    margin : 2px -5px !important;
    padding : 2px;
}
#content_page div.input label {
    float : left;
    width : 10em;
    padding : 2px 0px;
}

#content_page div.input.checkbox label {
	width : auto;
	float : none;
	margin-left : 10em;
	padding-left : 30px;
}
#content_page div.input.checkbox input {
	position : absolute;
	left : 11.5em;
	top : 0px;
}
#report-form div.input input, #report-form div.input select, #report-form div.input textarea, #report-form div.input block {
    width : 15em;
    font-size : 1em;
/*	border-width : 1px;
    padding : 1px;
    margin : 0px;
    font-family : sans-serif;
    font-size : 1em;
    border-radius : 2px;
    -moz-border-radius : 2px;*/
}
#report-form div.input textarea {
	font-family : inherit;
	height : 5em;
	width: 30em;
}
#content_page div.input.small input, #content_page div.input.small select, #content_page div.input.small textarea, #content_page div.input.small block {
    width : 9em;
}
#content_page div.input.small label {
    width : 6em;
}
#content_page div.input div.block {
    margin-left : 10em;
    border : none;
}
#content_page div.input div.block input { 
    width : auto;
    padding : 0px;
    margin : 0px;
    float : left;
    margin-top : 4px;
}
#content_page div.input.select select {
    width : 15.4em;
}
#content_page div.input.checkbox div.block label, #content_page div.input.radio div.block label {
    display : block;
    float : none;
    width : auto;
}


.hidden {
    display : none;
}



div.popup {
    position : absolute;
    width : 230px;
    border-radius :7px;
    -moz-border-radius : 7px;
    -webkit-border-radius : 7px;
    background-color : #819bc5;
    border : 1px solid #df1f21;
}
div.popup div.popup-content {
}
div.popup div.popup-arrow {
    position : absolute;
    width : 0px;
    height : 0px;
}
div.popup img.popup-close {
    position : absolute;
    top : -6px;
    right : -6px;
    cursor : pointer;
}
div.popup div.popup-loading {
    height : 50px;
    background-image : url('/images/loading.gif');
    background-position : center 23px;
    background-repeat : no-repeat;
}
div.popup div.popup-close {
    position : absolute;
    top : -8px;
    right : -8px;
    width : 15px;
    height : 15px;
    background-image : url('/images/closebox.gif');
    cursor : pointer;
}

div.popup-content {
    font-size : 0.8em;
    padding : 10px;
    padding-top : 0px;
    overflow : hidden;
}
div.popup h2 {
    font-size : 1.2em;
    margin : 8px 0;
}
div.popup h2 a {
    display : block;
    color : white;
    padding : 0.2em 0px;
    text-decoration : none;
    background-image : url('/images/fish-popup.gif');
    background-position : right center;
    background-repeat : no-repeat;
}
div.popup a.block {
    display : block;
    position : absolute;
    top : 0px;
    left : 0px;
    height : 100%;
    width : 100%;
}
div.popup table {
    border-collapse : collapse;
    width : 100%;
}
div.popup table td, div.popup table th {
    border : 1px solid #2e2c68;
    padding : 1px 0.2em;
}
div.popup table td {
    background-color : white;
}
div.popup table th {
    background-color : #e7f1f7;
    color : #2e2c68;
    font-weight : normal;
    text-align : left;
}







.pager {
    width: auto;
    height: auto;
    float: right;
    list-style: none;
    padding: 0;
    margin: 20px 0 20px 0;
}
.pager li {
    width: auto;
    height: auto;
    float: left;
    padding: 0;
    margin: 0 3px 0 0;
}
.pager li a, .pager li a:visited {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 5px 0 5px;
    font-family: Tahoma, 'Lucida Grande', sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.6em;
    color: #fff;
    background: #2d2f68;
    border: 1px solid #000;
    display: block;
    text-decoration: none;
}
.pager li a:hover {
    background: #e01f22;
}
.pager li.pager_prev a, .pager li.pager_next a {
    background: transparent !important;
    color: #2d2f68 !important;
    border: none !important;
}
.pager li.pager_prev a:hover, .pager li.pager_next a:hover {
    color: #1c7ac4 !important;
}
.pager li.current_page a {
    background: #e01f22 !important;
}


#newsletterbox {
	width: 400px !important;
}

#newsletterbox .replace {
	color: #2d2f68;
	font-size: 1.8em;
	float: right;
}
#newsletterbox .replace a {
	color: #e01f22;
	text-decoration: none;
}


#newsletterbox #newsletter {
    position: absolute;
	top: 60px;
	right: 9px;
}
#newsletterbox #newsletter div.text label {
    display: none;
}
#newsletterbox input#RedmapUserEmail {
    background: #eee;
    padding: 4px;
    width: 180px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 0.8em;
    color: #8b9094;
}
#newsletterbox div.checkbox input {
	position : absolute;
	left : 0px;
	top : 0px;
}
#newsletterbox div.checkbox label {
	margin-left : 15px;
}
#newsletterbox #newsletter fieldset {
	float : left;
	margin-left : 5px;
}
#newsletterbox #newsletter fieldset div.input {
	position : relative;
	margin-bottom : 5px;
}
#newsletterbox #newsletter fieldset legend {
    display: none;
}
#newsletterbox #newsletter fieldset input {
	display : block;
}


#newsletterbox #newsletter fieldset.submit input {
    width: 43px;
    height: 22px;
    float: left;
    background: url('/images/join.png') left top no-repeat;
    text-indent: -9999px;
}
#newsletterbox #newsletter fieldset.submit input:hover {
    background: url('/images/join_hover.png') left top no-repeat;
    cursor: pointer;
}




#user_register .input.checkbox input {
	left: 11em !important;
}
#user_register .input.checkbox label {
	margin-left: 10.5em !important;
}
#user_register .input.select select {
	width: 308px !important;
}


#sightings_view_map {
    width: 462px;
    float: left;
    margin: 30px 0 0 0;
	position: relative;
	height: 392px;
}
#map_community, #map_survey {
	position: absolute;
	top: 0px;
	left: 0px;
}
#sightings_view_filter {
    width: 277px;
    float: right;
    margin: 10px 0 0 0;
}
#sightings_view_filter h2.text {
    width: 277px;
    float: left;
	font-size: 3em;
	margin-top: 30px;
	line-height: 0.5em !important;
}

#sightings_view_filter p {
     clear: left;
     width: 277px;
}

#sightings_view_filter form {
    width: 277px;
    float: left;
}
#sightings_view_filter form fieldset legend {
    width: 277px;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px 0 8px 0 !important;
}
.sighting_filter {
    width: 277px;
    font-size: 1em;
    padding: 3px 0 3px 0;
    float: left;
}
.sighting_filter label {
    width: 80px;
    float: left;
}
.sighting_filter input, .sighting_filter select {
    font-size: 1em;
    color: #656b71;
    border: 1px solid #eaeaea;
    padding: 2px;
}
.sighting_filter select {
    width: 197px;
}
.sighting_filter input#SightingUsername {
    width: 191px;	
}
.sighting_filter input#SightingFrom, .sighting_filter input#SightingTo {
    width: 100px;
    float: left;
    text-align: center;
}
#sightings_view_filter form fieldset.submit {
    width: 277px;
    float: left;
    background: url(/images/front_dashedline.gif) top left no-repeat;
    margin: 15px 0 0 0;
    padding: 20px 0 0 0;
}
#sighting_from {
    width: 29px;
    height: 21px;
    float: left;
    margin: 0 0 0 3px;
}
#sighting_to {
    width: 29px;
    height: 21px;
    float: left;
    margin: 0 0 0 3px;
}
#sighting_from:hover, #sighting_to:hover {
    cursor: pointer;
}

#sightings_view_filter_summary {
    width: 277px;
    float: left;
    padding: 0 0 20px 0;
    background: url(/images/front_dashedline.gif) left bottom no-repeat;
}
#sightings_view_filter_summary h3 {
    width: 277px;
    height: 35px;
    float: left;
    margin: 0 0 0 -10px;
}
#sightings_view_filter_summary table {

}



#sightings_view_tabs {
	position: absolute;
	width: 313px;
	height: 80px;
	right: 0;
	top: -29px;
}
#sightings_view_tab_community {
	position: absolute;
	width: 173px;
	height: 70px;
	background: url(/images/tabs_community_off.png) 0 0 no-repeat;
	left: 0;
	top: -1px;
}
#sightings_view_tab_community.on {
	background-image: url(/images/tabs_community_on.png);
	z-index: 110;
}
#sightings_view_tab_community div {
	position: absolute;
	width: 173px;
	height: 29px;
	cursor: pointer;
}
#sightings_view_tab_survey {
	position: absolute;
	width: 133px;
	height: 70px;
	background: url(/images/tabs_survey_off.png) 0 0 no-repeat;
	right: 20px;
	top: -1px;
}
#sightings_view_tab_survey.on {
	background-image: url(/images/tabs_survey_on.png);
	z-index: 110;
}
#sightings_view_tab_survey div {
	position: absolute;
	width: 133px;
	height: 29px;
	cursor: pointer;
}





#species_view_col1 {
    width: 325px;
    float: left;
}
#species_view_col2 {
    width: 350px;
    float: left;
    margin: 0 20px 0 71px;
}

#species_view_image {
    width: 310px;
    height: 198px;
    float: left;
    padding: 12px 0 0 15px;
    margin: 0 0 0 -10px;
    background: url('/images/species_imageframe.png') left top no-repeat;
}
#species_view_overview {
    width: 325px;
    float: left;
    margin: 8px 0 0 0;
    padding: 15px 0 0 0;
    background: url('/images/species_dashedline.png') left top no-repeat;
}
#species_view_overview_inner {
    width: 325px;
    float: left;
    padding: 0 0 12px 0;
    background: url('/images/species_dashedline.png') left bottom no-repeat;
    font-size: 0.95em;
}
#species_view_description {
    width: 325px;
    float: left;
    padding: 15px 0 0 0;
    font-size: 0.95em;
}

#species_view_related {
    width: 325px;
    float: left;
    margin: 20px 0 0 -10px;
    padding: 43px 0 0 10px;
    background: url('/images/related_links.png') left top no-repeat;
	font-size: 0.95em;
}
#species_view_related p {

}
#species_view_related ul {

}
#species_view_related ul li {
	margin-left: 0 !important;
}


#species_view_mapheader {
    width: 350px;
    height: 52px;
    float: left;
    margin: 10px 0 0 0;
    background: url('/images/species_tas_sightings.png') left top no-repeat;
}
#species_view_map {
    width: 350px;
    float: left;
}
#species_view_gallery {
    width: 415px;
    height: 160px;
    float: left;
    margin: 15px -15px 0 -50px;
}


#content_page.report_sighting {
}
#report_sighting {
    background: url('/images/log_bg.png') no-repeat;
    position: relative;
    padding: 50px 50px 150px 80px;
    margin-left : -40px;
    margin-right : -20px;
}
#report_sighting input[type=text], #report_sighting select {
    font-size: 1em !important;
    color: #656b71;
    border: 1px solid #eaeaea;
    padding: 2px !important;
}
#report_sighting_help {
    position: absolute;
    right: 0;
    top: 20px;
    width: 160px;
    height: 100px;
}
#report_got_photo {
    position: absolute;
    top: 225px;
    right: 40px;
}
#report_sighting_who {
    width: auto;
    padding: 20px 0 10px 0;
    background: url('/images/log_who.png') left top no-repeat;
}
#report_sighting_who label, #report_sighting_who input {
    float: left;
}
#content_page div.input.error {
    width: auto;
    float: left;
}
#report_sighting_who div.error-message {
    width: auto;
	float: left;
    margin: 2px 0 0 10px;
    font-weight: bold;
}
#report_sighting_what {
    width: 696px;
    padding: 20px 0 10px 0;
    background: url('/images/log_what.png') left top no-repeat;
}
#SightingMbSpeciesId {
    float: left;
}
#SightingMbSpeciesId + div.error-message {
    width: auto;
    float: left;
    margin: 2px 0 0 10px;
    font-weight: bold;
}

#report_sighting_where {
    width: 696px;
    padding: 20px 0 10px 0;
    background: url('/images/log_where.png') left top no-repeat;
}
#report_sighting_when {
    width: 330px;
    float: right;
    padding: 20px 0 0 0;
    background: url('/images/log_when.png') left top no-repeat;
}
#report_sighting_when .error-message {
	float: left;
	font-weight: bold;
	font-size: 1em;
	white-space: nowrap;
}
#report_sighting_when button {
	float: none;
}

#report_sighting_who div.input.error {
	width: 550px !important;
}


#report_sighting_how {
    width: 330px;
    float: left;
    margin: 0 0 0 36;
    padding: 20px 0 0 0;
    background: url('/images/log_how.png') left top no-repeat;
}
#map-box {
    padding: 0 30px 0 0;
	float: left;
}
#SightingSightingDate {
    float: left;
    text-align: center;
}
#species_date {
    width: 29px;
    height: 21px;
    float: left;
    margin: 0 0 0 3px;
}
#species_date:hover {
    cursor: pointer;
}
#report_sighting_when div.input.select {
    width: auto;
    float: left;
    margin: 3px 0 0 0;
}
#report_sighting_submit {
    width: 135px;
    height: 81px;
    float: right;
    margin: 20px 20px 0 0;
}
#report_sighting_submit input[type=submit] {
    width: 135px;
    height: 81px;
    float: right;
    background: url('/images/button_log_your_sighting.png') left top no-repeat;
    text-indent: -9999px;
}
#report_sighting_submit input[type=submit]:hover {
    cursor: pointer;
}
#report_sighting_how input[type=radio] {
    width: auto;
    float: left;
    margin: 4px 10px 0 0 !important;
}


#coord_head_gps {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}
#coord_latitude {
    width: 100%;
    float: left;
}
#SightingLatitude {
    float: left;
}
#coord_longitude {
    width: 100%;
    float: left;
}
#SightingLongitude {
    float: left;
}
#coord_head_block {
    width: 100%;
    float: left;
}
#coord_block {
    width: 100%;
    float: left;
}
#coord_block select {
	float: none;
}
#SightingCmLocationId {
    float: left;
}
#coord_latitude div.error-message, #coord_longitude div.error-message, #coord_block div.error-message {
    width: auto;
    float: left;
    margin: 2px 0 0 0;
    font-weight: bold;
}
#coord_latitude div.input.error, #coord_longitude div.input.error, #coord_block div.input.error {
    width: 100%;
    float: left;
}
#species_date + div.error-message, #SightingRmTimeId + div.error-message {
    display: none;
}
#report_sighting_when div.input.error {
    width: 100% !important;
}


#report_sighting_what div.input.file {
    width: 100%;
    height: 22px;
    background: url('/images/browse.png') 116px 3px no-repeat;
    display: block;
    overflow: hidden;
}
#report_sighting_what div.input.file:hover {
    background: url('/images/browse_hover.png') 116px 3px no-repeat;
}
#SightingPhoto {
    position: relative;
    height: 100%;
    float: left;
    width: 70px !important;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
#SightingPhoto:hover {
    cursor: pointer;
}
#geo_location_error {
    position: relative;
    font-size: 1em;
    font-weight: bold;
	white-space: nowrap;
    top: 4px;
    left: 0;
}
#photo_upload_file {
    width: auto;
    float: left;
    margin: 3px 0 0 10px;
}
#RedmapUserName, #SightingMbSpeciesId {
    margin-bottom: 6px !important;
}


#newsletter .error-message {
	display: none;
}



.view_col1 {
    width: 325px;
    float: left;
}
.view_col2 {
    width: 350px;
    float: right;
    margin: 0 20px 0 71px;
}
.view_overview {
    width: 325px;
    float: left;
    margin: 8px 0 0 0;
    padding: 15px 0 0 0;
    background: url('/images/species_dashedline.png') left top no-repeat;
}
.view_overview_inner {
    width: 325px;
    float: left;
    padding: 0 0 12px 0;
    background: url('/images/species_dashedline.png') left bottom no-repeat;
    font-size: 0.95em;
}
.view_description {
    width: 325px;
    float: left;
    padding: 15px 0 0 0;
    font-size: 0.95em;
}

.form_page {
    width: 100%;
    float: left;
    margin: 20px 0 20px 0;
}
.form_page fieldset {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
.form_page fieldset legend {
    font-weight: bold;
    font-size: 1.1em;
}
.form_page div.input p.description {
    width: 100%;
    float: left;
}
.form_page input[type=text], .form_page input[type=password], .form_page textarea, .form_page select {
    width: 300px !important;
    font-size: 1em !important;
    float: left;
    margin: 0 0 7px 30px;
    background: #eee;
    color: #8b9094;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    padding: 4px;	
}
.form_page fieldset.submit {
    padding: 0 0 0 10em;
	width: auto;
}
.form_page input[type=submit], .form_page fieldset.submit input {
    width: 150px;
    height: 40px;
    margin: 20px 0 0 23px;
    text-indent: -9999px;
}
.form_page input[type=submit]:hover, .form_page fieldset.submit input:hover {
    cursor: pointer;
}
.form_page a {
    text-decoration: underline;
}

#complete_registration input[type=submit], #complete_registration fieldset.submit input {
    background: url('/images/register_button.png') left bottom no-repeat;
	float: left;
}
#complete_registration input[type=submit]:hover, #complete_registration fieldset.submit input:hover {
    background: url('/images/register_button_hover.png') left bottom no-repeat;
}

#user_edit_account input[type=submit], #user_edit_account fieldset.submit input {
    background: url('/images/save_button.png') left bottom no-repeat;
	float: left;
}
#user_edit_account input[type=submit]:hover, #user_edit_account fieldset.submit input:hover {
    background: url('/images/save_button_hover.png') left bottom no-repeat;
}

#add_group input[type=submit], #add_group fieldset.submit input {
    background: url('/images/save_button.png') left bottom no-repeat;
	float: left;
}
#add_group input[type=submit]:hover, #add_group fieldset.submit input:hover {
    background: url('/images/save_button_hover.png') left bottom no-repeat;
}

#user_sign_in input[type=submit], #user_sign_in fieldset.submit input {
    background: url('/images/sign_in_button.png') left bottom no-repeat;
	float: left;
}
#user_sign_in input[type=submit]:hover, #user_sign_in fieldset.submit input:hover {
    background: url('/images/sign_in_button_hover.png') left bottom no-repeat;
}

#user_recover input[type=submit], #user_recover fieldset.submit input {
    background: url('/images/recover_button.png') left bottom no-repeat;
	float: left;
}
#user_recover input[type=submit]:hover, #user_recover fieldset.submit input:hover {
    background: url('/images/recover_button_hover.png') left bottom no-repeat;
}

#user_register input[type=submit], #user_register fieldset.submit input {
    background: url('/images/register_button.png') left bottom no-repeat;
	float: left;
}
#user_register input[type=submit]:hover, #user_register fieldset.submit input:hover {
    background: url('/images/register_button_hover.png') left bottom no-repeat;
}

#user_edit_browse_groups {
    width: 150px;
    height: 40px;
    margin: 10px 0 10px -4px;
    text-indent: -9999px;
    display: block;
    background: url('/images/browse_groups.png') left top no-repeat;
}
#user_edit_browse_groups:hover {
    background: url('/images/browse_groups_hover.png') left top no-repeat;
    cursor: pointer;
}


#sightings_view_filter input[type=submit] {
    width: 150px;
    height: 40px;
    margin: 10px 0 10px -4px;
    text-indent: -9999px;
    display: block;
    background: url('/images/updatemap_button.png') left bottom no-repeat;
}
#sightings_view_filter input[type=submit]:hover {
    background: url('/images/updatemap_button_hover.png') left bottom no-repeat;
    cursor: pointer;
}


#user_sign_in fieldset legend, #user_recover fieldset legend, #user_register fieldset legend {
	display: none;
}



#news_col1 {
    width: 490px;
    float: left;
    margin: 0 29px 0 0;
    padding: 0 30px 0 0;
    border-right: 1px solid #eee !important;
}
#news_col2 {
    width: 216px;
    float: left;
    margin: 0;
}
.news-article {
    width: 490px;
    float: left;
    padding: 0 0 20px 0;
    margin: 20px 0 0 0;
    border-bottom: 1px solid #eee !important;
}
.news-article h3, .news-article h3 a {
    font-size: 1.2em;
    color: #2c2e68;
    font-weight: bold;
}
.news-article p.small {
    font-size: 0.8em;
}

#news_back {
    width: 150px;
    height: 40px;
    margin: 30px 0 10px -4px;
    text-indent: -9999px;
    display: block;
    float: left;
    background: url('/images/news_back_button.png') left bottom no-repeat;
}
#news_back:hover {
    background: url('/images/news_back_button_hover.png') left bottom no-repeat;
    cursor: pointer;
}



table.pages {
    width: 100%;
    float: left;
    margin: 20px 0 20px 0 !important;
    border-collapse: collapse;
    padding: 0 !important;
}
table.pages td {
    text-align: center;
    vertical-align: middle;
    background: #fefefe !important;
    border: 1px solid #ddd !important;
    padding: 0 !important;
    margin: 0 !important;
}
table.pages td a {
    display: block;
    padding: 1px 3px 1px 3px;
    text-decoration: none !important;
}
table.pages td a:hover, table.pages td a.current {
    background: #eee;
}



.form_page table ul.actions {
    padding: 0 0 0 20px;
}


td.top, th.top {
    vertical-align: top;
}
td.left, th.left {
    text-align: left;
}
td.center, th.center {
    text-align: center;
}
td.noborder, th.noborder {
    border: none !important;
}


#report-form #RedmapUserName, #report-form #RedmapUserEmail {
    background: #fff !important;
}
#group_view_mapheader {
    width: 350px;
    height: 52px;
    float: left;
    margin: 10px 0 0 0;
    background: url('/images/group_sightings.png') left top no-repeat;
}
.view_description {
    width: 325px;
    float: left;
    padding: 15px 0 0 0;
    font-size: 0.95em;
}
.view_map {
    width: 350px;
    float: left;
}
#view_join_group {
    width: 150px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    margin: 20px 0 5px -6px;
    background: url('/images/join_group.png') left top no-repeat;
}
#view_join_group:hover {
    background: url('/images/join_group_hover.png') left top no-repeat;
    cursor: pointer;
}
#view_leave_group {
    width: 150px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    margin: 20px 0 5px -6px;
    background: url('/images/leave_group.png') left top no-repeat;
}
#view_leave_group:hover {
    background: url('/images/leave_group_hover.png') left top no-repeat;
    cursor: pointer;
}
#view_admin_group {
    width: 150px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    margin: 20px 0 5px -6px;
    background: url('/images/admin_group.png') left top no-repeat;
}
#view_admin_group:hover {
    background: url('/images/admin_group_hover.png') left top no-repeat;
    cursor: pointer;
}
.view_members {
    width: 325px;
    float: left;
    padding: 15px 0 0 0;
}
.view_members ul {
    width: 325px;
    float: left;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}
.view_members ul li {
    width: 319px;
    float: left;
    padding: 3px;
    margin: 0;
}
.view_members ul li.odd {
    background: #eee;
}
.view_members ul li.even {
    background: #fefefe;
}
.view_members ul li a {
    width: 310px;
    display: block;
    background: url('/images/arrowdot.png') right center no-repeat;
}
.view_members ul li a:hover {
    background: url('/images/arrowdot_hover.png') right center no-repeat;
}
.view_members p {
    width: 325px;
    float: left;
}

.view_gallery {
    width: 415px;
    height: 160px;
    float: left;
    background: url('/images/group_photogallery.png') left top no-repeat;
    margin: 15px -15px 0 -50px;
}
.view_map + h3 {
    margin-top: 20px !important;
    float: left;
}
#view_edit_details {
    width: 150px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    margin: 10px 0 5px -6px;
    background: url('/images/edit_my_details.png') left top no-repeat;
}
#view_edit_details:hover {
    background: url('/images/edit_my_details_hover.png') left top no-repeat;
    cursor: pointer;
}
#view_browse_groups {
    width: 150px;
    height: 40px;
    display: block;
    float: left;
    text-indent: -9999px;
    margin: 10px 0 5px -6px;
    background: url('/images/browse_groups.png') left top no-repeat;
}
#view_browse_groups:hover {
    background: url('/images/browse_groups_hover.png') left top no-repeat;
    cursor: pointer;
}
#view_edit_groups {
    width: 150px;
    height: 40px;
    display: block;
    float: left;
    text-indent: -9999px;
    margin: 10px 0 5px -6px;
    background: url('/images/edit_groups.png') left top no-repeat;
}
#view_edit_groups:hover {
    background: url('/images/edit_groups_hover.png') left top no-repeat;
    cursor: pointer;
}
#user_view_mapheader {
    width: 350px;
    height: 52px;
    float: left;
    margin: 10px 0 0 0;
    background: url('/images/user_sightings.png') left top no-repeat;
}


#sightings_view_links {
    width: 140px;
    height: 102px;
    display: block;
    float: left;
    margin: -160px 0 0 85px;
	padding: 20px;
	background: url(/images/sightings_view_links.png) 0 0 no-repeat;
}

#sightings_view_photo_gallery {
    width: 140px;
    height: 25px;
    display: block;
    float: left;
    text-indent: -9999px;
}
#sightings_view_photo_gallery:hover {
    background: url(/images/sightings_view_links.png) -20px -162px no-repeat;
    cursor: pointer;
}
#sightings_view_latest_sightings {
    width: 140px;
    height: 25px;
    display: block;
    float: left;
    text-indent: -9999px;
}
#sightings_view_latest_sightings:hover {
    background: url(/images/sightings_view_links.png) -20px -187px no-repeat;
    cursor: pointer;
}
#sightings_view_browse_species {
    width: 140px;
    height: 25px;
    display: block;
    float: left;
    text-indent: -9999px;
}
#sightings_view_browse_species:hover {
    background: url(/images/sightings_view_links.png) -20px -212px no-repeat;
    cursor: pointer;
}
#sightings_view_browse_groups {
    width: 140px;
    height: 25px;
    display: block;
    float: left;
    text-indent: -9999px;
}
#sightings_view_browse_groups:hover {
    background: url(/images/sightings_view_links.png) -20px -237px no-repeat;
    cursor: pointer;
}



#sightings_view_advice {
	width: 400px;
	padding: 0 0 20px 62px;
	float: left;
	background: url(/images/fish_icon.png) 0 20px no-repeat;
}
#sightings_view_advice h2 {
	font-size: 3em;
	margin-bottom: 0px;
}
.red {
	color: red;
}





.view_col2 table {
    width: 100%;
    float: left;
}



#top_signed_in {
    width: auto;
    float: right;
    padding: 5px 0 5px 155px;
    margin: 0;
	color: #ccc;
}
#top_signed_in .replace {
	width: 145px;
	overflow: hidden;
	color: #e01f22;
	font-size: 1.8em;
	float: left;
	padding: 0;
	z-index: 5;
}
#top_signed_in div {
	width: auto;
	float: left;
	z-index: 10;
}
#top_signed_in div a {
	font-size: 0.8em;
}


#flashMessage {
    padding: 10px 16px;
    margin: 0 20px 20px 0;
    background: #E01E22;
	color : white;
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
}
div#content_middle_body #flashMessage {
	margin : 20px 20px 0px;
}


h2.text {
    font-size: 3.5em;
}



/**
* SqueezeBox - Expandable Lightbox
*
* Allows to open various content as modal,
* centered and animated box.
*
* @version		1.1 rc4
*
* @license		MIT-style license
* @author		Harald Kirschner <mail [at] digitarald.de>
* @copyright	Author
*/

#sbox-overlay {
    position: absolute;
    background-color: #000;
    left: 0px;
    top: 0px;
    zoom: 1;
}

#sbox-window {
    position: absolute;
    background-color: #fff;
    text-align: left;
    overflow: visible;
    padding: 10px;
    /* invalid values, but looks smoother! */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#sbox-btn-close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -15px;
    top: -15px;
    background: url('/images/modal/closebox.png') no-repeat center;
    border: none;
}

.sbox-window-ie6 #sbox-btn-close {
    background-image: url('/images/modal/closebox.gif');
}

.sbox-loading #sbox-content {
    background-image: url('/images/modal/spinner.gif');
    background-repeat: no-repeat;
    background-position: center;
}

#sbox-content {
    clear: both;
    overflow: auto;
    background-color: #fff;
    height: 100%;
    width: 100%;
}

.sbox-content-image#sbox-content {
    overflow: visible;
}

#sbox-image {
    display: block;
}

.sbox-content-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.sbox-content-iframe#sbox-content {
    overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
    overflow: hidden;
}
/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
    visibility: hidden;
}
#sbox-window embed, #sbox-window object, #sbox-window select {
    visibility: visible;
}

/* Shadows */
.sbox-bg {
    position: absolute;
    width: 33px;
    height: 40px;
}

.sbox-bg-n {
    left: 0;
    top: -40px;
    width: 100%;
    background: url('/images/modal/bg_n.png') repeat-x;
}
.sbox-bg-ne {
    right: -33px;
    top: -40px;
    background: url('/images/modal/bg_ne.png') no-repeat;
}
.sbox-bg-e {
    right: -33px;
    top: 0;
    height: 100%;
    background: url('/images/modal/bg_e.png') repeat-y;
}
.sbox-bg-se {
    right: -33px;
    bottom: -40px;
    background: url('/images/modal/bg_se.png') no-repeat;
}
.sbox-bg-s {
    left: 0;
    bottom: -40px;
    width: 100%;
    background: url('/images/modal/bg_s.png') repeat-x;
}
.sbox-bg-sw {
    left: -33px;
    bottom: -40px;
    background: url('/images/modal/bg_sw.png') no-repeat;
}
.sbox-bg-w {
    left: -33px;
    top: 0;
    height: 100%;
    background: url('/images/modal/bg_w.png') repeat-y;
}
.sbox-bg-nw {
    left: -33px;
    top: -40px;
    background: url('/images/modal/bg_nw.png') no-repeat;
}

.clear {
    clear : both;
}

span.required {
	color : red;
}

#content_page p.species-name {
	font-style : italic;
	font-size : 1.2em;
	margin-top : -0em;
	margin-bottom : 1em;
}


#breadcrumbs {
	margin-bottom: 20px;
	margin-left: 0 !important;
}
#breadcrumbs li {
	display : inline;
	padding-left : 20px;
	margin-left : 5px;
	list-style-type : none;
	background : url('/images/arrowdot_hover.png') no-repeat scroll left center;
}
#breadcrumbs li.first {
	background : none;
	padding-left : 0px;
	margin-left : 0px;
}

ul {
	margin-left: 20px
}

ul li {
	margin-left: 40px
}

div.infoBox {
	padding: 10px;
	background-color: white;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	float: left;
}

div.infoBox ul {
    list-style-type: none;
    margin-left: 0;
    color: black;
	width: 100%;
	float: left;
}

div.infoBox li {
    margin-left: 5px;
    padding-bottom: 5px;
}

div.infoBox a {
	color: #829bc6;
}

div.infoBox a.info {
	margin: 5px;
	border: 1px solid #ccc;
	background: #eaeaea;
	padding: 1px 6px;
	float:right;
	font-size: 10px;
	display: block;
	text-decoration: none;
}
div.infoBox a.info:hover {
	background: #efefef;
}

span.sightings_count {
   font-family: courier;
   font-weight: bold;
   color: black;
}

p.locationPhotoWarning {
    font-style: italic;
    padding: 20px;
    font-size: 150%;
}



div.sightingInfo {
  font-weight: bold;
  padding-top: 20px;
  float: left;
}

div.locationTable {
  padding-top:20px;
}












/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Alternate CSS for Calendar (navigation: 2), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */

input.alternate,
select.alternate {
	width: 12em !important;
	margin-right : 3px;
}

button.alternate {
	background: url(/images/calendar_popup.png) left top no-repeat;
	border: 0;
	cursor: pointer;
	float: left;
	height: 21px;
	margin-right: 6px;
	width: 29px;
}

div.alternate {
	background: url(/images/calendar.png);
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}	
	div.alternate * {
		margin: 0;
		padding: 0;
	}	
	div.alternate div {
		background: none !important;
		height: 185px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.alternate caption {
		color: #333;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		overflow: hidden;
		text-align: center;
		width: 100%;
	}
	div.alternate caption a {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 17px;
		width: 11px;
	}
	div.alternate caption a.prev {
		background-image: url(/images/calendar-prev.gif);
		left: 0;
	}
	div.alternate caption a.next {
		background-image: url(/images/calendar-next.gif);
		right: 0;
	}
	div.alternate caption a:hover {
		background-position: 0 12px;
	}
	div.alternate caption span {
		padding-top: 6px;
		position: relative;
		text-align: center;
	}
	div.alternate caption span.month {
		float: left;
		width: 84px;
	}
	div.alternate caption span.month:after {
		content: '';
	}
	div.alternate caption span a {
		top: 8px;
	}
	div.alternate caption span.year {
		float: right;
		width: 63px;
	}

	div.alternate table {
		background: #FFF;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.alternate td,
	div.alternate th {
		border: 0;
		color: #888;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.alternate td {
		background: url(/images/calendar-td.gif);
		color: #FFF;
		font-size: 11px;
	}
	div.alternate td.invalid {
		color: #999;
	}
	div.alternate td.valid {
		background: url(/images/calendar-valid.gif);
		color: #888;
		cursor: pointer;
	}
	div.alternate td.hilite {
		background: url(/images/calendar-hilite.gif);
	}
	div.alternate td.inactive {
		background: url(/images/calendar-td.gif) 0 100%;
		color: #FFF;
	}
	div.alternate td.active,
	div.alternate td.hover {
		background: url(/images/calendar-valid.gif) 0 100%;
		color: #FFF;
		cursor: pointer;
	}
	
	
a.helpbox {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin: 3px 3px 0 3px;
	background: url('/images/questiondot.gif') no-repeat;
}

a.helpbox2 {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin: 3px 3px 0 3px;
	background: url('/images/questiondot.gif') no-repeat;
}







#map_community, #map_survey {
	position: absolute;
	z-index: 100;
}
#sightings_view_map {
	height: 392px;
}


#user_sign_in p {
	clear: both;
}
#user_sign_in form fieldset.submit input {
	margin-top: 0;
}
