/* 
-------------------------------------------
| Copyright MHG Metropolitan Health Group |
| Author: R.Nicholls  Nov 07 		      |
| Update by: Siyabonga H				  |
| Left menu fix + Update BG Img 07 Jun 13 |
| Update by: N.Petersen				          |
| Re-Skin Website 24 Jan 14       		  |
-------------------------------------------
*/
		

/********************HTML BODY***************************/
html, body{
	height:100%;
}

* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}

body{
	margin:0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif, Aller;
	font-size:13px;
	color:#535353;
}

/*******************END HTML BODY***************************/



/****************Global Links**********************/

/****************PNG Link Hack Fix**********************/
/*a{
	position:relative;
}*/

.indexup{position:relative; }

/*****************Enf Hack Fix**************************/

a{
	outline:none;
}

a:link {
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:active{
  outline: none;
}

a:visited{
color:#0060ae;
}

.breadcrumbs {
	font-size: 11px;
	color:#999999;
}

.breadcrumbs a {
	color:#999999;!important
}

/****************End Global Links**********************/



/*****************Headings***************************/

h1, h2, h3, h4, h5, h6 {
	text-align:left;
	padding-bottom:5px;
}

h1, h2, h3,  {
	font-family:Arial, sans-serif;
	font-weight: bold;
	color:#0060ae;
}

h1, h2, h3, h4 a{
	color:#0060ae;
	text-decoration:none;
}

h1, h2, h3, h4 a:hover{
	color:#0060ae;
	text-decoration: none;
}

h1, h2, h3, h4, a:visited {
	color:#0060ae;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}

h3{
	font-size:15px;
	font-weight:normal;
}

h3 a {
	color:#535353;
	text-decoration:none;
}

h3 a:hover {
	color:#535353;
	text-decoration:none;
}

h4 {
	font-size: 17px;
	font-family:Arial, sans-serif;
	font-weight: bold;
	color:#0060ae;
	padding-top:5px;
	margin-top:5px;
}

h5 {
	font-size: 12px;
	font-family:Arial, sans-serif;
	font-weight: bold;
	color:#535353;
}

h5 a {
	color:#535353;
	text-decoration:none;
}

h5 a:hover {
	color:#535353;
	text-decoration:none;
}

h5 a:visited {
	color:#535353;
	text-decoration:none;
}


h6 {
	font-size: 12px;
	font-family:Arial, sans-serif;
	font-weight: normal;
	color:#535353;
}
h6 a {
	color:#535353;
	text-decoration:none;
}


h6 a:hover {
	color:#535353;
	text-decoration:none;
}

h6 a:visited {
	color:#bababa;
	text-decoration:none;
}

ul {
padding-left:13px;
padding-top:8px;
padding-bottom:8px;
}

ol {
padding-left:30px;
padding-top:8px;
padding-bottom:8px;
}

li{
padding-bottom:3px;}

#content img {
	padding: 1px;
	border: 1px solid #cbcbcb;
}

/*****************End Headings***************************/




/***********************Layouts***************************/
#contentholder{
	width:760px;
	*margin-top:35px;
	margin-top: 60px;
	
}

#headerback{
	width:760px;
	height:107px;
	margin-bottom:3px;
}

#logo{
	background-image:url('../images/qualsa/mhrm/mhrm_logo.png');
	background-position:left;
	background-repeat:no-repeat;
	width:212px;
	height:47px;
	float:left;
	margin-top:30px;
}

.logoimgholder{
	width:760px;
	height:107px;
}


#loginbut{
	width: 50px;
	height:auto;
	background-color: #d0d0d0;
	text-align:center;
	display: block;
	cursor:pointer;
	padding:5px;
	color:#FFFFFF;!important
}

#loginbut a {
	font-size: 12px;
	text-decoration: none;
	color:#FFFFFF;!important
}

#loginbut a:hover {
	color:#FFFFFF;!important
	text-decoration: none;
	font-size: 12px;
}

.banner{
	float:right;
	height:142;
	right:6px;
	position:relative;
}

