
/* CSS Reset 
----------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul 
{
    list-style-type:square;
}

li
{
    margin-left:16px;
    }  
    
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

a {
	color: #000000;
    text-decoration:underline;	
}

    a:hover {
	    color: #ee3124;
        text-decoration:underline;	
    }

img, div { 
	behavior: url(iepngfix.htc) 
}

p
{
    margin-bottom:12px;
    }

/* BODY AND MAIN
-----------------------------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	background-image:url(/assets/img/bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	font-family:arial;
	font-size:14px;
	color:#000000;
}

#main_content
{
    padding-top:36px;
    }
    
  

/* Home 
-------------------------------------------------*/

#shadowbox{
	background-image:url(/assets/img/shadow.png); 
	width:100%; 
	height:100%; 
	position:fixed;
	left:0;
	bottom:58;
	z-index:1000;
}
#roadblock{
	position:absolute;
	top:75px;
	width:100%;
	text-align:center;
	z-index:1010;	
}
.heroHref 
{
    cursor:pointer;
    }

/* NAV
------------------------------------------------- */

.nav_search_text, .nav_search_country
{
    width:116px; 
	color: #999999;
	font-size: 11px;
	margin:0 0 4px 22px;      
	height:18px;
	line-height:18px;
    }


/* FOOTER
------------------------------------------------- */

.footnote
{
    padding-top:40px;
    font-size:11px;
    clear:both;
    }

.text_footer {
	color: #999;
	font-size: 11px;
}

    .text_footer .left{ width:33%; text-align:left;}    
    .text_footer .center{ width:33%; text-align:center;}    
    .text_footer .right{ width:33%; text-align:right;}    

    .text_footer a
    {
        color:#999999;
        text-decoration:none; 
        }    

    .text_footer a:hover
    {
        color:orange;
        text-decoration:underline; 
        }  


/* FORMS
------------------------------------------------- */          

.form_textbox_validator {
    vertical-align:middle;	
}
.form_textbox_validatorNEW 
{
    font-size:20pt;
    vertical-align:middle;	
}

.form_textarea_validator {
    vertical-align:top;	
}    

.formError 
{
    }


.formSuccess 
{
    }
     
.form_submit_btn, .form_next_btn
{
    background-repeat:no-repeat;    
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 0px;   
    text-decoration:none;  
    cursor:pointer; 
    background-color:Transparent;    
    }  
    
  
 .form_submit_btn
 {
    background-image:url(/assets/img/button_submit.png);
    width: 109px;
    height: 22px;
     
     }    

.form_next_btn
{
    background-image:url(/assets/img/button_next.png);
    width: 110px;
    height: 23px;
    } 
    
.form_btn_cell
{
    padding-top:6px;
    text-align:right; 
    }   
    
.form_background h3
{
    font-size:20px;
    font-weight:bold;  
    margin-bottom:16px; 
    color:#000000;
   } 

    .form_background .stage
    {
        float:right;
        color:#FFFFFF;
        font-weight:bold;
       }    
    
