@charset "utf-8";
/* CSS Document */
body {
	background:#867f9c url(../images/bg.gif) repeat-x top;
	margin:0;
	padding:0;
	font:normal 11px Arial, Helvetica, sans-serif;
}
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
	list-style:none;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
}
img, div, input {
	behavior: url("iepngfix.htc");
}
a img {
	border:0px; background-color:Transparent;
}
a {
	/*	color:#ffffff;*/
	text-decoration:none;
	color:#6d6db8;
}
a:hover {
	border-bottom:none;
	color:#6d6db8;
	text-decoration:underline;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.spacing {
	padding:5px;
	clear:both;
}
.imgleft {
	float:left;
	margin:0 10px 0 0;
}
/* Widths */
.fullcolumn {
	width:955px;
}
.twoColumn {
	width:130px;
}
.threeColumn {
	width:131px;
}
.fourColumn {
	width:330px;
	position:relative;
}
.fiveColumn {
	width:232px;
}
.sixColumn {
	width:228px;
}
.sevenColumn {
	width:300px;
}
.eightColumn {
	width:345px;
	padding:0 12px 0 0;
}
.borderleft {
	border-right:1px dotted #7c77b3;
}
/* Headings */
h2{
	font:normal 12px Arial, Helvetica, sans-serif;
/*	color:#000000;*/
	margin:5px 0 0 0;
}
/* Inputs */
input, textarea {
	border:1px solid #7e759f;
	color:#666666;
	/*float:left;*/
	background:#ffffff;
	font:normal 11px Arial, Helvetica, sans-serif;
	padding:2px 5px 2px 5px;
}
input[type="radio"] {
	border:none;
	float:left;		
}
input[type="checkbox"] {
	border:none;
}

input.submit {
	border:none;
	background:#312b65;
	color:#ffffff;
	padding:2px 3px;
}
input.go {
	border:none;
	background:#256aad;
	color:#ffffff;
	height:20px;
	width:25px;
	padding:1px 3px 5px 3px;
	cursor:pointer;
}
select 
{
	background:#ffffff;
	border:1px solid #7e759f;
}
/*------------------------------------------------body--------------------*/

/*------------------------------------------------header--------------------*/
#headerPan {
	width:980px;
	margin:0 auto;
	z-index:200;
	position:relative;
	/*background:url(../images/moneris-logo.gif) no-repeat left top;*/
	height:100px;
}
/*Logo*/
/*#logo a {
	border:none;
	display:block;
	height:80px;
	width:160px;
	position:absolute;
	top:13px;
	left:30px;
	text-indent:-10000em;
}*/
/* Header Sub Nav */
#headerSubNav {
	position:absolute;
	right:10px;
	background:url(../images/header/header-subnav-bg.gif) no-repeat right;
	height:35px;
	top:0;
}
#headerSubNav .inner {
	background:url(../images/header/header-subnav-left.gif) no-repeat left;
	height:35px;
	padding:0 0 0 20px;
}
#headerSubNav ul {
	margin:0 10px 0 0 ! important;
	margin:0 7px 0 0;
}
#headerSubNav li {
	float:left;
	line-height:14px;
