/* Start of CMSMS style sheet 'glowna' */
/* Start of CMSMS style sheet 'Main' */
/**************** TAG STYLES  ****************/

body, html {
	margin: 0px;
	font-size: 88%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:.02px;
}

p {
	margin: 4px 0px 8px 0px;
	padding: 0px 0px 0px 1px;
}
td {
	font-family: /*Verdana,*/ Arial, Helvetica, sans-serif;
	font-size: 100%;
}
select, input {
	font-size: 100%;
}
br.clear-all {
	clear: both;
	margin: 0px;
}
form {
	margin: 0px;
}
h1.pagetitle {
	background: #0066cc;
	font-size: 150%;
	letter-spacing: .02px; 
	font-weight: bold;
	color: #ffffff;
	padding: 3px 3px 3px 5px; 
	margin-top: 0px;
}
h1.body_main_headline {
	font-size: 130%;
	font-weight: bold;
	color: #f60;
	margin: 20px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
}
h2.subheading {
	color: #f60;
/*	letter-spacing: .02px; */
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
	margin: 0px 0px 2px 0px;
	font-size: 102%;
}
sup.black {
	font-size: 95%;
	color: #000000;
}
.hr {
	border-top: 1px solid #CCCCCC;
}


/**************** MAIN CONTENT AREAS  ****************/
.header {
	height: 144px;
	width: 100%;
	min-width: 770px;
	padding: 0px;
	margin: 0px;
}

.left-navigation {
	width: 175px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.content {
	float: left;
	/*width: 420px;*/
	width: 784px;
	padding: 2px 12px 0px 2px;
}

.content-noright {
	float: left;
	/*width: 581px;*/
	width: 75%;
	margin-top: 2px;
	margin-left: 2px;
}
.right-side {
	float: right;
	width: 150px;
	vertical-align: top;
}
.footer {
	width: 771px;
	margin: 23px auto 0px 175px;
	text-align: center;
	font: bold 11px  Arial, Helvetica, sans-serif;
	color: #999;
}
.all-site-content {
	width: 1000px;
	min-width: 770px;
	padding: 0px;
	margin: 0px;
	clear: both;
}
.content-our-promise {
	width: 481px;
	margin-top: 2px;
	margin-left: 2px;
}


/*------- Images ---------------*/
img.content-image {
	border: 0px;
	}

img.right-wrap {
	border: 0px;
	float: right;
	margin-left: 7px;
	}

img.left-wrap {
	border: 0px;
	float: left;
	margin-right: 7px;
	}

#right-no-wrap {
	text-align: right;
	}

#left-no-wrap {
	text-align: left;
	}

#img-center {
	width: 100%;
	text-align: center;
	}

.list_fix {
	margin: 0px;
	float: left;
	}

/**************** Header  ****************/
.shim {
	width:760px;
	height: 19px;
}
.header-logo {
	width: 175px;
	height: 135px;   	/* 144px total height - 19px top margin */
	float: left;	
}
.mast-head {
 	float: left;
	width: 779px;
	height: 135px;		/* 144px total height - 19px top margin */
}
.abbott-name {
	width: 60%;		/* width: 427px; */
	height: 101px;		
	margin: 0px;
	padding: 0px;
	float: left;
}
.abbott-signature {
	width: 39%;		/* width: 149px; */
	height: 101px;		
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: right;
}
 
/*------- Supplimental nav styles  ---------*/
.supnav {
	/*border: 0px solid #000;*/
	width: 100%;
	clear: both;
	font-size: 92%;
	color: #999;
	text-decoration: none;
	text-align: right;
	font-weight: bold;

}

.supnav a {
   color: #999;
   text-decoration: none;
}

.supnav  a:link, .supnav a:visited {
   color: #999;
}

.supnav  a:active {
	color: #666;
}
.supnav a:hover {
   text-decoration: underline;
}
.printersupnav{
	display: none;
	clear: both;
	font-size: 92%;
	color: #999;
	text-decoration: none;
	text-align: right;
	margin-right: 36px;
	font-weight: bold;
}

/**************** LEFT PANE  ****************/

/*---- Search Field -----*/
.search {
	width: 145px;
	height: 19px;
	padding-top: 6px;
	padding-bottom: 10px;
	border: 0px solid  #000;
	text-align: center;
	margin: 0px;
}
.searchField {
	/*border: 1px solid #999;*/
	float: left;
	width: 89px;
	height: 14px;
	font-size: 90%;
	font-family: Verdana;
	color: #000;	
	margin-left: 14px;
}
.submitButton {
	border: 0px solid #00f;
	width: 24px;
	height: 19px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 2px;
}


/*---- Left navigation links -----*/
.leftnavdiv {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 145px;
	font-size: 92%;
	border-top: 1px solid #0066cc;
}
.leftnavdiv-home {
	border-bottom: 1px solid #0066cc;
	padding-bottom: 10px;
}




.leftnavdiv ul { 
	margin: 8px 0px 0px 3px;
	padding: 0px 0px 0px 7px; 	 /* AC: Updated - Changed Left Padding to 7px */
	list-style-type: none;
 }