.pollo_form 
{
    width:100%;
    }     

    .pollo_form td
    {
        padding-bottom:5px;
         vertical-align:middle;
        }     
               
    .pollo_form input, .pollo_form select
    {
         vertical-align:middle;
        }     
    
    .pollo_form  .label, .pollo_form .insidelabel
    {
         text-transform:uppercase;
         color:#FFFFFF;
         font-weight:bold;
         text-align:right;
         font-size:12px;
        }   
          
    .pollo_form  .label
    {
         width:110px;
         padding-right:12px;
        }   

    .pollo_form  .insidelabel
    {
         width:110px;
         padding-right:2px;
        }  
    
    .pollo_form  h5 
    {
        color:#000000;
        font-weight:bold;
        margin-bottom:8px;
        text-transform:uppercase;
        }    
        
    .pollo_form  .fulltextbox, 
    .pollo_form  .halftextbox,
    .pollo_form  .thirdtextbox,
    .pollo_form  .fulltextarea    
    {
        border:solid 1px #FFFFFF;
        background-color:#f6d7d5;
        padding-left:6px;
        max-width:300px;
        }

    .pollo_form  .fulltextbox, 
    .pollo_form  .halftextbox,
    .pollo_form  .thirdtextbox
    {
        height:26px;
        line-height:26px;
        vertical-align:middle;
        }

    .pollo_form  .fulltextbox
    {   
        /*width:96%;*/
        width:90%;
        }    

    .pollo_form  .halftextbox
    {
        width:46%;
        }   

    .pollo_form  .thirdtextbox
    {
        width:24%;
        }

    .pollo_form  .fulltextarea
    {
}
        
    .pollo_form  .halfdropdown  {width:48%;}
    .pollo_form  .fulldropdown  {width:95%;}
    .pollo_form  .monthdropdown  {width:60px;}
    .pollo_form  .daydropdown  {width:60px;}
    .pollo_form  .yeardropdown  {width:60px;}
    .pollo_form  .statedropdown  {width:50px;}
    
    .pollo_form .optionItem 
    {
        color:#FFFFFF;
        vertical-align:middle;
    }      

        .pollo_form .optionItem input
        {
            margin-right:4px;
        }  
            
        .pollo_form .optionItem label
        {
            vertical-align:middle;
            margin-right:10px;
        }     
        
    .pollo_form  .optin
    {
        color:#FFFFFF;
        font-size:10px;
        margin-top:8px;
        }

        .pollo_form  .optin input
        {
            margin-right:4px;
            }        
    .pollo_form  .validationcell
    {
        width:12px;
        padding-left:8px;
        vertical-align:top; 
        }        
        
    .pollo_form_bottom
    {
        font-size:11px;
        margin:0;
        padding:0 20px 20px 20px;
        }   

        .pollo_form_bottom a
        {
            color:#cb281d;
            }          

    .pollo_form_confirm_background
    {
         background-image:url(/assets/img/bg_rewards.png);
         background-repeat:no-repeat;
         width:368px;
         padding:30px 40px 25px 40px;
         min-height:430px;
        }
        
        .pollo_form_confirm
        {
            width:100%;
            }

        .pollo_form_confirm  td
        {
             text-align:center;
            }
        
        .pollo_form_confirm  h4 
        {
            color:#000000;
            font-size:26px;
            margin-bottom:12px;
            }
            
        .pollo_form_confirm  p 
        {   
            color:#FFFFFF;
            }

    
/* CONTACT PAGE
----------------------------------------------------*/
       
.contact_form 
{
     background-image:url(/assets/img/bg_contact.png);
     background-repeat:no-repeat;
     width:392px;
     padding:40px 40px 20px 20px;
     min-height:334px;    
    }
    
    .contact_form .pollo_form td
    {
        padding-bottom:6px;
     }    
    
    
/* REWARDS PAGE
----------------------------------------------------*/

 .pollo_rewards_form
 {
     background-image:url(/assets/img/bg_rewards.png);
     background-repeat:no-repeat;
     width:390px;
     /*width:430px;*/
     padding:30px 25px 25px 25px;
     min-height:410px;
     }            
        
    .pollo_rewards_form  .referafriend 
    {
        display: block;
        background-image:url(/assets/img/button_referafriend.png);
        background-repeat:no-repeat;            
        text-indent: -9999px;        
        width:105px;
        height:26px;   
        margin:auto;
        background-color:Transparent;    
        }         

/* EMPLOYMENT FORM
----------------------------------------------------*/
       
.catering_form 
{
     background-image:url(/assets/img/bg_catering.png);
     background-repeat:no-repeat;
     width:400px;
     padding:25px 30px 40px 30px;
     min-height:629px;    
    }
    
    .catering_form .pollo_form td
    {
        padding-bottom:12px;
     }   
    
    
                
/* EMPLOYMENT FORM
----------------------------------------------------*/
.tabbottom
{
    background-image:url(/assets/img/employment/tabbottomright.gif);
    background-position:right;
    background-repeat:no-repeat;
}
.tabtop
{
    background-image:url(/assets/img/employment/tabtopright.gif);
    background-position:right;
    background-repeat:no-repeat;
}
.employment_form 
{
     background-image:url(/assets/img/employment/bk.gif);
     background-repeat:repeat-x;
     background-position:bottom;
     padding:25px 30px 40px 30px;
     min-height:1373px;    
          padding:0px;
    }
    
    .employment_form .pollo_form td
    {
        padding-bottom:12px;
     }    
      .employment_form
      {
          padding-bottom:0px;
          }
    
/* TEAM MEMBER FORM
----------------------------------------------------*/
       
