.MainDiv
{
	position:absolute; 
	top: expression((document.documentElement.clientHeight/2)-155); 
	left: expression((document.body.clientWidth/2)-200); 
	width:400; 
	height:210; 
	font-family:Tahoma,Helvetica,Verdana;
}

.ChangePWDDiv
{
	position:absolute; 
	top: expression((document.documentElement.clientHeight/2)-125); 
	left: expression((document.body.clientWidth/2)-200); 
	width:450px; 
	height:250px; 
	border: 1px solid #BAC6CD;	
	font-family:Tahoma,Helvetica,Verdana;
}
.SignInTitle
{
	background: url(../img/TopLoginBar.png);
	background-repeat:repeat-x;
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	color:#1F497D; 
	width:100%; 
	height:26px;	
	padding-left:10px;
	border:solid 1px #4A7EBB;
	
}

.SiteName
{
	font-family: Calibri, Arial; 
	font-size:14pt; 
	padding-left:5px; 
	color:#1F497D; 	
}

.GrayText
{
	font-family:Tahoma; 
	font-size:8pt; 
	color:Gray;	
	vertical-align:middle;
}
.Label
{
	font-family:Tahoma; 
	font-size:8pt; 
	color:Black;	
	vertical-align:middle;
}

.LabelLink
{
	text-decoration:none;
	font-family:Tahoma; 
	font-size:8pt; 
	color:#0099CC;	
	cursor:hand;
}

.TextBox
{
	font-family:Verdana, Tahoma ; 
	font-size:10pt; 
	color:Black;	
	vertical-align:middle;
	border:1px solid #6699CC;
}

.LoginBodyBackground
{
	background: url(../img/BHBackGround.png) no-repeat;
	background-position:right -1px;
}

.Button
{
	background: url(../img/Login_Blue_Button.png) no-repeat top Center;
	height:25px;
	width:75px;
	border:0px;
}
.BigButton
{
	background:url(../img/MyReportsBlue_Button.png) no-repeat top Center;
	height:25px;
	width:117px;
	border:0px;
}
.ButtonText {
    font-family: Verdana;
    font-size: 8pt;
}
.Link
{
    font-weight: normal;
    font-size: 11px;
    color: Blue;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.Link:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: Blue;
    text-decoration: underline;
    font-size: 11px;
    cursor: pointer;
}
	

body 
{
    Width:100%;
    height:100%;
    padding:0px;
    margin:0px;
}
#iPadDiv1
{
    position:fixed; top:0; left:0; width:100%; height:100%; z-index:-1;background-image:url(../img/iPad/IPadBG.png);background-position:center center; background-repeat:no-repeat;
}

.iPadBody
{
    Width:100%;
    height:100%;
}
.iPadLeft
{
    background-image:url(../img/iPad/left.png);
    background-position:left top;    
    background-repeat:no-repeat;  
}
.iPadMiddle
{
    background-image:url(../img/iPad/center.png);
    background-position:128px top;    
    background-repeat:repeat-x;
}
.iPadRight
{
    background-image:url(../img/iPad/right.png);
    background-position:right top;  
    background-repeat:no-repeat;  
}
.loginText
{
    font-family:Tahoma,verdana;
    font-size:10pt;    
}



/* Css Used for iPad*/

.IPasLabel
{
    font-family: Helvetica,Tahoma,Verdana; 
    font-size:8pt; 
    color:Black;    
    vertical-align:middle;
}

.IPadLabelLink
{
    text-decoration:none;
    font-family:Helvetica,Tahoma,Verdana; 
    font-size:8pt; 
    color:#0099CC;  
    cursor:hand;
}

.IPadTextBox
{
    font-family:Helvetica,Tahoma,Verdana; 
    font-size:10pt; 
    color:Black;    
    vertical-align:middle;
    padding-top:6px;
    width:189px;
    /*background-image:url(../img/iPad/iPadTextBox.png);*/
    background-repeat:no-repeat;
    background-color:transparent;
    padding-left:3px;
    height:20px;
    z-index:10;
}


.IPadButton
{
    background-image: url(../img/iPad/IPadButton.png);
    height:32px;
    width:73px;
    border:0px;
    color:White;
    font-family:Helvetica,Tahoma,Verdana; 
    font-size:10pt;
    font-weight:bold;
}