BODY {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE:  x-small;
	LINE-HEIGHT: 130%;
	color : #35354D;
	
}

.loginHeader
{
    background: url(./images/topBg.png) repeat scroll 0 -46px transparent;
    color: #333333;
    padding-bottom: 10px;
}


A:link {
	COLOR: #232377;
}

A:unknown {
	COLOR: #232377;
}

A:hover {
	COLOR: #6464FE;
	text-decoration:none;
}

A:visited{
	COLOR: #232377;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #585880;
	font-size: 18pt;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #585880;
	font-size: 14pt;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #585880;
	font-size: 12pt;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #585880;
	font-size: 10pt;
}

H5 {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #585880;
	font-size: 9pt;
}

H6 {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #585880;
	font-size: 8pt;
}

.theme_header {
	background-image :url( images/title-bg.gif );
}

.theme_footer {
	background-image :url( images/smokeandglass_fadeblue.gif );
}

.theme_highlighted {
	background-image :url( images/smokeandglass_blueandwhitef.gif );
}

.theme_fadeblue {
	background-image :url( images/smokeandglass_fadeblue.gif );
}
.divContainer
{     
    text-align: right;
    font-size: large;
    position: absolute;
    visibility: visible;
    width: 100%;
    filter: alpha(opacity=75 );
    -moz-opacity: 0.75;
    opacity = 0.75;
    vertical-align: middle;
    display: inline;
    height: 100%;
    background-color:#000000;  
    z-index:99999;
    margin-left:0px;
    margin-top:0px;
    float:left;
    }

.divLoaderBack
{
	 margin-left:0px;
    margin-top:0px;
    background-color: #444141;
    color: #ffffff;
    font-size:x-small;
    height: 7px;
    visibility: visible;
    width: 510px;
    vertical-align: middle;
    text-align: left;
    margin: auto;
    top:50%;
    position:relative;
    
}
.divLoaderProgress
{
    background-color: #e2e7eb;
    color: gray;
    padding: 5px,0px,0px,5px;
    position: relative;
    visibility: visible;
    height: 5px;
    width: 0px;
}

.divLoadingStat
{
    background-color: Transparent;
    border-color: #ffffff;
    color: #ffffff;
    padding:  5px,0px,0px,5px;
    position: relative;
    visibility: visible;
    border-width: medium;
    width: 100%;
    height: 15px;
    text-align: center;
    margin-bottom: 15px;
    font-size:0.6em;
    font-weight:bold;
    line-height:20px;
    top:50%;
}