.teammember_form 
{
     background-image:url(/assets/img/bg_teammemberform.png);
     background-repeat:no-repeat;
     width:390px;
     padding:25px 30px 40px 30px;
     min-height:1373px;    
     
    }
    
    .employment_form .pollo_form td
    {
        padding-bottom:12px;
     }    
      
      
/* MANAGMENT FORM
----------------------------------------------------*/
       
.management_form 
{
     background-image:url(/assets/img/bg_managementform.png);
     background-repeat:no-repeat;
     width:390px;
     padding:25px 30px 40px 30px;
     min-height:1373px;    
     
    }
    
    .employment_form .pollo_form td
    {
        padding-bottom:12px;
     }    
    
    
    
/* FRANCHISE FORM
----------------------------------------------------*/
       
.franchise_form 
{
     background-image:url(/assets/img/bg_franchise.png);
     background-repeat:no-repeat;
     width:378px;
     padding:35px 40px 40px 30px;
     min-height:1213px;    
    }
    
    .franchise_form .pollo_form td
    {
        padding-bottom:10px;
     }    
             
    .franchise_form .pollo_form .label
    {
        width:30px;
        vertical-align:top; 
     }                 

    .franchise_form .pollo_form .insidelabel
    {
        margin-bottom:12px;
        display:block;
        width:100%;
        text-align:left;
        text-transform:none;
     }     
    

/* MENU PAGES
------------------------------------------------- */

.menu_sections
{
     list-style-type:none;
     width:500px;
    }
    
    .menu_sections li
    {
        width:166px;
        float:left;
        margin-left:0;
        }
    
.menu_details
{
     list-style-type:none;
    }
    
    .menu_details   li
    {
        clear:both;
        padding-bottom:12px;
        margin-left:0;
        }
    
    .menu_details li img
    {
        float:left;
        margin-right:14px;
        }
       
    .menu_details li .menu_item_content
    {
        }     
        
    .menu_details li .menu_item_content h3
    {
        color: #ee3124;
        }  

.menu_headlines {
	color: #e96d1f;
	font-size: 16px;
	margin:0 0 4px 0;
	font-weight:normal;
}
.menu_titlehead {
	color: #ee3124;
	font-family: arial;
	font-size:24px;
	font-weight: normal;
	margin: 0 0 16px 0;
}
.menu_detailtitle {
	color: #ee3124;
	font-size: 16px;
}
.menu_detailstxt {
	color: #000;
	font-size: 12px;
}


/* LOCATIONS MAP
----------------------------------------------*/   
 
#pollo_tropical_map
{
    width:450px;
    height:300px;
    margin:15px 0 30px 0;
    }    
    
    #pollo_tropical_map h3
    {
        font-size:14px;
        font-weight:bold;
        margin:0;
        }

.locations_list
{
     list-style-type:none;
    }

    .locations_list li
    {
        width:100%;
        clear:both;
        }
.location_number
{
	color: #e96d1f;
    display:block;
    font-size:16px;
    font-weight:bold;
    float:left;
    padding:12px;
    width:30px;
    }
    
.location_info 
{
    display:block;
    float:left;
    padding-bottom:12px;
    }   
    
    
/* DIET PAGES 
----------------------------------------*/
    
.diet_mainContent
{
    float:left;   
    padding:50px 0 30px 0;
    }   
    
#diet_21_days
{
    width:410px;
    
    }      
    
#free_pedometer
{
    width:455px;
    }  
    
#walkingclubs
{
    width:445px;
    }            

.diet_right_side
{
    width:190px;
    float:right;
    list-style-type:none;
    margin:0 60px 0 0;
    
    }
.diet_nav
{
        margin-bottom:16px;
        width: 190px;
        list-style-type:none;
    }      
    
    .diet_nav li
    {
        margin-left:0;
        background-image:url(/assets/img/21daydiet_nav.png);
        background-repeat:no-repeat;
        }    
        
        .diet_nav a
        {
            display: block;
            background-image:url(/assets/img/21daydiet_navlinks.png);
            background-repeat:no-repeat;            
            height:28px;
            text-indent: -9999px;
            }            
        
        .diet_nav .step1
        {
            padding-top:111px;
            height: 35px;
            background-position:  0 0;	
            
            }

            .diet_nav .step1 a
            {
                width:105px;
                background-position:  0 0;	
                margin-left:50px;
                }

        .diet_nav .step2
        {
            padding-top:101px;
            height: 35px;
            background-position: 0 -146px;	
            }
            
            .diet_nav .step2 a
            {
                width:105px;
                background-position:  0 -30px;	
                margin-left:50px;
                }            
            
        .diet_nav .step3
        {
            padding:109px 0 20px 0;
            height: 35px;
            background-position:0 -286px;	            
            }   
            
            .diet_nav .step3 a
            {
                width:125px;
                background-position:   0 -60px;	
                margin-left:40px;
                }               
            