#outer{
	/*height:100%; */
	min-height:100%;
	width:760px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
}
 
/*html>body #outer{height:auto;} for mozilla as IE treats height as min-height anyway*/


#content{
	width:550px;
	float:right;
	padding-bottom:23px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif, Aller;
	font-size:13px;
	color:#535353;
	margin-bottom:40px;
	padding-left: 15px;
	border-left: 1px solid #e0e0e0;
}


#content a{
	font-size:11px;
	color:#535353;
}

#content a:hover{
	font-size:11px;
	color:#535353;
}



/**********************HIGHLIGHTS************************/

.highback{
	width: 550px;
	height: auto;
	/*padding-top: 20px;*/
	padding-bottom: 5px;
	float:left;
}

.highimage{
	height:131px;
	width:108px;
	float:left;
}

.hightext {
	float: left;
	width: 400px;
	padding-top: 0px;
	letter-spacing: 0px;
	padding-left: 10px;
	padding-right: 2px;
}

.detailholder{
	border-bottom: 1px solid #a8bbb5;
	width: 513px;
	padding-bottom:5px;
	padding-top: 5px;
	margin-bottom:5px;
	margin-top: 5px;
	/*margin-left:10px;
	margin-right: 10px;*/
	background-image:url('../images/highlights/highback.png');
	background-repeat:no-repeat;
	background-position: top;
	height: 50px;
}

.detailtext{
margin-left:10px;
	margin-right: 10px;
	
}

/************* PAGENATION *****************/	
	
#PageNation{
	width:100%;
	color: #D1DED8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#PageNation a:link{
	text-decoration:underline;
	color: #D1DED8;
	display:block;
	
}

#PageNation a:hover{
	text-decoration:none;
	color:#000000;
	background-color:#FFFFFF;
	display:block;
}

#PageNation a:visited{
	text-decoration:none;
}
/************* END PAGENATION *****************/	

/**********************small Highlights************************/

.feautsmallholder{
	background-image:url('../images/highlights/highsmallback.png');
	background-repeat:no-repeat;
	width:201px;
	height:114px;
}

.smallfeautimg{
	float:left;
	width:70px;
	height:85px;
	padding-top:15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.smallfeauttextholder{
	float: left;
	width:110px;
	padding-top:15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 6px;
	font-family:Verdana, sans-serif;
	font-size:9px;
	color:#a9bdb6;
}
	
.smallfeautcontent{
	font-family:Verdana, sans-serif;
	font-size:9px;
	color:#CCCCCC;
	padding-top:5px;
}
	
.smallfeautcontent a{
	color:#a8bbb5;
}

.smallfeautcontent a:hover{
	color:#a8bbb5;
}
/**********************End small Highlights************************/

/**********************END Highlights************************/



/**********************HUBS************************/

#hubholder{
	padding-bottom:8px;
	width:750px;
	height:200px;
	height: 235px;
	clear: both;
}

#hubholder img {
border: none;
}

.hubback{
	float:left;
	width:158px;
	cursor:pointer;
	margin-right: 28px;
	margin-top: 50px;
}

.hubinfoback{
	margin-left: 40px;
	width: 135px;
}

.hubheading {
	color:#0060ae;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, Aller;
	font-size:18px;
	font-weight:normal;
	text-transform:none;
}

.hubheading a{
	color:#FFFFFF;
	text-decoration:none;
}

.hubheading a{
	color:#FFFFFF;
	text-decoration:none;
}

.hubimage{
	width:83px;
	margin:auto;
	padding-top:30px;
}

.hubimage img {
	border:none;	
}

.hubtext{
	font-family:Arial, Helvetica, sans-serif, Aller;
	font-size:12px;
	color:#535353;
	text-align: center;
	padding-top: 4px;
}

.hubtext a{
	text-decoration:none;
}

/**********************END HUBS************************/



#footer {
	width:770px;
	clear:both;
	margin: 0 auto;
	height:83px;
	text-align:left;
	bottom:0;
	position: absolute;	
	font-size:11px;
	background-color: #f1f1f1;
	border-bottom: #0060ae;
	border-bottom-style: solid;
	border-bottom-width: thick;
}
	