/*	padding:0 0 0 16px;*/
	margin:4px 0 10px 0;
}
#headerSubNav ul li ul {
	border:none;
}
#headerSubNav ul li ul li {
	float:left;
	margin:0;
	padding:0;
}
#headerSubNav li a {
	padding:0 9px;
	color:#606060;
	border-right:1px solid #606060;
}
#headerSubNav li ul.blue a {
	color:#476db8;
	border-left:1px solid #476db8;
	border-right:none;
}
/* Button*/
#headerSubNav li ul li a.button {
	background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
	color: #ffffff;
	border:none;
	display: block;
	float: left;
	font: normal 11px arial, sans-serif;
	/*	height: 20px;*/
	margin-right: 6px;
	padding-right: 15px; /* sliding doors padding */
	text-decoration: none;
	white-space:nowrap;
}
#headerSubNav li ul li a.button span {
	background: transparent url('../images/bg_button_span.gif') no-repeat;
	display: block;
	white-space:nowrap;
	line-height: 14px;
	padding: 2px 0 3px 10px;
}
#headerSubNav li ul li a.button:hover {
	background-position: bottom right;
	white-space:nowrap;
	color: #ffffff;
	outline: none; /* hide dotted outline in Firefox */
}
#headerSubNav li ul li a.button:hover span {
	background-position: bottom left;
	white-space:nowrap;
	padding: 2px 0 3px 10px; /* push text down 1px */
}
/* Login Drop */
#Login {
	position:absolute;
	right:252px !important;
	right:255px;
	top:20px;
	z-index:201;
	background:#312b65;
	padding:3px 0;
	color:#FFFFFF;
	width:120px;
	visibility:hidden;
}
#Login ul, #Login li {
	margin:0;
	padding:0;
}
#Login li{
	list-style:none;
}
#Login li a{
	display:block;
	color:#FFFFFF;
	width:100px;
	padding:5px 10px;
	border:none;
	text-decoration:none;
}
#Login li a:hover{
	background:#5b529d;	
}
/* Login Drop */
#more {
	position:absolute;
	right:20px;
	top:20px;
	z-index:201;
	background:#312b65;
	padding:3px 0;
	color:#FFFFFF;
	width:120px;
	
	visibility:hidden;
}
#more ul, #more li {
	margin:0;
	padding:0;
}
#more li{
	list-style:none;
}
#more li a{
	display:block;
	color:#FFFFFF;
	width:100px;
	padding:5px 10px;
	white-space:nowrap;
	border:none;
	text-decoration:none;
}
#more li a:hover{
	background:#5b529d;	
}
/*------*/

/* LaguageSelector Drop */
#Laguage {
	position:absolute;
	right:272px !important;
	right:275px;
	top:20px;
	z-index:201;
	background:#312b65;
	padding:3px 0;
	color:#FFFFFF;
	width:120px;
	visibility:hidden;
}
#Laguage ul, #Laguage li {
	margin:0;
	padding:0;
}
#Laguage li{
	list-style:none;
}
#Laguage li a{
	display:block;
	color:#FFFFFF;
	width:100px;
	padding:5px 10px;
	border:none;
	text-decoration:none;
}
#Laguage li a:hover{
	background:#5b529d;	
}
/* LaguageSelector Drop */



#tollFree {
	position:absolute;
	right:18px;
	top:35px;
	font:bold 23px Arial, Helvetica, sans-serif;
	color:#312b65;
}
#search {
	position:absolute;
	right:22px;
	top:60px;
}
/*#location {
	position:absolute;
	top:44px;
	left:367px;
}*/

/*#location {
	position:absolute;
	top:44px;
	left:367px;
	background:url(../images/button/location-left-bg.gif) no-repeat left ;
	padding:0px 0 0 10px;
	}
#location .Locright{
	background:url(../images/button/location-right-bg.gif) no-repeat right center;
	padding:3px 10px 3px 0;
}
#location a{
	color:#333;
}*/

#location {
	position:absolute;
	top:44px;
	left:367px;
	background:url(../images/select-box.gif) no-repeat left top;
	padding:0px 0 0px 10px;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#000000;
	cursor:pointer;
}
#location .Locright {
	background:url(../images/select-box.gif) no-repeat right top;
	padding:3px 35px 5px 0;
}
#location .Locright a {
	color:#000000;
	text-decoration:none;
	display:block;
}
#location #language {
	visibility:hidden;
	width:140px;
	background:#FFFFFF;
	border:1px solid #ccc;
	position:absolute;
	left:0;
	top:20px;
}
/*#location #language ul li a{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000000;
	padding:3px 5px;
}
*/
#location #language ul li a{
   font:normal 11px Arial, Helvetica, sans-serif;
   color:#000000;
   padding:3px 5px;
    height:15px;
}


#location #language ul li a:hover{
	background:#eaf2fb;
}



