﻿/* white box */
.white-box .wb-content,
.white-box .wb-top,
.white-box .wb-bottom,
.white-box .wb-bottom div {
	 background:transparent url('../../images/site/default/white-background.png') no-repeat top right;
}

.white-box .wb-top 
{
  background-position:top left;
}

.white-box .wb-bottom {
 background-position:bottom right;
}

.white-box .wb-bottom div 
{
 background-position:bottom left;
}

/* end white box */



/* grey box */

.grey-box .bx-content,
.grey-box .bx-top,
.grey-box .bx-bottom,
.grey-box .bx-bottom div 
{
 background:transparent url('../../images/site/default/grey-background.png') no-repeat top right;
}

.grey-box .bx-top {
 background-position:top left;
}

.grey-box .bx-bottom {
 background-position:bottom right;
}

.grey-box .bx-bottom div 
{
 background-position:bottom left;
}

/* end grey box */

/* featured locations box */


.featured-box .bx-content,
.featured-box .bx-top,
.featured-box .bx-bottom,
.featured-box .bx-bottom div 
{
  background:transparent url('../../images/site/default/yellow-box.png') no-repeat top right;
}

.featured-box .bx-top 
{
     background-position:top left;
}


.featured-box .bx-bottom 
{
 background-position:bottom right;
}

.featured-box .bx-bottom div 
{
 background-position:bottom left;
}
.featured-box h2 
{
     display:block;
     background-color:#F6F17D;     
     padding:0px 10px 0px 10px;
     margin:0px;
}

.featured-box .bx-content .list-link ul li
{
   border-bottom:#666666 1px dotted;
    
}
/* featured locations box 

.featured-box .content,
.featured-box .top,
.featured-box .bottom,
.featured-box .bottom div 
{
    background:transparent url('../../images/site/default/yellow-box.png') no-repeat top right;
    color:#000;
}

.featured-box .top 
{
    background-position:top left;
}

.featured-box .bottom 
{
    background-position:bottom right;
}

.featured-box .bottom div 
{
    background-position:bottom left;
}
*/

/* end featured locations */

.tablebox
{
	
	border-right: solid 2px #003366;
	border-left: solid 2px #003366;
	border-bottom: solid 2px #003366;
	border-top: solid 2px #003366;
}







/* fixed grey box*/
 .gb-header
   {
       background-image:url('../../images/site/default/large-grey-box-header.png');
       background-repeat:no-repeat;
       
   }
     .gb
   {
       background-image:url('../../images/site/default/large-grey-box-bg.png');
       background-repeat:repeat-y;
       
   }
   
   .gb-footer
   {
       background-image:url('../../images/site/default/large-grey-box-footer.png');
       background-repeat:no-repeat;
       
   }
/* end fixed grey box*/

/* fixed green box*/
 .greenb-header
   {
       background-image:url('../../images/site/default/green-box-header.png');
       background-repeat:no-repeat;
       
   }
     .greenb
   {
       background-color:#f5f6fA;
       border-color:#c0c5c9;
       
   }
   
/* end fixed green box*/

/* fixed green box - wide*/
 .greenb-wide-header
   {
       background-image:url('../../images/site/default/green-box-header980.png');
       background-repeat:no-repeat;
       
   }
     .greenb-wide
   {
       background-color:#f5f6fA;
       border-color:#c0c5c9;
       
   }
   
/* end fixed green box*/


/* Dark grey box */


.dark-grey-box .dgb-content,
.dark-grey-box .dgb-top,
.dark-grey-box .dgb-bottom,
.dark-grey-box .dgb-bottom div {
    background:transparent url('../../images/site/default/dark-grey-background.png') no-repeat top right;
}

.dark-grey-box .dgb-top 
{
   background-position:top left;
}

.dark-grey-box .dgb-bottom {
 background-position:bottom right;
}

.dark-grey-box .dgb-bottom div 
{
 background-position:bottom left;
}
/* end dark grey box */



/* begin yellow box */

.yellow-box .content,
.yellow-box .top,
.yellow-box .bottom,
.yellow-box .bottom div {
  background:transparent url('../../images/site/default/yellow-box.png') no-repeat top right;
}

.yellow-box .top 
{
 background-position:top left;
}

.yellow-box .bottom {
 background-position:bottom right;
}

.yellow-box .bottom div 
{
 background-position:bottom left;
}

/* end yellow box */


/* green box */
.green-box .green-content,
.green-box .green-top,
.green-box .green-bottom,
.green-box .green-bottom div {
 background:transparent url('../../images/site/default/green-box.png') no-repeat top right;
}

.green-box .green-top 
{
 background-position:top left;
}

.green-box .green-bottom {
 background-position:bottom right;
}

.green-box .green-bottom div 
{
 background-position:bottom left;
}

/* end green box */
/* blue locations box */


.blue-box .bx-content,
.blue-box .bx-top,
.blue-box .bx-bottom,
.blue-box .bx-bottom div 
{
  background:transparent url('../../images/site/default/blue-box.png') no-repeat top right;
}

.blue-box .bx-top 
{
     background-position:top left;
}


.blue-box .bx-bottom 
{
 background-position:bottom right;
}

.blue-box .bx-bottom div 
{
 background-position:bottom left;
}
.blue-box h2 
{
     display:block;
     background-color:#97C5EB;     
     padding:0px 10px 0px 10px;
     margin:0px;
}

.blue-box .bx-content .list-link ul li
{
   border-bottom:#666666 1px dotted;
    
}

/* end blue locations */
