﻿/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * 
{
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */

* 
{
	margin:0;
	padding:0;
}

.wellnessHolder {
	border: solid 0px red;
	position: relative;
	float: left;



}
.pdfHolder {
	border: solid 0px red;
	margin-left: -32px;
	font-size: 85%;
	margin-top: 10px;
}
ul.pdfList {   
	text-align: left;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 5px;
}
li.pdf {   
    background:transparent url(/images/iconPDF.gif) no-repeat;
    background-position: 0 1px;
	padding-left: 20px;
	line-height: 18px;
}
li.arrow {   
    background:transparent url(/images/arrowSide.gif) no-repeat;
    background-position: 0 1px;
	padding-left: 20px;
	line-height: 18px;
}




.flash
{
	top:5px;
	left:5px;
}

/*
.searchBox 
{
	background-image:url(/images/bg_search.jpg);
	height:17px;
	width:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#015393;
	border:0px;
	padding-top:4px;
	padding-bottom:4px;
}

*/

/* css for bg image */

#searchform {
	/*padding:0px 0px 10px 0;
	margin: 0 0 5px 0;*/
}

#search_box {
    width: 102px;
    height: 17px;
    padding: 0px 0px 10px 2px;
    margin: 0 0 5px 2px;
    background: url(/images/redesign2008/images/redesign2008/bg_search_white.jpg);
    background-repeat: no-repeat;
}

#search_box #s {
    float: left;
    padding: 1px;
    margin: 0 0 0 0;
    border: 0;
    width: 60px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#015393;
    background: none;
}
#search_box #go {
    float: right;
    padding: 0;
    margin:  0;
}

.float_left 
{
	float:left; 
	margin: 0 .3em .3em 0;
}      
/* apply this class to any image or element with width - text will wrap it to the right */

.float_right 
{
	float:right;  
	margin: 0 0 .3em .3em;
} 
/* apply this class to any image or element with width  - text will wrap it to the left */

.rightshadow /* to apply gradiant image outside of div */
{
	background-image:url(/images/redesign2008/images/redesign2008/border-right-top.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

body 
{
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}

/* Divs */

#container
{
	width:982px;
	background-color:#EBEBEB;
	background:url(/images/content_div_bg_new.gif) no-repeat;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */

}

#main_wrapper 
{
	width:950px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background-color:#FFF;

/*	background:url(/redesign2008/images/redesign2008/border-right-top.jpg) right repeat-y; */
/*	border-left:1px solid #21316B; */
/*	border-right:1px solid #21316B; */
/*	border-bottom:1px dotted #21316B; */
}

#header 
{
	height:124px;
	background-color:#FFFFFF;

}

#navigation
{
	height:34px;
	background-color:#FFFFFF;

}

#breadcrumb
{
	height:32px;
	background-color:#FFFFFF;

}

#default_content 
{
	float:left; /* floats on nav and content divs + make them sit side by side */
	width:40%; /* this width + nav width must total 100% */
	top:0px;
	background-color:#FFFFFF;

}


#default_notice 
{
	float:left; /* floats on nav and content divs + make them sit side by side */
	width:60%; /* this width + nav width must total 100% */
	top:0px;
	background-color:#FFFFFF;

}


#default_temp 
{
	float:left; /* floats on nav and content divs + make them sit side by side */
	width:40%; /* this width + nav width must total 100% */
	top:0px;
	background-color:#FFFFFF;

}



#content 
{
	float:left; /* floats on nav and content divs + make them sit side by side */
	width:80%; /* this width + nav width must total 100% */
	top:0px;
	background-color:#FFFFFF;
}

#print
{
	float:left; /* floats on nav and content divs + make them sit side by side */
	width:80%; /* this width + nav width must total 100% */
	top:0px;
	background-color:#FFFFFF;
}

#news
{
	width:40%; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs + make them sit side by side */
	background-color:#FFFFFF;
}





#holder {
	background-color:#FFFFFF;
	border: solid 0px red;
}

.tableTxt {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:0em .5em 0em 1.5em; /* creates space between the box and the content */
	
}


.table {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:0em .5em 1em 1.5em; /* creates space between the box and the content */
}




.clearfloat { 
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}











#news_3_div {
	width:20%; 
	float:left; 
	background-color:#FFFFFF;
}
#news_inner_3_div {
	overflow:hidden; 
	padding-left: 10px;
	padding-right: 10px;
	background:url(/images/redesign2008/images/redesign2008/bg-div.gif) no-repeat;
	overflow:hidden; 
}
.style3 {
	text-align: left;
}
.benefitHolder {
	border: solid 0px red;
	width: 170px;
	margin-top: 5px;
}











