﻿/*Main book wrapper*/
@Media Screen
{
    #bookWrapper
    {
        clear:both;
        padding-bottom:5;
        width:95%;
    }
.bookScroll
{
    clear:both;
    padding-top:1.3em;   
}
    /*scroll box for book
    .bookScroll
    {
        position:absolute;
        height:500px;
        width:96.6%; 
        overflow:scroll;
        margin-top:1.3em;
    }
*/

}

/*color for header row and building colors*/
.thColor, .rhColor, .cColor, .btbColor, .blColor
{
    background-color:#B9c4dc;
}
.arrowImages
{
    margin-top:.4em;
}


.OnDateLabel
{
    display:block;
    padding-left:1em;    
    line-height:1.6em;
    margin-left:2em;
}
.hoursHolder, .filterLink
{
    display:block;
    line-height:2.0em;
}
.nextHours, .pamHoursHolder
{
    display:block;
    margin-right:.5em;
    margin-top:.4em;
}



/*color of block if block drawn due to a component of the room being booked*/
.comboEventColor
{
    background-color:gray;
    color:white;
    z-index:10;
}

/*Color of the event bars*/
.eventColor
{
    background-color:#FFEED1;
}
/*color of the setup type bars*/
.stColor
{
   /* background-color: #7fff00;*/
   background-color:#FFEED1;
}

/*color of the availbility bars*/
.availabilityColor
{
    /*background-color: #a0522d;*/
    background-color:#FFEED1;
}

.buildingHoursColor
{
    background-color: #dcdcdc;
}

.tbColor
{
    background-color:white;
}
/*time block for header color for date other than start date of book*/
.thndColor, .btbndColor
{
    background-color:#E9eccd;
}

.rdBgColor
{
    background-color: #EAF4FF;
     border-left:solid 1px red;    
     border-right:solid 1px red; 
}

/*Row directly above book*/
.dateRow
{
    padding-left:1em;
}

/*header row containing room label and time blocks*/
.headerRow
{
    clear:both;
    position:relative;
    z-index:10;
}

/*Block positioning*/
.bp
{
    float:left;
    display:block;
    position:absolute;
	border: solid 1px #dcdcdc;
	text-align: center;
	overflow:hidden;
	white-space:nowrap;
	z-index:6;
}
.rdPos
{
    height:20px;   
    z-index:10;
}

/*width of room column...If this is change would also require a parameter change to adjust location of bars*/
.roomHeader
{
    width:20%;
}
/*width and location of capacity column.  If this is changed, will also require parameter change*/
.capactiyHeader
{
    left:20%;
    width:5%;
}

/*sets the position of the the building label*/
.buildingLabel
{
    float:left;
    display:block;
    width:25%;
    overflow:hidden;
    height:18px;
    	
}
/*sets the display for a room*/
.roomWidth
{
    float:left;
    display:block;
    overflow:hidden;
   	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
    background-color:White;
    white-space:nowrap;
}

.rw
{
    width:20%;
}

/*position of capacity label*/
.capacityLabel
{
    float:left;
    display:block;
    width:5%;
    left:20%;
    text-align:center;
    border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	overflow:hidden;
	white-space:nowrap;
}


/*A row for the Building*/
.buildingRow
{
    clear:both;
	position: relative;
	line-height:1.5em;
}

/*postion of room label text*/
.roomLabel
{
    
    float:left;
    /*display:inline;*/
    margin-left:.2em;
    white-space:nowrap;
    overflow:hidden;
 }
 .imgWidth
 {
     width:20%;
     min-width:20%;
 }
 .lblWidth
 {
     display:block;
     width:80%;
     overflow:hidden;
     
 }



.roomRow
{
    clear:left;
    position:relative;
    background-color:Yellow;
}


.ep
{
    float:left;
    position:absolute;
    display:block;
    height:20px;
    
}

.eventBar
{
    margin-top:.1em;
    overflow:hidden;
    white-space:nowrap;
    z-index:10;
}
/*Availablitiy bar*/
.aBar
{
    height:.5em;
    margin-top:.4em;
    overflow:hidden;
    white-space:nowrap;
    z-index:7;
    
}
/*buildinghours bar*/
.bhBar
{
    z-index:7;
    margin-top:.1em;
    overflow:hidden;
}

/*setup type bar*/
.stBar
{
    height:.5em;
    margin-top:.4em;
    z-index:8;
}


.bookLegend
{
    margin-right:1em;
}

.rh
{
    height:19px;
}

.checkLabel
{
    color: #115ea6;
    
}


.filterLink
{
    display:block;
    float:left;
}