.leftnavdiv li {
	padding: 0px 0px 0px 7px;	 /* AC: Updated - Changed Left Padding to 7px */
	margin: 5px 0px 0px 0px;
}
.leftnavdiv a {
	color: #666; 				/* AC: Changed from #999 to #666 for link color */
	text-decoration: none; 
	font-weight: bold
}

.leftnavdiv a:hover { 			/* AC: Updated - Hover text is set to orange */
	text-decoration: underline;
}
.leftnavdiv ul ul { 
	margin: 0px;
 }

 /*------ Spotlight ------*/
 .leftcontent {
	margin-top: 20px;
	margin-bottom:20px;
	padding-left: 19px;
	width: 126px;
	float: left;
}

/*********This was added to remove the under line from hyper links ************/

.leftcontent a
{
	font-weight: bold;
	color: #0066CC;
	text-decoration:none;
}
/*********End of add ************/

img.spotlight-img {
	 border: 1px solid #666666;
}
#spotlight1-text, #spotlight2-text {
	width: 125px;
	margin-top: 4px;
}
#spotlight2-text {
	display: none;
} 
#spotlight1-text a:hover, #spotlight2-text a:hover, .leftcontent a:hover {
	text-decoration: underline;
}

/*----- Left Pane nav Selected state  ------*/
#selected {
	/* AC: Updated - Changed the bullet image to leftnav_arrow_blue.gif */
	background-image: url(/images/cms/leftnav_arrow_blue.gif);	
	background-repeat: no-repeat;
	background-position: left top;
}

.highlighted a { 
	color: #0066cc;
}
.highlighted ul li a { 
	font-weight: normal;
}
.highlighted a.sub-area { 
	font-weight: normal;
}
.highlighted ul li a:hover {
	text-decoration: underline;
}
.highlighted a.sub-sub-area {
	font-weight: normal;
}


/**************** Main Content  ****************/

#main_c {
width: 614px;
color: #000000;
float:left;
}
#main_c h2 {
margin-top:0px;
font-size:100% !important;
color:#FF6600;
}
#main_c strong {
color:#FF6600;
}
#cont strong {
color:#FF6600;
}

#main_c ul {
	list-style-position: inside;margin:0px;padding:0px;position:relative;right:-20px !important;
}

#main_c li {
list-style-position: outside;margin:0px;
}

.content ul li, .content-noright ul li {
	list-style-image: url(/images/cms/bullet.gif);
	padding-bottom: 5px;
}
.content ol li, .content-noright ol li {
	padding-bottom: 5px;
}
.content a, .content-noright a {
   color: #0066cc;
   text-decoration: none;
}
.content  a:link, .content a:visited, .content-noright a:link, .content-noright a:visited {
   color: #0066cc;
   text-decoration: none;
}
.content a:hover, .content a:active, .content-noright a:hover, .content-noright a:active {
	text-decoration: underline;
}
.printer-friendly {
	padding: 30px 0px 20px 0px;
	width: 100%;
}
.printer-friendly img {
	vertical-align: middle;
}
.body_link {
	font-weight: bold;
	color: #0066CC;
	text-decoration:none;
}
.body_link_sm {
	line-height: 24px;
	color: #0066CC;
	text-decoration:none;
}
.body_link:hover, .body_link_sm:hover {
	text-decoration: underline;
}

.small-font-grey {
	font-size: 95%;
	color: #666666;
}
.no-break {
	white-space: nowrap;
}

table.stnd-format-table {
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	border-collapse: collapse;
	/*width: 100%;*/
	margin-left: auto;
	margin-right: auto;
}

table.stnd-format-table th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #CCC;
}

table.stnd-format-table td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #CCC;
	vertical-align: top;
}

table.stnd-format-table-no-brdr {
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}



table.stnd-format-table-no-brdr th {
	border-width: 0px;
	padding: 3px;
	border-style: none;
}

table.stnd-format-table-no-brdr td {
	border-width: 0px;
	padding: 3px;
	border-style: none;
	vertical-align: top;
}

table.padded-format-table-no-brdr th{
	border-width: 0px;
	padding: 6px;
	border-style: none;
}

table.padded-format-table-no-brdr td{
	border-width: 0px;
	padding: 6px;
	border-style: none;
	vertical-align: top;
}

/*------- Text Alignment -------*/
.txt-align-center {
	text-align: center;
}
.txt-align-right {
	text-align: right;
}

