@charset "UTF-8";
/* CSS Document */

body {
	background: #2a2a2a url(/img/overview/overview_01.png) repeat-x top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
table.stats {

	color: #636363;
	font-weight: bold;

	width: 304px;
}
table.stats * td.data {
	color: #fff;
}

div.satname:hover {
    color: #71AEF9;
    cursor: pointer;
}
div.satname, div.description {
	color: #fff;
	font-weight: bold;
	position: relative;
	left: 14px;
	top: 10px;
	width: 200px;
}

#view_handle {

	background-image:  url(/img/overview/handle_bg.png);
}

#map3d_container {
    height: 493px; 
    width: 664px;
/*    margin-right: 344px;*/
}
#map3d {
    height: 100%;
}
#status, #settings_controls {
	position: relative;
	top: 20px;
	left: 20px;
	width: 300px;
}
div.Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:710px;
}

div.dtulogo {
	position: absolute;
	top: 50px;
	left: 20px;
}

div.overview-02_ {
	position:absolute;
	right:0px;
	top:0px;
	width:985px;
	height:122px;
}


#left {
	position: absolute;
	top:134px;
	left: 12px;
}

#right {
    position:absolute;
	right: 10px;
	top: 134px;
}




.handle_left {
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("/img/overview/overview_05.png") no-repeat 0 0;
    height: 15px;
    width: 15px;
}
.feature {
	cursor: pointer;

}
.feature:hover {
	color: #9b2014;
}
#expand {
    position: absolute;
    right: 0px;
    top: 0px;
    background: transparent url("/img/overview/handle_right_expand.png") 0px 0px no-repeat;
    background-position: -10px -30px;
    height: 15px;
    width: 15px;
}
#expand:hover {
	background-position: -10px 0px;
}

#expand:active {
	background-position: -10px -15px;
}


div.overview-07_ {
    /* Status handle*/
	position:relative;
/*  left:690px;*/
	top: 0px;
	width:324px;
	height:15px;
}


div.overview-10_ {
/*  position:absolute;
    left:690px;
    top:149px;
    width:324px;
    height:235px;
    background-color: #323232;*/
}

/** grey bar header over description field */
div.overview-12_ {
	position:relative;
/*  left:690px;*/
	top: 10px;
	width:324px;
	height:15px;
	background: #323232 url(/img/overview/handle_desc_expand.png) no-repeat;
	
}

/* on hover show expansion of field */
div.overview-12_:hover {
	background-position: 0px -30px;
}
div.overview-12_:active {
	background-position: 0px -15px;
}
#status_super {
    position: relative;
}
#description_wrapper {
 position:relative;
    /*left:690px;*/
	top: 8px;
	width:324px;
	height:auto;
	background-color: #323232;
	overflow: auto;

}
#status_wrapper {
    position: relative;
	top: 0px;
	width:324px;
	height:235px;
	background-color: #323232;
}

div.description-content{
	color: #fff;
	position:relative;	
	top: 20px;
	left: 20px;
	width: 280px;
}

#sat {
    font-size: 16px;
}

#sat_selector {
    /* Sat selector*/
	position:absolute;
	right: 20px;
	top: 40px;
}

div.overview-15_ {
	position:absolute;
	left:690px;
	top:642px;
	width:324px;
	height:50px;
	display: none;
}

div.overview-16_ {
	position:absolute;
	left:690px;
	top:692px;
	width:324px;
	height:18px;
}

a {
    color: #71AEF9;
    text-decoration: none;
}
a:hover {
    color: #fff;
}

#help {
    display: none;
/*    overflow: auto;*/
}
#help_done {
    text-align: right;
}
#show_settings {
    cursor: pointer; 
    background-image: url(/img/overview/i_out.png); 
    width: 19px; height: 17px; 
    position: relative; 
    left: 300px; top: -10px; 

}
#mylon, #mylat {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #444444;
    width: 98%;
}
#show_settings:hover {
    background-image: url(/img/overview/i.png);
}

#show_help {
    cursor: pointer; 
    background-image: url(/img/overview/help_out.png); 
    float: right;
    background-repeat: no-repeat;
    width: 22px; height: 17px; 
    
}
#show_help:hover {
    background-image: url(/img/overview/help.png);
}