/*  Philips global stylesheet. Only values that need to be overruled are defined here
 *  Version: 2.36
 *  Date: August 2, 2005
 *
 *  Structure of document:
 *  1. Page layout styles
 *    1a. Base elements
 *    1b. Reusable styles
 *    1c. Templates
 *    1d. Left navigation
 *  2. Global layout styles
 *    2a. Page structure
 *    2b. Header
 *    2c. Footer
 *    2d. Left Navigation	
 *  Only 1a and 1b are public styles
 */

/* ----- Start of public styles ----- */

/* 1a. base element style definitions */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#555555;
	background-color:#FFFFFF; 
	line-height:17px;
	margin:0px;
	text-align:center;
}

table{
	font-size:100%;
}	

td{
	background-color:#ffffff;
	line-height:17px;
	padding: 0px;
	margin:0px;
}

form{
	padding:0px;
	margin:0px;
}

select, input, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#555555;
	vertical-align:top;
	border-width:1px;
	line-height:11px;
}

input.checkbox{
	vertical-align:middle;
}

textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
}

img{
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}

a:link{
	text-decoration:none;
	color:#0066cc;
}

a:visited{
	text-decoration:none;
	color:#0066cc;
}
a:active{
	text-decoration:none;
	color:#0066cc;
}
a:hover{
	text-decoration:underline;
	color:#005AFF;
}

ul {
	padding:0px; 
	margin:0px;
	list-style-type:none;
}

ul li {
	padding-left:10px;
	background-image: url("/crsc/images/icon-listitem-closed.gif");
	background-repeat: no-repeat;
	background-position:0px 8px;
}

.p-iframe{
	background:#FFFFFF;
}

hr{
	height:1px;
	border:0px;
	color:#DEDFE7; /* IE fix */
	background:#DEDFE7;
}

/* General layout options for tables*/
table.p-maxwidth, td.p-maxwidth { 
  width: 100%; 
} 

td.p-nowrap { 
  white-space: nowrap; 
} 

td.p-middle { 
  vertical-align: middle; 
} 
/*
table.p-right{
	margin-left:auto;
	margin-right:0px;
	
	float:right;
}
*/

td.p-bold, tr.p-bold td {font-weight:bold;} 
td.p-italic, tr.p-italic td {font-style:italic;} 
td.p-right, tr.p-right td {text-align:right;} 
td.p-center, tr.p-center td {text-align:center;} 
td.p-hl, tr.p-hl td {background:#F5F6F8;} 
td.p-hl-blue, tr.p-hl-blue td {background:#E6EEF7;} 
td.p-hl-yellow, tr.p-hl-yellow td {background:#FFFFCC;} 

/* end base style definitions */

/* 1b. general reusable styles */

table.p-tight{
	border-collapse:collapse;
	border-spacing:0px;
}

table.p-tight td{
	vertical-align:top;
}

table.p-transparent, table.p-transparent td{
	background-color:transparent;
}

td p {
	margin-top:0px;
	margin-bottom:0px;
}

img.p-sectionArrow{
	padding-bottom:1px;
	vertical-align:middle;
}

/* Workaround for image bug in NS6 */
/*
img {vertical-align: bottom; line-height: 1%; padding: 0px; border: 0px}
*/
img {border: 0px}

.p-center{
	text-align:center;
}

.p-orange{
	color:#000000;
	/*font-size:80%;*/
	font-size:9px;
}

.p-asterix{
	color:#FE6000;
	font-size:9px;
}

.p-linkplus{
	color:#000000;
	font-size:9px;
}

.p-error{
	color:#FE6000;
}

select.p-selectlist{
	width:200px;
	margin-bottom:5px;
}

h1 {
	text-align:left;
	font-size:22px;
	padding:6px 5px 5px 8px;
	font-weight:normal;
	color:#B9BBC7;
	/*background:url(/crsc/images/dots.gif) repeat-x bottom left;*/
	margin:0px;
	margin-left:1px;
	line-height:normal;
}

h2{
   /* background:url(/crsc/images/arrow_about.gif) no-repeat left;
	background-position-y: 7px;
	padding-left:12px;*/
}

h4{
   /* background:url(/crsc/images/arrow_about.gif) no-repeat left;
	padding-left:12px;*/
}

h5{
	margin:0px;
	font-size:110%;
}


/* 1c. Styles related to templates */

td#p-mainbodywide{
	width:770px;
	vertical-align:top;
	padding:10px;
	text-align:center;
}

table#p-mainbodywide-table{
	width:750px;
}

table#p-mainbodywide-table td{
	vertical-align:top;
}

