/**- Login design
----------------------*/

#toppanel {
	border:0 solid red;	
	position:absolute;	
	text-align:center;
	top:139px;
	*top:114px;
	width:0px;
	z-index:25;
	margin-left: 700px;
	*margin-left: 190px;
	
}

#bodymiddlePan {
 	padding: 20px 20px;
	min-height: 380px;
}



#panel {
	width: 400px;
	*width: 413px;
	position: relative;
	top: 0px;
	*top: 25px;
	height: 0px;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	border : solid 0px;
	margin-left: -125px;	
}

#panel_contents {
	background: #494949;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	height: 100%;
	width: 600px;
	top: 1px;
	position: absolute;
	z-index: -1;
	
}

#panel h1 {
	text-align: center;	
	line-height: 35px;
	margin-top: 6px;
	color: #fff;
	font-size: 22px;
}

#panel h2 {
	text-align: center;	
	line-height: 25px;	
	position: absolute;
	top: 60px;
	left: 350px;
}


.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -6px;
	*top: 19px;
	width: 200px;
	height: 54px;
	/*background: url(../img/panel_button.png);*/
	z-index: 20;
	filter: alpha(opacity =   70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.60;
	cursor: pointer;
		
	
}

.panel_button img {
	position: relative;
	top: 10px;
	border: none;
}

.panel_button span {
	text-decoration: none;
	color: #ffffff;	
	position: relative;
	top: -4px;
	left: 10px;
	
}

.panel_button span:hover {
	color: #9E0B0E;
}


.loginScreen{
	background-color: #fff;
	width: 98%;
}

.loginScreen tr td {
	padding: 4px 0px;
}

.loginScreen tr td label {
	padding-left: 10px;
	margin-top: 20px;
 	margin-bottom: 20px;
 	border: none;	
}

#submit {
	margin-right: 40px;
}

.border {
	border: 15px #1d1d1d solid;
	
}

div#login_form {
	background:#FFFFFF none repeat scroll 0 0;
	color:#555555;
	height:160px;
	left:5px;
	*left:20px;
	position:absolute;
	top:50px;
	width:360px;	
	

}

/*Header design*/
#logout{
	color: red;
}

.contentLayout{
	border: solid 0px #0f0;
	width: 100%;
	
	
}

*.hidden {
    display : none;
}


#navtabs{
		background-color: #fff;
		padding: 0px 0px;
		border: solid 0px #000;
		text-align: left;
		margin: 0px 0px;		
	}
	
	#navtabs ul{
		border: solid 0px #f0f;
		margin: 0px 0px;
		margin-bottom: -3px;
		
	}
	
	.navcontent {
		
	
	}

.capitalize {
	text-transform: capitalize;
	font-weight: bold;
}

.upercase {
	text-transform: uppercase;
	font-weight: bold;
}



/* =To play with Login Form
----------------------------*/
.loginForm{	
	margin: 220px 200px;
}

.loginFormElement{
	padding-top: 20px;
	padding-right: 90px;
	text-align: right;		
}


.loginFieldset{
	border: 1px solid #fff;
	width: 420px;	 
}


.loginLegend{	
	color: #000;
	font-size: 14px;
	font-weight: bold;	
	background-color: #fff;
}

.loginScreen{
 	margin-top: 20px;
 	margin-bottom: 20px;
 	border: dotted 0px;	
}


#submit {
	background-color: #fff;
	width: 130px;
	border: 1px solid #ddd;
	padding: 2px 2px;
	
}

#submit:hover {
	font-weight: bold;
	cursor: pointer;
}

.error{
	color: #f00;
}

/*--- Style error input form
------------------------------*/

ul.errors {
	color: red;
	margin-top: 0px;
	display: block;
	clear: both;
	text-align: right;
}

ul.errors li {	
	margin-left: 0;
	padding-left: 0;	
}


.submitBottom input{ 
	border: 1px solid #ccc;
	background-color: #eee;
	width: 135px;
	text-align: center;
}

.submitBottom input:hover { 
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #fff;
}

#valLogin, #valPassword {
	color: red;
	letter-spacing: 1px;
}
