/* CSS for Online Solutions  */
/*       R. Nicholls         */
/* Metropolitan Health Group */

#LoginUserTabs{
	margin-top:46px;
	margin-left:23px;
	
}


.LoginUserTab{
	background-image:url('../IMAGES/onlinesolutions/tab menu/tab_norm.jpg');
	background-repeat:no-repeat;
	width:130px;
	height:25px;
	display:block;
	float:left;
	text-align:center;
	z-index:299;
	padding-top:10px;
	font-family:Arial, sans-serif;
	color:#b0d6e7;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	cursor:pointer;
}

.LoginUserTabSelected{
	background-image:url('../IMAGES/onlinesolutions/tab menu/tab_over.jpg');
	background-repeat:no-repeat;
	float:left;
	width:130px;
	height:25px;
	display:block;
	text-align:center;
	padding-top:10px;
	font-family:Arial, sans-serif;
	color:#f8674e;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	cursor:pointer;
}

#loginfooter{
	width:545px;
	float:left;
	left:20px;
	position:relative;
	top:8px;
	left:66px;
}


    .HiddenLoginUserTab 
        {
            display: none;
        }
    #RegisterForm
        {
            display: none;
        }
   #PinRetrievalForm
        {
            display: none;
        }
		
		

.LoginItemTabSelected{
	float:left;
	text-align:center;
	background-image: url('../IMAGES/onlinesolutions/tab menu/login_over.jpg');
	background-repeat:no-repeat;
	width:118px;
	height:30px;
	cursor:pointer;
	padding-top:10px;
	font-family:Arial, sans-serif;
	color:#0591c8;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}

.LoginItemTab{
	float:left;
	background-image: url('../IMAGES/onlinesolutions/tab menu/login_norm.jpg');
	background-repeat:no-repeat;
	width:118px;
	height:30px;
	text-align:center;
	cursor:pointer;
	padding-top:10px;
	font-family:Arial, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}


.loginregback{
	float:left;
	width:545px;
	position:relative;
	top:20px;
	left:75px;
}

#AccessUser{
	font-family:Arial, sans-serif;
	font-size:12px;
	letter-spacing:1px;
}

label{
	font-family:Arial, sans-serif;
	font-size:12px;
	letter-spacing:1px;
}

.pin{
	font-family:Arial, sans-serif;
	font-size:12px;
	letter-spacing:1px;
}

#DMAUserPinRetrival{
	font-family:Arial, sans-serif;
	font-size:12px;
	letter-spacing:1px;
}

#DMAUserRegister{
	font-family:Arial, sans-serif;
	font-size:12px;
	letter-spacing:1px;
}

.loginbuttspace{
	background-image:url('../IMAGES/onlinesolutions/tab menu/loginbut.gif');
	background-repeat:no-repeat;
	background-color:none;
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	display:block;
	border:none;
	cursor:pointer;
}


button { 
  border:0; 
  cursor:pointer; 
  font-weight:bold; 
  padding:0 8px 0 0; 
  text-align:center; 
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px; 
}

/*blue buttons*/
button.submitBtn { 
  background:url('../IMAGES/onlinesolutions/tab menu/btn_blue_right.gif') right no-repeat; 

}
button.submitBtn span { 
  height:50px; 
  line-height:50px;
  background:url('../IMAGES/onlinesolutions/tab menu/btn_blue_left.gif') left no-repeat;
  color:#fff; 
    font-size:15px; 
  font-family:Arial, sans-serif;
  letter-spacing:1px;
}
button.submitBtn:hover {
	background:url('../IMAGES/onlinesolutions/tab menu/btn_blue_right_hover.gif') right no-repeat; 
}
button.submitBtn:hover span {
	background:url('../IMAGES/onlinesolutions/tab menu/btn_blue_left_hover.gif') left no-repeat; 
}


input{
	position:absolute;
	left:305px;
	height:15px;
	font-family:Arial, sans-serif;
	font-size:11px;
}
/*Post and Fax */
#post
{
	display: none;
	font-family:Arial, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	width:450px;
}
#fax
{
	display: none;
	font-family:Arial, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	width:450px;
}

.posticon{
	display:block;
	background-image:url(../IMAGES/onlinesolutions/post_icon.gif);
	background-repeat:no-repeat;
	width:51px;
	height:42px;
	position:absolute;
	left:400px;
	top:270px;
	cursor:pointer;
}

.posticon span{
	display:none;
}


.faxicon{
	display:block;
	background-image:url(../IMAGES/onlinesolutions/fax_icon.gif);
	background-repeat:no-repeat;
	width:51px;
	height:42px;
	position:absolute;
	left:340px;
	top:270px;
	cursor:pointer;
}

.faxicon span{
	display:none;
}


.zindexup{

}


.regicon{
	display:block;
	background-image:url(../IMAGES/onlinesolutions/register.gif);
	background-repeat:no-repeat;
	width:51px;
	height:42px;
	position:absolute;
	left:280px;
	top:270px;
	cursor:pointer;
}
.regicon span{
	display:none;
}


#ValidationMessage {
	font-family: Arial,sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	float: left;
	width: 545px;
	padding-top: 10px;
}



