/* 
-------------------------------------------
| Copyright MHG Metropolitan Health Group |
| author: R.Nicholls  November 2007            |
-------------------------------------------
*/
		

/********************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;
	background-color:#121212;
	background-image:url('../images/page_back.jpg');
	background-position:top;
	background-repeat:repeat-x;
	font-family: Verdana, sans-serif;
	text-align:justify;
	font-size:11px;
	color:#d4d7d6;
	letter-spacing:0.05em;
}




/*******************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:underline;
}

a:hover{
	text-decoration:none;
}

a:active{
  outline: none;
}

a:visited{
color:#a8bbb5;
}

/****************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:#a8bbb5;
	letter-spacing:1px;
}

h1, h2, h3, h4 a{
	color:#a8bbb5;
	text-decoration:underline;
}

h1, h2, h3, h4 a:hover{
	color:#a8bbb5;
	text-decoration: none;
}

h1, h2, h3, h4, a:visited {
	color:#a8bbb5;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}

h3{
	font-size:15px;
}

h3 a {
	color:#a8bbb5;
	text-decoration:underline;
}

h3 a:hover {
	color:#a8bbb5;
	text-decoration:none;
}

h4 {
	font-size: 17px;
	font-family:Arial, sans-serif;
	font-weight: bold;
	color:#a8bbb5;
	letter-spacing:1px;
	padding-top:5px;
	margin-top:5px;
}

h5 {
	font-size: 12px;
	font-family:Arial, sans-serif;
	font-weight: bold;
	color:#a8bbb5;
	letter-spacing:1px;
}

h5 a {
	color:#a8bbb5;
	text-decoration:underline;
}

h5 a:hover {
	color:#a8bbb5;
	text-decoration:none;
}

h5 a:visited {
	color:#a8bbb5;
	text-decoration:underline;
}


h6 {
	font-size: 12px;
	font-family:Arial, sans-serif;
	font-weight: normal;
	color:#bababa;
	letter-spacing:1px;
}
h6 a {
	color:#bababa;
	text-decoration:underline;
}


h6 a:hover {
	color:#bababa;
	text-decoration:none;
}

h6 a:visited {
	color:#bababa;
	text-decoration:underline;
}

ul {
padding-left:13px;
padding-top:8px;
padding-bottom:8px;
}

ol {
padding-left:30px;
padding-top:8px;
padding-bottom:8px;
}

li{
padding-bottom:3px;}



/*****************End Headings***************************/




/***********************Layouts***************************/
#contentholder{
	width:760px;
	
}

#headerback{
	background-image:url('../images/headerback.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	width:760px;
	height:178px;
	padding-top:6px;
	margin-bottom:3px;
}

#logo{
	background-image:url('../images/logo.png');
	background-position:left;
	background-repeat:no-repeat;
	width:201px;
	height:53px;
	float:left;
	margin-left:15px;
	margin-top:45px;
}

.logoimgholder{
width:760px;
height:142px;}


#loginbut{
	height: 18px;
	width: 118px;
	background-image:url('../images/menu/leftmenu/login_but.gif');
	background-repeat: no-repeat;
	display: block;
	cursor:pointer;
}

.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:518px;
	background-image:url('../images/contentback.png');
	background-repeat:no-repeat;
	background-position:top;
	float:right;
	padding-bottom:23px;
	padding-top: 23px;
	padding-right: 15px;
	padding-left: 20px;
	font-family: Verdana, sans-serif;
	text-align:justify;
	font-size:11px;
	color:#d4d7d6;
}


#content a{
	font-size:11px;
	color:#a8bbb5;
}

#content a:hover{
	font-size:11px;
	color:#a8bbb5;
}



/**********************HIGHLIGHTS************************/

.highback{
	width:513px;
	height:150px;
	background-image:url('../images/highlights/highback.png');
	background-repeat:no-repeat;
	padding-bottom:5px;
}

.highimage{
	height:131px;
	width:108px;
	float:left;
	padding:10px;
}

.hightext{
	float:left;
	width:368px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Verdana, sans-serif;
	font-size:9px;
	text-align:justify;
	letter-spacing:0px;
	padding-left:3px;
	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;
	height:211px;
}

.hubback{
	float:left;
	width:128px;
	height:206px;
	background-image:url('../images/hubs/hubblackback.png');
	background-repeat:no-repeat;
	cursor:pointer;
}