.diet_heading
{
    color:#ee3124;
    font-size:26px;
    }
            
.diet_pedometer_img
{
    float:right;
    margin: 0 0 4px 4px;
    }       
    
.freepedometer_indent_content
{
    padding-left:6px;
    }             
             
 .diet_freepedometer_form
 {
     background-image:url(/assets/img/bg_freepedometer.png);
     background-repeat:no-repeat;
     width:393px;
     padding:30px 25px 0px 25px;
     min-height:500px;
     }
     
      .diet_freepedometer_form .pollo_form td
     {
         padding-bottom:8px;
         }
       
.walkingclub_indent_content
{
    padding-left:16px;
    }             
             
        
.walkingclub_list
{
    list-style-type:none;
    }        

    .walkingclub_list li
    {
        border-bottom:solid 1px #a00327;
        padding-top:24px;
        padding-bottom:24px;
        margin-left:16px;
        
        }           
        
    .walkingclub_list p
    {
        padding-bottom:16px;
        
        }               
            
    .walkingclub_list h3
    {
        color:#ee3124;
        font-size:16px;
        margin:0;
        }        
        
    .walkingclub_list .link
    {
        display:block;
        margin-bottom:20px;
        color:#ff9819;
        }      
        
    .walkingclub_list .link a
    {
        color:#ff9819;
        }          
    
/*TOP SEARCH
-----------------------------------------------------*/    

.topSearch
{
     background-image:url(/assets/img/bg_topsearch.png);
     background-repeat:no-repeat;
     width:452px;
     background-position:left center;
    }

    .topSearch td
    {
         height:68px;
         line-height:68px;
         padding:0 10px 0 25px;
         color:#FFFFFF;
         font-weight:bold;
         vertical-align:middle;
        }
        
    .topSearch td input 
    {
        vertical-align:middle;
        }

    .topSearch .dropcell
    {
        text-transform:uppercase;
        font-size:12px;
        }
        
    .topSearch .dropcell input
    {
        margin-left:20px;
        }

    .topSearch .buttoncell
    {
        width:30px;
        padding-right:18px;
        }
            
    .goBtn
    {
        background-image:url(/assets/img/button_go.png);
        background-repeat:no-repeat;    
        background-color:Transparent;
        display: block;
        width: 26px;
        height: 26px;
        text-indent: -9999px;
        overflow: hidden;
        border: 0;
        font-size: 0px;
        line-height: 0px;
        margin: 0px 0px 0px 0px;   
        text-decoration:none;  
        cursor:pointer;    
        
        }
    
/* About Page
--------------------------------------------------*/

.about_page_content
{
    margin-right:60px;
    }
.about_mediaroom_link
{
    float:right;
    background-image:url(/assets/img/button_mediaroom.png);
    background-repeat:no-repeat;    
    background-color:Transparent;
    display: block;
    width: 105px;
    height: 25px;
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px 0px 0px;   
    text-decoration:none;  
    cursor:pointer;       
    }
    
/* Media Page
--------------------------------------------------*/
.media_tabs
{
     background-image:url(/assets/img/media_tabs.png);
     background-repeat:no-repeat;
     width:500px;
     background-position:left center;
    }

    .media_tabs td
    {
         background-image:url(/assets/img/media_tabs_sep.png);
         background-repeat:no-repeat;
          background-position:right;
         height:64px;
         line-height:64px;
         color:#FFFFFF;
         font-weight:bold;
         vertical-align:middle;
         text-align:center;
        }
    
    .media_tabs .item0
    {
         padding-left:12px;
        }    
    
    .media_tabs .item5
    {
         background-image:none;
         padding-right:12px;
        }
        

    .media_tabs a
    {
         color:#FFFFFF;
         font-weight:bold;
         text-decoration:none; 
        }

    .media_tabs a:hover
    {
         text-decoration:underline; 
        }