/*------- Home Page ---------------*/
ul.news-links {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
ul.news-links li {
	padding-bottom: 7px;
}


/*----- Abbott Worldwide ---------*/
.content div.continent-list {
	margin: 17px 0px 20px 0px;
}	
.global-location-area {
	width: 100%;
	vertical-align: top;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	clear: both;
}
.global-location-map {
	margin-right: 15px;
	margin-top: 12px;
	float: left;
}
.country-name-area {
	float: left;
}
div.continent-list {
	margin: 3px 0px 15px 0px;
}	
.country-list {
	float: left;
	width: 180px;
	padding-left: 10px;
}
.country-list-item {
	padding-right: 10px;
	padding-bottom: 4px;
}
.facility-description {
	line-height: 12px;
}
.facility-image {
	float: left; 
	margin: 5px 15px 10px 0px;
}
div.facility-contact-info {
	margin: 0px 0px 10px 15px;
}
.view-more {
	margin-left: 19px;
}
.home-features-table {
	border-collapse: collapse;
	margin-top: 10px;
}
.home-features-table td {
	vertical-align: top;
}
.home-features-table img {
	margin-right: 10px;
}


/*----- Product Pages -----------*/
.product-list-area {
	width: 100%;
	clear: both;
}
.product-list {
	float: left;
	width: 275px;
}
.product-list-item {
	padding-right: 10px;
	padding-bottom: 5px;
}
.product-category-table {
	border-collapse: collapse;
	margin: 20px 0px;
} 
.product-category-table td {
	vertical-align: top;
	padding: 5px 15px 0px 5px;
}
.alphabet {
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	clear: both;
}
.alphabet a {
	margin: 0px 2px;
}
ul.product-name {
	margin: 0px;
	padding: 0px;
	display: block;
}
.product-name li {
	margin: 0px;
	color: #000;
	display: block;
}
.empty-product-letter {
	margin: 0px 2px;
	color: #999;
}
.disease-condition-list-area {
	width: 100%;
	clear: both;
}
.disease-condition-list-area div {
	float: left;
	width: 220px;
}
#products-category-links {
	margin-bottom: 20px;
}
#products-category-links a {
	margin: 0px 4px;
}
#products-category-links a.nomargin-left {
	margin-left: 0px;
}
p.backtoTop {
	font-weight: bold;
	margin-top: 10px;
}
#product-supporting-links {
	margin-top: 30px;
}

/*----- News & Media -----------*/
p.first-para {
	margin-bottom: 20px;
}
.news-items-table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
}
.news-items-table td {
	padding: 0px 5px 5px 0px;
	vertical-align: baseline;
}
td.news-items-table-date {
	width: 50px;
}
.features-table {
	border-collapse: collapse;
	margin-top: 10px;
}
.features-table td {
	padding: 0px 15px 20px 0px;
	vertical-align: top;
}
.features-table img {
	margin-top: 5px;
}
.photo-galleries-table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
}
.photo-galleries-table td {
	text-align: center;
}
.photo-galleries-table img {
	margin: 5px 0px 5px 0px;
}
.photo-album-table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
}
.photo-album-table td {
	padding: 0px 15px 15px 0px;
}
.photo-description {
	margin: 0px;
}

/*----- Search Results -----------*/
.results-description {
	margin-bottom: 10px;
}
.results-pagination {
}
.results-area {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
}

