/*----------------------------------------

	Important CSS rules:
	1) When nesting a link on your web page, use this order: <font><a href...>text</a></font>	

------------------------------------------*/

/*--MedTech1 CSS info----------------------------------------*/
/*--Created by JoRel Sallaska---------------------------------*/
/*--Modified by Kelly Schrade---------------------------------*/

/*--Body Background-------------------------------------------*/
.bodybackground {
	background-color: #bdd3ff;
	background-image:url("/images/knowcobackground.jpg");
	background-repeat: repeat-x;
	background-position: 0% 0px;
} 

.medgrey {
	background-color: #999999;
	
}

.dkgrey {
	background-color: #777777;
	
} 

/*--Grey Background-------------------------------------------*/
.greybackground {
	background-color: #E0E0E0;
	margin-top: 4px;
} 

/*--Main Page Headline Background-------------------------------------------*/
.hlbackground {
	background-color: #808080;
	
} 

/*--B1 Background-------------------------------------------*/
.b1background {
	background-color: #6666FF;
} 

/*--HorNavBarTable Properties---*/
.searchbartable {
	background-color: #9999CC;
} 


/*--Body Background-------------------------------------------*/
.sponsbackground {
	background-color: #7996C9;
	
}

/*--Body Background with Image---------------------------------*/
.bodyimage {
	background-image: url(images/tile.gif);
	background-position: top left;
	background-repeat: repeat
}

/*--List Elements---------------------------------------------*/
li.list {
	list-style: square;
	list-style-position: inside;
	margin-top: 0;
}

ul.list {
	list-style: square;
	list-style-position: outside;
	margin-left: 0;
}

li.lnlist {
	list-style: square;
	list-style-position: outside;
}

/*--Page Links------------------------------------------------*/

a:link {
	color: #000000; 
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #6666ff;
	text-decoration: none;
	
} 

/*--Link on Article Headers------------*/
a.gy:link {
	color: #000000; 
	text-decoration: underline;
}	

a.gy:visited {
	color: #000000; 
	text-decoration: underline;
}

a.gy:hover {
	color: #000000; 
	text-decoration: none;
}

/*--Link on Article Headers------------*/
a.hl:link {
	color: #000000; 
	text-decoration: none;
}	

a.hl:visited {
	color: #000000; 
	text-decoration: none;
}

a.hl:hover {
	color: #000000; 
	text-decoration: none;
}

/*--Link on Index Page Article Headers------------*/
a.ah:link {
	color: #808080; 
	text-decoration: none;
}	

a.ah:visited {
	color: #808080; 
	text-decoration: none;
}

a.ah:hover {
	color: #808080; 
	text-decoration: none;
}

/*--Link on Index Page Article Headers------------*/
a.eth:link {
	color: #000000; 
	text-decoration: none;
}	

a.eth:visited {
	color: #000000; 
	text-decoration: none;
}

a.eth:hover {
	color: #E0E0E0; 
	text-decoration: underline;
}


/*--Link on Index Page Article Headers------------*/
a.sp:link {
	color: #FFFFFF; 
	text-decoration: none;
}	

a.sp:visited {
	color: #FFFFFF; 
	text-decoration: none;
}

a.sp:hover {
	color: #E0E0E0; 
	text-decoration: none;
}

/*--Link on Company Product Pages------------*/
a.pr:link {
	color: #9966CC; 
	text-decoration: none;
}	

a.pr:visited {
	color: #9966CC; 
	text-decoration: none;
}

a.pr:hover {
	color: #000000; 
	text-decoration: none;
}


/*--Link on Sponsor Pages------------*/
a.spo:link {
	color: #000000; 
	text-decoration: none;
}	

a.spo:visited {
	color: #000000; 
	text-decoration: none;
}

a.spo:hover {
	color: #9966CC; 
	text-decoration: none;
}

/*--Link on Company Product Pages------------*/
a.re:link {
	color: #9966CC; 
	text-decoration: underline;
}	

a.re:visited {
	color: #9966CC; 
	text-decoration: underline;
}

a.re:hover {
	color: #000000; 
	text-decoration: none;
}

/*--Link on Company Product Pages------------*/
a.tl:link {
	color: #FFFFFF; 
	text-decoration: none;
}	

a.tl:visited {
	color: #FFFFFF; 
	text-decoration: none;
}

a.tl:hover {
	color: #E0E0E0; 
	text-decoration: none;
}

/*--Link on Company Product Pages------------*/
a.t1:link {
	color: #FFFFFF; 
	text-decoration: none;
}	

a.t1:visited {
	color: #FFFFFF; 
	text-decoration: none;
}

a.t1:hover {
	color: #E0E0E0; 
	text-decoration: none;
}