#tool 
{
	width:20%; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs + make them sit side by side */
	background-color:#FFFFFF;

	
	

}

#ad 
{
	width:20%; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs + make them sit side by side */
	background-color:#FFFFFF;

	

}

#footer 
{
	clear:both; /* makes the footer sit below whichever column is longest */
	background-image:url(/redesign2008/images/redesign2008/footer_bg.jpg);
	width:950px;
	height:66px;
	background-color:#FFFFFF;
}

#heading 
{
	float:left; /* floats on nav and content divs + make them sit side by side */
	width:100%; /* this width + nav width must total 100% */
	top:0px;
	background-color:#FFFFFF;
}

#side_nav 
{
	float:left; /* floats on nav and content divs + make them sit side by side */
	width:20%; /* this width + nav width must total 100% */
	top:0px;
	background-color:#FFFFFF;
}

#side_nav_content 
{
	width:60%; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs + make them sit side by side */
	background-color:#FFFFFF;
}


/* ************************************************************************************* */
/* Introduction to Profmed - Ticket #223187 */

#header_inner_intro
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	height:124px;
}

#intro_left
{
	float:left; /* floats on nav and content divs + make them sit side by side */
	width:28%; /* this width + nav width must total 100% */
	top:0px;
	background-color:#FFFFFF;
}

#intro_left_inner
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */

}

#intro_top
{
	width:70%; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs + make them sit side by side */
	background-color:#FFFFFF;
}

#intro_top_inner
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	
}

#intro_top_col
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}

#intro_top_col_inner
{
	width:30%; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs + make them sit side by side */
	background-color:#FFFFFF;
}


#intro_bottom
{
	
}
/* ************************************************************************************* */



/* Inner divs */

#header_inner 
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	background:url(/images/banner/Profmed-Static-Banner-1.jpg) no-repeat;
/*	padding:1em 2em; */
	height:124px;
}



#navigation_inner 
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	background-image:url(/images/redesign2008/images/redesign2008/navigation_bg2.jpg);
	width:950px;
	height:34px;
}

#breadcrumb_inner
{
	height:32px;
	padding:.5em .5em 1em 1.5em; /* creates space between the box and the content */
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	background-color:#ffffff;

}

#default_content_inner 
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */
	border: solid 0px red;

}


#default_notice_inner 
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */

}


#default_temp_inner 
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */

}



#content_inner 
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */
}

#print_inner 
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */
}

#news_inner 
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */
	background:url(/images/redesign2008/images/redesign2008/bg-div.gif) no-repeat;
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}



#tool_inner 
{
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */
	background:url(/images/redesign2008/images/redesign2008/bg-div.gif) no-repeat;
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */

}

#ad_inner 
{
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */
/*	border-left:1px dotted #000000; */
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */

}

#footer_inner 
{
/*	padding:.5em 1em; */
	text-align:center;
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}

#heading_inner 
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */
}

#side_nav_inner 
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:1em .5em 1em .5em; /* creates space between the box and the content */

}

#side_nav_content_inner 
{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	padding:0 .5em 1em 1.5em; /* creates space between the box and the content */
	background:url(/images/redesign2008/images/redesign2008/bg-div.gif) no-repeat;
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}

/* colours
	color:#4B95C4; /* dark blue /*
	color:#21316B; /* light blue /*
	color:#4c4c4c; /* grey /*
	color:#008000; /* green /*
	color:#71AC0A; /* light green /*
	color:#E2691F; /* orange /*
*/

/* Other styles */

p
{
	font-size:11px;
	color:#4c4c4c;
	padding-bottom:10px;
}

