@page { size : portrait }
@page rotated { size : landscape }
table.queueTable, table.allocTable { page : rotated }


#UserInfo,#SearchBox, #main ul, #PriceParams, #AllotParams,#AllotParams_Col1, #AllotParams_Col2,.tools,#earlierDates,#laterDates,#reloadQueue,#btnUpdateQueue,#btnUpdateReqQueue,#taskCount,#BkgDataDetailedSearch, #BkgDataSimpleSearch, #updateBkgs, .paging, #Nav, .expandCol,#QueueSearchParams,#key,#showKey,.code,.vertBar,#ContractDataSimpleSearch,#QueueSimpleSearch,#userSearchCriteria .searchParams {
    display:none;
}
 /*.maxQty,.reqSts,.reqSts,.rel,.subAllotmentHeading,.subAllotment,.printName,.fullDetails{
   display:inline;
}*/
.printName,.fullDetails
{
    display:inline;
}
#currentDates{
    max-width:100%;
}
.content{
    
    border:none;
    padding-left:0px;
    /*page-break-before:always;*/
    filter: progidXImageTransform.Microsoft.BasicImage(Rotation=3); 
    

}
.allocTable {
    font-size: 8px;
    }
.subAllotmentHeading{
    display:block;
} 
.allocTable .subAllotment th {
    text-align: left;
}

#printDetails {
    display:block;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    font-size:14px;
    font-weight:400;
}
.page-break  { 
    display:block; 
    page-break-before:always; 
}

/* Cost Breakdown overlay */
.bkgPrintCost, 
.printCost {
    display: none;
}
.ui-dialog {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
}