/*--Link on Article Titles------------*/
a.tt:link {
	color: #000000; 
	text-decoration: none;
}	

a.tt:visited {
	color: #000000; 
	text-decoration: none;
}

a.tt:hover {
	color: #9966CC; 
	text-decoration: underline;
}

/*--Link on Genzyme PDFs------------*/
a.gl:link {
	color: #6666FF; 
	text-decoration: underline;
}	

a.gl:visited {
	color: #6666FF; 
	text-decoration: underline;
}

a.gl:hover {
	color: #000000; 
	text-decoration: none;
}

/*--End Page Links--------------------------------------------*/
/*--NavBar Properties-----------------------------------------*/

/*--HorNavBarTable Properties---*/
.hornavbartable {
	background-color: #660099;
} 

/*--LeftNavBarTable Properties--*/
.leftnavbartable {
	background-color: #9999CC;
} 

.sitebackground {
	background-color: #9999CC;
} 

.lightnavbartable {
	background-color: #9999CC;
} 

.darknavbartable {
	background-color: #660099;
} 
/*----Margins for tables on pages (right margin) ----------*/
.tableborder {
	margin-left: auto;
	margin-right: 3px;
	margin-top: 3px;
	cellpadding: 2px;
	cellspacing: 0px;
	background-color: #E0E0E0;

}

/*----Tables on front pages (right margin) ----------*/
.ftpgtable {
	margin-left: auto;
	margin-right: 0px;
	margin-top: 0px;
	cellpadding: 0px;
	cellspacing: 0px;
	background-color: #E0E0E0;

}
/*----Margins for tables on pages (left margin)----------*/
.tableborder2 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	cellpadding: 2px;
	cellspacing: 0px;
	background-color: #E0E0E0;

}

/*--Left Nav Properties---------*/
.tdnavleft {
	background-color: #9999CC;
	
}

/*--Hor Nav Properties----------*/
.tdnavhor {
	background-color: #660099;
	
}

/*--Small Page Text-------------*/
.smallnavtext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 11px;
	color: #FFFFFF;
}

/*--Small Header Text-----------*/
.smallheadertext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 11px;
	font-weight: bold;
	color: #9966CC;
}
.tinytext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 9px;
	color: #000000;
}


/*--Small Red Page Text-------------*/
.smallred {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 11px;
	color: #cc3333;
}

/*--Small Grey Page Text-------------*/
.smallgrey {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 11px;
	color: #949494;
}

/*--White Text-------------------*/
.whitetext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
	font-decoration: none;
	color: #FFFFFF;
}

/*--Caption Text-------------------*/
.captext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: none;
	letter-spacing: 0px;
	font-size: 9px;
	font-decoration: none;
	color: #000000;
}

/*--Grey Text-------------------*/
.greytext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: none;
	letter-spacing: 0px;
	font-size: 9px;
	font-decoration: none;
	color: #666666;
}

/*--Section Headers-------------------*/
.sectionheader {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 18px;
	font-decoration: none;
	color: #9999CC;
}

/*--Feature Titles-------------*/
.featuretitle { 
	font-family: Helvetica,Arial,Univers,Zurich BT;
	letter-spacing: 0px;
	font-size: 18px;
	margin-bottom:0px;
	margin-top:0px;
	color: #000000;
} 

/*--Search Text-------------*/

.searchheader {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 14px;
	font-decoration: none;
	color: #000000;
	line-height: 14px;
}
/*--Superscript-----------*/
.superscript {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 10px;
	color: #000000;
}

