body         { font-family: Verdana}
a:link       {color: green }
a:visited    {color: green }
a:hover      {color: red}

p  {
font-size:10pt;
}

table.navbar {
   border-collapse: collapse;
   }
table.navbar td {
 }
   
table.navbar td a{
   display: block;
   width: 137px;
   height: 20px;
   padding: 3px;
   text-decoration: none;

   
}
table.navbar td a:link, table.navbar td a:visited {
   color: white;
   background-color: #0066CC;
   font-size: 10pt;
   font-family: verdana;
   font-weight: bold;
   border-bottom: 1px solid black;
   border-top: 1px solid gray;
   border-left: 1px solid black;
   border-right: 1px solid gray;


}
table.navbar td a:hover, table.navbar td a:active {
   color: red;
   background-color: #9FDFFF;
}

/* round corner table backgrounds */
.topred {
	background-image: url(mbimages/red_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.botred {
	background-image: url(mbimages/red_bot.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
     }
.botrightred {
	background-image: url(mbimages/red_botright.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
     }
.midred {
	background-image: url(mbimages/red_mid.gif);
	background-position: top left;
	background-repeat: no-repeat;
     }
.rightred {
	background-image: url(mbimages/red_right.gif);
	background-position: top left;
	background-repeat: no-repeat;
     }
     

.topblue {
	background-image: url(mbimages/blue_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.botblue {
	background-image: url(mbimages/blue_bot.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
     }
.botrightblue {
	background-image: url(mbimages/blue_botright.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
     }
.midblue {
	background-image: url(mbimages/blue_mid.gif);
	background-position: top left;
	background-repeat: no-repeat;
     }
.rightblue {
	background-image: url(mbimages/blue_right.gif);
	background-position: top left;
	background-repeat: no-repeat;
     }
     
.topgreen {
	background-image: url(mbimages/green_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.botgreen {
	background-image: url(mbimages/green_bot.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
     }
.botrightgreen {
	background-image: url(mbimages/green_botright.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
     }
.midgreen {
	background-image: url(mbimages/green_mid.gif);
	background-position: top left;
	background-repeat: no-repeat;
     }
.rightgreen {
	background-image: url(mbimages/green_right.gif);
	background-position: top left;
	background-repeat: no-repeat;
     }
     

.toporange {
	background-image: url(mbimages/orange_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.botorange {
	background-image: url(mbimages/orange_bot.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
     }
.botrightorange {
	background-image: url(mbimages/orange_botright.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
     }
.midorange {
	background-image: url(mbimages/orange_mid.gif);
	background-position: top left;
	background-repeat: no-repeat;
     }
.rightorange {
	background-image: url(mbimages/orange_right.gif);
	background-position: top left;
	background-repeat: no-repeat;
     }
     
table.auction {
	background-color: white;
	margin-left: auto; margin-right: auto;
   }
   
table.auction td {
	font-size: 10pt;
	font-weight: bold;
	width: 45px;
	height: 20px;
}

table.bidbox {
	background-color: #CCCCCC;
	margin-left: auto; margin-right: auto;
   }
   
table.bidbox td {
	font-size: 10pt;
	font-weight: bold;
}

table.dealinfo {
	background-color: #C0C0C0;
   }
   
table.dealinfo td {
	font-size: 10pt;
	font-weight: bold;
	height: 10px;
	width: 30px;
   	padding: 0px 4px 0px 4px;
   	margin-left: auto; margin-right: auto;
}


p.feedback {
	text-align: centre;
	color: black;
	font-weight: bold;
	margin-left: 5px; margin-right: 5px; 	margin-top: 0px; margin-bottom: 0px;


}

/* Buttons */
.btn {
background-color: #0066cc;
color: white;
font-weight: bold;
border-bottom: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
font-size: 10pt;
font-family: verdana;
}

.btnhov {   
background-color: #0482FF;
background-color: #4276FF;
cursor:pointer;
}