/************** Right Side  ****************/
.right-side ul {
	margin: 0px 0px 0px 10px;
	padding-left: 10px;
}
.right-side li {
	list-style-image: url(/images/cms/bullet.gif);
	margin-bottom: 4px;
	line-height: 13px;
}
.right-side a {
	color: #0066CC;
	text-decoration: none;
}
.right-side a:hover {
	text-decoration: underline;
}
.blue-box {
	background: #ebf5ff;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 0px;
}
.blue-box h2.subheading {
	padding: 5px 0px 0px 0px;
	margin-top: 0px;
}
.blue-box p {
	margin-bottom: 1px;

}
ul.rightside-countries {
	margin: 15px 0px 0px 0px;
	list-style-type: none;
}
.rightside-countries li {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	list-style-image: none;
}
.rightside-countries img {
	margin-right: 5px;
}
.rightside-countries a {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
.rightside-countries a:hover {
	text-decoration: underline;
}

/*----- Home Right Side -------*/
.worldwide-map {
	border-collapse: collapse;
}
.worldwide-map td {
	padding: 0px;
}
.stock-quote-table {
	border-collapse: collapse;
	width: 93%;
	margin-top: 0px;
}
.stock-quote-table td.stock-price {
	text-align: right;
}
.stock-quote-table td.stock-change-plus {
	text-align: right;
	color: #009933;
}
.stock-delay-info {
	color: #aaaaaa;
	text-align:center; 
	margin-top: 5px ;
}


/**************** Footer  ****************/
.footer a {
   color: #999;			/* AC: Changed colors from #999 to #666 */
   text-decoration: none;
}
.footer  a:link, .footer a:visited {
   color: #999;			/* AC: Changed colors from #999 to #666 */
}
.footer a:hover, .footer  a:active {
	/* AC: Changed colors from #ccc to #f60 and text-decoration to underline */
   text-decoration: underline;
}

.disclaimer{
	width: 500px;
	text-align: justify;
	font:  1em  Arial, Helvetica, sans-serif;
	color: #999;
}

/*************** POPUP ******************/
body.popup {
	margin: 10px;
	text-align:left;
}

.popup {
	text-align:center;
	margin-top:20px;
}

/**************** ADDED FOR GLOBAL CITIZENSHIP *******************/

/*--------Right Sidebar Menu------------*/

/** -10px this was changed from 0 to -10 to remove the blue bar at the bottom in the right module**********/

.gc_rightmenu {
	BACKGROUND: white; 
	MARGIN: -4px 0px -10px -5px;
}

.gc_rightmenu UL LI 
{
	PADDING-RIGHT: 0px; 
	BORDER-TOP: 
	gray 1px solid; 
	PADDING-LEFT: 15px; 
	LIST-STYLE-POSITION: inside; 
	PADDING-BOTTOM: 5px; 
	MARGIN: 0px 0px 0px -20px; 
	TEXT-INDENT: -15px; 
	PADDING-TOP: 5px;
}
.gc_rightmenu UL.green {
	COLOR: green;
}
.gc_rightmenu UL.green LI {
	LIST-STYLE-IMAGE: url(/images/cms/gc__quickmenuBulletGreen.gif);
}
.gc_rightmenu UL.green LI A {
	COLOR: green; TEXT-DECORATION: none;
}
.gc_rightmenu UL.green LI A:hover {
	TEXT-DECORATION: underline;
}
.gc_rightmenu UL.purple {
	COLOR: purple
}
.gc_rightmenu UL.purple LI {
	LIST-STYLE-IMAGE: url(/images/cms/gc__externalmenuBullet.gif);
}
.gc_rightmenu UL.purple LI A {
	COLOR: purple; 
	TEXT-DECORATION: none
}
.gc_rightmenu UL.purple LI A:hover {
	TEXT-DECORATION: underline
}


/* Global Citizenship Content */

/* Resolves float problem */
.clearfix:after {
    content: "."; 
	display: block; 
	height: 0; 
	clear: both;  
	visibility: hidden;
}
 .clearfix { 
 	display: inline-block;
 }

/* Hides from IE-mac \*/ 
html .clearfix {
	height: 1%;
}
.clearfix { 
display: block;
}
/* End hide from IE-mac */

.gc_subscript {
	font-size : 75%;
}


.gc_content UL LI {
	LIST-STYLE-IMAGE: url(/images/cms/bullet.gif); PADDING-BOTTOM: 5px;PADDING-RIGHT: 2px;
}

div.contentnavblock {
	margin-top: 15px; 
	background-color: #e6e6e6;
}
DIV.contentnavblock IMG {
	BORDER-RIGHT: #fff 2px solid; 
	FLOAT: left
}
DIV.contentnavblock UL {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FLOAT: left; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 10px 0px 0px 10px; 
	PADDING-TOP: 0px
}
DIV.contentnavblock UL LI {
	PADDING-RIGHT: 0px; 
	BACKGROUND-POSITION: left top; 
	PADDING-LEFT: 7px; 
	BACKGROUND-IMAGE: url(/images/cms/gc__ContentMenuBullet.gif); 
	LIST-STYLE-IMAGE: none; 
	PADDING-BOTTOM: 1px; 
	PADDING-TOP: 0px; 
	BACKGROUND-REPEAT: no-repeat; 
	LIST-STYLE-TYPE: none
}

DIV.contentnavblock UL LI.first {
	BACKGROUND-IMAGE: none;
	PADDING-LEFT: 0px;
}

DIV.contentnavblock UL LI A.first {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
}

DIV.contentnavblock UL LI.more {
	BACKGROUND-IMAGE: none
}

DIV.contentnavblock UL LI A.more {
	TEXT-DECORATION: underline
}

DIV.contentnavblock H3 {
	BORDER-RIGHT: #fff 2px solid; 
	PADDING-RIGHT: 35px; 
	PADDING-LEFT: 10px; 
	FONT-SIZE: 16pt; 
	FLOAT: left; 
	PADDING-BOTTOM: 16px; 
	WIDTH: 267px; 
	COLOR: #fff; 
	LINE-HEIGHT: 16pt; 
	PADDING-TOP: 16px; 
	BACKGROUND-COLOR: #f60
}
DIV.contentblock {
    margin-top:10px;  
	padding-left: 8px;
}
DIV.contentblock h2, div.contentblock h3 {
    margin:0;
	padding:0;    
	color:#666;   
}
DIV.contentblock h2 { 
    font-size:26pt;    
	line-height:26pt;
}
DIV.contentblock h3 {  
    font-size:16pt;    
	line-height:16pt;    
	font-weight:bold;
}
DIV.contentblock p a.continue {
    text-decoration:underline;
}
DIV.contentblock_callout {
    CLEAR: right; 
	FLOAT: right; 
	WIDTH: 200px; 
	PADDING-LEFT: 10px
}
DIV.contentblock_callout  h2 { 
    FONT-SIZE: 150%; 
	COLOR: #f60;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 5px; 
	WIDTH: 200px; 
	PADDING-TOP: 0px
}
DIV.contentblock_callout  h3 {  
    COLOR: #f60;
}
DIV.contentblock_callout p a.continue {
    text-decoration:underline;
}
DIV.contentimgblock {
	CLEAR: right; 
	FLOAT: right
}
DIV.contentimgblock IMG {
	MARGIN: 0px 0px 10px 20px
}
DIV.contentimgblock UL {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 10px; 
	WIDTH: 200px; 
	PADDING-TOP: 0px
}
DIV.contentimgblock UL LI {
	PADDING-RIGHT: 0px; 
	BACKGROUND-POSITION: left top; 
	PADDING-LEFT: 7px; 
	FONT-WEIGHT: bold; 
	LIST-STYLE-IMAGE: none; 
	PADDING-BOTTOM: 1px; 
	MARGIN-LEFT: 12px; 
	COLOR: #666; 
	PADDING-TOP: 0px; 
	BACKGROUND-REPEAT: no-repeat; 
	LIST-STYLE-TYPE: none
}
DIV.contentimgblock UL LI SPAN {
	DISPLAY: block; 
	FONT-WEIGHT: normal
}
DIV.contentimgblock H2 {
	FONT-SIZE: 150%; 
	COLOR: #f60;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 5px 20px; 
	WIDTH: 200px; 
	PADDING-TOP: 0px
}
DIV.contentimgblock H3 {
	COLOR: #f60;
}
DIV.gc_callout_bullets {
	CLEAR: right; 
	FLOAT: right; 
	MARGIN-LEFT: 20px; 
	WIDTH: 199px; 
	BACKGROUND-COLOR: #f6f7f2
}
DIV.gc_callout_bullets IMG {
	DISPLAY: block
}
DIV.gc_callout_bullets UL {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px
}
DIV.gc_callout_bullets LI {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px
}
DIV.gc_callout_bullets LI {
	LIST-STYLE-TYPE: none
}
DIV.gc_callout_bullets UL {
	MARGIN: 25px 20px 25px 15px
}
DIV.gc_callout_bullets UL LI {
	PADDING-RIGHT: 0px; 
	BACKGROUND-POSITION: left top; 
	PADDING-LEFT: 0px; 
	BACKGROUND-IMAGE: url(/images/cms/gc__rdhighlights-bullet.gif); 
	LIST-STYLE-IMAGE: none; 
	PADDING-BOTTOM: 10px; 
	PADDING-TOP: 0px; 
	BACKGROUND-REPEAT: no-repeat; 
	LIST-STYLE-TYPE: none
}
DIV.gc_callout_bullets UL LI {
	TEXT-INDENT: 8px
}

/* GRI INDEX table Header*/
.gc_title {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 22px;
	COLOR: #0066cc
	}
#gc_content1 A 
{
	DISPLAY: block; 
	COLOR: #0066cc; 
	TEXT-DECORATION: none
}
/* End Header*/

/*Style for the GRI Index Table*/
TABLE.gc_gri {
            MARGIN-TOP: 27px; 
			WIDTH: 545px
}
TABLE.gc_gri TD {
            PADDING-RIGHT: 0px; 
			PADDING-LEFT: 2px; 
			FONT-SIZE: 10px; 
			PADDING-BOTTOM: 2px; 
			PADDING-TOP: 2px
}
TABLE.gc_gri TH {
            BORDER-TOP: #000000 1px solid; 
			FONT-WEIGHT: bold; 
			VERTICAL-ALIGN: bottom; 
			COLOR: #0066cc; 
			BORDER-BOTTOM: #000000 1px solid; 
			TEXT-ALIGN: left
}
TABLE.gc_gri TH {
            FONT-SIZE: 11px;          
}
TABLE.gc_gri TH.Header {
            TEXT-ALIGN: left
}
TABLE.gc_gri TD {
            FONT-SIZE: 9px
}
TABLE.gc_gri .Title {
            FONT-WEIGHT: bold; FONT-SIZE: 11px;
}

/* End Table*/

/********Begin Style for Performance Data Table*******/
table#gc_performace_data_region { 
	color: #000; 
	border-collapse: collapse; 
	font-size: 1em; 
}