.hubinfoback{
	background-image: url('../images/hubs/bottom_green.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	height:198px;
	margin-left:2px;
}

.hubheading{
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
}

.hubheading a{
	color:#FFFFFF;
	text-decoration:underline;
}

.hubheading a{
	color:#FFFFFF;
	text-decoration:none;
}

.hubimage{
	width:118px;
	height:131px;
	padding-left:5px;
	padding-top:9px;
}

.hubtext{
	font-family:Arial, sans-serif;
	font-size:9px;
	color:#335c10;
	text-align: center;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	letter-spacing:0px;
}

/**********************END HUBS************************/



#footer {
	width:770px;
	clear:both;
	margin: 0 auto;
	height:52px;
	background-image:url('../images/footer.gif');
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;	
	font-size:10px;
}
	
.footertext{
	height:30px;
	top:23px;
	position:relative;
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#7f7f7f;
	text-align: center;
}

.footertext a{
	text-decoration:underline;
	color:#A8BBB5;
}

.footertext a:hover{
	text-decoration:none;
	color:#A8BBB5;
}

.footertext a:visited{
	color:#A8BBB5;
}

* 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;
} /* to clear footer */
/***********************END Layouts***************************/



/*****************ContIMG**********************/

.contimgholder{
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
}
.contimg{
	border: 2px solid #a8bbb5;
}


/*****************ContIMG**********************/



/*************Left Menu***************/

#leftmenuholder{
	width:204px;
	
	float:left;
	margin-top:3px;
	background-image: url('../images/menu/leftmenu/left_menu_back.png');
	background-position:top;
	background-repeat:no-repeat;
	padding-top: 10px;
	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;
	height:368px;
}
#menu {
	width: 192px;
	margin-left:2px;
	position:relative;
}

#menu ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#menu a, #menu h2 {
	font-size:10px;
	display: block;
	height:20px;
	margin: 0;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#menu h2 {
	color: #fff;
	background: #000;
}

#menu a {
	color:#D8E0DD;
	background-image: url('../images/menu/leftmenu/bullets.png');
	background-position:left;
	background-repeat:no-repeat;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin-top:0px;
	padding-left:15px;
}

#menu a:hover {
	color: #a8bbb5;
	background-image: url('../images/menu/leftmenu/bullets_over.png');
	background-position:left;
	background-repeat:no-repeat;
}

#menu li {
	position: relative;
	padding-bottom: 0;
}

#menu li li a{
	position: relative;
	background-color: #333333;
	background-image:none;
	border-top: 1px solid #a8bbb5;
	border-right: 3px solid #a8bbb5;
	border-bottom: 0px solid #a8bbb5;
	border-left: 0px solid #a8bbb5;
	color:#D8E0DD;
}

#menu li li a:hover {
	position: relative;
	background-color:#FBFBFB;
	color:#333333;
	background-image:none;
	border-top:0px solid #333333;
	border-right: 3px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #333333;
}

#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:22px;
	background: transparent;
	font-family: Arial, sans-serif;
	margin-left:1px;
	padding-left:1px;
	text-align:center;
	width:760px;
}

#tab a {
	display: block;
	width: 146px;
	text-decoration: none;
	height: 20px;
	background: transparent url('../images/menu/bgDIVIDER.gif') no-repeat top right;
	padding-top: 11px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
}

#tab a:link{

}

#tab a:hover{
	color:#FFFFFF;
	background: url('../images/menu/top_menu_over.jpg') repeat top right; 
}


#tab li {
	float: left;
	padding: 0;
	margin:0;
	letter-spacing:1px;
	
}


#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: url('../images/menu/top_menu_over.jpg') repeat top right; 
	
}


/*****  End Tabbed Nav   *****/

/***************************Search*********************************/
#searchbutton1{
background-color:#a8bbb5;
border: 1px solid #3B4F4B;
margin-left:5px;
color:#3B4F4B;
font-family:Verdana, sans-serif;
font-weight:bold;
font-size:11px;}

#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 #3B4F4B;
background-color:#E3EEE9;
width: 100px;}

.searholder{
font-family: Arial,Helvetica,sans-serif;
	text-align:justify;
	font-size:11px;
	color:#d4d7d6;
padding-top:5px;
padding-bottom:5px;
float:right;
padding-right:10px;
}

/****************DUDE************************/
.dude{
background-image:url('../images/dude/qualsa-dude-left_2.png');
background-repeat:no-repeat;
width:194px;
height:296px;
padding-right:10px;
padding-bottom: 10px;
position:relative;
cursor: pointer;}

/***************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;
				letter-spacing: 1px;
				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;
				letter-spacing: 1px;
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;
letter-spacing:1px;
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;letter-spacing:-2px;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;
	letter-spacing:1px;}
.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
}