td.p-mainheader{
	text-align:left;
	font-size:16px;
	padding:3px 5px 3px 10px;
	height:20px;
	font-weight:bold;
	color:#878C9C;
	background:url(/crsc/images/dots.gif) repeat-x bottom;
	background-color:#ffffff; 
}

#p-sectionbanner{
	visibility:hidden; /* Added for flashbanners */
 	height:42px;
}

/* breadcrumb */
td#p-breadcrumb{
	width:770px;
	line-height:26px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	font-weight:bold;
	/*padding-left:27px;
	background:url(/crsc/images/arrow_breadcrumb.gif) no-repeat 12px;*/
	border-bottom:solid 1px #E4E5E9;
	color:#666666;
	font-size:90%;
}

#p-breadcrumb a{
	font-weight:normal;
	line-height:26px;
}

#p-breadcrumb .p-microarrow {
   	height:8px;
	padding-left:12px;
   	background:url(/crsc/images/micro_arrow.gif) no-repeat 4px 50%;
	line-height:26px;
	white-space:nowrap;
}

#p-breadcrumb td#p-youarehere {
	line-height:26px;
	padding-right:5px;
	font-weight:bold;
}

.p-content-grid {
	width:770px;
	/* border-collapse:collapse;  Disabled for Safari */
	border-spacing:0px;
	border-color:#E4E5E9;
	border-width:0px 0px 1px 0px;	
	border-style:solid;
}

.p-content-grid td {
	/* text-align:left; */
	vertical-align:top;
}

.p-content-grid .p-bottomleft {
	background: url(/crsc/images/bottomcorner_l.gif) no-repeat left bottom;
	padding-bottom:4px;
	height:4px;
}

.p-content-grid .p-bottomright {
	background: url(/crsc/images/bottomcorner_r.gif) no-repeat right bottom;
	padding-bottom:4px;
}

#p-banners {
	margin-top:6px;

}

#p-banners td{
	background-color:#F1F1F5;
}

.p-banner-large {
	width:478px;
}

.p-banner-small {
	width:146px;
}

.p-banner-small td.p-image{
	border-left:solid 1px #FFFFFF;
	width:145px;
}

td.p-caption {
   background-color:#F1F1F5;
	padding:6px 10px 3px 10px;
	font-size:80%;
	height:74px;
	vertical-align:top;
}

/* Grid A */
#p-grid-a #p-slots #p-left{
	width:384px;
	padding:6px 5px 8px 10px;
	border-style:solid;
	border-width:0px 1px 0px 0px;
	border-color:#E4E5E9;
}

#p-grid-a #p-slots #p-right{
	width:385px;
	padding:6px 10px 6px 10px;
}

/* Grid B */

#p-grid-b #p-slots #p-left{
	width:292px;
	border-style:solid;
	border-width:0px 1px 0px 0px;
	border-color:#E4E5E9;
	padding:6px 5px 8px 10px;
}

#p-grid-b #p-slots #p-center{
	width:292px;
	border-style:solid;
	border-width:0px 1px 0px 0px;
	border-color:#E4E5E9;	
	padding:6px 10px 8px 10px;
}

#p-grid-b #p-slots #p-right{
	width:184px;
	padding:5px 5px 10px 10px;
}

/* Grid C */
#p-grid-c #p-columns #p-center{
	width:370px;
}

#p-grid-c #p-columns .p-center{
	width:370px;
}

