/* // v1.8.9r1010 */

/**
 * CSS Stylesheet
 * Layout
 */

#Wrapper {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
}

#Header {
	width:780px;
	height:133px;
	margin:0px auto;
	background: url(../images/header.jpg) no-repeat;
}


#TimeText {
    position:absolute;
    display:none;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    padding:20px 10px 0px;
    text-align:right;
    top:0px;
    left:0px;
}
#IntroText {
    color:#fff;
    font-size:11px;
    font-weight:bold;
    padding:0px 10px 0px;
    text-align:right;
    position:relative;
    top:18px;
}
#Base {
	width:780px;
	height:426px;
	clear:both;
	margin:0px auto;
	text-align:center;
}

#Footer {
	position:relative;
	width:780px;
	height:42px;
	margin:0px auto;
	text-align:center;
	background: #cfe5f7 url(../images/footer.jpg) no-repeat;

}

/** **/

#Tabs {
    height:24px;
    padding-top:9px;
    padding-bottom:2px;
    position:relative;
    text-align:right;
    top:83px;
    margin:0pt 1px;
    z-index:10;
}

#Tabs a {
    color:#0B7E1F;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
    background:white none repeat scroll 0%;
    display:inline;
    font-weight:bold;
    height:20px;
    margin:0px 0px 0px 5px;
    padding:5px 15px;
}

#Tabs a:hover, #Tabs a.enable {
	color:#999;
	font-weight:bold;
}

#Tabs a.enable {
  padding:5px 15px 8px 15px;
}

/** **/

#Data {
	position:relative;
	left:0px;
	top:0px;
	width:780px;
	height:426px;
	z-index:2;
	background: #cfe5f7 url('../images/databg.jpg') no-repeat;
}

#Credits {
	top:0px;
	left:0px;
	position:absolute;
	text-align:center;
	font-size: 11px;
	font-weight:700;
	padding-top:10px;
	width:780px;
	color:#fff;
}
#Credits a {
	color:#fff;
}
#Credits a:hover {
	color:#ccc;
}

/** **/

#Loading {
	top:5px;
	display:block;
	height:20px;
	left:15px;
	position:absolute;
	width:20px;
	z-index:5;
}

#Powered {
    height:28px;
    position:absolute;
    right:15px;
    top:0px;
    width:120px;
    z-index:999;
}