@charset "utf-8";
/*Tabs CSS*/

#capital-link {
	height:62px;
	width:160px;
	z-index:100;
	float:right;
	}
#tabs {
	margin: 20px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	width:511px;
	}
ul.tabs {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

/*tab content*/
.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

.social-logon{
	height:40px;
	border-bottom:dotted #505050;
}

a.google-logon, a.yahoo-logon, a.facebook-logon, a.twitter-logon, a.myspace-logon, a.live-logon, a.linkedin-logon{
	position: absolute;
	height:32px;
	width:32px;
}
a.google-logon{
	background: url("images/social_icons_google.gif") no-repeat;
}
a.yahoo-logon{
	background: url("images/social_icons_yahoo.gif") no-repeat;
	margin-left:35px;
}
a.facebook-logon{
	background: url("images/social_icons_facebook.gif") no-repeat;
	margin-left:70px;
}
a.twitter-logon{
	background: url("images/social_icons_twitter.gif") no-repeat;
	margin-left:105px;
}
a.live-logon{
	background: url("images/social_icons_live.gif") no-repeat;
	margin-left:105px;
}
a.myspace-logon{
}


/* CSS Document */
body, #bodyContent, .site_title, .loc-comment, .comment-timestamp, #commentForm, #markerForm, .title, .site_title, .key-label{
	font-family: Arial, Helvetica, sans-serif;
	}
#all{
	height:100%;
	width:100%;
}

#emailmessage{
	color:red;
	font-size:medium;
}

#emailusername{
	font-size:small;
	border-bottom: thin dotted;
	padding-bottom:3px;
	color:#808080;
	text-decoration:none;
	}

#emailusername:hover{
	color:#fdca00;
	}

#right_field, #title, #showPanel{
	position:absolute;
	}
#bottombar{
	position:static;
}
#bottombar, #title{
	width:100%;
	left:0;
	}
#right_field, #bottombar, #title, #showPanel{
	z-index:90;
}
#right_field{
	width:350px;
	border: 1px;
	right:0px;
	top:0px;
	z-index:1;
	background:url('images/white.png');
	}
.title {
	width: 350px;
	background: url('images/panelbuttons_bg.png');
	color: white;
	font-size: 12px;
	font-weight: bold;
	height: 15px;
	padding: 5px 0px 5px 0px;
}
.title p{
	padding:0px 0px 0px 5px;
	display:inline
	}
#comment_site_title p{
	font-weight:bold;
	font-size:14px;
	padding-left:10px;
	}

.mustLogon{
	padding-left:10px;
	display: inline;
	cursor: pointer;
	color:#fdca00;
	}
.mustLogon:hover
	{
	color:#ffffff;
	}
.collapsible{
	font-size: 12px;
	}
.collapsible p{
	padding: 5px 0px 5px 5px;
	width:383px;
	}
.collapsible li{
	padding-right:10px;
	}
.collapsible p, .collapsible #bodyContent{
	margin:0px;
	}
span.expand,span.collapse{
	height:25px;
	width:25px;
	float:right;
	margin: -5px 0px 5px 0px;
	}
#showPanel{
	background:url('images/panelbuttons_left_transparent.png');
	top:0px;
	right:0px;
	width:25px;
	height:25px
	}
#modal{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:100;
	background:url('images/startModal.png');
	}
#startup{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:100;
	background:url('images/startModal.png');
	}

#startWindow{
	margin: auto;
	height:400px;
	width:500px;
	margin-top:100px;
	}
.startTop{
	height:40px;
	background:url('images/startTop.png');
	}

.startTop div.startClose{
	height:21px;
	width:21px;
	float:right;
	margin: 15px 30px 0px 0px;
	background:url('images/startClose.png') no-repeat;
	}
.startTop div.startClose:hover{
	background:url('images/startCloseHover.png') no-repeat;
	}

.startDialog{
	background:url('images/startDialogBg.png');
	color:#fff;
	margin:-27px 0px -18px 0px;
	_margin:-25px 0px -18px 0px; //FOR IE ONLY
	*margin:-25px 0px -18px 0px; //FOR IE ONLY
	}

.startDialog p, .startDialog h2{
	padding:0px 40px 0px 40px;
	}

.startDialog h2{
	font-size:32px;
	}

.startDialog p{
	font-size:14px;
	}

.startDialog h2, .startDialog p.startClose{
	color:#fdca00;
	}
.startDialog p.startClose:hover{
	color:#ffffff;
	}
.startDialog p.startClose{
	font-weight: bold;
	font-size:18px;
	}

.startBottom{
	height:165px;
	background:url('images/startBottom.png') no-repeat;
	}

#modal-title{
	height:25px;
	position:relative;
	width:100%;
	background:url('images/panelbuttons_bg.png');
	border-bottom:5px solid #FDCA00;
	}
#close{
	float:right;
	height:25px;
	width:25px;
	background:url('images/button_close_gold.png');
	cursor: pointer;
	}
#close:hover{
	background:url('images/button_close_white.png');
	}
.modal-top-title{
	font-size: 14px;
	font-weight: bold;
}
.modal-top-instructions{
	font-size: 12px;
	}