#p-grid-c #p-columns #p-right{
	width:180px;
}

/* Grid D */
#p-grid-d #p-columns #p-main{
	width:560px;
}

#p-grid-d1 h1{
	padding-left:10px;
}

/* Grid E */
#p-grid-e #p-columns #p-left{
	width:180px;
}

#p-grid-e #p-columns #p-center{
	width:370px;
}

#p-grid-e #p-columns #p-right{
	width:180px;
}

#p-grid-e h1{
	padding-left:200px;
}


/* Grid F */
#p-grid-f #p-columns #p-left{
	width:180px;
}


#p-grid-f #p-columns #p-main{
	width:560px;
}

#p-grid-f h1{
	padding-left:200px;
}

/* Grid G */

#p-grid-g #p-columns #p-left{
	width:370px;
	padding-left:10px;
	padding-right:10px;
}


#p-grid-g #p-columns #p-right{
	width:370px;
}

#p-grid-g h1{
	padding-left:10px;
}

/* Grid H */
#p-grid-h #p-columns #p-content{
	width:770px;
	padding:10px 10px 10px 10px;
}

#p-grid-h h1{
	padding-left:10px;
}

/* 1d. Styles related to left navigation */
.p-section-nav table{
	width:189px;
}

.p-section-nav .p-fill, .p-flyoutdiv .p-fill, .p-flyoutdiv-2 .p-fill{
	width:100%;
	height:20px;
	line-height:20px;
	cursor:pointer;
	cursor:hand; /* IE5 fix */
}

.p-section-nav td {
	vertical-align:middle;
	font-size:11px;
}

.p-section-nav .p-level1 {
  	height:21px;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px 1px 0px 1px;
	padding:0px 10px 0px 26px;
	background:url(/crsc/images/arrow_leftnav.gif) no-repeat 10px;
	background-color:#F5F6F8;
}

.p-section-nav .p-level1-active {
    height:21px;
	font-weight:bold;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px 1px 0px 1px;
	padding:0px 10px 0px 26px;
	background:url(/crsc/images/arrow_down.gif) no-repeat 10px;
	background-color:#DEDFE7; 
}

.p-section-nav table{
    width:100%; 
}

.p-section-nav .p-level2 {
	font-size:10px;
	background:url(/crsc/images/leftnav_micro_arrow.gif) no-repeat 18px;
    line-height:16px;
	padding:0px 10px 0px 25px;
}

#p-leftnav{
	width:189px;
	padding:0px 0px 10px 0px;
	border-style:solid;
	border-width:0px 1px 0px 0px;
	border-color:#E0E0E8;
}

/* ----- End of public styles ----- */


/* ----- Start of private styles ----- */

.p-landing{
	background-color:#FFFFFF;
}

.p-landingpage{	
	width:500px;
	font-size:80%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.p-landingpage .p-select{
	border-collapse:collapse;
	border-spacing:0px;
	text-align:center;
}

.p-landingpage .p-select td{
	text-align:center; /*Fix for Mac IE5*/
}

.p-landingpage select{
	font-size:100%;
}

.p-landingpage .p-select, .p-landingpage .p-select td{
	background-color:#F5F6F8;
}

.p-landingpage .p-image{
	background-color:#FFFFFF;
}
.p-landingpage .p-select td{
	height:25px;
	vertical-align:bottom;
}

.p-landingpage .p-select input{
	vertical-align:middle;
}

.p-landingpage #p-localeselect{
	text-align:center;
	padding-top:5px;
}

/* 2a. Styles related to page structure */
table#p-container{
	width:100%;
	/*border-collapse:collapse; 
	border-spacing:0px;*/
	background-color:transparent;
	text-align:center;
}

td#p-topcontainertd{
	width:100%;
	background-color:#ffffff;
	/*padding-bottom:1px;
	background-image:url(/crsc/images/dots.gif);
	background-repeat:repeat-x;
	background-position:bottom;*/
}

table#p-topcontainer{
	width:770px;
	height:59px;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:transparent;
	margin:auto;
}