.notice
{
	font-size:13px;
	color:#4c4c4c;
	padding-bottom:10px;
}

.nav
{
	color:#ffffff;
}

.content
{
	padding-left:10px;
	text-align:justify;
	padding-right:20px;
}

.content_quote
{
	padding-left:10px;
	text-align:justify;
	padding-right:20px;
	font-size:13px;
	color:steelblue;
}

.content_indent
{
	padding-left:20px;
	text-align:justify;
	padding-right:20px;
}

ul
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4c4c4c;
	padding-left:10px;
/*  padding-right:20px;*/
	text-align:justify;
	padding-bottom:5px;
}

ol
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4c4c4c;
	padding-left:30px;
	padding-right:20px;
	text-align:justify;
	padding-bottom:10px;
}

li
{
	margin-left:20px;
}

h1 
{
	color:#4B95C4;
	font-size:15px;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:10px;
}

h2 
{
	color:#21316B;
	font-size:12px;
	font-weight:bold;
}
contactBold 
{
	color:#21316B;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:10px;
}

h3 
{
	color:#21316B;
	font-size:11px;
	font-weight:bold;
	padding-bottom:10px;
}


h4 
{
	color:forestgreen;
	font-size:12px;
	font-weight:bold;
	padding-bottom:1px;
	padding-top:1px;
}




blockquote 
{
	color:#4c4c4c;
}

table 
{
/*	color: #4c4c4c; */
	margin: 5px 5px 5px 5px;
/*	border-top:1px solid #069; */
	border-collapse:collapse;
	font-size:11px;
}

table td	
{
	padding: 5px 5px 5px 5px;
	color:#4c4c4c;
/*	border-bottom:1px solid #069; */
}

.navtable
{
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
}


.cdltable
{
	border: 1px solid #FFFFFF;
	background-color: #0066CC;
	color: White;
	text-align:center;
	font-weight:bold;
}

.cdltablerow1
{
	border: 1px solid #FFFFFF;
	background-color: #E8E8E8;
	text-align: center;
}

.cdltablerow1hdg
{
	border: 1px solid #FFFFFF;
	background-color: #E8E8E8;
	text-align: left;
}

.cdltablerow2
{
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
	text-align: center;
}

.cdltablerow2hdg
{
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
	text-align: left;
}




.contribstable
{
	border: 1px solid #FFFFFF;
	background-color: #E8E8E8;
}

.contribstablenew
{
	border: 1px solid #FFFFFF;
	background-color: #0066CC;
	color: White;
	text-align:center;
}

.contribstablenew a:link
{
	font-size:11px;
	color:white;
	font-weight:bold;
	text-decoration:none; 
}

.contribstablenew a:hove
{
	font-size:11px;
	color:white;
	font-weight:bold;
	text-decoration:none; 
}

.contribstablenew a:visited
{
	font-size:11px;
	color:white;
	font-weight:bold;
	text-decoration:none; 
}

.contribstablenew a:active
{
	font-size:11px;
	color:white;
	font-weight:bold;
	text-decoration:none; 
}


.contribstablerow1
{
	border: 1px solid #FFFFFF;
	background-color: #E8E8E8;
	text-align: right;
}

.contribstablerow1hdg
{
	border: 1px solid #FFFFFF;
	background-color: #E8E8E8;
	text-align: left;
}

.contribstablerow2
{
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
	text-align: right;
}

.contribstablerow2hdg
{
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
	text-align: left;
}


.cmltabletop
{
	border-left:1pt solid steelblue;
	border-top:1pt solid steelblue;
	border-bottom:1pt solid steelblue;
	font-weight:bold;
}

.cmltabletopright
{
	border:1pt solid steelblue;
	font-weight:bold;
}

.cmltablecell
{
	border-left:1pt solid steelblue;
	border-bottom:1pt solid silver;
}

.cmltablecellright
{
	border-left:1pt solid steelblue;
	border-right:1pt solid steelblue;
	border-bottom:1pt solid silver;
}

.cmltablecellhollow
{
	border-left:1pt solid steelblue;
}


.quotetabletop
{
	border-left:1pt solid steelblue;
	border-bottom:1pt solid steelblue;
	width:15%;
}