.footertext{
	top: 30px;
	position: relative;
	font-family:Arial, Helvetica, sans-serif, Aller;
	font-size: 10px;
	color: #7f7f7f;
	text-align: left;
	padding-left: 20px;
}

.footertext a{
	text-decoration:underline;
	color:#0060ae;
}

.footertext a:hover{
	text-decoration:none;
	color:#0060ae;
}

.footertext a:visited{
	color:#0060ae;
}

* html #footer {/*only ie gets this style*/
	\height:38px;/* for ie5 */
	he\ight:38px;/* for ie6 */
}

*html .footertext{/*only ie6 gets this style*/
	top:11px;
}

#clearfooter {
	width:100%;
	height:32px;
	clear:both;
	padding-top: 30px;
} /* to clear footer */
/***********************END Layouts***************************/



/*****************ContIMG**********************/

.contimgholder{
	width:548px;
	height:135px;
/*	padding:1px;
	border: 1px solid #cbcbcb;*/
}

.contimg{
	border: 1px solid #a8bbb5;
}


/*****************ContIMG**********************/



/*************Left Menu***************/

#leftmenuholder {
	width:180px;
	float:left;
	padding-right: 0px;
	padding-bottom:32px;
	padding-left: 0px;

}

#leftmenutop {
	width:190px;
	padding-bottom:5px;
}

/***************Start Left Menu*********************/

.menuholder{
	width:194px;
	position:relative;
	z-index:8;
}
#menu {
	width: 175px;
	margin-left:2px;
	position:relative;
}

#menu ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#menu a, #menu h2 {
	font-size:12px;
	display: block;
	height:20px;
	margin: 0;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 0px;
	width:100%;
}

#menu h2 {
	color: #fff;
	background: #000;
}

#menu a {
	color:#535353;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif, Aller;
	margin-top:0px;
	border-bottom: #e0e0e0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#menu a:hover {
	color: #0060ae;
}

#menu li {
	position: relative;
	padding-bottom: 0;
	min-width:170px;
	float:left;
}

#menu li li a{
	position: relative;
	background-color: #0060ae;
	color:#fff;
	padding-left:7px;
}

#menu li li a:hover {
	position: relative;
	background-color:#92c2e9;
	color:#0060ae;
}

#menu ul ul ul, #menu ul ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}


div#menu ul ul ul,
div#menu ul ul li:hover ul ul, 
div#menu ul ul ul ul, 
div#menu ul ul  li:hover ul ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul, div#menu ul ul ul ul li:hover ul  
{display: block;}
/***************END Left Menu*********************/


/*************End Left Menu**************/


/*******************************************/
     /*****  Tabbed Nav   *****/
/*******************************************/

#tab, #tab ul {
	list-style: none;
	font-weight: bold;
	padding-left:2px;
	margin: 0;
	font-size:12px;
	z-index:300;
}

#tab{
	height:36px;
	background: #0060ae;
	font-family: Arial, sans-serif;
	margin-left:1px;
	padding-left:1px;
	text-align:center;
	width:760px;
}

#tab a {
	display: block;
	width: 120px;
	text-decoration: none;
	height: 36px;
	background: transparent url('../images/qualsa/mhrm/menu_divider.png') no-repeat top right;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size:13px;
	font-weight:bold;
	line-height:35px;
}

#tab a:link{

}

#tab a:hover{
	color:#0060ae;
	background-color:#92c2e9; 
}


#tab li {
	float: left;
	padding: 0;
	margin:0;
	
}


#tab ul {
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
	margin:0;
	
	
}

#tab li  a{
color:#FFFFFF;
text-align:center;

	
}


#tab li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	
}

#tab li li {
	background-image:none;
	font-size:11px;
	padding-left:0px;
	border-left:#e1e1e1 solid 1px;
	background-color:#FBFBFB;
	border-right: 4px #333333 solid;
	border-bottom: 1px #333333 solid;
}


