﻿/*-- Below style for print instruction--*/
@media print {
.return {
	display: none;
}
}

/*---------------------*/
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Standard Style Sheet 
version: 0.1
author: Betty Fu
email: betty.fu@oocl.com
Created: 10 Sept 2007
Last Modified: 20 Sept 2007
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
Body {
	margin: 0px;
	FONT-WEIGHT: normal;
		line-height: 16px;
		background-color: #e8e8e8;
		COLOR: #404040; 
	FONT-FAMILY: Verdana, Helvetica, sans-serif; 
		FONT-SIZE: 11px; 
}
Table, Td, Span, Div,P,Font {
COLOR: #404040; 
	FONT-FAMILY: Verdana, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
}
/*
TABLE.pageTable {
	width: 945px;
	height: 95%;
	background-color: #FFFFFF;
}
*/
/*-------------------- User Defined Style ------------------*/
.NoteText_User {
	font-size: 9px;
	color: #555555;
}

#footer {
	width:910px;
	background-color:#FFFFFF;
	margin:auto;
	padding:9px 18px;
}

#footer_inside {
	height:92px;
	width:910px;
	background-color:#FFFFFF;
	margin:auto;
	/*border-style:solid none none;
	border-width:1px medium medium;
	border-color:1px solid #E0E0E0;*/
	border-top:1px solid #E0E0E0;
	padding:9px 18px;
}

/*-------------------- Image ------------------*/
.imgborder {
	border:1px solid #404040;
}
.rightImg {
	border:1px solid #404040;
	float: right;
	margin-left: 18px;
    margin-bottom: 18px;
    margin-top: 18px;
	margin-right: 0px;
}
.leftImg {
	border:1px solid #404040;
	float: left;
	margin-left: 0px;
    margin-top: 18px;
	margin-right: 18px;
    margin-bottom: 18px;
}


/*-------------------- Hyperlink ------------------*/
A {
	COLOR: #ec677f; /*004173*/
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #df012a; 
	TEXT-DECORATION: underline;
}

A.noUnderline {
	COLOR: #ec677f; 
	TEXT-DECORATION: none;
}
A.noUnderline:hover {
	COLOR: #df012a; 
	TEXT-DECORATION: underline;
}