.media_list
{
    margin:0 24px 0 16px;
	list-style:none;
    }

    .media_list h3
    {
	    color: #ee3124;
	    font-weight:bold;
	    font-size:16px;
	    margin-bottom:12px;
        }
    

    .media_list li
    {
        border-bottom:solid 1px #a00327;
        padding-bottom:24px;
        padding-top:24px;
        margin-left:0;
        }       
        
    .media_list p
    {
        padding-bottom:16px;
        
        }       
        
.media_list_items 
{
	list-style:none;
    }        
        
    .media_list_items li
    {
            border-width:0;
        
        }             

    .media_list_items h4
    {
        margin-bottom:20px;
        
        }   

.media_indent_content
{
    margin-left:16px;
    }

.media_back_link
{
    float:right;
    background-image:url(/assets/img/button_backtoabout.png);
    background-repeat:no-repeat;    
    background-color:Transparent;
    display: block;
    width: 124px;
    height: 25px;
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 60px 0px 0px;   
    text-decoration:none;  
    cursor:pointer;       
    }    
    
    
/* LOGIN
------------------------------------------------- */        

.login_box
{
    margin:auto;
    border:solid 1px  #dbdbdb;
    margin-top:50px;
    }

    .login_box td
    {
        padding: 4px 10px 4px 10px;
        }

    .login_box label
    {
        font-size:11pt;
        font-weight:bold;
        }    
    
.login_textbox
{
    border: 1px solid #d9d7cb;
    margin-bottom: 12px;
    padding: 3px;
    font-size:12pt;
    color:#666666;
    }      
/* NJ Rewards */
.njloccont
{
    background-image:url(/assets/img/storerewards/njmap.jpg);
    background-position:right top;
    background-repeat:no-repeat;
    padding-left:30px;
    padding-top:20px;
    font-size: 13px;
	color: #545756;
	font: Arial;
	height:300px;
}
.njloccont .locwifi
{
    padding-left: 15px;
	color: #ff9b1e;    
}
.njloccont table
{
    width:100%;
}
.njloccont td
{
    vertical-align:top;
    padding-bottom:12px;
    padding-right:7px;
}
.njshout
{
    text-align:center; 
    padding-top:10px; 
    padding-bottom:10px;
}
.njoptout
{
    color: #FFFFFF;
}
.logoelevated
{
    padding-left:5px;
}

/***************FORWARD TO FRIEND****************/
.forwardemail
{
    background-image: url( /assets/img/bg_forwardtofriend.png );
    display: block;
    width: 470px;
    height: 320px;
    background-repeat: no-repeat;
}
.f_email_input
{
    display: block;
    width: 380px;
    padding-top: 30px;
    padding-left: 50px;    
}
.form_next_btn1
{
    background-image: url(/PolloRewards_images/button_submit.png );
    width: 110px;
    height: 23px;
    background-repeat: no-repeat;
    background-color: Transparent;
    
}

/**********************************************/
/*New Catering - GUS */
#Catering
{
    /*border: 1px solid #000000;*/
    width: 500px;
    /*display: block;
    height: 610px;*/
}
#Catering .Rows
{
    /*border: 1px solid #000000;*/
    height: 165px;
    width: 500px;
    
}
#Catering .TextRows
{
    /*border: 1px solid #000000;*/
    height: 80px;
    width: 500px;
    text-align: center;
}

#Catering .TextRows .Text
{
    /* border: 1px solid #000000; */
    height: 80px;
    width: 238px;
    text-align: left;
    padding-left: 10px;
    display: block;
    float: left;
}
#Catering .Rows .Images
{
    padding-right: 4px;
    padding-left: 4px;
}
#Catering .Rows .Buttons
{
    padding-right: 49px;
    padding-left: 49px;
}
#Catering #OfficeImage
{
   /* border: 1px solid #000000;*/
    height: 275px;
    width: 500px;
    text-align: center;
}
#Table_Office
{
    margin-top:20px;
    width: 485px;
    height: 60%;
    margin-left:55px;
}
#Catering #HomeImage
{
    /*border: 1px solid #000000;*/
    width: 200px;
    display: block;
    height: 280px;
    float:left;
}
#Catering #HomeImageText
{
    /*border: 1px solid #000000;*/
    width: 296px;
    display: block;
    height: 290px;
    float:left;
}
#Catering a
{
    color:Red;
}