table#gc_performace_data_region th, table#gc_performace_data_region td { 
	vertical-align: top; 
	padding: 2px 0; 
}

table#gc_performace_data_region table.gc_data_table { 
	border-collapse: collapse; 
	width: 260px; 
	margin: 0 0 20px; 
}

table#gc_performace_data_region table.gc_data_table.gc_odd { 
	margin-right: 25px; 
}

table#gc_performace_data_region table.gc_data_table th { 
	font-weight: normal; 
	text-align: left;  
}

table#gc_performace_data_region table.gc_data_table thead th h2 { 
	padding: 0 0 0 5px; 
	margin: 0; 
	color: #5292CF; 
	font-size: 1em; 
	text-align: left; 
}

table#gc_performace_data_region table.gc_data_table thead th.gc_bottom_line {  
	padding: 0 0 0 5px;  
	font-weight: bold !important; 
	border-bottom: 1px solid #AFB0B4; 
	text-align: left; width: 160px; 
}

table#gc_performace_data_region table.gc_data_table thead th.gc_bottom_line_right { 
	padding-right: 5px;  
	width: 35px; 
	font-weight: bold; 
	border-bottom: 1px solid #AFB0B4; 
	text-align: right;
}

table#gc_performace_data_region table.gc_data_table tbody th { 
	padding-left: 5px; 
	width: 165px; 
}

table#gc_performace_data_region table.gc_data_table tbody td { 
	width: 35px; 
	padding-right: 5px; 
	text-align: right; 
}

table#gc_performace_data_region table.gc_data_table tbody tr.gc_total  th {
	font-weight: bold; 
	border-top: 1px solid #AFB0B4;  
}

table#gc_performace_data_region table.gc_data_table tbody tr.gc_total td { 
	font-weight: bold; 
	border-top: 1px solid #AFB0B4; 
}

/******** End Style for Performance Data Table********/

/* End of Global Citizenship Content */



/****************** Start -- Careers ******************/

/* Primary Layout */

#careers_content {
	width: 435px;
}

#careers_right-side {
	width: 255px;
}
#careers_popup {
	margin-left: 20px;
	width:90%;
}
/* End Layout*/

