﻿
    html 
    {
        font-family:Arial;	
    }
    
    body 
    {
    	margin:0px;
    	
    }
    
    
    
    .reviewStars 
    {
    	
    	font-size:16px;
    	font-weight:bold;
    	
    	
    	
    }
    
    .reviewBubble 
    {
    	
		float:right;
		text-align:center;
		width:150px;
		padding:8px;
		background-color:#b7cfff;	
		
    }
    
    
    .reviewDetails 
    {
    	font-size:10px;
    	
    	
    }
    
    
    a:link, a:visited, a:active
    {
    	color:#386eb6;
    }
    
    a:hover 
    {
    	color:#fa9115;
    }
    
    
    img { border:0px; }
    
    h1 
    {
		font-size:24px;
		color:#666666;
		font-weight:bold;
    	
    	
    }
    
     h2 
    {
		font-size:18px;
		color:#666666;
		font-weight:bold;
    	
    	
    }
    
    
    .LinkButton 
    {
		font-size:12px;	
    }
    
    
    .crumbDiv 
    {
		font-size:16px!important;	
		color:#cccccc;
    }
    
    .GroupRestDiv 
    {
		padding-left:30px;
		padding-bottom:20px;	
    }
    
    
    .detailsViewTitle 
    {
        background-color:#5D7B9D;
        color:#ffffff;	
        font-weight:bold;
       
    }
    
    
    select 
    {
        font-size:16px;
     
        height:24px;
        color:#666666;
    }
    
    .TextBox 
    {
        font-size:16px;
        width:250px;	
        height:24px;
        color:#666666;
    }
    
    .MultiLine 
    {
        font-size:16px;
        width:350px;	
        height:150px;
        color:#666666;
        font-family:Arial;
    	
    }
    
    .detailsViewSave
    {
		text-align:right;	
    }
    
    .detailsViewSaveButton
    {
        font-size:16px;
        width:200px;	
        color:#666666;
        font-family:Arial;
    }
    
    
    .DiscountListView, .PromoListView
    {
    	
    	text-align:center;
    }
    
    .listViewHeaderRow 
    {
		background-color:#666666;
		color:#ffffff;	
    }
    
    .PromoListView td 
    {
    	vertical-align:top;
    }
   
   
   .editItemRow
   {
   	
   	background-color:#9cdef5;
   	
   }
   
   .insertItemRow
   {
   	
   	background-color:#cccccc;
   	
   }
   
   
   .discountGroup 
   {
   	
   	float:left;
   	padding-right:75px;
   	
   	
   }
   
   
   .EvenRow 
   {
   	 background-color:#dddddd;
   	
   }
   
   
   .OddRow 
   {
   	
   	
   }
   
   
   .errorMsg 
   {
   	color:White;
   	background-color:Red;
   	font-weight:bold;
   	padding:8px;
   	
   }
   
   .successMsg 
   {
   	color:White;
   	background-color:Green;
   	font-weight:bold;
   	padding:8px;
   	
   }
   
   
   /* EATER CSS STUFF */
   .BillingField 
   {
   	font-size:bold;
   	font-weight:bold;
   	padding-bottom:10px;
   	
   }
   
   
   .ChangeLink 
   {
   	font-size:12px;
   	color:#ff9214!important;
   }
   
   .loggedInUser 
   {
   	font-size:12px;
   	color:White!important;
   	text-decoration:none;
   }
   
   
   .TabSelected 
   {
   		color:#333333;
   		font-weight:bold;
   }
   
   .MenuCatTitle 
   {
   	font-size:18px;
   	font-weight:bold;
   }
   
   .MenuItemTitle 
   {
   	font-size:18px;
   	font-weight:bold;
   }
   
   .CartItemDiv 
   {
   	padding-left:5px;
   	padding-bottom:3px;
   	
   }
   
   
   .ZoneTitleLink 
   {
   	font-size:18px;
   	font-weight:bold;
   	
   }
   
   
   .AuthLink 
   {
   	color:#ffffff!important;
   	text-decoration:none;			
   }
   
   
   
   .OrderGroupDiv 
   {
   		padding:5px;
   		padding-left:20px;
   		background-color:#dddddd;
   		font-size:18px;
   }
 
   
   .OrderDiv 
   {
   		padding:5px;
		
		background-color:#cccccc;
		font-size:14px!important;
   }
   
     
   .OrderMenuItemDiv 
   {
   		padding:5px;
   		padding-left:20px;
   }
   
   .OrderMenuItemNotes 
   {
   		padding-left:10px;
   		font-style:italic;
   		font-size:12px;
   }