#tab li li a{
	font-weight:normal;
	font-size:11px;
	height:10px;
	color:#333333;
}


#tab li ul a {
	width:160px;
	background-image:none;
	padding-left:10px;
	text-align:left;
}


#tab li ul ul {
	margin: -27px 0 0 150px;
}

#tab li:hover ul ul, #tab li:hover ul ul ul, #tab li.sfhover ul ul, #tab li.sfhover ul ul ul {
	left: -999em;
	
}

#tab li:hover ul, #tab li li:hover ul, #tab li li li:hover ul, #tab li.sfhover ul, #tab li li.sfhover ul, #tab li li li.sfhover ul {
	left: auto;
	
}

#tab li:hover, #tab li.sfhover {
	background-color:#92c2e9; color:#0060ae;
	
}


/*****  End Tabbed Nav   *****/

/***************************Search*********************************/
#searchbutton1{
border: 1px solid #d0d0d0;
color:#3B4F4B;
font-weight:bold;
font-size:11px;
padding:2px;
float:left;
margin-top:10px;
}

#searchbutton2{
background-color:#a8bbb5;
border: 1px solid #3B4F4B;
margin-left:5px;
color:#3B4F4B;
font-family:Verdana, sans-serif;
font-weight:bold;
font-size:11px;}

.searchbox{
border: 1px solid #d0d0d0;
}

.searholder{
	font-family: Arial,Helvetica,sans-serif;
	text-align:justify;
	font-size:11px;
	color:#d4d7d6;
	padding-top:15px;
	padding-bottom:5px;
	float:left;
	padding-right:10px;
}

/****************DUDE************************/

#leftmenutop a {
	float:left;
}

.dude{
	background-image:url('../images/qualsa/mhrm/small_dude.gif');
	background-repeat:no-repeat;
	width:180px;
	height:272px;
	position:relative;
	cursor: pointer;
	margin-top:20px;
}

/***************Enquiry Form*********************/

.enquirform {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 10px;
	WIDTH: auto;
	PADDING-TOP: 10px;
	BACKGROUND-COLOR: #F8F8F8;
	border: 1px solid #CCCCCC;
	font-family: Arial,sans-serif;
	font-size: 11px;
	background-image: url(../images/formback.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	
} 

.InputFieldsa, .InputFieldsb, .InputFieldsc, {
	border: 1px solid #CCCCCC;
	position: relative;
	width: 125px;
} 

.InputFieldsd{

	width: 145px;
}

.submit{
	background-color:#a8bbb5;
border: 1px solid #3B4F4B;
margin-left:5px;
color:#3B4F4B;
font-family:Verdana, sans-serif;
font-weight:bold;
font-size:11px;
} 



#loginerror{
	background-color: #a8bbb5;
	color: #FFFFFF;
	font-size:13px;
	margin-top:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: bold;
	text-align: center;
	width:300px;
}

.FormLabel{
   width:280px;
	padding-right:20px;
	display:block;
	float:left;
	padding-top:5px;
	padding-bottom:10px;
}

.InputFieldsa{
	left: 0px;
} 

.InputFieldsb{
	left: 0px;
} 

.formtext{
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 300px;
	height: 40px;
} 

.formtop{
font-family:Arial, sans-serif;
font-size:15px;
font-weight:bold;
text-align:center;
color:#FFFFFF;
padding-top:5px;
padding-bottom:10px;
text-transform:uppercase;
background-image: url('../images/menu/login/logintopred.gif');
background-repeat: repeat-x;
width:auto;}



/********************Register**************************/
    .tab
        {
           
				
            padding: 6px;
            float: left;
            cursor: pointer;
			color:#FFFFFF;
			font-family: Arial, sans-serif;
			font-size: 11px;
			font-weight: bold;
			background-image:url('../images/form/tab.png');
			position:relative;
				
        }
		   .selectedtab
        {
            
			border-bottom: 3px #a8bbb5 solid;
			padding: 6px;
			float: left;
			cursor: pointer;
			color:#FFFFFF;
			font-family: Arial, sans-serif;
			font-size: 11px;
			font-weight: bold;
			background-image:url('../images/form/tab.png');
			position:relative;
        }
		  
		  
    #box{
	background-image:url('../images/form/box-back.png');
	background-repeat:no-repeat;
            width: 95%;
            float: left;
            padding: 10px;
				height:730px;
	
        }
    #tabs
        {
            width: 400px;

        }
   #Member
        {
           display: block;
		   position:relative;
          
        }
   #ServiceProvider
        {
            display: none;
			 position:relative;

        }