table#p-topcontainer td{
	background-color:#ffffff;
}

td#p-bodycontainer-td{
	width:100%;
	text-align:center;
	vertical-align:top;
	background-color:#ffffff;
}

table#p-bodycontainer-table{
	width:770px;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#ffffff;
	margin:auto;
}

/* 2b. Styles related to header */
td#p-mainlogo{
	padding:10px 0px 11px 37px;
	width:102px;
	text-align:left;
	vertical-align:bottom;
}

td#p-search{
	text-align: right;
	vertical-align:bottom;
	padding-bottom:5px;
}

table#p-search-table{
	float:right;
}

#p-search-table #searchform td{
	vertical-align:middle;
}

input.p-searchfield{
	vertical-align:middle;
}

#p-search-table input, #p-search-table select {
	background:#F6F6F6; /*DEDFE7*/
}

table#p-container td#p-headcontainer-td{
	width:100%;
	text-align:center;
	background-color:#ffffff;
}

table#p-headcontainer-table{
	width:770px;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#ffffff;
	margin:auto;
}

td#p-abovenavbar-td{
	width:100%;
	text-align:left;
	background-color:#ffffff;
}

table#p-abovenavbar-table{
	width:770px;
	background-color:#ffffff;
}

table#p-abovenavbar-table td{
	background-color:#ffffff;
	height:30px;
	vertical-align:middle;
}

img#p-flag{
	margin:1px 3px 0px 6px;
	vertical-align:top;
}

.p-locale-submit{
	padding-left:1px;
}

td#p-localeselect{
	text-align:left;
	vertical-align:middle;
}

td#p-localeselect select{
	background:#F6F6F6;
	height:16px;
}

#p-topcontainer a{
	font-size:90%;
	font-weight:bold;
}

td#search-support{
	text-align:right;
	width:1px; /* Small as possible */
	vertical-align:bottom;
	padding-bottom:13px;
}

td#search-support td{
	white-space:nowrap;	
}

#p-topcontainer img.p-sectionarrow{
	vertical-align:middle;
}

table#search-support-internal{
	float:right;
	white-space:nowrap;
	padding-left:0px;
}

#search-support-internal td{
	padding-left:28px;
}
	
.p-globalsite{
	width:100%; /* Opera fix */
	text-align:right;
	padding-right:0px;
	vertical-align:bottom;
	padding-bottom:13px;
}

.p-extranet-search{
	padding-top:23px;
}

.p-extranet-topline{
	border-top:1px solid #DEDFE7; 
}

.p-extranet-extraspace{
	height:3px;
}

.p-globalsite-microsite{
	text-align:right;
	padding-right:5px;
	vertical-align:bottom;
	padding-bottom:13px;
}

/* 2c. Styles related to footer */
td#p-footer{
	height:30px;
	background-color:#ffffff;
}

table#p-footertable{
	margin:auto;
	width:770px;
}

table#p-footertable td{
	vertical-align:top;
	color:#888B9C;
	font-size:90%;
	background-color:#ffffff;
}

td#p-stockquotes{
	text-align:left;
	width:120px;
	padding:5px 5px 0px 10px;
}

td#p-footertext{
	padding:5px 5px 0px 0px;
	text-align:center;
}

td#p-footerright{
	/*width:120px;*/
	padding:5px 5px 0px 0px;
	text-align:right;
}

.p-footer-image {
	padding-top:5px;
}

/* styles for search results */
#p-yoursearch #p-query input {
	width:200px;
}

#p-yoursearch #p-query {
	padding-right:5px;
}
#p-yoursearch #p-tips {
	text-align:center;
	width:100%;
}

#p-refinesearch #p-buttons {
	text-align:right
}

#p-refinesearch .p-content {
	font-size:90%
}

#p-refinesearch .p-select {
 	font-size:110%;
	width:100%;
	margin-bottom:3px;
}

.p-metadata {
	font-size:90%;
	color:#C0C0C0;
}
