.SimpleEntertainmentMenu UL.AspNet-Menu
{
	width: 150px;
/*1st Tier menu*/
}
.SimpleEntertainmentMenu UL.AspNet-Menu UL
{
	width: 150px;
	top: 21px;
	left: 0px;
	display: block;
}
.SimpleEntertainmentMenu UL.AspNet-Menu UL UL
{
	width: 150px;
	top: 0%;
	left: 150px;
	display: none;
}
.SimpleEntertainmentMenu LI
{
	font-family: Verdana;
	font-size: x-small;
	width: 150px;
	
	/* this is the standard main colour section */
	background: #b9d8fa; 
	
	/* this is the standard image section */
	/*background: #ADD8E6 url(menu_bg.png);*/
}
.SimpleEntertainmentMenu LI:hover, .SimpleEntertainmentMenu LI.AspNet-Menu-Hover
{
	
	/* this is the standard hover colour section */
	background: #579be6;
	
	/* this is the standard hover image section */
	/*background: #ADD8E6 url(menu_bg_hover.png);*/
}
.SimpleEntertainmentMenu A, .SimpleEntertainmentMenu SPAN
{
	color: #000000;
	padding: 3px 5px 3px 15px;
/*padding method = top, right, bottom, left*/
	border-bottom: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	background: transparent url(arrow.gif) no-repeat 135px 40%;
}
.SimpleEntertainmentMenu LI.AspNet-Menu-Leaf A, .SimpleEntertainmentMenu LI.AspNet-Menu-Leaf SPAN
{
	background-image: none !important;
}
.SimpleEntertainmentMenu LI:hover A, .SimpleEntertainmentMenu LI:hover SPAN, .SimpleEntertainmentMenu LI.AspNet-Menu-Hover A, .SimpleEntertainmentMenu LI.AspNet-Menu-Hover SPAN, .SimpleEntertainmentMenu LI:hover LI:hover A, .SimpleEntertainmentMenu LI:hover LI:hover SPAN, .SimpleEntertainmentMenu LI.AspNet-Menu-Hover LI.AspNet-Menu-Hover A, .SimpleEntertainmentMenu LI.AspNet-Menu-Hover LI.AspNet-Menu-Hover SPAN, .SimpleEntertainmentMenu LI:hover LI:hover LI:hover A, .SimpleEntertainmentMenu LI:hover LI:hover LI:hover SPAN, .SimpleEntertainmentMenu LI.AspNet-Menu-Hover LI.AspNet-Menu-Hover LI.AspNet-Menu-Hover A, .SimpleEntertainmentMenu LI.AspNet-Menu-Hover LI.AspNet-Menu-Hover LI.AspNet-Menu-Hover SPAN
{
	color: #000000;
	background: transparent url(arrow.gif) no-repeat 135px center;
}
.SimpleEntertainmentMenu LI:hover LI A, .SimpleEntertainmentMenu LI:hover LI SPAN, .SimpleEntertainmentMenu LI.AspNet-Menu-Hover LI A, .SimpleEntertainmentMenu LI.AspNet-Menu-Hover LI SPAN, .SimpleEntertainmentMenu LI:hover LI:hover LI A, .SimpleEntertainmentMenu LI:hover LI:hover LI SPAN, .SimpleEntertainmentMenu LI.AspNet-Menu-Hover LI.AspNet-Menu-Hover LI A, .SimpleEntertainmentMenu LI.AspNet-Menu-Hover LI.AspNet-Menu-Hover LI SPAN
{
	color: #000000;
	background: transparent url(arrow.gif) no-repeat 135px center;
}
.SimpleEntertainmentMenu .AspNet-Menu-Selected
{
	border: 1px solid #FFFFFF !important;
}
.SimpleEntertainmentMenu .AspNet-Menu-ChildSelected
{
	border: 1px solid #FFFFFF !important;
}
.SimpleEntertainmentMenu .AspNet-Menu-ParentSelected
{
	border: 1px solid #FFFFFF !important;
}
#EntertainmentMessage
{
	padding-top: 2em;
	clear: both;
}
.BasketGrid .AspNet-GridView {
    font-size: x-small;
    min-height: 1px;
    font-family: Verdana;
}

    .BasketGrid .AspNet-GridView table {
        width: 720px;
        border-collapse: collapse;
    }    
        
        .BasketGrid .AspNet-GridView table thead tr th {
            padding: 3px 3px 2px 2px;
            font-weight: normal;
            color: #343333 
        }
            
            
        .BasketGrid .AspNet-GridView table tbody tr td {
            padding: 3px 6px 3px 4px;
            border: 1px solid #bbb5b5;
            color: #343333
        }
        
        .BasketGrid .AspNet-GridView table thead tr th.action,
        .BasketGrid .AspNet-GridView table tbody tr td.action {
            
            /*border-left: none;*/
            /*border-right: none;*/
        }
        .BasketGrid .AspNet-GridView table tbody tr td.action {
            padding: 2px 2px 2px 2px;
            width: 40px;
            text-align: center;
        }
    
    .BasketGrid .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td {
        background: #f2f9fc;
    }
    
    .BasketGrid .AspNet-GridView-Pagination {
        background: #e6e9ee;
        text-align: center;
        padding: 2px 3px 2px 3px;
        font-size: 0.9em;
        min-height: 1px; /* Force layout in IE7 to prevent rendering issues */
    }
        .BasketGrid .AspNet-GridView-Pagination span {
            padding: 0px 3px;
            background: #d8ecf6;
            border: 1px solid #96d9f9;
        }