#Help {
	position:absolute;
	top:-23px;
	width:234px;
	right:25px;
	z-index:100;
	visibility:visible;
}
#Help .hoverBG {
	width:216px;
	background:url(../images/help-bot.gif) left bottom;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#6b608f;
	padding:3px;
	margin:0 0 0 12px;
}
#Help .hoverBG .hcont {
	padding:2px 10px;
}
#Help .hoverBG .hcont select {
	background:url(../images/select-bg.gif) left top;
	border:1px solid #d4d4d4;
	font-size:11px;
}
#Help .hoverBG .hcont p {
	margin:2px 0 10px 0;
	line-height:15px;
}
.question1 {
	padding:5px 0 0 25px;
	background:url(../images/question-number.gif) no-repeat left 5px;
}
.question2 {
	padding:20px 0 0 25px;
	background:url(../images/question-number.gif) no-repeat left -54px;
}
.question3 {
	padding:5px 0 0 25px;
	background:url(../images/question-number.gif) no-repeat left -115px;
}
#Help .hoverBGbot {
	background:url(../images/help-bot.gif) no-repeat left;
	height:9px;
	width:223px;
	border-right:1px solid #fff;
	margin:0 0 0 12px;
}
/*------------------------------------------------header--------------------*/


/*------------------------------------------------bodyTop--------------------*/
#bodytop {
	margin:0 auto;
	width:1004px;
	clear:both;
	position:relative;
}
#heroImage {
	text-align:center;
	margin:0 auto;
	width:1004px;
	clear:both;
}
.navstrip {
	border-bottom:4px solid #53b03b;
	clear:both;
	margin:0 25px 0 33px;
	background:#040120;
	height:18px;
}
/*-------------------------*/
/*------------------------------------------------bodybottom--------------------*/
#bodybottom {
	margin:0 auto;
	width:964px;
	clear:both;
	padding:0 14px 5px 26px;
}
*html #bodybottom {
	margin:0 auto;
	width:970px;
	clear:both;
	padding:0 16px 5px 24px;
}
.bodybg {
	background:url(../images/body-bottom-bg.png) no-repeat bottom;
	padding:0 0 10px 0;
	margin:0 0 5px 0;
 #padding:0 0 5px 0;
}
*html .bodybg {
	background:url(../images/body-bottom-bg.gif) no-repeat bottom;
	padding:0 0 10px 0;
	margin:0 0 5px 0;
 #padding:0 0 5px 0;
}
.mediacenter {
	font:bold 17px "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration:none;
	position:relative;
	width:930px;
	height:25px;
	margin:0 18px;
	padding:0 0 10px 0px;
	border-bottom:1px solid #03001f;
}
.mediacenter .date {
	font:bold 12px "Century Gothic" Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#476db8;
	text-transform:uppercase;
	padding:5px 0 0 10px;
	margin:0 0 0 10px;
/*	border-left:1px solid #cccccc;*/
	background:url(../images/media-center-divider.gif) no-repeat left center;
}
.mediacenter .desc {
	font:normal 12px "Century Gothic" Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#312b65;
	text-transform:none;
	padding:5px 0 0 10px;
	margin:0 0 0 10px;
/*	border-left:1px dotted #cccccc;*/
}
.mediacenter .arrow {
	position:absolute;
	top:5px;
	right:0;
}
.mediacenter .arrow img {
	margin:0 2px;
}
.mediacenter a {
    text-decoration:none;
    color:#312b65;
}

.mediacenter a:hover {
    text-decoration:underline;
    color:#312b65;
}

