/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/
.thisisatooltipstyle{
	background: url(images/transdarker.png) transparent repeat 0 0;
	color:#FFFFF;
	text-transform:capitalize;

}
/* Login Panel */

#top {
	position: absolute;
	width: 100%;
}

#top .loginopen {
	display: block;
	position: absolute;
  	float: right;
	width: 121px;
	height: 85px;
	margin: 0;
	right: 150px;
  	padding: 0 0px;
	float: left;
	background: url(images/postitbottom.png) no-repeat left 0;
	cursor: pointer;
}

#top .menuContainer {
	position:absolute;
	margin-left: auto;
    margin-right: auto;
	left: 0;
    right: 0;
	top: 0px;
	height: 85px;
}

#top .menubuttons {
	position:absolute;
	top: 15px;
	width: 48px;
	height:48px;
}

#top #menuText {
	font-weight:bold;
	position:absolute;
	width:auto;
	top:1px;
	left:0px;
	text-align:center;
}

#top #menuReflect {
	position:absolute;
	width:auto;
	top:68px;
	left:0px;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	font: 100%/1.0 arial, helvetica, sans-serif;
	width: 100%;
	color: white;
	background: url(images/transdarker.png) transparent repeat 0 0;
	overflow: hidden;
	position:fixed;
	z-index: 3;
	height: 0;
  	line-height: 130%;
  	min-width: 970px;
}

#login a {
	text-decoration: none;
	color: #9bcaf3;
}

#login a:hover {
	color: white;
}

#login .loginContent {
	width: 550px;
	height: 75px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	font-size: 0.85em;
}

#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

#login .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}

#login .loginContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#login .loginContent input:focus.field {
	background: #545454;
}

#login .loginContent input.cookielength {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent input.button_login {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(images/button_login.jpg) no-repeat 0 0;
}

#login .postittop {
	display: block;
	position: absolute;
	right: 153px;
	top: 42px;
	width: 107px;
	height: 42px;
	background: url(images/postittop.png) no-repeat;

}

#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#login .loginClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -20px;
}

#openid_login_slide
{
	background: url(images/openid.gif) no-repeat left 0;
	padding-left: 18px;
}

.buttonloginlist ul li a.activemenulogin
{
	font-weight: bold;
}

/* Button Strip */
#buttonstrip_bottom {
	height: 38px;
	position: relative;
}

#buttonstrip_bottom ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 0px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  /*	background: url(images/bottom_login_r.gif) no-repeat right 0;*/
	padding-right: 45px;
}

#buttonstrip_bottom ul.login li.left {
/*  	background: url(images/bottom_login_l.gif) no-repeat left 0;*/
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#buttonstrip_bottom ul.login li {
 	text-align: left;
  	padding: 0 0px;
	display: block;
	float: left;
	height: 38px;
	line-height: 38px;
	color: #ebebeb;
/*	background: url(images/login_m.jpg) repeat-x 0 -38px;*/
	cursor: pointer;
	padding: 0 6px 0 0px;
}

#buttonstrip_bottom ul.login li a {
	display: block;
	color: #FFF;
/*	background: url(images/login_m.jpg) repeat-x 0 -38px;*/
	text-transform: capitalize;
}

/* tab over and current tab*/
#buttonstrip_bottom ul.login li a:hover, #buttonstrip_bottom ul.login li a.current_page_item {
	/*background: url(images/login_m.jpg) repeat-x 0 0;*/
	text-decoration: none;	
}

#buttonstrip_top {
	height: 38px;
	position: relative;
}

#buttonstrip_top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 0px;
  	color: white;
  	font-size: 80%;
	text-align: center;
/*  	background: url(images/top_login_r.gif) no-repeat right 0;*/
	padding-right: 45px;
}

#buttonstrip_top ul.login li.left {
 /* 	background: url(images/top_login_l.gif) no-repeat left 0;*/
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#buttonstrip_top ul.login li {
 	text-align: left;
  	padding: 0 0px;
	display: block;
	float: left;
	height: 38px;
	line-height: 38px;
	color: #ebebeb;
/*	background: url(images/top_login_m.jpg) repeat-x 0 0;*/
	cursor: pointer;
	padding: 0 6px 0 0px;
}

#buttonstrip_top ul.login li a {
	display: block;
	color: #FFF;
/*	background: url(images/top_login_m.jpg) repeat-x 0 0;*/
	text-transform: capitalize;
}

/* tab over and current tab*/
#buttonstrip_top ul.login li a:hover, #buttonstrip_top ul.login li a.current_page_item {
/*	background: url(images/top_login_m.jpg) repeat-x 0 -38px;*/
	text-decoration: none;	
}
#clearfixdiv{
	height: 85px;
}