/* Headline Content Block (replaces with Flash) */
DIV.careers_headlineblock {
	margin-top: 0px; 
	border: 1px solid #0066cc;
}
DIV.careers_headlineblock IMG {
	FLOAT: left;
	padding-right: 15px;
}
DIV.careers_headlineblock div {
	font-size: 13px;
	color: #0066cc;
	margin-top:15px;
	padding-right: 15px;
}
/* End Headline Content Block */

/******************************************* PRIMARY CONTENT BLOCK */
DIV.careers_subsection {
	margin-top: 10px;
}
DIV.careers_subsection h2 {
	font-size: 15px;
	font-weight: bold;
	text-indent: 8px;
	color: white;
	padding: 8px 8px 8px 0px;
	margin-bottom: 4px;
}
#careers_readmore {
	list-style-image:none;
	font-weight: bold;
	text-align:right;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.careers_textblock {
	margin-bottom: 4px;
	padding: 8px;
}

/* Content Area Teaser */
DIV.careers_teaserblock IMG {
	FLOAT: left;
}
DIV.careers_teaserblock p {
	margin-top:25px;
	margin-left: 120px;
	padding-right: 15px;
}
DIV.careers_teaserblock a:link {
	font-size: 12px;
}
/* End Content Area Teaser */

/* Expandable HTML */
 #showhide {
 }
#anchorsexpanded h3 {
	font-size: 15px;
	display: block;
	padding-top: 15px;
}
#anchorsexpanded HR {
	display: block;
	color: #FFF;
	background-color: #FFF;
	height: 1px;
}
#careers_applynow {
    font-size: 14px;
list-style-image:none;
font-weight: bold;
margin-bottom: 0px;
padding-bottom: 0px;
}

div.careers_applycode {
display:block;
margin-left:30px;
font-size:11px;
font-weight: bold;
margin-bottom: 10px;
}
a.careers_backtotop:link, a.careers_backtotop:visited, a.careers_backtotop:hover, a.careers_backtotop:active  {
display:block;
font-size: 11px;
font-weight:bold;
background-color: #FFFFFF;
margin-bottom: 20px;
margin-left:30px;
text-align: right;
}
div.careers_subsection H3 {

	background-color: #EBF5FF;
	padding: 10px;
}
/* End of Expandable HTML */

/* ----------------------------- UNIQUE SECTION COLORS */
/* Careers Home Colors */

div.careers_subsection#careers H2 {
	background-color: #339900;
}

/* End Careers Home */


/* Abbott Experience Colors */
div.careers_subsection#experience1 H2 {
	background-color: #ffcc00;
}
/* End Abbott Experience */


/* Internship Colors */
div.careers_subsection#internship H2 {
	background-color: #990099;
}
/* End Internship */

/* PDP Colors */
div.careers_subsection#pdp H2 {
	background-color: #ff6600;
}
/* End PDP */


/* Benefits extended Colors */
div.careers_subsection#benefitsext H2 {
	background-color: #ffffff;
	color: #f60
}
/* End extended Benefits */


/* Benefits Colors */
div.careers_subsection#benefits H2 {
	background-color: #0066cc;
}
/* End Benefits */

/* ----------------------------- END OF UNIQUE SECTION COLORS */

/******************************************* END OF PRIMARY CONTENT BLOCK */

/******************************************* RIGHT COLUMN */
/* Right Teaser Template */
DIV.careers_rightteasertitle {
 display: block;
 font-size: 13px;
 font-weight: bold;
 background-color: #ebf5ff;
 border-right-width: 1px;
 border-left-width: 1px;
 border-right-style: solid;
 border-bottom-style: none;
 border-left-style: solid;
 border-right-color: #0066CC;
 border-left-color: #0066CC;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #0066CC; 
 padding-top: 3px;
 padding-right: 8px;
 padding-bottom: 9px;
 padding-left: 8px;
 color: #000000;
}
DIV.careers_rightteasertitle em {
  font-style: normal;
 color: #0066cc;
}
DIV.careers_rightteaser {
 background: #EBF5FF none repeat scroll 0%;
 margin-bottom: 10px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-top-style: none;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-right-color: #0066cc;
 border-bottom-color: #0066cc;
 border-left-color: #0066cc;
}
A.careers_teasermore {
  font-weight: bold;
}
/* End of Right Teaser */
/* Padded Teaser for Copy */
DIV.careers_rightteaser DIV.careers_paddedteaser {
 margin-top: 0px;
 margin-left: 5px;
 margin-right: 5px;
 margin-bottom: 5px; 
}
/* End of Padded Teaser */


/* IMG Teaser w/o padding */
DIV.careers_rightteaser IMG {
	margin: 0px;
	padding: 0px;
}
/* End of IMG Teaser */

/* Name&Title Block */
DIV.careers_nameteaser {
	background-image:url(/images/cms/careers_nameTeaser-bkgd.gif);
	background-position: top;
	background-repeat:repeat-y;
	padding: 10px;
	margin-top: 1px;
}

DIV.careers_nameteaser em {
	font-style: normal;
	font-size: 12px;
}
/* End of Name&Title Block */