.quotetabletopstudent
{
	border-left:1pt solid steelblue;
	border-right:1pt solid steelblue;
	border-bottom:1pt solid steelblue;
	width:15%;
}

.quotetablebottom
{
	border-left:1pt solid steelblue;
	border-top:1pt solid steelblue;
}

.quotetablebottomstudent
{
	border-left:1pt solid steelblue;
	border-right:1pt solid steelblue;
	border-top:1pt solid steelblue;
}


.quoteinputbottom
{
	border:none;
	font-weight:bold;
	background-color:gainsboro;
	text-align:right;
}

.quotetablecell
{
	border-left:1pt solid steelblue;
}

.quotetablecellstudent
{
	border-left:1pt solid steelblue;
	border-right:1pt solid steelblue;
}


.quoteinput
{
/*	border:none; */
	text-align:right;
	
}

/* Navigation links */

.nav a:link
{
	font-size:11px;
	color:#ffffff;
	text-decoration:none; 
}

.nav a:visited
{
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

.nav a:active
{
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

.nav a:hover
{
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
}


/* Page links */

a:link
{
	font-size:11px;
	color:#4B95C4;
/*	font-weight:bold; */
	text-decoration:none; 
}

a:visited
{
	font-size:11px;
	color:#4B95C4;
/*	font-weight:bold; */
	text-decoration:none;
}

a:active
{
	font-size:11px;
	color:#71AC0A;
/*	font-weight:bold; */
	text-decoration:none;
}

a:hover
{
	font-size:11px;
	color:#71AC0A;
/*	font-weight:bold; */
	text-decoration:none;
}

/* Breadcrumb links */

.bread
{
	float:left; margin: 0 .3em .3em 0;
	padding-top:5px;
	padding-bottom:10px;
}

.bread a:link
{
	font-size:11px;
	color:#E2691F;
	font-weight:bold;
	text-decoration:none; 
}

.bread a:visited
{
	font-size:11px;
	color:#E2691F;
	font-weight:bold;
	text-decoration:none;
}

.bread a:active
{
	font-size:11px;
	color:#71AC0A;
	font-weight:bold;
	text-decoration:none;
}

.bread a:hover
{
	font-size:11px;
	color:#71AC0A;
	font-weight:bold;
	text-decoration:underline;
}

/* Enquiries styles */

.loginError        
{ 
	color:#CC0000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}                

.loginNav      
{   
	color:#808080;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 			   			   
}     

.loginNav A:link    
{ 
	color:#21316B;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;	 
	text-decoration: none; 		 		     		  
}

.loginNav A:active   
{ 
	color:#008000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;  
	text-decoration: none;		   
}

.loginNav A:visited  
{ 
	color:#21316B;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 				   
} 

.loginNav A:hover    
{ 
	color:#008000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}       
                 
.loginHeader     
{ 
	color:#21316B;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}              

INPUT
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

SELECT
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

TEXTAREA
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
} 
 
.small      
{ 
	color:#000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.highlight
{
	color:steelblue;
	font-weight:bold;
}



.outerEContainer { 
	width: 100%;	
	margin: 0 auto;
}

/* ---------------- start variety of containers ---------------- */
.tlEOuterContainer {background: url(/images/notice/otlE.png) 0 0 no-repeat}
.tEOuterContainer {background: url(/images/notice/otE.png) 0 0 repeat-x; width: 100%}
.trEOuterContainer {background: url(/images/notice/otrE.png) 100% 0 no-repeat}
.blEOuterContainer {background: url(/images/notice/oblE.png) 0 100% no-repeat}
.bEOuterContainer {background: url(/images/notice/obE.png) 0 100% repeat-x}
.brEOuterContainer {background: url(/images/notice/obrE.png) 100% 100% no-repeat}
.lEOuterContainer {background: url(/images/notice/olE.png) 0 0 repeat-y}
.rEOuterContainer {background: url(/images/notice/orE.png) 100% 0 repeat-y}

.innerEContainer {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font: 8pt Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 15px;
}
.innerEContainerTitle {
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 25px;


}

.updateInputBox {
	min-width:350px;
}
