@charset "utf-8";
/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

body {
padding: 0px;
margin: 0px;
background-color: #FFFFFF;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:gray;
font-weight: normal;
}

.bg {
	background:url(/images/head.jpg) no-repeat top center;
}
/* Panel Tab/button */
.tab {
	height: 38px;
	position: relative;
    top: 5px;
    z-index: 999;
	width:100%;
	font-size:14px;
	color:#40adff;
	padding-top:0px;
	margin-top:5px;
	margin-bottom:10px;
	font-weight:bold;
}

.tab ul.login {
	display: block;
	position: relative;
  	height: 40px;
	width: 100%;
	margin: 0;
	padding:0px;
}

.tab ul.login li.left {
  	height: 40px;
	width: 250px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	padding-left:30px;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	height: 40px;
	padding: 0;
	margin: 0;
  	display: block;
	float: right;
	position:relative;
	right:40px;
	text-align:right;
	font-size:12px;
	padding-top:4px;
}

.tab ul.login li {
 	text-align: left;
  	padding:0px;
	display: block;
	float: left;
	height: 40px;
}
.tab ul.login li #toggle{
 	text-align: left;
  	padding:0px;
	display: block;
	float: left;
	height: 40px;
	font-size:12px;
}

.tab ul.login li a {
	color: #15ADFF;
	text-decoration:none;
}

.tab ul.login li a:hover {
	text-decoration:underline;
}

.tab a.open, .tab a.close {
    font-size:12px;
	height: 40px;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 110px;
	position: relative;
	top: 3px;
	padding-top:9px;
}

.tab a.open {background: url(images/bt_open.gif) no-repeat left 5px;}
.tab a.close {background: url(images/bt_close.gif) no-repeat left 5px;}
.tab a:hover.open {background: url(images/bt_open.gif) no-repeat left 5px;}
.tab a:hover.close {background: url(images/bt_close.gif) no-repeat left 5px;}

/* sliding panel */
#toppanel {
    /*position: absolute; */  /*Panel will overlap  content */
    position: relative;  /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 500px;
	color: #999999;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel .content {
	width: 100%;
	margin: 0 auto;
	padding-top: 0px;
}

#content {
  	width: 100%;
  	margin: 0 auto;/* center the page in Firefox */
	padding: 0px;
}


#toppanel2 {
    /*position: absolute; */  /*Panel will overlap  content */
    position: relative;  /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel2 {
	width: 100%;
	height: 280px;
	color: #999999;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel2 .content2 {
	width: 100%;
	margin: 0 auto;
	padding-top: 0px;
}

#content2 {
  	width: 100%;
  	margin: 0 auto;/* center the page in Firefox */
	padding: 0px;
}
