

/***** clearfix *****/
.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;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}



#panelwrapper {
  	width: 100%;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 0px;
	position:relative;
	z-index: 3;
}


#toppanel {

    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: -10px;
    width: 100%; /*100%; */
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	border-bottom: 4px solid #000000;
}





#newram{
	border: 3px solid #4045AD;
    width: 100% - 8px;
	height: 98% ;
	background: url(../images/Headerbgbluecolor2.png) repeat-x;
	
}



#panel{
	padding: 10px ;	
	width: 100%;
	height: 30px;
	color: #aaa;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none; /*let jQuery cookie control display */
}

#loginform
{
	font-family:Arial; 
	text-decoration:none ; 
	color:#FFFFFF ; 
	font-size:11px;
	font-weight:bold;	

}

.loginform{
	font-family:Arial; 
	text-decoration:none ; 
	color:#FFFFFF ; 
	font-size:11px;
	border: 1px #777777 solid;
	background-color: #292929;
}


a.login-form  {
	font-family:verdana;
	font-size:14px ; 
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;	
	padding: 0px 100px 0px 0px;	

}

a.login-form:hover {

	color: #4F55BD;
	
}
