/* CSS Document */

body {
	width:100%;	
}

html {
	width:100%; margin:0px;
}

.MainTopDivContainerLogin {
	width:100%;
	height:125px;
	background-image:url(../images/TopBackground.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.LoginBoxes {
	width:112px;
	height:20px;
	background-color:#FFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7f7f7f;	
}

.GrayBar {
	width:100%;
	height:10px;
	background-color:#8f8f8f;
}

.ImageHover:hover {
	opacity:0.9;
	filter:alpha(opacity=90);	
}

div.screenmask
{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60);

}
.loading
{
    color: white;
    display: inline;
    z-index: 1001;
    top: 50%;
    left:40%;
    position: absolute;
}
.imgloading
{
    
    color: white;
    display: inline;
    z-index: 1001;
    top: 52%;
    left:42%;
    position: absolute;
}

a h5{
	font-size: 18px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4{
	margin-top: 0px;
	margin-bottom: 0px;
}
