﻿      @media print {
      .content_panel_filter { display: none; }
    }
.content_panel_main
{	
	/*float:left;*/
	margin:0px;	
	padding: 0px;
	background-color:Transparent;
	/*display:inline;*/
}

.content_panel_filter
{	  
	float:left;
	margin-top:5px;
	margin-right:0px;
	margin-left:5px;
	margin-bottom:5px;
	display:inline;
}

.content_panel
{
    overflow:auto;
 /*   scrollbar-face-color: #DDDDDD;
    scrollbar-highlight-color: #DDDDDD;
    scrollbar-3dlight-color: #DDDDDD;
    scrollbar-shadow-color: #DDDDDD;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #F1F1F1;
    scrollbar-darkshadow-color: #FFFFFF; */
}

.ReservationApprovedIcon
{
	background: url(/IMAGES/Icons/Actions/FlagGreen.png) center center no-repeat
}
.ReservationDeclinedIcon
{
	background: url(/IMAGES/Icons/Actions/FlagRed.png) center center no-repeat
}
.ReservationAwaitsApprovalIcon
{
	background: url(/IMAGES/Icons/Actions/FlagYellow.png) center center no-repeat
}
.CateringApprovedIcon
{
	background: url(/IMAGES/Icons/Actions/Approved.png) center center no-repeat
}
.CateringDeclinedIcon
{
	background: url(/IMAGES/Icons/Actions/Declined.png) center center no-repeat
}
.CateringAwaitsApprovalIcon
{
	background: url(/IMAGES/Icons/Actions/AwaitingForApproval.png) center center no-repeat
}
.PropertyItemApprovedIcon
{
	background: url(/IMAGES/Icons/Actions/CircleGreen.png) center center no-repeat
}
.PropertyItemDeclinedIcon
{
	background: url(/IMAGES/Icons/Actions/CircleRed.png) center center no-repeat
}
.PropertyItemAwaitsApprovalIcon
{
	background: url(/IMAGES/Icons/Actions/CircleYellow.png) center center no-repeat
}