/* --------- specific system styles (do not edit!) --------- */
html {
	height: 100%;
}

body {
	height: 100%;
	overflow/**/:/**/visible;
}

body, table, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	vertical-align: top;
}

/* hide from Mac IE \*/	
td {
	font-size: 76%;
	font-size/* */:/**/100%;
	font-size: /**/100%;	
}
/* end hide Mac IE */

/* --------- bug-fix & utility css --------- */
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* --------- general page styles --------- */
input {
	font-family: Arial,Helvetica,sans-serif;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

ul.list0 {
	list-style-image: url(../graphics/system/bullet0.gif);
	margin-left: 1em;
	padding: 0;
}

ul.list1 {
/*	list-style-image: url(../graphics/system/bullet1.gif); */
	margin-left: 2em;
	padding: 0;
}

ul.list2 {
/*	list-style-image: url(../graphics/system/bullet2.gif); */
	margin-left: 4em;
	padding: 0;
}

ul.list3 {
/*	list-style-image: url(../graphics/system/bullet3.gif); */
	margin-left: 1em;
	padding: 0;
}

ul.list4 {
	list-style-image: url(../graphics/system/v4_bulletspecial.gif);
	margin-left: 1.5em;
	padding: 0;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link, a:visited {
	color: #C00;
	text-decoration: none;		
}

a:hover, a:active {
	color: #F00;
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldtext {
}

.formfieldoption {
}

.formfieldarea {
}
 
.formfieldselect {
}

.formfieldbutton {
}

.formfieldimage {
}

/* ------ search box style ------ */
.searchbox .formfieldtext {
	width: 120px;
}

/* ------ quick search box style ------ */
#quicksearch {
	float: right;
	margin: 9px 0 0 0;
	width: 185px;
}

#quicksearch .searchbox {
	margin: 0 0 6px 0;
}

#quicksearch a {
	color: #C14032;
	font-size: 11px;
	text-decoration: underline;
}

#quicksearch .searchbox span {
	display: block;
	margin: 0 0 0 -1px;
	padding: 0 0 7px 0;
	color: #286299;
	font-size: 11px;
	font-weight: bold;
}


#quicksearch .searchbox .formfieldtext {
	width: 120px;
	font-size: 11px;
}

#quicksearch .searchbox .formfieldimage {
	margin: 0 0 2px 6px;
	vertical-align: bottom;
}

/*----- login box styles -----*/
.loginbox label {
	display: block;
	padding: 0 0 6px 0;
}

.loginbox span {
	width: 70px;
	padding: 4px 2px 0 0;
	text-align: right;
	float: left;
}

.loginbox .formfieldbutton {
	margin-left: 73px;
}

.loginbox .formerror {
	color : #B00;
	font-weight : bold;
	margin-bottom: 2px;
}

/* --------- sitemap styles --------- */
/* number represents level within sitemap hierarchy */
/* can be defined individually, and extended indefinitely */
.sm1 {
	color: #000;
	font-size: 14px;
}

.sm1 a:link, .sm1 a:visited {
	/* normal link: colour, style */
}

.sm1 a:hover, .sm1 a:active {
	/* normal link rollover: colour, style */
}

