/* SLIDER */

#top {
	font: 85%/0.9 arial, helvetica, sans-serif;
  	background: url(../img/login_top.jpg) repeat-x 0 0;
	height: 38px;
	position: relative;
	border:0px solid #f00;
	z-index:10;
}

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

#top ul.login li.left {
  	background: url(../img/login_l.gif) no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
	
}
	#top ul.login li.left.admin {
		background: url(../img/login_l_admin.gif) no-repeat left 0;
	}

#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
  	background: url(../img/login_m.gif) repeat-x;
  	  	
}
	#top ul.login li.admin {
		background: url(../img/login_m_admin.gif) repeat-x;
	}
	
#top ul.login li img {
	margin-bottom:14px;	
}

#top ul.login li a {
	color: #33CCCC;	
}
	#top ul.login li a img {
		border:0;
	}

#top ul.login li a:hover {
	color: white;
}

	#top ul.login li a:hover img {
		border: 0;
	}




/* LOGIN PANEL	*/
#login{
  	font-family:  arial, helvetica, sans-serif;
  	font-size:14px;
	background: url(../img/bg_repeat.jpg) repeat 0 0;
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
  	
  	width: 100%;
	color: white;
	background: #1E1E1E;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;

  	padding-bottom:10px;
  
}

#login .loginContent {
	width: 650px;
	height: 70px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	font-size: 0.85em;
	border:0px solid #f00;
	

}

#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.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

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

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


#login .ipcomm {
	display: block;
	position: absolute;
	right: 2px;
	top: 55px;
	width: 70px;
	text-align: left;
	border:0px solid #f00;

}


#login a {
	text-decoration: none;
	color: #33CCCC;
}

#login a:hover {
	color: #00CCFF;
}

#login a img {
  border: none;/*remove border for linked images*/
  
}

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

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





/***** clear *****/
.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;}

#login label {
	color:#fff;	
}



