/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}v\:* {behavior:url(#default#VML);}

html, body {
	background: #bbbfc1;
	font-family: Arial, sans-serif;
	width: 100%;
  height: 100%;
	text-align: center;
	font-size: 13px;
    color: #65737a;
}

button {
  cursor: pointer;
}

div#search
{
  width: 270px;
  float: left;
  margin-bottom: 0px;
}


div#wrapper
{
	background: #bbbfc1 url(/media/images/page-background.png) center center repeat-y;	
}

div#container {
    margin: 0px auto;
    text-align: left;
    width: 100%;
	height: 100%;
}

div#top-bar {
    height: 33px;
    width: 100%;
    background: white url(/media/images/top-background.png) repeat-x;
    margin-bottom: 3px;
    position: relative;
}
div#top-bar.unfolded{
    height: 93px;
}
div#top-bar form#login-form {
    position: absolute;
    top: 6px;
    right: 150px;
}
div#top-bar form#login-form input {
    width: 100px;
    margin-right: 5px;
}
div#top-bar p#left {
    position: absolute;
    top: 10px;
    left: 20px;
}
div#top-bar p#right {
    position: absolute;
    top: 10px;
    right: 20px;
}
/*div#top-bar #reg_a {
    position: absolute;
    top: 10px;
    left: 300px;
}*/
div#top-bar form#search-form {
    position: absolute;
    top: 6px;
    left: 15px;
}
div#top-bar form#search-form input {
    width: 300px;
    height: 15px;
    margin-bottom: 9px;
}

div#header {
    height: 152px;
    width: 100%;
    background: white;
    position: relative;
}
div#header-logo {
    height: 150px;
    width: 270px;
    position: absolute;
    top: 2px;
    left: 20px;
}
div#header-logo img {
    position: absolute;
    top: 10px;
    left: 0px;
}
div#header-logo div#header-city {
    position: absolute;
    top: 6px;
    right: 30px;
    color: #e94e02;
}
div#header-logo div#header-links {
    position: absolute;
    top: 60px;
    left: 130px;
    z-index: 100;
}
div#header-logo div#header-links a, a.coollink {
    padding: 0px 11px 1px 0px;
    background: url(/media/images/icon-link.png) no-repeat right;
    margin-right: 10px;
}
div#header-logo div#header-talk {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 265px;
    padding: 30px 0px 0px 0px;
    background: url(/media/images/talk-box.png) no-repeat top;
    z-index: 1;
}
div#header-logo div#header-talk div#header-talk-text {
    border-right: 5px #c6e1ee solid;
    border-left: 5px #c6e1ee solid;
    border-bottom: 5px #c6e1ee solid;
    padding: 4px;
    font-size: 0.9em;
    background: white;
    height: 30px;
    overflow: hidden;
}
div#header-logo div#header-talk div#header-talk-text p {
    margin-bottom: 5px;
}
div#header-tags {
    width: 198px;
    position: absolute;
    top: 2px;
    left: 300px;
    background: white;
    padding: 0px 5px;
}
div#header-tags div#tags-container {
    height: 130px;
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 20px;
}

div#header-map {
    height: 152px;
    overflow: hidden;
	margin-left: 300px;
}

div#pano {
    width: 100%;
}

div#tags-links {
    height: 38px;
    width: 100%;
    background: white url(/media/images/middle-background.png) repeat-x;
    position: relative;
    margin-bottom: 3px;
}
div#tags-links div#assigned-tags {
    position: absolute;
    top: 10px;
    left: 20px;
}
div#tags-links form#add-tag {
    position: absolute;
    bottom: 10px;
    left: 20px;
    padding-left: 15px;
    background: url(/media/images/icon-add.png) no-repeat left;
}
div#tags-links form#add-tag input {
    width: 230px;
}
div#tags-links div#links {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 140%;
}

div#comments {
    width: 100%;
    background: white;
    position: relative;
    margin-bottom: 3px;
}
div#comments h2 {
    color: #e94e02;
    font-size: 1.4em;
}
div#comments div#comments-discussion {
    padding: 10px 20px;
    width: 500px;
}
div#comments div.comment {
    margin: 10px 0px;

}
div#comments div.comment h3 {
    width: 474px;
    background: #dfeff6 url(/media/images/icon-comment.png) no-repeat 8px center;
    padding: 3px 3px 3px 23px;
    margin: 5px 0px;
    font-weight: bold;
}
div#comments div.comment p {
    margin: 5px 0px;
}
div#comments span.comment-time {
    color: #98a3ad;
}
div#comments form#comments-add {
    position: absolute;
    right: 50px;
    top: 10px;
}
div#comments form#comments-add label {
    padding: 12px 0px 8px 0px;
    display: block;
}
div#comments form#comments-add input {
    width: 320px;
}
div#comments form#comments-add textarea {
    width: 320px;
    height: 100px;
}