.InputFields {
	border: 1px solid #CCCCCC;
	position: relative;
	margin-bottom:10px;
}  

#IDNumber, #ConfirmPassword {
	border: 1px solid #CCCCCC;
	position: relative;
	margin-bottom:10px;
} 

#S-DOC{
width:135px;
}

fieldset{
background-image: url('../images/form/fieldset_back.png');
background-repeat:no-repeat;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
margin-bottom:10px;
border-bottom:4px #a8bbb5 solid;
}

legend{
color:#a8bbb5 ;
font-size:14px;
font-weight:bold;
margin-top:10px;
padding-bottom:10px;
text-decoration:underline;
margin-left:-7px;
}

#ValidationMessage{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #B22222;
padding-top:5px;
padding-bottom:5px;
text-align: center;
margin-bottom:5px;
}

/**************DIC**********************/
.dic {
    float: left;
    padding: 5px;
    /* height: 20px; */
}

.dicitem
{
    float: left;
    padding-left: 5px;
    padding-bottom: 5px;
}

.dicbull
{
   padding-bottom: 5px; 
   margin-bottom:10px;
}

.dicholder {  	width: 500px;  }


/*********************Image Divs************************/

.horiimagebackleft{
	background-image:url('../images/imageback.png');
	background-repeat:no-repeat;
	width:209px;
	height:130px;
	float:left;
	padding-right:3px;
	padding-bottom:50px;
}


.vertiimagebackleft{
	background-image:url('../images/imagebackvert.png');
	background-repeat:no-repeat;
	width:130px;
	height:209px;
	float:left;
	padding-right:3px;
	padding-bottom:50px;
}

.horiimagebackright{
	background-image:url('../images/imageback.png');
	background-repeat:no-repeat;
	width:209px;
	height:130px;
	float:right;
	padding-left:3px;
}

.imageplacement{
	width:185px;
	height:110px;
	margin:auto;
	padding-top:10px;
	
}

.imageplacementvert{
	width:110px;
	height:185px;
	margin:auto;
	padding-top:12px;
	
}

.imageplacementright{
	width:185px;
	height:110px;
	margin:auto;
	padding-top:10px;
	padding-right:15px;
}

.caption{
	font-family:Arial, sans-serif;
	font-size:9px;
	color:#7f7f7f;
	text-align: center;
	width:185px;
	float:left;
	padding-left:8px;
	padding-bottom:3px;
	margin-top:13px;
	position: relative;
	
}
.caption2{
	font-family: Arial,sans-serif;
	font-size: 9px;
	color: #7f7f7f;
	text-align: center;
	padding-left: 8px;
	padding-bottom: 3px;
	margin-top: 13px;
	position: relative;

}

.socialblock{
	height:200px;
}

.socialblocktwo{
padding-left:8px;
}

.socialhr{
	border-bottom: #a8bbb5 3px solid;
	padding-top:8px;
	margin-bottom:9px;
}