.grid-row-count {
    color: #666666;
    padding: 2px 0px 2px 6px;
    font-size: 0.8em;
}

.AccountGrid .AspNet-GridView {
    font-size: x-small;
    min-height: 1px;
    font-family: Verdana;
}

    .AccountGrid .AspNet-GridView table {
        width: 560px;
        border-collapse: collapse;
    }    
        
        .AccountGrid .AspNet-GridView table thead tr th {
            padding: 3px 3px 2px 2px;
            font-weight: normal;
            color: #343333
        }
            
            
        .AccountGrid .AspNet-GridView table tbody tr td {
            padding: 3px 6px 3px 4px;
            /*border: 1px solid #bbb5b5;*/
            color: #343333
        }
        
        .AccountGrid .AspNet-GridView table thead tr th.action,
        .AccountGrid .AspNet-GridView table tbody tr td.action {
            
            /*border-left: none;*/
            /*border-right: none;*/
        }
        .AccountGrid .AspNet-GridView table tbody tr td.action {
            padding: 2px 2px 2px 2px;
            width: 40px;
            text-align: center;
        }
    
    .AccountGrid .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td {
        background: #f2f9fc;
    }
    
    .AccountGrid .AspNet-GridView-Pagination {
        /*background: #e6e9ee;*/
        text-align: center;
        padding: 2px 3px 2px 3px;
        font-size: 0.9em;
        min-height: 1px; /* Force layout in IE7 to prevent rendering issues */
    }
        .AccountGrid .AspNet-GridView-Pagination span {
            padding: 0px 3px;
            background: #d8ecf6;
            border: 1px solid #96d9f9;
        }
        
        
        .MyListGrid .AspNet-GridView {
    font-size: x-small;
    min-height: 1px;
    font-family: Verdana;
}

    .MyListGrid .AspNet-GridView table {
        width: 540px;
        border-collapse: collapse;
    }    
        
        .MyListGrid .AspNet-GridView table thead tr th {
            padding: 3px 3px 2px 2px;
            font-weight: normal;
            color: #343333 
        }
            
            
        .MyListGrid .AspNet-GridView table tbody tr td {
            padding: 3px 6px 3px 4px;
            /*border: 1px solid #bbb5b5;*/
            color: #343333
        }
        
        .MyListGrid .AspNet-GridView table thead tr th.action,
        .MyListGrid .AspNet-GridView table tbody tr td.action {
            
            /*border-left: none;*/
            /*border-right: none;*/
        }
        .MyListGrid .AspNet-GridView table tbody tr td.action {
            padding: 2px 2px 2px 2px;
            width: 40px;
            text-align: center;
        }
    
    .MyListGrid .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td {
        background: #f2f9fc;
    }
    
    .MyListGrid .AspNet-GridView-Pagination {
        /*background: #e6e9ee;*/
        text-align: center;
        padding: 2px 3px 2px 3px;
        font-size: 0.9em;
        min-height: 1px; /* Force layout in IE7 to prevent rendering issues */
    }
        .MyListGrid .AspNet-GridView-Pagination span {
            padding: 0px 3px;
            background: #d8ecf6;
            border: 1px solid #96d9f9;
        }
        
        .ReserveGrid .AspNet-GridView {
    font-size: x-small;
    min-height: 1px;
    font-family: Verdana;
}

    .ReserveGrid .AspNet-GridView table {
        width: 540px;
        border-collapse: collapse;
    }    
        
        .ReserveGrid .AspNet-GridView table thead tr th {
            padding: 3px 3px 2px 2px;
            font-weight: normal;
            color: #343333 
        }
            
            
        .ReserveGrid .AspNet-GridView table tbody tr td {
            padding: 3px 6px 3px 4px;
            /*border: 1px solid #bbb5b5;*/
            color: #343333
        }
        
        .ReserveGrid .AspNet-GridView table thead tr th.action,
        .ReserveGrid .AspNet-GridView table tbody tr td.action {
            
            /*border-left: none;*/
            /*border-right: none;*/
        }
        .ReserveGrid .AspNet-GridView table tbody tr td.action {
            padding: 2px 2px 2px 2px;
            width: 40px;
            text-align: center;
        }
    
    .ReserveGrid .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td {
        background: #f2f9fc;
    }
    
    .ReserveGrid .AspNet-GridView-Pagination {
        /*background: #e6e9ee;*/
        text-align: center;
        padding: 2px 3px 2px 3px;
        font-size: 0.9em;
        min-height: 1px; /* Force layout in IE7 to prevent rendering issues */
    }
        .ReserveGrid .AspNet-GridView-Pagination span {
            padding: 0px 3px;
            background: #d8ecf6;
            border: 1px solid #96d9f9;
        }
        
      .MyDetails Span.AspNet-DetailsView-Name
       {
           font-size: small;
    min-height: 1px;
    font-family: Verdana;
    color: #797a7b;
     padding-right: 3px;
     
     
     
       }
       .MyDetails Span.AspNet-DetailsView-Value
       {
           font-size: small;
    min-height: 1px;
    font-family: Verdana;
    color: #797a7b;
       }
       
      .InvoiceGrid .AspNet-GridView {
    font-size: x-small;
    min-height: 1px;
    font-family: Verdana;
}

    .InvoiceGrid .AspNet-GridView table {
        width: 660px;
        border-collapse: collapse;
    }    
        
        .InvoiceGrid .AspNet-GridView table thead tr th {
            padding: 3px 3px 2px 2px;
            font-weight: normal;
            color: #343333 
        }
            
            
        .InvoiceGrid .AspNet-GridView table tbody tr td {
            padding: 3px 6px 3px 4px;
            border: 1px solid #bbb5b5;
            color: #343333
        }
        
        .InvoiceGrid .AspNet-GridView table thead tr th.action,
        .InvoiceGrid .AspNet-GridView table tbody tr td.action {
            
            /*border-left: none;*/
            /*border-right: none;*/
        }
        .InvoiceGrid .AspNet-GridView table tbody tr td.action {
            padding: 2px 2px 2px 2px;
            width: 40px;
            text-align: center;
        }
    
    .InvoiceGrid .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td {
        background: #f2f9fc;
    }
    
    .InvoiceGrid .AspNet-GridView-Pagination {
        background: #e6e9ee;
        text-align: center;
        padding: 2px 3px 2px 3px;
        font-size: 0.9em;
        min-height: 1px; /* Force layout in IE7 to prevent rendering issues */
    }
        .InvoiceGrid .AspNet-GridView-Pagination span {
            padding: 0px 3px;
            background: #d8ecf6;
            border: 1px solid #96d9f9;
        }
        
        .BrandGrid .AspNet-GridView {
    font-size: x-small;
    min-height: 1px;
    font-family: Verdana;
}

    .BrandGrid .AspNet-GridView table {
        width: 450px;
        border-collapse: collapse;
    }    
        
        .BrandGrid .AspNet-GridView table thead tr th {
            padding: 3px 3px 2px 2px;
            font-weight: normal;
            color: #343333
        }
            
            
        .BrandGrid .AspNet-GridView table tbody tr td {
            padding: 3px 6px 3px 4px;
            /*border: 1px solid #bbb5b5;*/
            color: #343333
        }
        
        .BrandGrid .AspNet-GridView table thead tr th.action,
        .BrandGrid .AspNet-GridView table tbody tr td.action {
            
            /*border-left: none;*/
            /*border-right: none;*/
        }
        .BrandGrid .AspNet-GridView table tbody tr td.action {
            padding: 2px 2px 2px 2px;
            width: 40px;
            text-align: center;
        }
    
    .BrandGrid .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td {
        background: #f2f9fc;
    }
    
    .BrandGrid .AspNet-GridView-Pagination {
        /*background: #e6e9ee;*/
        text-align: center;
        padding: 2px 3px 2px 3px;
        font-size: 0.9em;
        min-height: 1px; /* Force layout in IE7 to prevent rendering issues */
    }
        .BrandGrid .AspNet-GridView-Pagination span {
            padding: 0px 3px;
            background: #d8ecf6;
            border: 1px solid #96d9f9;
        }
        
        .DropshipGrid .AspNet-GridView {
    font-size: x-small;
    min-height: 1px;
    font-family: Verdana;
}

    .DropshipGrid .AspNet-GridView table {
        width: 400px;
        border-collapse: collapse;
    }    
        
        .DropshipGrid .AspNet-GridView table thead tr th {
            padding: 3px 3px 2px 2px;
            font-weight: normal;
            color: #343333 
        }
            
            
        .DropshipGrid .AspNet-GridView table tbody tr td {
            padding: 3px 6px 3px 4px;
            border: 1px solid #bbb5b5;
            color: #343333
        }
        
        .DropshipGrid .AspNet-GridView table thead tr th.action,
        .DropshipGrid .AspNet-GridView table tbody tr td.action {
            
            /*border-left: none;*/
            /*border-right: none;*/
        }
        .DropshipGrid .AspNet-GridView table tbody tr td.action {
            padding: 2px 2px 2px 2px;
            width: 40px;
            text-align: center;
        }
    
    .DropshipGrid .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td {
        background: #f2f9fc;
    }
    
    .DropshipGrid .AspNet-GridView-Pagination {
        background: #e6e9ee;
        text-align: center;
        padding: 2px 3px 2px 3px;
        font-size: 0.9em;
        min-height: 1px; /* Force layout in IE7 to prevent rendering issues */
    }
        .DropshipGrid .AspNet-GridView-Pagination span {
            padding: 0px 3px;
            background: #d8ecf6;
            border: 1px solid #96d9f9;
        }
        
        
        .NoticeGrid .AspNet-GridView {
    font-size: x-small;
    min-height: 1px;
    font-family: Verdana;
}

    .NoticeGrid .AspNet-GridView table {
        width: 700px;
        border-collapse: collapse;
    }    
        
        .NoticeGrid .AspNet-GridView table thead tr th {
            padding: 3px 3px 2px 2px;
            font-weight: normal;
            color: #343333
        }
            
            
        .NoticeGrid .AspNet-GridView table tbody tr td {
            padding: 3px 6px 3px 4px;
            /*border: 1px solid #bbb5b5;*/
            color: #343333
        }
        
        .NoticeGrid .AspNet-GridView table thead tr th.action,
        .NoticeGrid .AspNet-GridView table tbody tr td.action {
            
            /*border-left: none;*/
            /*border-right: none;*/
        }
        .NoticeGrid .AspNet-GridView table tbody tr td.action {
            padding: 2px 2px 2px 2px;
            width: 40px;
            text-align: center;
        }
    
    .NoticeGrid .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td {
        background: #f2f9fc;
    }
    
    .NoticeGrid .AspNet-GridView-Pagination {
        /*background: #e6e9ee;*/
        text-align: center;
        padding: 2px 3px 2px 3px;
        font-size: 0.9em;
        min-height: 1px; /* Force layout in IE7 to prevent rendering issues */
    }
        .NoticeGrid .AspNet-GridView-Pagination span {
            padding: 0px 3px;
            background: #d8ecf6;
            border: 1px solid #96d9f9;
        }