/*******************************************************************************
* General
*******************************************************************************/
body {
    font-family: Verdana;
    font-size: 12px;
    font-weight:normal;
    color: #666;
}

body * {
    margin-top: 0;
    padding-top: 0;
}

a {
    color: #039;
}

.homepp { 
    margin-top: 2px;
    margin-bottom: 10px;
}

.homep { 
    margin-top: 2px;
    margin-bottom: 10px;
    line-height: 15px;
}

p { 
    margin-top: 2px;
    margin-bottom: 10px;
    line-height: 18px;
}

ul {
    margin-top: 2px;
    margin-bottom: 10px;
    margin-left: 25px;
    padding: 0px;
}

ol {
    margin-top: 2px;
    margin-bottom: 10px;
    margin-left: 30px;
    padding: 0px;
}

li {
    margin: 0;
    padding: 0;
}

sup {
    font-size: 10px;
    font-size: expression('11px');
    vertical-align: top;
}

.header1 {
    font-family: Verdana;
    font-size: 14px;
    font-weight:bold;
    color: #009fdd;
}

.header2 {
    font-family: Tahoma;
    font-size: 11px;
    font-weight:bold;
    color: #009fdd;
}

.outlines {
	border-color : #00529b;
	border-width : 2px;
	border-style : solid;
}

td.regulartext {
	line-height: 18px;
}

td.blacktext {
	line-height: 18px;
    color: #000;
}

/*******************************************************************************
* Leftnav
*******************************************************************************/
.nav {
    background: #fff url(../images/leftnav-middle.gif) repeat-y left;
    margin-left: 9px;
    width: 170px;
}

.navTop { /* simulate attaching another background image to .nav */
    height: 100%; /* fix for IE6 where nested backgrounds not always showing through */
    background: transparent url(../images/leftnav-top.gif) no-repeat top left;
}

.navBottom { /* simulate attaching another background image to .nav */
    background: transparent url(../images/leftnav-bottom.gif) no-repeat bottom left;
}

.navInner {
    position: relative;
    min-height: 49px;
    height: auto !important; /* emulate min-height... */
    height: 49px;            /* ...in IE6             */
    padding: 8px 0px 12px 0px;
}

.nav .navItem {
    margin-left: 10px;
}

.nav .subnav {
    background: transparent url(../images/leftnav-subnav-middle.gif) repeat-y left;
    margin-top: 5px;
}

.nav .subnavTop { /* simulate attaching another background image to .subnav */
    height: 100%; /* fix for IE6 where nested backgrounds not always showing through */
    background: transparent url(../images/leftnav-subnav-top.gif) no-repeat top left;
}

.nav .subnavBottom { /* simulate attaching another background image to .subnav */
    background: transparent url(../images/leftnav-subnav-bottom.gif) no-repeat bottom left;
}

.nav .subnavInner {
    position: relative;
    min-height: 50px;
    height: auto !important; /* emulate min-height... */
    height: 50px;            /* ...in IE6             */
    padding: 9px 16px 16px 5px;
    font-size: 8pt;
}

.nav .separator {
    margin: 4px 0px 4px 14px;
}

.nav .chevronList .item {
    font-family: Tahoma;
    font-size: 11px;
    color: #feb913;
    font-weight: bold;
    position: relative;
    padding-left: 16px;
    padding-bottom: 5px;
    background: url(../images/blue-chevrons.gif) no-repeat 0 3px;
}

.nav .chevronList .item.selected {
    position: relative;
    padding-left: 16px;
    padding-bottom: 5px;
    background-image: url(../images/yellow-chevrons.gif);
}

.nav .chevronList .item a {
    color: #069;
    text-decoration: none;  
}

.nav .chevronList .item.selected a {
    color: #feb913;
}

.nav .chevronList .item .sublist {
    padding: 6px 0 2px 0;
}

.nav .chevronList .item .sublist .item {
    padding: 0 0 0 10px;
    background: url(../images/bullet-dark-blue.gif) no-repeat 0 5px;
    color: #22ace2;
}

.nav .chevronList .item .sublist .item.selected {
    background-image: url(../images/bullet-blue.gif);
}

.nav .chevronList .item .sublist .item a {
    color: #069;
}

.nav .chevronList .item .sublist .item.selected a {
    color: #22ace2;
}

.nav .hide {
    display: none;
}

/*******************************************************************************
* container
*******************************************************************************/
.outermost {
    background: url(../images/sub-background-middle.gif) repeat-y left;
    margin-right: 40px;
    width: 806px;
}

.outermostTop { /* simulate attaching another background image to .nav */
    height: 100%; /* fix for IE6 where nested backgrounds not always showing through */
    background: url(../images/sub-background-top.gif) no-repeat top;
}

.outermostBottom { /* simulate attaching another background image to .nav */
    position: relative;
    background: url(../images/sub-background-bottom.gif) no-repeat bottom; 
    min-height: 530;
    height: auto !important;
    height: 530px;
    padding-bottom: 26px;
}

/*******************************************************************************
* Genzyme header
*******************************************************************************/
.bg_dk_gray { background-color : #666666; }

.ubernav, .ubernav a:link, .ubernav a:active, .ubernav a:visited {
    color:  #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/*******************************************************************************
* Footer
*******************************************************************************/
#footer {
    position:relative;
    font-family: Verdana;
    font-size: 10px;
    color: #fff;
    padding-left:15px;
 }
 
 #footerSub {
    position: absolute;
    bottom: 6px;
    font-family: Verdana;
    font-size: 10px;
    color: #fff;
    padding-left:15px;
 }
 
#footer a {
    color: #fff;
    text-decoration: none;
}

#footerSub a {
    color: #fff;
    text-decoration: none;
}