A.hpNewsLink {
	color:#555555;
	font-size:12px;
	text-decoration:none;
	line-height:18px;
}
A.hpNewsLink:hover {
	color:#df012a;
	font-size:12px;
	text-decoration:underline;
}
A.stockLink {
	color:#555555;
	font-size:12px;
	text-decoration:underline;
	line-height:18px;
	font-weight:bold;
}
A.stockLink:hover {
	color:#df012a;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}

A.breadcrumbLink {
	COLOR: #555555;
	TEXT-DECORATION:none; 
}
A.breadcrumbLink:hover {
	COLOR: #df012a;
	TEXT-DECORATION: underline; 
}

A.level1Link {
	COLOR: #2b2b2b;
	TEXT-DECORATION:none; 
	font-weight:bold;
}
A.level1Link:hover {
	COLOR: #df012a;
	TEXT-DECORATION:underline; 
	font-weight:bold;
}
A.level2Link {
	COLOR: #404040;
	TEXT-DECORATION:none; 
	font-weight:bold;
}
A.level2Link:hover {
	COLOR: #df012a;
	TEXT-DECORATION:underline; 
	font-weight:bold;
}
A.level3Link {
	COLOR: #555555;
	TEXT-DECORATION:none; 
	font-weight:bold;
}
A.level3Link:hover {
	COLOR: #df012a;
	TEXT-DECORATION:underline; 
	font-weight:bold;
}
A.lightLink {
	COLOR: #555555;
	TEXT-DECORATION:underline; 
	font-weight:normal;
}
A.lightLink:hover {
	COLOR: #df012a;
	TEXT-DECORATION:underline; 
	font-weight:normal;
}
A.lightLinkNoUnderline {
	COLOR: #696969;
	TEXT-DECORATION:none; 
	font-weight:normal;
}
A.lightLinkNoUnderline:hover {
	COLOR: #df012a;
	TEXT-DECORATION:underline; 
	font-weight:normal;
}

A.menuBarLink {
	COLOR: #404040;
	TEXT-DECORATION:none; 
	font-weight:bold;
}
A.menuBarLink:hover {
	COLOR: #df012a;
	TEXT-DECORATION:none; 
	font-weight:bold;
}
A.menuItemLink {
	COLOR: #4e4e4e;
	TEXT-DECORATION:none; 
}
A.menuItemLink:hover {
	COLOR: #df012a;
	TEXT-DECORATION:underline; 
}

a.noteLink{
	font-size: 10px;
	text-decoration:underline;
}
a.noteLink:hover {
	font-size: 10px;
	text-decoration:underline;
}
a.bottomNoteLink{
	color: #9d9d9d;
	font-size: 10px;
	text-decoration:underline;
	font-weight: bold;
}
a.bottomNoteLink:hover {
	font-size: 10px;
	text-decoration:underline;
	font-weight: bold;
}

/*-------------------- Content Text ------------------*/
.ooilpageTitle {
	color:#df012a;
	font-size:16px;
	padding-bottom: 20px;
	padding-top:10px;
	font-weight:bold;
}
.level1Title {
	font-weight:bold;
	color:#2b2b2b;
	line-height: 19px;
	font-size:12px;
}
.level1TitleHighted {
	font-weight:bold;
	color:#ec677f;
	line-height: 19px;
	font-size:12px;
}

.level2Title {
	font-weight:bold;
	color: #404040;
	line-height: 21px;
}
.level3Title {
	font-weight:bold;
	color:#555555;
	line-height: 19px;
}
.field_label {
	vertical-align: top;
}
TD.instruction {
	padding-bottom: 16px;
	color: #555555;
}
.note{
	color: #717171;
	padding-top: 16px;
	padding-bottom: 16px;
	vertical-align:middle;
	font-size: 10px;
}
/*20080403 by Hyman*/
.bottomNote{
	color: #9d9d9d;
	padding-top: 16px;
	padding-bottom: 5px;
	vertical-align:middle;
	font-size: 10px;
	width: 689px;
}
.noteForHomepage {
	color: #9d9d9d;
	font-size: 10px;
}
.stockNote{
	color: #717171;
	padding-top: 3px;
	padding-bottom: 0px;
	vertical-align:middle;
	font-size: 10px;
}

.darkText {
	color:#000000;
}

.download {
	color: #555555;
	padding-left: 4px;
}
.errorMsg {
	font-size:10px;
	color: #ff3c3c;
	font-weight: bold;
}




/*-------------------- Table Template ------------------*/
TABLE.generalTable1 {
	border: 1px solid #a9a9c7;
	border-collapse:collapse;
}
.generalTable1 TH{
	border: 1px solid #a9a9c7;
  	background-color:#E8E8E8;
  	color: #2a2a88;
	padding:3px;
}
.generalTable1 TD{
  	border:1px solid #a9a9c7;
  	padding:3px;
  	color: #2a2a88;
}

TABLE.generalTable2 {
	border: 1px solid #a9a9c7;
	border-collapse:collapse;
}
.generalTable2 TH{
  	color: #2a2a88;
	border: 0px solid #c3c3c3;
  	background-color:#E8E8E8;
  	padding:3px;
}
.generalTable2 TD{
  	background-color:#f6f6f6;
  	padding:3px;
  	color: #2a2a88;
}

/*-------------------- Form Object ------------------*/
form {
	margin:0px;
}
input.search {
	border: 1px solid #d2d2d2;
	height: 17px;
	width: 86px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}
select {
	font-family: Verdana, Helvetica, sans-serif;
	color: #555555;
	font-size: 100%;
}
input{
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #555555;
	font-size: 100%;
}
input.disabled{
	background-color:#eaeaea;
	border:solid 1px #999999;
}

/*-------------------- Color ------------------*/
.redColor {
	color: #e6001d;
}
.greyColor{
	color: #555555;
}

.greyBg {
	background-color: #f6f6f6;
}
.blackgreyBg {
	background-color: #dfdfdf;
}

/*-------------------- Page Layout ------------------*/
@media print {
.return {
	display: none;
}
}

TD.header {
	height: 75px;
	vertical-align: bottom;
	/*
	padding-left:18px;
	padding-right:18px;
	*/
	padding-bottom:9px;
}
.topNav {
	height:21px;
	color:#636466;
	font-size:12px;
	padding-right:10px;
}
TD.menuBar {
	height: 24px;
	background-image:url(images/OOIL/bg_menubar.gif);
	background-repeat:repeat-x;
	border: none;
	padding-right:8px;
	padding-left:8px;
}
.menuBarFavorites {
	padding-left:10px;
	padding-right:10px;
	/*text-transform:uppercase;*/
	height:24px;
	padding-top:3px;
	padding-bottom:3px;
	COLOR: #ec677f;
	font-weight:bold;
}
TD.subFavoritesTopLeft {
	background-image:url(images/OOIL/bg_favorites_top_left.gif);
	background-position:left top;
	background-repeat: no-repeat;
	height:15px;
}
TD.subFavoritesTopRight {
	background-image:url(images/OOIL/bg_favorites_top_right.gif);
	background-repeat: no-repeat;
	background-position:right top;
	height:15px;
}

.menuBarItem {
	padding-left:10px;
	padding-right:10px;
	/*text-transform:uppercase;*/
	height:24px;
	padding-top:3px;
	padding-bottom:3px;
	COLOR: #404040;
	font-weight:bold;
}
.menuBarItemMouseOver {
	padding-left:9px;
	padding-right:9px;
	/*text-transform:uppercase;*/
	height:23px;
	padding-top:2px;
	padding-bottom:3px;
	background-image:url(images/OOIL/bg_menubar_mouseover.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ebebeb;
	border-top:1px solid #c6c8ca;
	border-left:1px solid #c6c8ca;
	border-right:1px solid #c6c8ca;
	border-bottom:0px none #c6c8ca;
	cursor: pointer;
	color:#df012a;
	font-weight:bold;
}
/*TD.subMenu {
	background-color:#ffffff;
	border-left:1px solid #c6c8ca;
	border-right:1px solid #c6c8ca;
	border-collapse:collapse;
	width:150px;
}*/
TD.subMenuTopLeft {
	background-image:url(images/OOIL/bg_menu_top_left.gif);
	background-position:left top;
	background-repeat: no-repeat;
	height:15px;
}
TD.subMenuTopRight {
	background-image:url(images/OOIL/bg_menu_top_right.gif);
	background-repeat: no-repeat;
	background-position:right top;
	height:15px;
}
TD.subMenuBottomLeft {
	background-image:url(images/OOIL/bg_menu_bottom_left.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
	height:15px;
}
TD.subMenuBottomRight {
	background-image:url(images/OOIL/bg_menu_bottom_right.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	height:15px;
}

.subMenuMouseOut {
	padding-left: 18px;
	padding-bottom: 5px;
	padding-right: 6px;
	padding-top: 5px;
	color: #4e4e4e;
	height: 28px;
	border-left:1px solid #c6c8ca;
	border-right:1px solid #c6c8ca;
	background:#ffffff url("images/OOIL/bg_menu_item.gif") 0px 0px no-repeat;
}
.subMenuMouseOver {
	padding-left: 18px;
	padding-bottom: 5px;
	padding-right: 6px;
	padding-top: 5px;
	color: #df012a;
	height: 28px;
	cursor: pointer;
	border-left:1px solid #c6c8ca;
	border-right:1px solid #c6c8ca;
	background:#ebebeb url("images/OOIL/bg_menu_item.gif") 0px -30px no-repeat;
}

TD.primaryArea {
	height: 90%;
	vertical-align: top;
	padding-top: 4px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 4px;
}
TD.footer {
	height: 22px;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #e0e0e0;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:18px;
	padding-right:18px;
}
TD.mainBanner {
	height:238px;
	padding-bottom: 8px;
}
.bannerTopBottomBorder {
	background-image:url(images/OOIL/bd_top_bottom.gif);
	background-repeat:repeat-x;
	width:903px;
}
.bannerLeftRightBorder {
	background-image:url(images/OOIL/bd_left_right.gif);	
	background-repeat:repeat-Y;
	height:232px;	
}
.bannerCornerLeftTop {
background-image:url(images/OOIL/bd_left_top.gif);
background-repeat:no-repeat;
width:3px;
height:3px;
}
.bannerCornerLeftBottom {
background-image:url(images/OOIL/bd_left_bottom.gif);
background-repeat:no-repeat;
width:3px;
height:3px;
}

.bannerCornerRightTop {
background-image:url(images/OOIL/bd_right_top.gif);
background-repeat:no-repeat;
width:3px;
height:3px;
}

.bannerCornerRightBottom {
background-image:url(images/OOIL/bd_right_bottom.gif);
background-repeat:no-repeat;
width:3px;
height:3px;
}


TD.leftHPPrimary {
	width:548px;
	padding-right: 11px;
}
TD.rightHPPanel {
	width:375px;
	padding-left:10px;
}

Table.newSection {
	width:529px;
}
TH.newSection {
	background:url("images/OOIL/bg_section_top.gif") 0px 1px no-repeat;
	height:30px;
	color:#5b5b5b;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:left;
	font-size:12px;
}
TD.newSection {
	background-image:url("images/OOIL/bg_section_top_inverted.gif");
	background-repeat:repeat-x;
	background-position:top;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:5px;
}
Table.stockSection {
	width:359px;
}
TH.stockSection {
	background:url("images/OOIL/bg_section_top.gif") -550px 1px no-repeat;
	height:30px;
	color:#5b5b5b;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:left;
	font-size:12px;
}
TD.stockSection {
	background-image:url("images/OOIL/bg_section_top_inverted.gif");
	background-repeat:repeat-x;
	background-position:top;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:30px;
	padding-right:10px;
}
.sectionTitle {
	height:28px;
	color:#5b5b5b;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:1px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}

TD.primaryContent {
	padding-right:18px; /*Zoe change */
	padding-left:18px;
}
TD.breadcrumb {
	color: #555555;
	height: 26px;
	padding-bottom: 16px;
	padding-bottom: 8px;
	padding-right:16px;
}

/* Rotund Table Style */
.rotundTopBorder {
	border-bottom: 0px none #e5e8f1;
	border-left: 0px none #e5e8f1;
	border-right: 0px none #e5e8f1;
	border-top: 1px solid #e5e8f1;
}
.rotundBottomBorder {
	border-bottom: 1px solid #e5e8f1;
	border-left: 0px none #e5e8f1;
	border-right: 0px none #e5e8f1;
	border-top: 0px none #e5e8f1;
}
.rotundLeftRightBorder {
	border-bottom: 0px none #e5e8f1;
	border-left: 1px solid #e5e8f1;
	border-right: 1px solid #e5e8f1;
	border-top: 0px none #e5e8f1;
	padding-left: 6px;
	padding-right: 6px;
}
Table.rotundWhiteBg {
	background-color: #fdfdfd;
}
.CornerLeftTop {
background-image:url(images/OOIL/corner_left_top.gif);
background-position:left top;
background-repeat:no-repeat;
width:6px;
height:6px;
}
.CornerLeftBottom {
background-image:url(images/OOIL/corner_left_bottom.gif);
background-position:left bottom;
background-repeat:no-repeat;
width:6px;
height:6px;
}

.CornerRightTop {
background-image:url(images/OOIL/corner_right_top.gif);
background-position:right top;
background-repeat:no-repeat;
width:6px;
height:6px;
}

.CornerRightBottom {
background-image:url(images/OOIL/corner_right_bottom.gif);
background-position:right bottom;
background-repeat:no-repeat;
width:6px;
height:6px;
}


TD.leftContentPanel {
	width:178px;
	padding-top: 8px;
	padding-right:16px;
}
TD.rightContent {
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left:9px;
}
TD.rightContentTop {
	padding-bottom: 30px;
}

.bulletFlower {
	padding-top:8px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:5px;
	vertical-align: top;
	text-align:left;
	width:11px;
}
.itemsNews {
	padding-top:3px;
	padding-right:6px;
	padding-bottom:3px;
	vertical-align: top;
	text-align:left;
	width:99%;
	color:#df012a;
	font-size:12px;
}

.ooil_bullet {
	padding-top:6px;
	padding-right:6px;
	padding-bottom:5px;
	vertical-align: top;
	text-align:left;
	width:11px;
	height:20px;
}
.items {
	padding-top:5px;
	padding-right:6px;
	padding-bottom:5px;
	vertical-align: top;
	text-align:left;
	width:99%;
}


.leftFloat {
	float: left;
	margin-left: 0px;
    margin-top: 0px;
	margin-right: 8px;
    margin-bottom: 8px;
}
.rightFloat {
	float: right;
	margin-left: 8px;
    margin-top: 0px;
	margin-right: 0px;
    margin-bottom: 8px;
}

/*Left Menu*/
Table.leftMenu {
	border-collapse:collapse;
	width:195px;
}
TH.leftMenu {
	background:url("images/OOIL/bg_section_top.gif") -928px 1px no-repeat;
	height:30px;
	color:#5b5b5b;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:left;
	font-size:12px;
}
TD.leftMenu {
	background-image:url("images/OOIL/bg_section_top_inverted.gif");
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #e2e2e2;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:10px;
	/*background-color:#F8F8F8;*/
}
/*.leftMenu TD TD{
	font-weight:bold;
	vertical-align: top;
	padding-left:0px;
	color: #555555;
	border: 0px;
}
.leftMenu TD TD TD{
	font-weight:normal;
	vertical-align: top;
	color: #e6001d;
	border: 0px;
}
*/
.menuItem {
	padding-top:5px;
	padding-right:0px;
	padding-bottom:5px;
	vertical-align: top;
	text-align:left;
	width:99%;
	COLOR: #4e4e4e;
}
.menuItemHighlighted {
	padding-top:5px;
	padding-right:0px;
	padding-bottom:5px;
	vertical-align: top;
	text-align:left;
	width:99%;
	COLOR: #df012a;
}



TD.videoTd {
	padding-right:10px;
	padding-left:10px;
	background-color: #e8e8e8;
}
TD.videoTop{
	background-image:url(images/OOIL/bg_video_top_border.gif);
	background-repeat:repeat-x;
}
TD.videoBottom{
	background-image:url(images/OOIL/bg_video_bottom_border.gif);
	background-repeat:repeat-x;
}
TD.videoLeft{
	background-image:url(images/OOIL/bg_video_left_border.gif);
	background-repeat:repeat-y;
}
TD.videoRight{
	background-image:url(images/OOIL/bg_video_right_border.gif);
	background-repeat:repeat-y;
}

TD.financialData_bg {
	background-color: #f1f1f1 !important;
	padding-right: 8px;
	text-align: right;
}
.alt_bg {
	background-color: #f1f1f1 !important;
	padding-right: 4px;
}

.financialData TD{
	background-color: #ffffff;
	padding-right:8px;
	border-bottom: 1px solid #f6ecec;
}
.financialData_normal{
	padding-right: 4px !important;
	padding-left: 18px !important;
}
.financialData_underline{
	border-bottom: 1px solid #404040 !important;
	width: 80% !important;
}
.financialData_doubleline{
	border-bottom: 3px double #404040 !important;
	width: 80% !important;
}
.financialHeader_underline{
	border-bottom: 1px solid #676767  !important;
	font-weight: bold  !important;
	color:#676767  !important;
}

.financialHeader{
	font-weight: bold  !important;
	color:#676767  !important;
}

hr {
	color: #858585;
	height: 1px;
}
.bottomBorder{
	border-top: 0px none #666666;
	border-right: 0px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 0px none #666666;
}


TD.bottomRow {
	color: #2a2a88;
	height: 50px;
	text-align: right;
	vertical-align:middle;
}
.bottom16Padding {
	padding-bottom: 16px;
}
.left6padding {
	padding-left: 6px;
}
.top3padding {
	padding-top: 3px;
}

.tableBorder {
	border: 1px solid #808080;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
  	background-color:#FFF;
}
Table.greySectionTop {
	width:287px;
}
TH.greySectionTop {
	background:url("images/OOIL/bg_section_top.gif") -1143px 1px no-repeat;
	height:30px;
	color:#5b5b5b;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:left;
	font-size:12px;
}
/*20080402 by Hyman*/
TD.greySectionTop {
	/*background-image:url("images/OOIL/bg_section_top_inverted.gif");
	background-repeat:repeat-x;
	background-position:top;*/
	border:0px none #e2e2e2;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}
.ThickLine1 {
	border-bottom: windowtext 2px solid;
}
.ThickLine2 {
	border-bottom: windowtext 3px solid;
}
.ThinLine {
	border-bottom: windowtext 1px solid;
}

Table.calendar {
	width:100%;
}
/*20080402 by Hyman*/
TD.calendarMonth {
	/*background:url("images/OOIL/bg_section_top.gif") -1448px 1px no-repeat;*/
	border-bottom:1px solid #858585;
	height:30px;
	color:#5b5b5b;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}
TD.calendarNotes {
	background-image:url("images/OOIL/bg_section_top_inverted.gif");
	background-repeat:repeat-x;
	background-position:top;
	border:0px none #e2e2e2;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}
/*20080403 by Hyman*/
Table.printCalendar {
	width:689px;
	border-collapse:collapse;
}
td.printCalendar {
	border:1px solid #858585;
	width:33%;
}
/*Banner Image solution*/
#f_imgDiv { 
    OVERFLOW: hidden; WIDTH: 100%; HEIGHT: 100%; 
} 
#f_img { 
    BORDER-RIGHT: 0px; BORDER-TOP: 0px; 
	FILTER: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00); 
	BORDER-LEFT: 0px; 
	BORDER-BOTTOM: 0px 
} 
 

/*---------------------*/
a.printLink{
	font-size: 11px !important;
	font-weight: normal;
	color:#ec677f !important;
	text-decoration:underline;
}
a.printLink:hover {
	font-size: 11px !important;
	font-weight: normal;
	color: #df012a !important;
	text-decoration:underline;
}

.printInstruction {
	font-size: 11px !important;
	padding-bottom: 16px;
	color: #555555 !important;
}
.printLine{
	border-top: 0px none #666666;
	border-right: 0px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 0px none #666666;
}

TD.header {
      height: 0px !important;
}

TD.menuBar 
{
	visibility:hidden;
      height: 0px !important;
}

TD.breadcrumb {
      height: 0px;
}

TD.footer {
      height: 0px;
      background-color: #ffffff;
}

TD.leftContentPanel {
      width:0px;
      padding-top: 16px;
      padding-right:16px;
}


/*----------------- End of User Class ---------------*/

/*-- Print page style--*/
.pageTable {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
body,p,li,span,td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000 !important;
	font-size: 12px;
}
a{
	font-size: 12px;
	font-weight: normal;
	color:#000000 !important;
	text-decoration:underline;
}
a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #000000 !important;
	text-decoration:underline;
}
.copyright{
	font-size: 10px;
	font-weight: normal;
}