/*--Text on NavBars-------------*/
.sectionlink {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

/*--Text on Genzyme Sponsor page-------------*/
.genz_diag_text {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	letter-spacing: 0px;
	font-size: 12px;
	text-decoration: none;
	color: #A50063;
	font-weight: bold;
}

/*--Text on NavBars-------------*/
.sectionlink2{
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	text-indent: 3px;
}


/*--Article Headers-------------*/

.articleheader {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 11px;
	font-decoration: none;
	color: #000000;
}

/*--Article Titles--------------*/

.articletitle {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
	font-decoration: none;
	
}
/*--White Text in Upload Section-------------*/
.lighttext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

/*--Header Text-------------*/
.head1 { font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 16px;
	margin-bottom:0px;
	margin-top:0px;} 

/*--Header2 Text-------------*/
.head2 { font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
	margin-bottom:0px;
	margin-top:0px;} 

	/*--Header2 Text-------------*/
.head3 { font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 11px;
	margin-bottom:0px;
	margin-top:0px;} 


/*--Header Text-------------*/
h1 { font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 16px;
	margin-bottom:0px;
	margin-top:0px;} 

/*--Header2 Text-------------*/
h2 { font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
	margin-bottom:0px;
	margin-top:0px;} 

	/*--Header2 Text-------------*/
h3 { font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 11px;
	margin-bottom:0px;
	margin-top:0px;} 


/*--Article Headers-------------*/

.articleheader2 {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 13px;
	text-decoration: none;
	color: #808080;
}

/*--Text on Page links----------*/
.pagelink {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
/*--Text on Small Page links----------*/
.smallpagelink {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

.font:family {
	"sans-serif";
}

/*--Small Nav Text--------------*/
.smallnavtext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 11px;
	color: #000000;
}

/*--End NavBar Properties-------------------------------------*/
/*--Page Properties-------------------------------------------*/


/*--Product Titles--------------*/

.producttitle {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
	
}

/*--Product Titles--------------*/

.producttitle2 {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 14px;
	text-decoration: none;
	
}

.pagetitle {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 13px;
	font-style: bold;
	color: #000000;
	
}
/*--Margins for images on LeftNav-----------*/
.imageleftborder {
	margin-top:3px;
	margin-bottom: 3px;
	
}	



/*-----Border Color-----*/
.imagebordercolor {
	border-color: #000000;
	
}

/*-----Images---------*/
.image {
	margin-top: 2px;
}

/*-----Images---------*/
.leftmarg {
	margin-left: 10px;
}

/*-----Images---------*/
.imagebullet {
	margin-top: 5px;
}

/*-----Images with right border---------*/
.imageright {
	margin-top: 3px;
	margin-right:  3px;
}

/*-----Images with right border---------*/
.imageleft {
	margin-top: 3px;
	margin-left:  3px;
}

/*-----Images with right border---------*/
.imgnomarg {
	margin-top: 0px;
	margin-right:  0px;
	margin-bottom: 0px;
	margin-left:  10px;
}

/*--Large Page Text-------------*/
.pagetext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 12px;
	color: #000000;
}


/*--Small Page Text-------------*/
.smalltext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 11px;
	color: #000000;
}

/*--Small Page Text-------------*/
.smallwhitetext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 11px;
	color: #FFFFFF;
}

/*--Small Page Text-------------*/
.smallbluetext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 11px;
	color: #64789c;
}

/*--Paragraph Title-------------*/
.paratitle {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 12px;
	color: #9966CC;
	font-style: italic;
}

/*--Section Title-------------*/
.sectiontitle {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 15px;
	color: #9966CC;
	font-style: bold;
}

/*--Text on Care Page links----------*/
.carepagelink {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
	
/*--Care Paragraph Title-------------*/
.careparatitle {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 14px;
	color: #000000;
	font-style: bold;	
}

/*--gynecare Text-------------*/
.gynecare {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 11px;
	color: #C90834;
}


/*---Advertisement table---*/
.adtable {
	border: 1px solid #e6e6e6;
}
/*--Small Ad Text-------------*/
a.smalladtext:link {
	color: #cccddd; 
	text-decoration: none;
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 10px;
}

a.smalladtext:visited {
	color: #cccddd;
	text-decoration: none;
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 10px;
}
a.smalladtext:hover {
	color: #6666ff;
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 10px;	
} 


/*--HoraNavBAr-------------*/
	.sitelink, .sitelink:LINK, .sitelink:HOVER, .sitelink:VISITED {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
	padding: 0 3px;
	text-align:center;
	color: #fff;
	display:block;
	}

	.singlelink, .singlelink:LINK, .singlelink:HOVER, .singlelink:VISITED {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
	padding: 0 3px;
	text-align:center;
	color: #fff;
	display:block;
	}

	.singlelink:HOVER {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
	padding: 0 3px;
	text-align:center;
	color: #fff;
	background-color: #e0e0e0;
	display:block;
	}

	td .navcell {
		border:solid 2px #fff; 
		text-align:center;
		background-color: #999999;
	}




/*--HoraNavBAr2-------------*/

.navlink:LINK {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 11px;
	text-decoration: none;
	padding: 0 3px;
	text-align:center;
	color: #99cc00;
}

.navlink:VISITED {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 11px;
	text-decoration: none;
	padding: 0 3px;
	text-align:center;
	color: #99cc00;
}

.navlink:HOVER {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 11px;
	text-decoration: none;
	padding: 0 3px;
	text-align:center;
	color: #99cc00;
}
.menuunselected{
	background-color:white;
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 11px; 
	font-weight:bolder;
	border-bottom: 1px solid #99cc00;
}

.menuselected {
	background-color:#99cc00;
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 11px; 
	font-weight:bolder;
	border-bottom: 1px solid #99cc00;
}
	

.rightnavholder {
	padding-right:10px;
	text-align:right;
	vertical-align:top;
}				