
/* Panel Tab/button */
.tab {
  	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0px;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
    font-size: 10pt;
    font-family:Tahoma, Geneva, sans-serif;
    font-weight:bold;
    color: #fff;
  	height: 45px;
	width: auto;
	margin: 0;
	right: 5%;
  	color: white;
	text-align: center;
    text-decoration:none;
}

.tab ul.login li.left {
  	background: url(../images/tab_l.png) no-repeat left 0;
  	height: 55px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../images/tab_r.png) no-repeat left 0;
  	height: 55px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 10px 0px 10px 0px;
	display: block;
	float: left;
	height: 55px;
  	background: url(../images/tab_m.png) repeat-x 0 0;

}

.tab ul.login li a {
	color: #ffffff;
    text-decoration:none;
}

.tab ul.login li a:hover {
	color: #ffffff;
    text-decoration:none;
}


/* sliding panel */
#toppanel {
    position: fixed;   /*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 {
    font-family:Tahoma, Geneva, sans-serif;
    font-size:12pt;
    font-weight:normal;
	color: #000000;
	width: 100%;
	height: 350px;
	background: #496882;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panelframe {
    background-color: #496882;
    text-align:left;
    border:1px solid #ffffff;
    padding:0px 20px 10px 20px;
    left:0;
    right:0;
    margin:0 auto;
 	width: 900px;
	height: 310px;
	overflow: hidden;
	position: relative;
	z-index: 3;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;

}

#panel h1 {
    font-family:Tahoma, Geneva, sans-serif;
    font-size:14pt;
    font-weight:bold;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
    font-family:Tahoma, Geneva, sans-serif;
    font-size:14pt;
    font-weight:bold;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}


#panel .content {
	width: 900px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}


a {
  -moz-outline: none 0;
  outline: none 0;
}

a img {outline : none;}


.imgopen{
margin:0px 5px -4px 0px;
}

.imgclose{
margin:0px 5px -4px 0px;
}