@charset "utf-8";

body, a{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
margin: 0px;
padding: 0px;
/*overflow: hidden;*/
}
a{
color:#666666;
}

a:visited{
color:#999999;
}

.logo {
border: 1px solid #CCCCCC;
margin-top: 5px;
margin-left: 5px;
}

.logo:hover {
border: 1px solid #555555;
margin-top: 5px;
margin-left: 5px;
}

.space_info{
margin: 0px;
padding: 5px;
background-color:#FFFFFF;
}

#spaceInfoEdit{
margin-top: 0px;
display:none;
padding-left: 10px;
}

#info_pane{
	height: 100%;
	position: absolute;
	left:50%;
	background-image: url(images/infopaneBG.jpg);
	background-repeat: repeat-x;
	overflow-x: hidden;
	overflow-y: scroll;
}

#map_canvas{
width: 100%;
height:50%;
}

#hot_logos{
	clear: right;
	top: 40%;
	width:100%;
	height:49%;
	background-image: url(images/infopaneBG.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	overflow-y: scroll;
}

#leftCol{
width:50%;
height:100%;
position: absolute;
}

#mapHLSlider{
	height: 1%;
	cursor: n-resize;
	background-color: #b2b2b2;
	background-image: url(images/HorzSlideBar.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
}

#pane_wrapper{
padding-left: 10px;
width: 100%;
clear:both;
}
#liveStreamBox{
padding-left: 10px;
display:none;
}

#subset_title{
font-weight:bold;
display:none;
font-size:16px;
text-align:center;
padding: 10px;
position: absolute;
}
#button_bar{
	width: 100%;
	height: 40px;
	background-image:url(images/ControlButtonBG.jpg);
	background-repeat: repeat-x;
	clear: both;
	float: none;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
.control_button{
	background-image: url(images/ControlButtonBG.jpg);
	background-repeat: repeat-x;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding: 0px;
}
.listMode{
	float:none;
	clear:both;
	width: 100%;
	overflow: hidden;
	font-weight: bold;
	font-size:12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	border-top: 1px solid #ccc;
}
a:hover div.listMode{
	background-color: #5FC4E6;
}
a.listLink{
	text-decoration:none;
	width: 100%;
}
a.listLink:hover{
	color: #FFF;
}
div.listName{
	float:left;
	width:65%;
	overflow:hidden;
}
div.listAddr{
	float:left;
	width:35%;
	overflow:hidden;
	height: 15px;
}

#infoTop{
	display: none;
	height: 4px;
	background:url(images/spaceinfo_border_top.png) 100% 100% repeat-x;
}
#infoBottom{
	display: none;
	height: 4px;
	background:url(images/spaceinfo_border_bottom.png) repeat-x;
}
#space_heading{
	font-size: 24px;
	font-weight: 700;
}
