body {
    margin: 0px;
    padding: 0px;
    background-color: #2A7FF4;
}

#body {
    /*width:910px;*/
    background-color: #2A7FF4;
    margin-left: auto;
    margin-right: auto;
}

#headerArea {
    height: 60px;
    background-color: #2A7FF4;
}

#mapContainer {
    height: 400px;
    overflow: hidden;
}

#mapContainer {
    height: 400px;
    width:550px;
}
#canvasHorizontalBar {
	width:550px;
	height:24px;
}

#satArea {
}

#headerLogo {
    height: inherit;
    float: left;
    color: white;
    width: 450px;
    margin-top: 10px;
}
h1 {
    font-size: 150%;
    font-weight: bold;
	margin-bottom:4px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}
h2 {
	font-size:12px;
	margin:0px;
	padding:3px;
}
a.funcLink {
	text-decoration:none;
}
img {
    border-width: 0px;
}

#headerTools {
    height: inherit;
    float: left;
    width: 600px;
}

#headerMessage {
    font-size: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#satSelect {
    overflow-y: scroll;
    height: 140px;
    border: solid 1px #888;
    margin: 3px;
}

#satColumn {
    float: right;
    width: 342px;
    height: 500px;
}

#mapColumn {
    float: left;
    /* width: 600px; */
    /* width: 100%; */
    /* margin-right:-342px; */
    width: 70%;
    margin-right: -300px;
    height: 570px;
}

#mapWrapper {
    margin-right: -300px;
}

div.mainMap {
    width: 550px;
    height: 400px;
    background-color: black;
}

#controlPanel {
    background-color: #888;
}

#satImage {
    background-color: #888;
    width: 200px;
    height: 200px;
}

div.orbitMap {
    width: 288px;
    height: 200px;
}

#worldMap {
}

#sat {
}

#satIcon {
    z-index: 2;
    position: absolute;
    left: 100px;
    top: 400px;
}
#satTime {
	color:white;
}

div.tabContainer {
    /* height:24px; */
}

div.tabContainerHeader {
    /*
     width:100px;
     font-size:90%;
     margin-left:5px;
     margin-right:5px;
     background-color:#ddd;
     float:left;
     height:inherit;
     text-align:center;
     
     width: 816px;
     height: 108px;
     */
    float: left;
    height: 64px;
    /* background-color: #F39929; */
    /* background-color: blue; */
    /* background: url(images/img02.jpg) no-repeat left top; */
    background: url(images/containerbg_top.jpg) repeat-x left bottom;
    /* margin: 0 auto; */
    margin: 0px 26px;
    padding: 0;
}

div.tabContainerHeaderLeft {
    float: left;
    background: url(images/containerbg_lt.jpg) no-repeat left top !important;
}

div.tabContainerHeaderRight {
    float: right;
    background: url(images/containerbg_rt.jpg) no-repeat right top !important;
}

div.tabContainer div.selected {
    background-color: #fff;
}

#satBody {
    float: left;
    width: 290px;
    background-color: white;
}

div.satPanel {
    margin: 0px 26px;
    padding: 2px;
    background-color: white;
}

div.satPanel div.label {
    font-weight: bold;
}

div.tabContainerBodyLeft {
    float: left;
    background: url(images/containerbg_left.jpg) repeat-y left top !important;
}

div.tabContainerBodyRight {
    float: right;
    background: url(images/containerbg_right.jpg) repeat-y right top !important;
}

div.tabContainerFooter {
    float: left;
    height: 36px;
    background: url(images/containerbg_bottom.jpg) repeat-x left bottom;
    margin: 0px 26px;
    padding: 0;
}

div.tabContainerFooterLeft {
    float: left;
    background: url(images/containerbg_lb.jpg) no-repeat left bottom !important;
}

div.tabContainerFooterRight {
    float: right;
    background: url(images/containerbg_rb.jpg) no-repeat right bottom !important;
}

div.homeButton {
    width: 160px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #ff7;
    float: right;
    height: inherit;
}

#satListContainer {
    font-size: 80%;
}

#satListContainer div.odd {
    background-color: #fff;
}

#satListContainer div.even {
    background-color: #ddf;
}

#scheduleTabContainer {
}

#satDetailTable {
    font-size: 80%;
}

#satDetailTable td.title {
    text-align: right;
    width: 50px;
}

#satDetailTable td.value {
}

#footer {
    clear: both;
    height: 100px;
}

#footer p {
	color:white;
}
#footer h2 {
	color:white;
}
#footer li {
	color:white;
}
#footer ul {
	padding-left:40px;
}
#iphoneBanner {
    float: right;
	width:150px;
	height:52px;
	margin-top:3px;
	border-width:0px;
}
#headerConsole {
    border: solid 1px #888;
    background-color: white;
    width: 340px;
    height: 60px;
    float: right;
    font-size: 90%;
    margin: 3px;
}

div {
    /* border: 1px solid; */
}

a div.tooltip {
    position: absolute;
    border: 1px solid #888;
    display: none;
    width: 130px;
    margin-left: 30px;
    background-color: white;
    z-index: 3;
}

a:hover div.tooltip {
    display: block;
}

a div.scheduleTip {
    position: absolute;
    border: 1px solid #888;
    display: none;
    width: 200px;
    color: #333;
    text-align: left;
    margin-left: 30px;
    background-color: white;
    z-index: 3;
    line-height: 110%;
}

a:hover div.scheduleTip {
    display: block;
}

div.scheduleTip div.title {
    background-color: #ccf;
}

div.scheduleTip div.content {
}

#linkDialog {
    background-color: #fff;
    border-width: 1px;
    border-color: #888;
    border-style: solid;
    width: 322px;
}

#linkDialog div.title {
    background-color: #ccf;
}

#linkDialog div.body {
    padding: 10px;
}


  .yui-skin-sam .yui-calendar td.wd0 { background-color:#fde0e0; }
  .yui-skin-sam .yui-calendar td.wd0 a { color:red; }
  .yui-skin-sam .yui-calendar td.wd6 { background-color:#fde0e0; }
  .yui-skin-sam .yui-calendar td.wd6 a { color:red; }
  
  .yui-skin-sam .yui-calcontainer .title { width: 209px; }
  .yui-skin-sam .yui-calendar .calweekdaycell { background-color: #f2f2f2;width: 28px; }
  
  #cal1Container { display:none; position:absolute; left:210px; top:50px; z-index:2; width:200px;}