/******************************************* CAREERS GLOBAL MAP */
.careers_regions-column {
	width: 25%;
	vertical-align: top;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	float: left;
}
/******************************************* CAREERS TABULAR DATA */
tr#careers_tabularheader {
	background-color: #999;
	vertical-align: middle;
}
.careers_tableheader {
	color: white;
	text-align: center;
	font-weight: bold;
}
.careers_table {
    border-collapse: collapse;
	width:100%;
}
tr.careers_tabularodd TD {
	background-color: #EBF5FF;
}
table.careers_table TD {
	border: 1.00pt #EBF5FF solid;
	height: 30px;
	padding-right:10px;
	padding-left: 10px;
}
/****************** End -- Careers ******************/


/******* font size changer added 10/08/2008 ***************/
.helpful-tools-top {
background:#0066CC none repeat scroll 0 0;
color:#FFFFFF;
float:left;
height:18px;
padding:5px 0 4px;
position:relative;
text-align:right;
width:780px;
z-index:1;
}

.helpful-tools-top img {
	vertical-align: middle;
	border-width: 0px;
	}
.helpful-tools-top-item {
	padding: 0px 3px 0px 3px;
	}

/******* END font size changer added 10/08/2008 ***************/

	
	
/**********************/

.feature_container {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0px 5px 0px;
	width: 100%;
}
.feature {
	background-color: #EBF5FF;
	font-size: 100%;
	width: 100%;
}
.feature .td1 {
	background-color: #EBF5FF;
	padding: 5px 5px 5px 5px;
}
.feature .td2 {
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}
.feature .tdspace1 {
	background-color: #EBF5FF;
	width: 15px;
}
.feature .content {
	padding: 0px 28px 20px 28px;
}
.secondary_feature {
	background-color: #FFFFFF;
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 0px 10px 0px;
}
.secondary_feature .td1 {
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}
.secondary_feature .td2 {
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}
.secondary_feature .tdspace1 {
	background-color: #FFFFFF;
	width: 15px;
}
.secondary_feature .content {
	padding: 0px 28px 20px 28px;
}

	
	
h1.pagetitletemp {
	display: none;
			}



.hcptable {
	border-bottom: 4px solid #ffff00;
	border-top: 1px solid #ffff00;
	border-left: 1px solid #ffff00;
	border-right: 4px solid #ffff00;
}
	
	
#container {
	background-image:url(/images/cms/swoosh-background-whole.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/**************** TAG STYLES  ****************/

body, html {
	font-size: 100%;
	}
/*
td {
	font-size: 100%;
	}
select, input {
	font-size: 100%;
	}
h1.pagetitle {
	font-size: 150%;
	}
h1.body_main_headline {
	font-size: 130%;
	}
h2.subheading {
	font-size: 115%;
	}
h3 {
	font-size: 102%;
	}	
sup.black {
	font-size: 95%;
	}
h2.form_head {
	font-size: 1em;
	}

h2.form_head {
	font-size: 1em;
	}

.supnav {
	font-size: 100%;
	}
.printersupnav{
	font-size: 100%;
	}

.searchField {
	font-size: 90%;
	}

.leftnavdiv {
	font-size: 100%;
	}

.small-font-grey {
	font-size: 95%;
	}
*/

/**************** TAG STYLES  ****************/

body, html {
	font-size: 92%;
	}
/*
td {
	font-size: 100%;
	}
select, input {
	font-size: 100%;
	}
h1.pagetitle {
	font-size: 150%;
	}
h1.body_main_headline {
	font-size: 130%;
	}
h2.subheading {
	font-size: 115%;
	}
h3 {
	font-size: 102%;
	}	
sup.black {
	font-size: 95%;
	}
h2.form_head {
	font-size: 1em;
	}

h2.form_head {
	font-size: 1em;
	}

.supnav {
	font-size: 100%;
	}
.printersupnav{
	font-size: 100%;
	}


.searchField {
	font-size: 90%;
	}

.leftnavdiv {
	font-size: 100%;
	}

.small-font-grey {
	font-size: 95%;
	}
*/

/**************** TAG STYLES  ****************/

body, html {
	font-size: 87%;
	}

/*
td {
	font-size: 100%;
	}
select, input {
	font-size: 100%;
	}
h1.pagetitle {
	font-size: 150%;
	}
h1.body_main_headline {
	font-size: 130%;
	}
h2.subheading {
	font-size: 115%;
	}
h3 {
	font-size: 102%;
	}	
sup.black {
	font-size: 95%;
	}
h2.form_head {
	font-size: 1em;
	}

h2.form_head {
	font-size: 1em;
	}

.supnav {
	font-size: 100%;
	}
.printersupnav{
	font-size: 100%;
	}


.searchField {
	font-size: 90%;
	}


.leftnavdiv {
	font-size: 100%;
	}


.small-font-grey {
	font-size: 95%;
	}
*/

input#szukaj {background-color:#ffffff;
background-image:url(/images/cms/btnGo_24x19.gif);
background-repeat:no-repeat; 
border:medium none;
height:19px;
width:24px; cursor:hand; padding:0px 0px 0px 0px; margin:0px 0px 0px 2px;}

.searchF {color:#000000;
font-family:Verdana;
font-size:90%;
height:14px;
width:89px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}

.content img {border:none;}

h5 {border-bottom:1px solid #0066CC;
font-size:15px;
width:70%;}

.NewsSummaryPostdate {margin-bottom: 5px;}