#modal p{
	font-size:12px;
	}
#sessionDialog{
	margin: auto;
	height:550px;
	width:517px;
	background:#fff;
	margin-top:50px;
	}
#cancel-login, #cancel-register{
	float:right;
	font-size:16px;
	padding-right:5px;
	cursor: pointer;
}
#multi-logon, #register{
	position:relative;
	margin: auto;
	padding: 0px 15px 0px 15px;
	background:#fff;
	}
#third-party{
	border: thin dotted #000;
	}
#or{
	font-weight:bold;
	}
#hidePanel{
	position:absolute;
	top:0;
	left:0;
	height:25px;
	width:25px;
	background:url('images/panelbuttons_right.png');
	}
#legend p{
	margin-left:25px;
	}
span.collapse{
	background-image:url('images/panelbuttons_down_white.png');
	background-repeat:no-repeat; 
	background-position: right top;
	vertical-align:top;
	white-space:nowrap;
	}
span.expand{
	background-image:url('images/panelbuttons_up_white.png');
	background-repeat:no-repeat; 
	background-position: right top;
	vertical-align:top;
	white-space:nowrap;
	
}

#bottombar{
	bottom:0;
	height:20px;
  padding: 9px 0px;
	background:url('images/bg_bottombar.png');
	}	
#bottombar img, .st_sharethis_custom{
	padding:8px 0px 0px 16px;
	}
#bottom_commands{
	position:absolute;
	bottom:0;
	right:0;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	}
#bottom_commands div, #bottom_commands div a{
	color: #fdca00;
	text-decoration:none;
	cursor: pointer;
	display: inline;
	font-weight: bold;
	font-size: 13px;
	}
#bottom_commands div{
	padding-left:16px;
	}
/*
#map_canvas{
	position:absolute;
	width:100%;
	left:0;
}
#map_canvas{
	top:79px;
	z-index:0;
}

#bodyContent{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	clear:both;
	margin-top: 5px;
	padding: 5px 0px 0px 5px;
	max-height:100%;
	}
.disclaimer{
	font-size: 11px;
	font-style: italic;
	}
.form-label {
	display:inline-block;
	font-weight:normal; 
	font-size: 12px;
	font-weight: normal;
	}
.form-required {
	color:#f00;
	/*float:right;*/
	}	

.site_comments_list{
	/*max-height:250px;*/
	overflow: auto;
	}

.loc-comment-group{
	width:370px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	clear: both;
	}
	
.loc-com-user{
	float:left;
	font-weight: bold;
	font-size: 12px;
	}
	
.loc-comment{
	font-size: 12px;
	color: #000;
	font-weight: normal;
	width:370px;
	padding-top:18px;
	}
.comment-timestamp{
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #333;
	float:right;
	padding-right:10px;
	}

#commentForm, #markerForm{
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left:7px;
	font-size: 12px;
	clear:both;
	}

#sessiondialog h4, #commentForm h4, #markerForm h4{
	font-size:12px;
	font-weight:bold;
	color:#333;
	}

#userSug, #preExisting, #socialwrapper{
	position:absolute;
	}

.voteRadio, .hide, #madeChoice.hide, #likeDislike.hide, #bottom_commands div.hide, #preload{
	display:none;
	}

#recaptcha_div{
	float:left;
	}

#instructions p,  #instructions li{font-size: 12px;}
#instructions .instructionContent {
	font-size: 11px;
	color: #F00;
	}
.instructionContent{
	margin-right: 15px;
	margin-left: 15px;
}

#likeDislike, #likeDislikeExisting{
	display:inline-block;
	*display: inline;
	}
#like, #like.selected, #dislike, #dislike.selected, #more, #more.selected, #fewer, #fewer.selected{
	height:30px;
	display:inline-block; 
	margin: 0px 5px 5px 0px;
	zoom: 1;
	*display: inline; 
	}
#like, #like.selected, #dislike, #dislike.selected{
	width:130px;
	}
#more, #more.selected, #fewer, #fewer.selected{
	width:110px;
	}
#like{
	background:url('images/yes_static.png');
	}
#like.selected{
	background:url('images/yes_selected.png');
	}
#like:hover, #like.selected:hover{
	background:url('images/yes_hover.png');
	}
#dislike{
	background:url('images/no_static.png');
	}
#dislike.selected{
	background:url('images/no_selected.png');
	}
#dislike:hover, #dislike.selected:hover{
	background:url('images/no_hover.png');
	}


#more{
	background:url('images/more_static.png');
	}
#more.selected{
	background:url('images/more_selected.png');
	}
#more:hover, #more.selected:hover{
	background:url('images/more_hover.png');
	}
#fewer{
	background:url('images/fewer_static.png');
	}
#fewer.selected{
	background:url('images/fewer_selected.png');
	}
#fewer:hover, #fewer.selected:hover{
	background:url('images/fewer_hover.png');
	}


.key-label{
	font-size: 11px;
	font-weight: bold;
	color: #000;
	}

.legendcolumn1, .legendcolumn2, .legendcolumn3{width:120px; display:inline-block; clear:none;}

.st_sharethis_custom{
	color: #fdca00;
	text-decoration:none;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	}
