/* Panel Tab/button */
.tab {
	/* background: url(../images/tab_b.png) repeat-x 0 0;*/
	height: 40px;
	position: relative;
	top: 0;
/*
	left: 0;
	right: 0;
*/
	z-index: 999;
}
.tab ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 40px;
	width: 243px;
	font-weight: normal;
	line-height: 40px;
	margin: 0;
	right: 26px; /* Offset */
	color: #999999;
	font-size: 11px;
	text-align: right;
}
.tab ul.login li { margin: 0; font-weight: normal; }
.tab ul.login li.left {
	height: 40px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.tab ul.login li.right {
	height: 40px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.tab ul.login li {
        font-weight: normal;
	text-align: right;
	display: block;
	float: left;
	height: 40px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;	/*background: url(../images/tab_m.png) repeat-x 0 0;*/
}
.tab ul.login li a {
	text-align: right;
	color: #666666;
        font-weight: normal;
	text-decoration: none;
}
.tab ul.login li a:hover {
	color: #CC0000;
        font-weight: normal;
	text-decoration: none;
}
.tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 33px !important;
	cursor: pointer;
	display: block;
	width: 206px; /* Tab Width */
	position: relative;
	top: -26px;
}
.tab a.open {
	height: 20px;
	line-height: 20px !important;
	padding-left: 33px !important;
	cursor: pointer;
	display: block;
	width: 206px; /* Tab Width */
	position: relative;
	top: 0px;
}
/*
.tab a.open {
	background: url(../images/bt_open.jpg) no-repeat left 0;
}
.tab a.close {
	background: url(../images/bt_close.jpg) no-repeat left 0;
}
.tab a:hover.open {
	background: url(../images/bt_open.jpg) no-repeat left -19px;
}
.tab a:hover.close {
	background: url(../images/bt_close.jpg) no-repeat left -19px;
}
*/
/* sliding panel */
#toppanel {
	position: absolute; /*Panel will overlap content */
	/* Panel will "push" the content down */
	top: 0;
	width: 100%; /* Overall Width of Panel */
	height: 40px;
	z-index: 999;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#panel {
	height: 215px; /* Height of Panel */
	color: #999;
	background: #f2f2f2;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
        font-weight: normal;
        line-height: 12px; 
}
#panel h1 {padding-top: 5px;}
#panel_content { padding-top: 22px; padding-left: 26px; padding-right: 26px; padding-bottom: 26px; font-weight: normal; font-size: 11px;}
.account_input { border: none; padding: 2px; }
.welcomePanelText {padding-right: 75px; font-size: 13px;}


/*rubymods currency*/
li.rubyheadlink ul { display: none; background-color:white; }
li.rubyheadlink:hover ul { display: block; }
.rubyheadlink li {list-style:none outside none;}