.contentblock{
background-image:url('../images/contentimages/contentblocktop.png');
background-repeat:no-repeat;
width:498px;

padding-top:12px;
padding-left:2px;
padding-bottom:6px;
margin-bottom:13px;
padding-right:15px;
border-bottom: #a8bbb5 3px solid;}

.contentblocklong{
background-image:url('../images/contentimages/contentblocktop.png');
background-repeat:no-repeat;
width:498px;

padding-top:12px;
padding-left:2px;
padding-bottom:6px;
margin-bottom:13px;
padding-right:15px;}




/*********************Table**********************/

.TableLogged{
border: #a8bbb5 1px solid;
border-collapse: collapse;
	width:100%;
}

.TableLogged td, TableLoggedtr{
	padding-left: 0px;
	border:none;
}


.TableLogged tr{
border: #a8bbb5 1px solid;
padding:5px;
}

.TableLogged td{
border: #a8bbb5 1px solid;
padding:5px;
	
}

.TableLogged th{
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	background:none;
	font-size:12px;
	padding:5px;
	border-bottom: #a8bbb5 2px solid;
	background-color:#a8bbb5;

}

.TableLogged{
	font-family: Verdana, sans-serif;
	text-align:justify;
	font-size:11px;
	color:#d4d7d6;
}


.TableLogged a{
	font-size:11px;
	color:#a8bbb5;
}

.TableLogged a:hover{
	font-size:11px;
	color:#a8bbb5;
}

.hivblockholder{
		background-image:url(../images/qualsa/hiv-block.png);
		width:521px;
		height:223px;
		display:block;
}

.linkholder{
	padding-left:160px;
	padding-top:55px;
}

.formholder{
	padding-top:40px;
}


.healthholder{
	padding-top:35px;
}




.tbnorm table {
  border-collapse: collapse;
  border: none;
  font: normal 11px helvetica, verdana, arial, sans-serif;
	
border-spacing: 1px;
  }
.tbnorm caption {
  text-align: left;
  font: normal 11px helvetica, verdana, arial,  sans-serif;
  background: transparent;
  }
.tbnorm td, .tbnorm th {
	border: none;
	padding: 0.8em;
	color: #8B8B8B;
  }
 
 
.tbnorm thead th, .tbnorm tfoot th {
  font: bold 10px helvetica, verdana, arial, sans-serif;
  border: none;
  text-align: left;
  background: #000000;
  color: #00FF0C;
  padding-top:4px;
  }
.tbnorm tbody td a {
  background: transparent;
  text-decoration: none;
  color: #9F9F9F;
  }
.tbnorm tbody td a:hover {
  background: transparent;
  color: #00FF0C;
  }
.tbnorm tbody th a {
  font: bold 11px helvetica, verdana, arial, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #9F9F9F;
  }
  
  
.tbnorm tbody td+td+td+td a {
    padding-right: 14px;

    }
    .tbnorm tbody td+td+td+td a:hover {
        padding-right: 14px;

    }
.tbnorm tbody th a:hover {
  background: transparent;
  color: #00FF0C;
  }
.tbnorm tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }

.odd {
  background: #000000;
  }
.tbnorm tbody tr:hover {
  background: #0E0E0E;
  }
.tbnorm tbody tr:hover th,
.tbnorm tbody tr.odd:hover th {
  background: #0E0E0E;
  }


/* QUALSA PHARMACY SEARCH */
#ProviderSearch label {display:block;float:left;width:150px}
#ProviderSearch input, select {font-size:11px;font-family:verdana;padding:1px 4px;color:#444;background-color:#ddd}
#ProviderSearch button {margin-left:150px}