.row {
	clear:both;
	margin:0 15px 0px 15px;
	width:937px;
	position:relative;
	padding:0 0 5px 0;
}
.row1 {
	clear:both;
	margin:10px 0 0 0;
}
.row1 h1 {
	font:bold 18px "Myriad Pro" Arial, Helvetica, sans-serif;
	color:#466db8;
	padding:5px 0 5px 18px;
}
.row1 h2 {
	font:bold 12px "Myriad Pro" Arial, Helvetica, sans-serif;
	color:#000000;
	padding:12px 0 10px 18px;
}
.row1 .shadow {
	background:url(../images/shadow.png) no-repeat left top;
	clear:both;
	height:12px;
}
.row1 .p33 {
	background:url(../images/pods/column_bg.png) no-repeat;
	padding:0 1px;
	height:156px;
	position:relative;
}
*html .row1 .p33 {
	background:url(../images/pods/column_bg.gif) no-repeat;
	padding:0 1px;
	height:156px;
	position:relative;
}
.row1 .p33 blockquote {
	position:absolute;
	margin:0;
	padding:0;
	bottom:10px;
	right:10px;
}
.row2 {
	clear:both;
	font:normal 14px "Myriad Pro", Arial, Helvetica, sans-serif;
	color:#515151;
}
.row2 h1 {
	font:normal 48px "Myriad Pro", Arial, Helvetica, sans-serif;
	color:#60bb46;
	line-height:40px;
	margin:0;
}
.row2 h3 {
	font:normal 18px "Myriad Pro", Arial, Helvetica, sans-serif;
	color:#000000;
}
.row2 blockquote {
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
	padding:0;
}
.leftgap {
	margin:0 0 0 12px;
}
.leftgap1 {
	padding:0 0 0 20px;
}
.colrightgap {
	margin:0 2px 0 0px;
}
/* Discover */
.discrover {
	clear:both;
	width:915px;
	padding:5px 0 5px 20px;
	font:normal 11px Arial, Helvetica, sans-serif;
}
.discrover h3 {
	font:normal 18px "Myriad Pro", Arial, Helvetica, sans-serif;
	color:#60bb46;
}
/*------------------------------------------------bodybottom--------------------*/
/*------------------------------------------------footer--------------------*/
.footleftMargin
{
	margin:0 0 0 10px;}
#footerPan {
	width:955px;
	margin:0 auto;
	clear:both;
	color:#FFFFFF;
}
#footerPan a {
	color:#FFFFFF;
}
#footerPan ul {
}
#footerPan li {
	float:left;
	line-height:18px;
	padding:0 0 0 16px;
	margin:8px 0 10px 0;
}
#footerPan ul li ul {
	border:none;
}
#footerPan ul li ul li {
	float:none;
	margin:0;
	padding:0;
}
#footerPan .footTop {
	background:url(../images/footer/footer-p-top.gif) no-repeat center top;
	padding:4px 0 0 0;
}
#footerPan .footbot {
	background: url(../images/footer/footer-p-bot.gif) no-repeat center bottom;
	padding:0px 0 4px 0;
}
#footerPan .footbot .fcontent {
	background:#21154b;
	padding:0px 0 4px 0;
}
#footerPan .border {
	border-right:1px dotted #7c77b3;
}
.flmargin {
	margin:13px 0 0 23px !important;
	margin:13px 0 0 13px;
}
#footerPan .copyright {
	color:#ffffff;
	padding:5px 10px;
}
#footerPan .copyright a {
	color:#ffffff;
	padding:0 3px;
}
/*------------------------------------------------footer--------------------*/

/*------------------------------------------------ Rounded Corners ---------*/

