/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 


/* SlidingPanel BASE
--------------------------------- */
#toppanel {
    top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */

    text-align: center;
    z-index: 999;
}



/* SlidingPanel TAB BUTTON
--------------------------------- */
.tab {
	top: 0;

	height: 30px;
	position: relative;
	z-index: 999;
}

.tab ul.login {
	right: 15px;
	top: -5px;
	width: auto;
	height: 30px;
	display: block;
	position: relative;
	float: right;
	clear: right;
	line-height: 20px;
	color: #000;
	text-align: center;

}

.tab ul.login li {
	width: 270px;
	height: 36px;
	text-align: left;
	display: inline;
	float: left;
	background: url(img/top_slide.gif) no-repeat;
	background-position: left bottom;
}



.tab ul.login li a:link { text-decoration:none; color: #402703;}
.tab ul.login li a:visited { text-decoration:none; color: #402703;}
.tab ul.login li a:active { text-decoration:none; color: #15ADFF;}
.tab ul.login li a:hover { text-decoration:none; color: #d60101;}

.tab .sep {color:#414141}

.tab a.open,
.tab a.close {
left: 10px;
	top: 8px;
	padding-left: 25px !important;
	width: 270px;
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px !important;
	cursor: pointer;
	display: block;
	position: relative;
}

.tab a.open {background: url(img/bt_open.gif) no-repeat left 0;}
.tab a.close {background: url(img/bt_close.gif) no-repeat left 0;}
.tab a:hover.open {background: url(img/bt_open.gif) no-repeat left -19px;}
.tab a:hover.close {background: url(img/bt_close.gif) no-repeat left -19px;}



/* SlidingPanel OPEN PANEL
--------------------------------- */
#panel {
	width: 100%;
	height: 500px;
	color: #000;
	background: #ddf1f0;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	text-align: left;
	border-left: 5px solid #8c8c8c;
 	border-right: 5px solid #8c8c8c; 
	border-bottom: 5px solid #8c8c8c; 
}



#panel table {
	margin: 10px 0 0 5px;
	width: 850px;
	font-size: 14px;
}

#panel table th {
	font-size: 17px;
	font-weight: bold;
	color:#000;
	padding: 0 0 10px;
}

#panel table td {
	padding: 0 10px 20px;
	font-size: 12px;
}


table a:hover img {
	filter: alpha(opacity=80);
 	-moz-opacity:0.80;
	opacity:0.80;
}

table a:active img {
	filter: alpha(opacity=100);
 	-moz-opacity:1;
	opacity:1;
}

#panel_rss1 {
	position: absolute;
	top: 218px;
	left: 35px;
	font-size:12px;
	width:170px;
	font-weight: bold;
}
#panel_rss2 {
	position: absolute;
	top: 215px;
	left: 385px;
	font-size:12px;
	width:170px;
	font-weight: bold;
}
#panel_rss3 {
	position: absolute;
	top: 212px;
	left: 660px;
	font-size:12px;
	width:170px;
	font-weight: bold;
}
#panel_rss4 {
	position: absolute;
	top: 440px;
	left: 35px;
	font-size:12px;
	width:170px;
	font-weight: bold;
}
#panel_rss5 {
	position: absolute;
	top: 430px;
	left: 352px;
	font-size:12px;
	width:170px;
	font-weight: bold;
}
#panel_rss6 {
	position: absolute;
	top: 440px;
	left: 350px;
	font-size:12px;
	width:170px;
	font-weight: bold;
}

/* SlidingPanel ClearFix
--------------------------------- */
#panel dl:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#panel dl.clearfix {
	display: inline-block;
}



#flashcontent {
	z-index: 1;
}



table.top a:hover img {
	filter: alpha(opacity=90);
 	-moz-opacity:0.9;
	opacity:0.9;
}

table.top a:active img {
	filter: alpha(opacity=100);
 	-moz-opacity:1;
	opacity:1;
}
