/*This sheet contains the generic table Styles*/
#orderDetail
{
	font-size:10px;
    margin-top:0px;
    margin-left:0px;
    padding-left:0px;
    margin-bottom:20px;
    width:595px;
}
.orderDetail
{
	font-size:10px;
    margin-top:0px;
    margin-left:0px;
    padding-left:0px;
    margin-bottom:20px;
    width:595px;
}
#orderDetail1
{
    margin-top:0px;
    margin-left:0px;
    margin-bottom:20px;
    padding-left:0px;
    float:right;
}
.orderDetailHeading1
{
    font-weight:bold;
}
.orderDetailHeading2
{
	font-size:10px;
    font-weight:bold;
    padding-right:2px;
    padding-top:10px;
    padding-bottom:5px;
    vertical-align:bottom;
}
.tableCellGrey
{
	background-color:#dddddd;
	vertical-align:top;
}
.tableCellYellow
{
	background-color:#eeeeee;
	vertical-align:top;
}
.orderDetailCell1 
{
	padding-left:30px;
}
.orderDetailCell2
{
    text-transform:uppercase;
    height:40px;
}
.orderDetailCell3
{
   text-transform:uppercase;
    height:18px;
}
.orderDetailCell2Right
{
    text-align:right;
}