div#footer {
    height: 67px;
    width: 100%;
    background: white url(/media/images/footer-background.png) repeat-x;
    position: relative;
    margin-top: 3px;
}
div#footer div#footer-copyright {
    position: absolute;
    top: 10px;
    left: 25px;
}
div#footer div#footer-logo {
    position: absolute;
    top: 17px;
    right: 25px;
    /*width: 360px;*/
}
div#footer div#footer-logo img {
    float: left;
    margin: 2px 15px;
}

a {
    color: #135778;
}
a.tag-1 {
    font-size: 1.1em;
}
a.tag-2 {
    font-size: 1.2em;
}
a.tag-3 {
    font-size: 1.3em;
}
a.tag-4 {
    font-size: 1.4em;
}
a.tag-5 {
    font-size: 1.5em;
}

a.current-link {
    padding-left: 20px;
    background: url(/media/images/icon-current-link.png) no-repeat left;
}

input#current-link-input {
	padding: 3px 5px;
    padding-left: 20px;
    background: url(/media/images/icon-current-link.png) no-repeat 3px 4px;
	width: 300px;
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 10px;
}

a.code-link {
    padding-left: 20px;
    background: url(/media/images/icon-code.png) no-repeat 3px center;
}
a.email-link {
    padding-left: 20px;
    background: url(/media/images/icon-mailbox.png) no-repeat left;
}
span.bold-orange-text {
    color: #e94e02;
    font-weight: bold;
}

span.right-bottom-unfold {
    padding: 0px 17px 1px 0px;
    background: url(/media/images/icon-unfold.png) no-repeat right;
    position: absolute;
    right: 8px;
    bottom: 6px;
}
span.right-bottom-unfold a {
    color: #9b938f;
    background: white;
    font-size: 0.85em;
    padding: 0px 1px;
}
span.unfolded {
    background: url(/media/images/icon-fold.png) no-repeat right;
}

input, textarea {
    border: 1px #bfb8b1 solid;
    color: #65737a;
    padding: 2px 0px 2px 6px;
}

div.whitepanel {
	background: white;
	margin-bottom: 3px;
	padding: 6px 15px;
	overflow: auto;
	zoom: 1;
}

div.whitepanel#error-msg {
	color:#E94E02;
	font-weight:bold;	
	background: white url(/media/images/icon-error.gif) no-repeat 10px 8px;
	height: 35px;
	line-height: 35px;
	padding-left: 50px;
} 

form#reg-form li {
	float: left;
	width: 220px;
	line-height: 25px;
	text-align: right;
}

form#reg-form li input {
	width: 130px;
}

form#reg-form li label {
	color: #E94E02;
	font-weight: bold;
}

table#table-for-center {
  width: 100%;
  height: 100%;
}

table#table-for-center td {
  vertical-align: middle;
  text-align: center;
}

div#pretop {
  height: 12px;
  background: url(/media/images/pretop.jpg) center top no-repeat;
  margin: 0px auto;
  padding: 0px;  
}

div#postfooter {
  height: 12px;
  background: url(/media/images/postfooter.jpg) center bottom no-repeat;
  margin: 0px auto;  
  padding: 0px;
}

div#top-bar form#login-form button {
    width: 33px;
    background: url(/media/images/button-login.png) no-repeat;
    border: 0px;
    font-size: 0px;
    text-indent: -9000px;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 233px;
}
div#tags-links form#add-tag button {
    width: 115px;
    height: 20px;
    background: url(/media/images/button-add.png) no-repeat;
    border: 0px;
    font-size: 0px;
    text-indent: -9000px;
    position: absolute;
    top: 1px;
    left: 260px;
}
div#comments form#comments-add button {
    width: 96px;
    height: 20px;
    background: url(/media/images/button-send.png) no-repeat;
    border: 0px;
    padding: 11px 0px;
    font-size: 1px;
    text-indent: -9000px;
    margin-top: 10px;
    position: absolute;
    right: 0px;
}
form#reg-form button {
	float: left;
	clear: right;
	background: transparent url(/media/images/button-register.gif) no-repeat scroll 0 0;
	border:0 none;
	font-size:0;
	height:20px;
	text-indent:-9000px;
	width:153px;
	margin: 10px 0px 5px 82px;
}
form#search-form button#submit {
	background: transparent url(/media/images/button-search.png) no-repeat scroll 0 0;
	border:0 none;
	font-size:0;
	height:15px;
	text-indent:-9000px;
	left: 315px;
	top:4px;
	position: absolute;
	width:50px;
}
search-form#search-form-input {
    width: 250px;
}
form#search-form a#advanced-search {
    left: 368px;
	top:4px;
	white-space: nowrap;
	position: absolute;
}
/*
form#search-form button.fold {
	background: transparent url(/media/images/button-search-more-unfold.png) no-repeat scroll 0 0;
	border:0 none;
	font-size:0;
	height:15px;
	text-indent:-9000px;
	left: 368px;
	top:4px;
	position: absolute;
	width:13px;
	padding: 0;
}

form#search-form button.unfolded {
    background: transparent url(/media/images/button-search-more-fold.png) no-repeat scroll 0 0;
}
*/
div#err-form-div
{
	position: relative;
}

