/*------------------------------------------------------START LAYOUT STYLES-------------------------------------------------------*/
body 
{
    color: #666666;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-family:Century Gothic;
	font-size:12px;
}


#headerContainer
{
    height:125px;
    background-image: url('Images/Layout/banner_tile.jpg');
    background-repeat: repeat-x;
    background-position:left top;
    background-color: #FFA500;
    margin:0px;
    padding:0px;
    /*border-bottom:solid 2px #FF8200; */
}

#navContainer
{
    background-image: url('Images/Layout/nav_tile.png');
    background-repeat: repeat-x;
    background-position:left top;
    background-color: transparent;
    margin:0px;
    padding:0px;
    height:37px;
	margin-top:-5px;
}

#bodyContainer
{
    margin-top:50px;
    margin-bottom:20px;
    min-height:500px;
    height:auto !important;
    height:500px; 
}

.centeredContainer
{
    width:900px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}
#footerContainer
{
    background-image: url('Images/Layout/nav_tile.png');
    background-color: transparent;
    text-align:center;
	font-weight: bold;
	color: #ffffff;
	padding : 2px;
	height:34px;
	line-height:32px;
	/*position:relative;*/
}

#siteBuiltByContainer
{
    /*width:900px;*
    
    margin-left: auto;
	margin-right: auto;
    */
    
    margin-top:20px;
    padding-right:20px;
	/*position:relative;*/
	height:27px;
	text-align:right;
}

.siteBuiltByLink
{
    /*position:absolute;
    right:20px;
    top:0px;
    display:block;
    width:237px;
    height:27px;
    src:url('Images/Layout/m8sr8s_created_app.png');
    background-image:url('Images/Layout/m8sr8s_created_app.png');
    background-repeat:no-repeat;*/
    text-decoration:none;  
}

#CustomerRequestBooking
{
    width: 242px;
    height: 126px;
	background-image: url('images/layout/RequestBooking.jpg');
	background-repeat: no-repeat;
	padding-right: 50px;
}
#CustomerViewBooking
{
   width: 242px;
	 height: 126px;
	 background-image: url('images/layout/ViewBooking.jpg');
	 background-repeat: no-repeat;
	 padding-right: 50px;
}
/*---------------------------------------HOW TO SECTION------------------------------------------------------*/
#howToTable
{
  /*margin-left: auto;
	margin-right: auto;*/
	margin-top: 20px;
}

#howToB
{
   width: 242px;
	 height: 126px;
	 background-image: url('images/layout/HowToB.jpg');
	 background-repeat: no-repeat;
	 padding-right: 50px;
}
#howToC
{
   width: 242px;
	 height: 126px;
	 background-image: url('images/layout/HowToC.jpg');
	 background-repeat: no-repeat;
	 padding-right: 50px;
	 }
/*******************************************************************/

/*HEADER*/

#headerContainer .centeredContainer
{
    background-image: url('Images/Layout/banner.png');
    background-repeat:no-repeat;
    background-position:left top;
    height:125px;
}

/*----------------------------LOGIN BOX-----------------------------------*/
#login
{
    background-image: url('Images/Layout/loginbox.png');
    background-repeat: no-repeat;
    background-position:left top;
    /*background-color:#FFA500;*/
    width:215px;
    height:177px;
    float:right;
    margin-top:25px;
    /*margin-top:15px;*/
        	
}

#loginPositioner 
{
	left:670px;
    position: absolute;
    z-index: 999; 
    max-height:0;
    min-height  :0;
    float:right;
 }

#loginContents
{
    padding-top: 10px;
	padding-left: 15px;
	color: #ffffff;
	/*background-color:Green;*/
}

#loginContents a
{
    color:#ffffff;
}

#loginLabel { padding-bottom : 5px;}
#loginUsername { padding-bottom : 5px;}
#loginPassword { padding-bottom : 10px;}

#loginButton, #logoutButton  
{
    /*margin-right: 10px;*/
    /*background-color:lime;*/
    
    position:absolute;
    /*top:155px;*/
    top:165px;
    margin-left:-10px;
    width:209px;
    /*display:block;*/
    /*background-color:Black;*/
    text-align:center;
}



#loggedInLabel
{
    /*padding-bottom: 100px;*/
}






/*----------------------------END LOGIN BOX----------------------------*/
/*NAV*/

#navContainer .centeredContainer
{
   position:relative;
   z-index:1;
   padding-top:8px;
}

/*BODY*/

#contentContainer
{
  width: 900px;
}

/*FOOTER*/




/*-------------------------------------------------------END LAYOUT STYLES--------------------------------------------------*/


#BusinessServicesManagmentPage_ContentContainer .panelLeft
{
    width:30%;
}

#BusinessServicesManagmentPage_ContentContainer .panelRight
{
    width:68%;
}