/* --------- navigation styles --------- */
/* ---- nav style 5 (Main Nav - Vt Text) ---- */
.navi5 {
	/* common font face, size, formatting */
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.navi5 ul {
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0;
}

.navi5 li a {
	display: block;
	margin: 0;
	padding: 2px 10px;
}

.navi5 a:link, .navi5 a:visited {
	/* normal link: colour, style */
	color: #286299;
	text-decoration: none;
}

.navi5 a:hover, .navi5 a:active {
	/* normal link rollover: colour, style */
	color: #7A90BE;
	text-decoration: underline;
}

.navc5 a:link, .navc5 a:visited {
	/* current link: colour, style */
	border: 1px solid #D7857C;
	color: #C14032;
	text-decoration: none;
	background: #F9ECEA;
}

.navc5 a:hover, .navc5 a:active {
	/* current link rollover: colour, style */
	border: 1px solid #D7857C;
	color: #C14032;
	text-decoration: none;
	background: #F9ECEA;
}

/* ---- nav style 6 (Sub Nav Compound - Vt Text) ---- */
.navi5 .navi6 {
	/* common font face, size, formatting */
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

.navi5 .navi6 ul {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
}

.navi5 .navi6 li a {
	display: block;
	padding: 0 0 1px 26px;
	background: url(../graphics/system/v4_subnavbullet0.gif) 20px 8px no-repeat;
}

.navi5 .navi6 a:link, .navi5 .navi6 a:visited {
	/* normal link: colour, style */
	border: none;
	color: #286299;
	text-decoration: none;
	background: url(../graphics/system/v4_subnavbullet0.gif) 20px 8px no-repeat;
}

.navi5 .navi6 a:hover, .navi5 .navi6 a:active {
	/* normal link rollover: colour, style */
	border: none;
	color: #6E81AA;
	text-decoration: underline;
	background: url(../graphics/system/v4_subnavbullet0.gif) 20px 8px no-repeat;
}

.navi5 .navc6 a:link, .navi5 .navc6 a:visited {
	/* current link: colour, style */
	border: none;
	color: #286299;
	font-weight: bold;
	text-decoration: underline;
	background: url(../graphics/system/v4_subnavbullet1.gif) 20px 8px no-repeat;
}

.navi5 .navc6 a:hover, .navi5 .navc6 a:active {
	/* current link rollover: colour, style */
	border: none;
	color: #286299;
	font-weight: bold;
	text-decoration: underline;
	background: url(../graphics/system/v4_subnavbullet1.gif) 20px 8px no-repeat;
}

/* ---- nav style 8 (3rd Level Nav - Vt Text) ---- */
#sidenav {
	margin: 0 0 15px 0;
	width: 154px;
	background: #135490 url(../graphics/system/v4_featurebox2_bkg.gif) repeat-y;	
}

.navi8 {
	/* common font face, size, formatting */
	padding: 0 0 10px 0;
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: url(../graphics/system/v4_featurebox2_bottom.gif) left bottom no-repeat;
}

.navi8 ul {
	list-style: none;
	padding: 8px 15px 0 13px;
	margin: 0;
	background: url(../graphics/system/v4_featurebox2_top.gif) no-repeat;
}

.navi8 li {
	display: block;
	margin: 5px 0 6px 0;
}

.navi8 a:link, .navi8 a:visited {
	/* normal link: colour, style */
	color: #FFF;
}

.navi8 a:hover, .navi8 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
}

.navc8 a:link, .navc8 a:visited {
	/* current link: colour, style */
	color: #FFF;
	font-weight: bold;
}

.navc8 a:hover, .navc8 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

/* ---- nav style 1 (Utility Nav - Hz Text) ---- */
.navi1 {
	/* common font face, size, formatting */
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

.navi1 ul {
	list-style: none;
	padding: 7px 0 0 0;
	margin: 0;
}

.navi1 li {
	display: inline;
}

.navi1 a:link, .navi1 a:visited {
	/* normal link: colour, style */
	color: #286299;
	font-weight: bold;
}

.navi1 a:hover, .navi1 a:active {
	/* normal link rollover: colour, style */
	color: #7A90BE;
	font-weight: bold;
	text-decoration: underline;
}

.navc1 a:link, .navc1 a:visited {
	/* current link: colour, style */
	color: #286299;
	font-weight: bold;
}

.navc1 a:hover, .navc1 a:active {
	/* current link rollover: colour, style */
	color: #286299;
	font-weight: bold;
	text-decoration: underline;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t2, .t3, .t4 {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
	color: #C14032;
	font-size: 22px;
	margin: 0;
	padding: 0 0 15px 0;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
}

/* --------- text style 1 --------- */
.t1 {
	color: #135490;
	font-size: 16px;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {
}

.t1 a:hover, .t1 a:active {
}

/* --------- text style 2 --------- */
.t2 {
	color: #135490;
	font-size: 14px;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 --------- */
.t3 {
/*	color: #000; */
/*	font-size: 12px; */
}

.t3 a:link, .t3 a:visited {
	font-weight: bold;	
}

.t3 a:hover, .t3 a:active {
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #555; */
	font-size: 11px;
}

.t4 a:link, .t4 a:visited {
}

.t4 a:hover, .t4 a:active {
}

/* --------- text style 5 --------- */
.t5 {
	color: #135490;
/*	font-size: 12px; */
}

.t5 a:link, .t5 a:visited {
	font-weight: bold;	
}

.t5 a:hover, .t5 a:active {
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 11px;
}

.error {
	color: #900;
	font-weight: bold;
}

.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
  padding: 0 3px 1px 3px;
}

/* --------- quick table row styles --------- */
.r1 {
	/*background: #DDD;*/
}

.r2 {
	/*background: #F4F4F4;*/
}

/* --------- custom style settings --------- */
.featurebox1a {
	border: 1px solid #C5CAD3;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 158px;
	text-align: left;
	background: #FFF;
}

.featurebox1b {
	border: 1px solid #C5CAD3;
	border-width: 0 0 1px 0;
	padding: 5px 10px;
	color: #286299;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.featurebox1c {
	padding: 10px 15px;
	background: url(../graphics/system/v4_featurebox1_bkg.gif) repeat-x;
}

.customloginbox {
	font-size: 11px;
}

.customloginbox .formfieldtext {
	width: 120px;
	font-size: 11px;
}

.clblabel {
	color: #286299;
}

.clbfield {
	padding: 0 0 5px 0;
}

.clbforgot {
	padding: 0 0 10px 0;
}

.clbforgot a:link, .clbforgot a:hover, .clbforgot a:active, .clbforgot a:visited {
	color: #C14032;
	text-decoration: underline;
}

.clbsubmit {
	text-align: right;
}

.featurebox2a {
	width: 154px;
	background: #135490 url(../graphics/system/v4_featurebox2_bkg.gif) repeat-y;
}

.featurebox2b {
	padding: 0 0 13px 0;
	background: url(../graphics/system/v4_featurebox2_bottom.gif) left bottom no-repeat;
}

.featurebox2c {
	padding: 12px 15px 0 15px;
	background: url(../graphics/system/v4_featurebox2_top.gif) no-repeat;
}

#printLink {
	position: absolute;
	z-index: 99;
	margin: -24px 0 0 215px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005922;	
}

#printLink a {
	display: block;
	padding: 4px 0 10px 22px;
	width: 130px;
	width/* */:/**/108px;
	width: /**/108px;
	text-align: left;
}

#printLink a:link, #printLink a:visited {
	color: #C00;
	text-decoration: none;
	background: url(../graphics/system/v4_printPageIcon.gif) no-repeat left top;
}