div b.b1 {
	font-size:1px;
	display:block;
	overflow:hidden;
	clear:both;
}
div b.b2 {
	background:#030020;
	color: inherit;
	display:block;
	overflow:hidden;
	height:1px;
	margin:0 4px;
}
div b.b3 {
	background:#030020;
	border-color: #030020;
	color: inherit;
	display:block;
	overflow:hidden;
	height:1px;
	border-style: solid;
	border-width: 0 1px;
	margin:0 3px;
	border-width:0 2px;
}
div b.b4 {
	background:#030020;
	border-color: #030020;
	color: inherit;
	display:block;
	overflow:hidden;
	height:1px;
	border-style: solid;
	border-width: 0 1px;
	margin:0 2px;
}
div b.b5 {
	background:#030020;
	border-color: #030020;
	color: inherit;
	display:block;
	overflow:hidden;
	border-style: solid;
	border-width: 0 1px;
	height:2px;
	margin:0 1px;
}
div b.b6 {
	font-size:1px;
	display:block;
	clear:both;
	overflow:hidden;
}
div b.b7 {
	background:#79709b;
	border-color: #79709b;
	color: inherit;
	display:block;
	overflow:hidden;
	border-style: solid;
	border-width: 0 1px;
	height:2px;
	margin:0 1px;
}
div b.b8 {
	background:#79709b;
	border-color: #79709b;
	color: inherit;
	display:block;
	overflow:hidden;
	height:1px;
	border-style: solid;
	border-width: 0 1px;
	margin:0 2px;
}
div b.b9 {
	background:#79709b;
	border-color: #79709b;
	color: inherit;
	display:block;
	overflow:hidden;
	height:1px;
	border-style: solid;
	border-width: 0 1px;
	margin:0 3px;
	border-width:0 2px;
}
div b.b10 {
	background:#79709b;
	color: inherit;
	display:block;
	overflow:hidden;
	height:1px;
	margin:0 5px;
}
div b.b11 {
	font-size:1px;
	display:block;
	overflow:hidden;
	clear:both;
}
div b.b21 {
	background:#eaeaea;
	color: inherit;
	display:block;
	overflow:hidden;
	height:1px;
	margin:0 4px;
}
div b.b31 {
	background:#eaeaea;
	border-color: #eaeaea;
	color: inherit;
	display:block;
	overflow:hidden;
	height:1px;
	border-style: solid;
	border-width: 0 1px;
	margin:0 3px;
	border-width:0 2px;
}
div b.b41 {
	background:#eaeaea;
	border-color: #eaeaea;
	color: inherit;
	display:block;
	overflow:hidden;
	height:1px;
	border-style: solid;
	border-width: 0 1px;
	margin:0 2px;
}
div b.b51 {
	background:#eaeaea;
	border-color: #eaeaea;
	color: inherit;
	display:block;
	overflow:hidden;
	border-style: solid;
	border-width: 0 1px;
	height:2px;
	margin:0 1px;
}
div b.b61 {
	font-size:1px;
	display:block;
	clear:both;
	overflow:hidden;
}
div b.b71 {
	background:#eaeaea;
	border-color: #eaeaea;
	color: inherit;
	display:block;
	overflow:hidden;
	border-style: solid;
	border-width: 0 1px;
	height:2px;
	margin:0 1px;
}
div b.b81 {
	background:#eaeaea;
	border-color: #eaeaea;
	color: inherit;
	display:block;
	overflow:hidden;
	height:1px;
	border-style: solid;
	border-width: 0 1px;
	margin:0 2px;
}
div b.b91 {
	background:#eaeaea;
	border-color: #eaeaea;
	color: inherit;
	display:block;
	overflow:hidden;
	height:1px;
	border-style: solid;
	border-width: 0 1px;
	margin:0 3px;
	border-width:0 2px;
}
div b.b101 {
	background:#eaeaea;
	color: inherit;
	display:block;
	overflow:hidden;
	height:1px;
	margin:0 5px;
}
div .content {
	background:#79709b url(../images/container-bg.gif) repeat-x top;
	clear:both;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:10px 0 0 0;
}
/* Popups */

#Wehelp {
	position:absolute;
	left:-10px;
	top:-65px;
 #top:-55px;
	width:281px;
	z-index:500;
	visibility:hidden;
}
#ourCustomers {
	position:absolute;
	left:220px;
	top:-65px;
	#top:-55px;
	width:281px;
	z-index:500;
	visibility:hidden;
}
#partners {
	position:absolute;
	left:460px;
	top:-65px;
 #top:-55px;
	width:281px;
	z-index:500;
	visibility:hidden;
}
.p1Top {
	background:url(../images/pods/p1-top-1.png) no-repeat left top;
	padding:5px 0 0 0;
}
.p1Top h1 {
	font:bold 18px "Myriad Pro" Arial, Helvetica, sans-serif;
	color:#466db8;
	padding:5px 0 5px 18px;
}
.p1Top span 
{
	text-align:center;}