a.dd {text-decoration:none; color: #6F6F6F; font-size:12px; font-weight:bold; margin:10px 2px 0px 2px;}

a.dd1 {text-decoration:none; color:#6F6F6F; font-size:12px; margin:10px 2px 0px 2px;}

.dlugi input {width:300px;}

.apicleft {
float:left;
padding-right:30px;
margin-top:-15px;}

.pic_left {
float: left; margin-right: 10px;}

.pic_right {
float: right; margin-left: 10px;}

.arthead {
color:#0066CC;
font-size:130%;
font-weight:bold;
letter-spacing:0.02px;
margin:0;
padding:0 3px 3px 5px;}

.artsubhead {
color:#FF6600;
font-size:115%;
font-weight:bold;
margin-bottom:5px;
margin-top:15px;}

.artauthor {
margin-bottom:10px;
margin-top:15px;
font-style: italic;
font-weight: bold;}

.artdate {
margin-top:5px;
margin-bottom:15px;
font-style:italic;
padding:0 3px 3px 5px;
}


	#dhtmlgoodies_bmi_calculator {
		width:380px;	/* Width of entire calculator */
		height:400px;	/* Height of entire calculator */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Fonts to use */
	}
	#dhtmlgoodies_bmi_calculator .calculator_form {	/* Form */
		width:170px;	/* Width of form div */
		float:left;	/* Position the form at the left of the graph */
		padding-left:5px;
		padding-right:5px;
	}
	#dhtmlgoodies_bmi_calculator input {
		width:130px;
	}
	#dhtmlgoodies_bmi_calculator .calculator_form .textInput {
		width:40px;	/* Width of small text inputs */
		text-align:right;	/* Right align input text */
	}
	#dhtmlgoodies_bmi_calculator .calculator_graph {
		width:198px;	/* Width of graph div */
		float:left;	/* Position bar graph at the left */		
		background-color:#DDD;	/* Light gray background color */
		border:1px solid #555;	/* Gray border around graph */
		
		height:100%;
		position:relative;
	}
	
	.calculator_graph .graphLabels {	/* Help labels at the top of the graph */
		background-color:#FFF;	/* White bg */
		padding:3px;	/* Some air */
		margin:2px;	/* Around around help div */
		border:1px solid #555;	/* Gray border */

	}
	.graphLabels .square {	/* Small square showing BMI, e.g.: Below 18.5: Underweight */
		height:12px;	/* Width of square */
		width:12px;	/* Height of square */
		border:1px solid #000;	/* Black border */
		margin:1px; 	/* "Air" */
		float:left;		
	}
	.graphLabels .label {	/* Help text, , e.g.: Below 18.5: Underweight */		
		width:130px;	/* Width */
		height:14px;	/* Height */
		font-size:0.7em;	/* Font size */
		padding-left:2px;	/* Space at the left of label */
		float:left;
	}

	.barContainer {	/* DIV for both the multicolor bar and users weight bar */
		position:absolute;
		bottom:0px;
		border:1px solid #000;
		border-bottom:0px;
		text-align:center;
		vertical-align:middle;
	}
	.barContainer div {	/* colored div inside "barContainer */
		border-bottom:1px solid #000;
	}
	.barContainer .labelSpan {	/* Label indicating users BMI */
		background-color:#FFF;	/* White BG */
		border:1px solid #000;	/* Black border */
		padding:1px;	/* "Air" inside the box */
		font-size:0.7em;	/* Font size */
	}
	
	.clear {	/* Clearing div - you shouldn't do anything with this one */
		clear:both;
	}
	
	.defbold  {
	
	color:#000000;
	font-weight:bold;
	}
	
		.bluebold  {
	
	color:#0066CC;
	font-weight:bold;
	}
	
	.orangebold  {
	
	color:#FF6600;
	font-weight:bold;
	}
	
	
	#main_c td strong  {
	color:#ffffff !important; 
}

#main_c label.error { 
float: none;
color: red;
padding-left: .5em;
vertical-align: top; 
}

#main_c span {
font-size:12px !important;
}

#main_c textarea {
width:400px;
}


.box11 {

border-top: 0px solid #6699CC !important;
border-right: 1px solid #6699CC !important; 
border-bottom: 6px solid #6699CC !important;
margin-right: 16px;

}

.box12 {

border-top: 0px solid #6699CC !important;
border-right: 1px solid #6699CC !important; 
border-bottom: 1px solid #6699CC !important;
margin-right: 16px;

}

.box21 {

border-top: 0px solid #FF9900 !important;
border-right: 1px solid #FF9900 !important; 
border-bottom: 6px solid #FF9900 !important;
margin-right: 16px !important;

}

.box22 {

border-top: 0px solid #FF9900 !important;
border-right: 1px solid #FF9900 !important; 
border-bottom: 1px solid #FF9900 !important;
margin-right: 16px !important;

}

.box31 {

border-top: 0px solid #64994b !important;
border-right: 1px solid #64994b !important; 
border-bottom: 6px solid #64994b !important;
margin-right: 0px !important;

}

.box32 {

border-top: 0px solid #64994b !important;
border-right: 1px solid #64994b !important; 
border-bottom: 1px solid #64994b !important;
margin-right: 0px !important;

}


/* End of 'Main' */
/* End of 'glowna' */