div#err-form-desc
{
	float: right;
	width: 420px;
}

button#err-send-button {
	background: transparent url(/media/images/button-send.png) no-repeat scroll 0 0;
	border:0 none;
	font-size:0;
	height:15px;
	text-indent:-9000px;
	width:75px;
	margin-top: 5px;
	float: right;
}

button#err-cancel-button {
	background: transparent url(/media/images/button-cancel.png) no-repeat scroll 0 0;
	border:0 none;
	font-size:0;
	height:15px;
	text-indent:-9000px;
	width:56px;
	margin-top: 5px;
	margin-left: 5px;
	float: right;
}


div#map-anim
{
	background: transparent url(/media/images/load-bg.gif) no-repeat;
	position: absolute;
	padding: 5px;
	display: none;
	z-index: 255;
}

div#current-info
{
	width: 500px;
	padding: 13px;
	font-size: 0.8em;
	margin-left: 300px;
	
}

textarea#text-feedback
{
	width: 528px;
}
/*
div#footer-links
{
    margin-top:-10px;
}

div#footer-logo img
{
    padding-top:10px;
	padding-left:45px;
}

div#footer-logo div#footer-links a {
    padding: 0px 11px 1px 0px;
    background: url(/media/images/icon-link.png) no-repeat right;
    margin-right: 10px;
}*/
span.a-toggle {
    padding: 0px 17px 1px 0px;
    background: url(/media/images/icon-unfold-blue.png) no-repeat right;
}
span.a-toggle-unfolded {
    background: url(/media/images/icon-fold-blue.png) no-repeat right;
}

div#copyright-text
{
	font-size: 0.8em;
	margin-bottom: 2px;
}

div#pano-wrapper
{
	margin-left: 300px;
}

div#tag-cloud
{
	font-size: 12px;
	line-height: 20px;
	white-space: normal;
}

span.tag-item
{
	white-space: nowrap;
}

span.tag-item a
{
	white-space: normal;
}

div#tag-cloud a, div#tag-cloud a:visited, div#tag-cloud a:hover
{
	text-decoration: none;
	border-bottom: 1px dashed #135778;
}

div#tag-cloud img
{
	margin-bottom: -3px;
}

div#edit-result
{
    font-weight: bold;
    font-size: 1.3em;
}

div#search-results, div#edit-result
{
	margin: 15px 0px 0px 0px;
	padding: 10px 0px;
	border-top: 5px solid #C6E1EE;
}

div.bg-loading
{
    height: 70px;
    background: url(/media/images/loading3.gif) center center no-repeat;
}

div#search-results li
{
    font-size: 12px;
	padding-left: 18px;
	margin-bottom: 5px;
}

div#search-results li.search-res-ext
{
	background: url(/media/images/icon_cam_blue.png) no-repeat scroll left top;
}

div#search-results li.search-res-int
{
	background: url(/media/images/icon_cam_orange.png) no-repeat scroll left top;
}


div#search-results img, div#edit-result img
{
	margin-bottom: -4px;
}

div#edit-status
{
    margin: 10px;
    font-weight: bold;
    font-size: 1.5em;
}

div#search label
{
    display: block;
    margin: 7px 0px 2px 0px;
    font-size: 0.8em;
}
#about-title
{
	color:#3E7995;
	font-size:28px;
	font-weight:bold;
	font-family:Arial;
	margin:20px;
}
#facebox p.about-para {
	font-size:14px;
	font-family: Tahoma;
	margin: 5px 20px;
	color:black;
}

#facebox a, #facebox a:hover, #facebox a:active, #facebox a:link, #facebox a:visited {
	color:#4D57AA;
	text-decoration:underline;
}

#facebox p.lead {
	
}
#facebox p.question {
	font-style:italic;
	color:#E94E02;
}
#facebox .b {
  background:url(/media/images/facebox/b.png);
}

#facebox .tl {
  background:url(/media/images/facebox/tl.png);
}

#facebox .tr {
  background:url(/media/images/facebox/tr.png);
}

#facebox .bl {
  background:url(/media/images/facebox/bl.png);
}

#facebox .br {
  background:url(/media/images/facebox/br.png);
}

#facebox {
  position: absolute;
  width: 99%;
  top: 0px;
  left: 0;
  z-index: 100000;
  text-align: left;
  border: solid silver 0px;
}

#facebox .popup {
  position: relative;
  top:-50px;
  z-index: 100000;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	z-index: 255;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