/*************************   CYO APP  **************************/
.CYO_Header
{
    background-image: url(/Images/CYO_Rewards_Top.png);
    width:585px;
    height:121px;
}
 #CYO_Content
{
    padding: 5px;
   /* border: thin solid #000000; */
    width: 750px;
    float:left;   
}
#CYO_Left
{
   /* border: thin solid #3333FF;*/
    width: 270px;
    float: left;
    position: relative;    
}
#CYO_Right
{
   /* border: thin solid #FFFF00;*/
    width: 450px;
    height: 525px;
    float: right;
    position: relative;
    
}
.TransparentGrayBackground
{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    filter: alpha(opacity=70);
    opacity: 0.7;
    height: 302px;
    width: 450px;
}
#Progress
{
    /* border: thin solid #FFFF00;*/
    width: 450px;
    height: 302px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 15;
    text-align: center;
	vertical-align: middle;
    bottom: 223px;
}

.UpdateProgress
{
    color: #fff;    
    text-align: center;
    vertical-align: middle;
    position: absolute;
    bottom: 102px;
    left: 175px;
}
 .accordion 
 {  
   width: 270px;    
 }             
 .accordionHeader, .accordionHeaderSelected 
{
   /* border: 1px solid 2F4F4F; */
    color: white;    
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}  
 .accordionHeader
{
    background-color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}         
 .accordionHeaderSelected
{
    background-color: #FF6600;
   font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}             
 .accordionContent
{
    background-color: #FFFFFF;
    /*border: 1px dashed 2F4F4F;*/
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    height:200px;
    text-align:center;
} 


#ctl00_MainContentPlaceholder_Layer1

{
    z-index: 1;
    width: 450px;
    height: 302px;
    position: absolute;
    top: 0px;
    left: 0px;    
    /*border: 1px solid #000000;*/
}
#ctl00_MainContentPlaceholder_Layer1A  /*This is used for B beans and Red Beans - toggle on/off */
{
    z-index: 2;
    width: 450px;
    height: 302px;
    position: absolute;
    top: 0px;
    left: 0px;    
    /*border: 1px solid #000000;*/
}