.ProviderTable {}
.ProviderTable td {vertical-align:top;border-right:1px solid #222;padding:5px 5px 15px 5px;text-align:left;color:#ddd;border-bottom:1px solid #222}
.ProviderTable th {padding-bottom:15px}

.providerpaging {float:left;margin-bottom:20px}
.providerpaging div {float:left;padding:0px 5px 1px 5px;width:27px;font-weight:bold;text-align:center;font-size:19px;line-height:23px;font-family:arial;color:#bbf}
.providerpaging a {text-decoration:none;background-color:#222;padding:5px;display:block;width:26px;float:left;border-right:1px solid #111;border-bottom:1px solid #111;text-align:center}
.providerpaging a:hover {background-color:#002;text-decoration:none;color:#aaa;font-weight:bold}
/* QUALSA PHARMACY SEARCH END */

.fogheader {width:280px;
	padding-right:20px;
	display:block;
	float:left;
	padding-top:5px;
	padding-bottom:10px;
	font-size: 12px;
	font-family:Arial, sans-serif;
	font-weight: bold;
	color:#a8bbb5;
	}
.qualsatext{}
.error{width:100%}
.lookupresults {
	width:100%;
	BORDER-BOTTOM: #e8e8e8 1px solid;
	BORDER-LEFT: #e8e8e8 1px solid;
	BORDER-TOP: #e8e8e8 1px solid;
}
.lookupresults {
	LINE-HEIGHT: 16px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #D8E0DD;
	FONT-SIZE: 11px
}
.lookupresults td
{
	BORDER-TOP: #e8e8e8 1px dashed;
	BORDER-RIGHT: #e8e8e8 1px solid;
	PADDING-BOTTOM: 10px;
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 10px;
	PADDING-TOP: 10px
}

.lookupresults th
{
	BORDER-RIGHT: #e8e8e8 1px solid;
	PADDING-BOTTOM: 20px;
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 10px;
	PADDING-TOP: 10px;
	color:white;
	font-size:14px;
	font-weight:bold
}


/* QUALSA GP NETWORK */
#LightBoxContent {width:580px;background-color:#eee !important;border:10px solid #fff;}
#LightBoxContent .h1 {font-size:22px;font-family:arial;color:#888;margin:15px 0 10px 13px;padding:0;font-weight:bold}
#LightBoxContent .docDetail td {font-size:13px;font-family:arial;color:#333;padding:10px}

.total {font-size:12px;font-family:arial;padding:10px 0 10px 10px}
.total b {font-size:14px;font-family:arial;padding:0 3px 0 3px}

#qualsagpnw .paging {padding:10px 0 10px 0}
#qualsagpnw .paging a {display:block;padding:5px 3px 5px 3px;float:left;text-decoration:none;border-left:0px solid #444}
#qualsagpnw .paging a.sel {font-weight:bold;color:#ddd;background-color:#555;}
#qualsagpnw .paging a:hover {padding:5px 3px 5px 3px;background-color:#222}



#qualsagpnw .theresult {clear:left;padding:10px 0 15px 0}
#qualsagpnw .theresult td {padding-bottom:6px}
#qualsagpnw .theresult .heading td {font-weight:bold;padding-bottom:10px}
#qualsagpnw .theresult .heading td.hname {width:260px}
#qualsagpnw .theresult .heading td.hprac {width:130px}

.ntw_provid, #ntw_prv, #ntw_twn {margin-bottom:1px}
.ntw_provid label {clear:left;width:110px;display:block;float:left}
#ntw_prv label {clear:left;width:110px;display:block;float:left}
#ntw_twn label {clear:left;width:110px;display:block;float:left}
#ntw_sbb label {clear:left;width:110px;display:block;float:left}
div .sbmtBtn {margin:6px 0 0 110px}
.sbmtBtn {width:110px;font-weight:bold;color:#666;font-size:13px}

#sorry {padding:30px 0 0 20px;font-size:12px;font-family:arial}

/*GP Network*/
.bottom_image, .practice_link, .fee_link {display:none;}
.labelipa {display:block; clear:both;}

/************* Print Options ***************/
#printLogo{display:none;}

@media print {
body{background-image:none; background-color:#FFF;}
 #printLogo{display:block;width:100%;height:45px;}
 #headerback, #leftmenuholder, .breadcrumbs, #footer, #clearfooter{display:none;}
 h4{display:block;border-bottom:1px solid #000;color:#000;font-size:14px;}
 #content{color:#000; width:auto;background-image:none;font-size:12px;font-family:Arial, Helvetica, sans-serif;}
 
}

/* Additional Styles */

.ethics {
	width:121px;
	height:37px;
	background-image:url('../IMAGES/qualsa/mhrm/ethics.gif');
	background-repeat:no-repeat;
	margin: 25px 15px 0 0;
	float:right;
}

.investors {
	width:72px;
	height:48px;
	background-image:url('../IMAGES/qualsa/mhrm/investors.gif');
	background-repeat:no-repeat;
	margin: 17px 20px 0 0;
	float:right;
}