.p1bot {
	background:url(../images/pods/p1-bot-1.png) no-repeat left top;
	padding:5px 15px 10px 4px;
	height:177px;
	overflow:hidden;
	
}
.p1bot .description {
	padding:2px 15px 10px 18px;
}
.p1bot .description blockquote{
	float:right;
	/*background:url(../images/icon-more.gif) no-repeat right top;*/
	padding:0 20px 5px 0;
}
.p1bot .description blockquote a{
	color:#123b60;
}
.p1bot .description strong {
	font:bold 14px "Myriad Pro", Arial, Helvetica, sans-serif;
}
.p1bot .description ul {
	line-height:normal;
	padding:0 0 0 10px;
}
.p1bot .description ul li {
	line-height:16px;
	list-style:none;
	color:#123b60;
	background:url(../images/p1-arrow-blue.gif) no-repeat left 4px;
	padding:0 0 0 15px;
}
.btnClose {
	margin:8px 20px 0 0!important;
	margin:8px 10px 0 0;
}


/* Global Navigation */
/* Step */
div.headerSubNav {
	background: transparent url(../images/header/header-subnav-bg.gif) no-repeat scroll top right;
	color: #072a54;
	display: block;
	right:7px;
	float: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#000000;
	white-space:nowrap;
	z-index:1000px;
	position:absolute;
	top:0;
	height: 35px;
}
div.headerSubNav span {
	background: transparent url(../images/header/header-subnav-left.gif) no-repeat;
	display: block;
	white-space:nowrap;
	line-height: 35px;
	padding: 1px 0px 32px 15px;
}
div.headerSubNav strong{
	font:normal 17px "Myriad Pro", Arial, Helvetica, sans-serif;
	color:#004fb6;
	margin:0 25px 0 0;
}

.headerSubNav ul {
	margin:0 10px 0 0 ! important;
	margin:0 7px 0 0;
}
.headerSubNav li {
	float:left;
	line-height:14px;
/*	padding:0 0 0 16px;*/
	margin:4px 0 10px 0;
}
.headerSubNav ul li ul {
	border:none;
}
.headerSubNav ul li ul li {
	float:left;
	margin:0;
	padding:0;
}
.headerSubNav li a {
	padding:0 9px;
	color:#606060;
	border-right:1px solid #606060;
}
.headerSubNav li ul.blue a {
	color:#476db8;
	border-left:1px solid #476db8;
	border-right:none;
}
/* Button*/
.headerSubNav li ul li a.button {
	background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
	color: #ffffff;
	border:none;
	display: block;
	float: left;
	font: normal 11px arial, sans-serif;
	/*	height: 20px;*/
	margin-right: 6px;
	padding-right: 15px; /* sliding doors padding */
	text-decoration: none;
	white-space:nowrap;
}
.headerSubNav li ul li a.button span {
	background: transparent url('../images/bg_button_span.gif') no-repeat;
	display: block;
	white-space:nowrap;
	line-height: 14px;
	padding: 2px 0 3px 10px;
}
.headerSubNav li ul li a.button:hover {
	background-position: bottom right;
	white-space:nowrap;
	color: #ffffff;
	outline: none; /* hide dotted outline in Firefox */
}
.headerSubNav li ul li a.button:hover span {
	background-position: bottom left;
	white-space:nowrap;
	padding: 2px 0 3px 10px; /* push text down 1px */
}

.HelpQuestion ul{ line-height:normal; margin:0 0 10px 15px; list-style-position:inside;}
.HelpQuestion ul li{ line-height:normal; list-style:decimal; margin:0 0 0 0; padding:0; line-height:18px; color:#000000;}
.HelpQuestion ul li a{ text-decoration:underline;}
.HelpQuestion ul li a:hover{ text-decoration:none;}




.tab_data{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; background-color:#333399; padding-left:5px; padding-right:5px;}

/* Added on 03 Oct 09*/
#listOrders TR TH, #listOrders TR TH A{
    font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; text-decoration: none; vertical-align:middle; width:10%; background-color:#999;
}

#listOrders TR TH A:hover{
    font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; text-decoration: underline; vertical-align:middle; width:10%; background-color:#999;
}
#listOrders TR TD{
    font-family:Arial, Helvetica, sans-serif; font-size:11px; padding:3px;
}
#listOrders TR TD IMG{
    background-color: Transparent;
}