#ctl00_MainContentPlaceholder_Layer2
{
    z-index: 3;   
    /* border: 1px solid #000000;*/
    width: 450px;
    height: 302px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#ctl00_MainContentPlaceholder_Layer3
{
    z-index: 4;   
    /* border: 1px solid #000000;*/
    width: 450px;
    height: 302px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#ctl00_MainContentPlaceholder_Layer3A
{
    z-index: 4;   
    /* border: 1px solid #000000;*/
    width: 450px;
    height: 302px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#ctl00_MainContentPlaceholder_Layer3B
{
    z-index: 4;   
    /* border: 1px solid #000000;*/
    width: 450px;
    height: 302px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#ctl00_MainContentPlaceholder_Layer3C
{
    z-index: 4;   
    /* border: 1px solid #000000;*/
    width: 450px;
    height: 302px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#ctl00_MainContentPlaceholder_Layer3D
{
    z-index: 4;   
    /* border: 1px solid #000000;*/
    width: 450px;
    height: 302px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#ctl00_MainContentPlaceholder_Layer3E
{
    z-index: 4;   
    /* border: 1px solid #000000;*/
    width: 450px;
    height: 302px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#ctl00_MainContentPlaceholder_Layer3F
{
    z-index: 4;   
    /* border: 1px solid #000000;*/
    width: 450px;
    height: 302px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#ctl00_MainContentPlaceholder_Layer4
{
    z-index: 5;   
    /*border: 1px solid #000000;*/
    width: 171px;
    height: 222px;
    position: absolute;
    top: 230px;
    left: 270px;    
}

#ctl00_MainContentPlaceholder_Layer5
{
    z-index: 6;   
    /*border: 1px solid #000000;*/
    width: 210px;
    height: 100px;
    position: absolute;
    top: 330px;
    left:30px;    
}
/*******************INGREDIENTS*****************************/
/*** Empty Bowl ***/
.Bowl
{
    background-image: url(/Images/00_empty_bowl.jpg);
}

/***1st Layer***/

.WhiteRice
{
    background-image: url(/Images/01_white_rice.jpg);
}
.BrownRice
{
    background-image: url(/Images/02_brown_rice.jpg);
}
.YellowRice
{
    background-image: url(/Images/03_yellow_rice.jpg);
}
.Lettuce
{
    background-image: url(/Images/04_lettuce.jpg);
}
.MashedPotatoes
{
    background-image: url(/Images/06_mash_gravy.jpg);
}
.WRLettuce
{
    background-image: url(/Images/07_white_rice_lettuce.jpg);
}
.BRLettuce
{
    background-image: url(/Images/08_brown_rice_lettuce.jpg);
}
.YRLettuce
{
    background-image: url(/Images/09_yellow_rice_lettuce.jpg);
}
/***BEAN CLASSES  ***/
.WR_BB
{
    background-image: url(/Images/10_white_rice_black_beans.jpg);
}
.BR_BB
{
    background-image: url(/Images/12_brown_rice_black_beans.jpg);
}
.YR_BB
{
    background-image: url(/Images/14_yellow_rice_black_beans.jpg);
}
.LT_BB
{
    background-image: url(/Images/16_lettuce_black_beans.jpg);
}
.MP_BB
{
    background-image: url(/Images/18_mash_gravy_black_beans.jpg);
}
.WR_LT_BB
{
    background-image: url(/Images/20_white_rice_black_beans_lettuce.jpg);
}
.BR_LT_BB
{
    background-image: url(/Images/22_brown_rice_black_beans_lettuce.jpg);
}
.YR_LT_BB
{
    background-image: url(/Images/24_yellow_rice_black_beans_lettuce.jpg);
}
/*** RED BEANS ***/

.WR_RB
{
    background-image: url(/Images/11_white_rice_red_beans.jpg);
}
.BR_RB
{
    background-image: url(/Images/13_brown_rice_red_beans.jpg);
}
.YR_RB
{
    background-image: url(/Images/15_yellow_rice_red_beans.jpg);
}
.LT_RB
{
    background-image: url(/Images/17_lettuce_red_beans.jpg);
}
.MP_RB
{
    background-image: url(/Images/19_mash_gravy_red_beans.jpg);
}
.WR_LT_RB
{
    background-image: url(/Images/21_white_rice_red_beans_lettuce.jpg);
}
.BR_LT_RB
{
    background-image: url(/Images/23_brown_rice_red_beans_lettuce.jpg);
}
.YR_LT_RB
{
    background-image: url(/Images/25_yellow_rice_red_beans_lettuce.jpg);
}
/**** End of 1st Layer ***/

/**** 2nd Layer ****/

.Chicken
{
    background-image:url(/Images/31_chicken.png);
}
.Pork
{
    background-image:url(/Images/30_pork.png);
}
.Shrimp
{
    background-image:url(/Images/29_shrimp.png);
}
.BroccoliCarrots
{
    background-image:url(/Images/32_vegies.png);
}

/**** End of 2nd Layer ****/

/**** 3rd Layer ****/

.Corn
{
    background-image:url(/Images/28_corn.png);
}
.Tomato
{
    background-image:url(/Images/27_tomato.png);
}
.Sofrito
{
    background-image:url(/Images/34_pepper_onions.png);
}
.CookedOnions
{
    background-image:url(/Images/33_onions.png);
}
.BlackBeans
{
    background-image:url(/Images/27_tomato.png);
}
.RedBeans
{
    background-image:url(/Images/27_tomato.png);
}
.Cheese
{
     background-image:url(/Images/26_cheese.png);
}
.Guac
{
     background-image:url(/Images/35_guac.png);
}
.SourCream
{
    background-image:url(/Images/36_sour_cream.png);
}
.AddOns
{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #CCCCCC;
    color: #FF6600;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #CCCCCC;
    margin-top: 10px;
}
/*** END 3rd Layer ***/
/*** LAYER 4 ***/
.Drink
{
   background-image: url(/SmImages/m_drink.png);  
}

/*** END LAYER 4 ***/

/*** Delete Selections ***/
.Nothing
{
    
}


/*** END CYO APP ***/

.TitlePanel

{
    margin: 10px;
    height: 25px;
    background-color: #FF6600;
    width:270px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 25px;
    vertical-align: middle;
    display:block;
    cursor:pointer;
}
.ContentPanel
{
    background-color: #FFFFFF; /*border: 1px dashed 2F4F4F;*/
    border-top: none;
    padding-top: 10px;
    width: 270px;
    text-align: center;
    display: block;
    margin-left: 10px;
}
.arrows
{
    cursor:pointer;
}
/**** Grill and Chill Promo ****/

.grillandchill_nav
{
    margin-bottom:16px;
    width: 190px;
    list-style-type:none;
}      
    
.grillandchill_nav li
{
    margin-left:0;
    background-image:url(/assets/img/grillandchill_nav.png);
    background-repeat:no-repeat;
}    
        
.grillandchill_nav a
{
    display: block;
    background-image:url(/assets/img/21daydiet_navlinks.png);
    background-repeat:no-repeat;            
    height:28px;
    text-indent: -9999px;
}            
        
.grillandchill_nav .step1
{
    padding-top:115px;
    height: 35px;
    background-position:  0 0;	    
}

.grillandchill_nav .step1 a
{
    width:135px;
    background-position:  0 0;	
    margin-left:50px;
}

.grillandchill_nav .step2
{
    padding-top:101px;
    height: 35px;
    background-position: 0 -146px;	
}
            
.grillandchill_nav .step2 a
{
    width:145px;
    background-position:  0 -60px;	
    margin-left:40px;
}            
            
.grillandchill_nav .step3
{
    padding:109px 0 20px 0;
    height: 35px;
    background-position:0 -286px;	            
}   
            
.grillandchill_nav .step3 a
{
    width: 135px;
    background-position: 0 -30px;
    margin-left: 50px;
    text-decoration: none;
    outline: 0;
}  
                
/*********** END *********************************************/             
/** BENEFIT NIGHT FORM **/
.fundraising_form 
{
     background-image:url(/assets/img/bg_fundraising.png);
     background-repeat:no-repeat;
     width:378px;
     padding:35px 40px 40px 30px;
     min-height:2200px;    
}
 .fundraising_form .pollo_form .insidelabel
{
    margin-bottom:12px;
    display:block;
    width:100%;
    text-align:left;
    text-transform:none;
}  
 .fundraising_form .pollo_form div
{
    padding-bottom:10px;
} 
.fundraising_form .pollo_form  .fulldropdown,
.fundraising_form .pollo_form  .halfdropdown 
{
    margin-bottom:12px;    
    text-align:left;
    text-transform:none;
    background-color:#f6d7d5;
    padding-left:6px;
    height:26px;
    line-height:26px;
    vertical-align:middle;
}  
.fundraising_form pollo_form  .halfdropdown  {width:48%;}
.fundraising_form .pollo_form  .fulldropdown  {width:95%;} 

.pollo_form .cal_Theme1 .ajax__calendar_container
{
   
    height: 220px;
    width: 190px;
    display: block;
    position: relative;
    z-index: 1000;
}
.pollo_form .cal_Theme1 .ajax__calendar_header
{
    vertical-align: middle;
    line-height: 5px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    width: 188px;
     border: thin solid #CCCCCC;
    
}
.pollo_form .cal_Theme1 .ajax__calendar_body
{
    border-width: thin;
    border-color: #CCCCCC;
    background-color: #FFFFFF; /*border: solid 1px #77D5F7;*/
    width: 188px;
    border-right-style: solid;
    border-left-style: solid;
}
.pollo_form .cal_Theme1 .ajax__calendar_title
{
    position: absolute;
    top: 14px;
    left:25px;
    right:25px;
   
} 
.pollo_form.cal_Theme1 .ajax__calendar_prev
{
    position: absolute;
    top: 14px;
    left:5px;
}
.pollo_form .cal_Theme1 .ajax__calendar_next
{
    position: absolute;
    top: 4px;
    right: 5px;
}

.pollo_form .cal_Theme1 .ajax__calendar_footer
{
    border: thin solid #CCCCCC;
    background-color: #FFFFFF; /*border: solid 1px #77D5F7;*/
    width: 188px;
}

.pollo_form_confirm_background
{
    background-image: url(/assets/img/bg_rewards_no_text.png);
    background-repeat: no-repeat;
    width: 368px;
    padding: 40px 40px 25px 40px;
    min-height: 400px;
    display: block;
    margin-top: 60px;
    margin-left: 30px;
}

/**************Online ordering ******************************/
.zipcodebox
{
          
    padding-left:6px;
    max-width:300px;
}

.dropdownfull
{
    width: 290px;
    float:left;   
    margin-left:0px;
    display:block;
    background-color: #f6d7d5;
    margin-top:0px;
    height:24px;
    line-height:24px;   
}