#printLink a:hover, #printLink a:active {
	color: #F00;
	text-decoration: underline;
	background: url(../graphics/system/v4_printPageIconr.gif) no-repeat left top;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	background: #FFF;
}

#toplevel {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 100%;
	text-align: left;
	background: url(../graphics/system/v4_column_bkg.gif) 5px 0 repeat-y;
}

.sidestrip1, .sidestrip2 {
	width: 4px;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
	background: url(../graphics/system/v4_sidestrip_left.gif) repeat-y;
}

.sidestrip2 {
	background: url(../graphics/system/v4_sidestrip_right.gif) repeat-y;
}

#main1 {
	border: 1px solid #7A90BE;
	border-width: 0 1px;
	background: url(../graphics/system/v4_main_bkg_v2.jpg) no-repeat;
}

#main2 {
	border: 1px solid #7A90BE;
	border-width: 0 1px;
	vertical-align: bottom;
}

#header {
	height: 130px;
	background: url(../graphics/system/v4_header_bkg_v5.gif) 0 21px no-repeat;
}

#homelink {
	position: absolute;
	z-index: 9;
	margin: 36px 0 0 12px;
	width: 510px;
	height: 73px; 
}

#homelink a {
	display: block;
	width: 510px;
	height: 73px; 
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;	
}

#columns {
	width: 950px;	
}

#column1 {
	padding: 0 12px 20px 12px;
	width: 165px;
	text-align: center;
}

#column2 {
	padding: 0 25px 65px 25px;
	width: 520px;
}

#column3 {
	border: 1px solid #D0DDE9;
	border-width: 0 0 0 1px;
	padding: 0 12px 20px 12px;
	width: 167px;
}

#footer {
	border: 1px solid #5381AD;
	border-width: 1px 0 0 0;
	margin: 8px 0 0 0;
	color: #286299;
	text-align: center;
	background: #E9EFF5 url(../graphics/system/v4_footer_bkg.gif) repeat-x;
}

/* --- extended footer --- */
#extendedfooter {
	padding: 18px 0;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	width: 620px;
	color: #286299;
	font-size: 10px;
}

#extendedfooter #pfizerlogo {
	float: left;
	padding: 0 0 18px 36px;
}

#extendedfooter #copyrighttext {
	float: right;
	padding: 8px 32px 0 0;
	font-size: 11px;
}

#extendedfooter #copyrighttext a:link, #extendedfooter #copyrighttext a:visited {
	color: #286299;
	font-weight: bold;
}

#extendedfooter #copyrighttext a:hover, #extendedfooter #copyrighttext a:active {
	color: #7A90BE;
	font-weight: bold;
}

#extendedfooter .hardbreak {
	display: block;
	clear: both;
	float: none;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

#quicklinks {
	text-align: center;
}

#quicklinks img {
	margin: 1px;
}

#headerlogos {
	position: absolute;
	z-index: 99;
	margin: 13px 0 0 626px;
}

#headerlogos img {
	margin: 0 8px;
}

/* --------- results pages --------- */
#toplevelresults {
	margin-left: auto;
	margin-right: auto;
	width: 1042px;
	height: 100%;
	text-align: left;
	background: url(../graphics/system/v4_column_bkg.gif) 5px 0 repeat-y;
}

#columnsresults {
	width: 1032px;
}

#columnsresults #column2 {
	padding: 0 15px 65px 15px;
	width: 813px;
}

#resultstable tr td {
	border-right: 1px solid #999;
	border-top: 1px solid #999;	
}

#resultstable {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}