/* // v1.8.6r0826 */

/**
 * 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 {
    color:#000;
    font-size:10px;
    font-weight:bold;
    padding:20px 10px 0px;
    text-align:right;
}
#IntroText {
    color:#000;
    font-size:10px;
    font-weight:bold;
    padding:0px 10px 0px;
    text-align:right;
}
#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 {
	text-align:right;
	padding: 60px 0px 0px;
}

#Tabs a {

	padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 15px;
	color:#000;
	font-weight:bold;
}

#Tabs a:hover, #Tabs a.enable {
	color:#555;
	font-weight:bold;
}

/** **/

#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: 10px;
	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;
}