﻿/*@font-face {
     font-family: Memphis LT ExtraBold;
     font-weight: bold;
     src: url(MEMPHIS0.eot);
}*/


body 
{

	font-family: "Arial";
	font-size: 10px; 
	color: #113766; 
	background-image: url(../images/bg.jpg); 
	margin: 0 0 0 0;
}

td 
{
	font-size: 12px;
	color:#113766; 
	/*color: #113766; */
}

th 
{
	font-size: 12px; 
	color: #113766; 
}

a:visited 
{
	font-weight: bold; 
	font-size: 12px; 
	color: #10386b;  
	text-decoration: underline
}
a:link 
{
	font-weight: bold; 
	font-size: 12px; 
	color: #034a7a;  
	text-decoration: underline
}
a:hover 
{
	font-weight: bold; 
	font-size: 12px; 
	color: #10386b;  
	text-decoration: underline
}
a:active 
{
	font-weight: bold; 
	font-size: 12px; 
	color: #10386b;  
	text-decoration: underline
}

.h1
{
	font-size: 16px;
	font-weight: bold;
	color: #113766;
	text-decoration: none;	
}
.h2
{
	font-size: 14px;
	font-weight: bold;
	color: #9D0919;
}
.h3
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.h4
{
	font-size: 12px;
	font-weight: bold;
	color: #9D0919;
}

.button
{
	font-weight:bold;
	color: #FFFFFF;
	background-color: #A50328;
	border: 1px solid #8C010D;
}

.textfield
{
	font-size: 12px;
	color: #333333;
	padding: 2px;	
	width: 200px;
}

.required
{
	color: Red;
}

.contentFooter1 
{
	font-size: 10px; 
	color: #ffffff; 
	
	
}

.nutrition:link
,.nutrition:visited
,.nutrition:active
{
	FONT-SIZE: 8pt; 
	COLOR: #85859f;
	
}
.nutrition:hover
{
	FONT-SIZE: 8pt; 
	COLOR: red;
}

.padding_contenu2 
{
	padding-right: 10px
}

.ourmenu_content
{
	padding:0px 0px 0px 0px;
}


/** Splash Screen **/
.splash_dropdown
{
	font-size: 12px;
	color: #333333;
	padding: 2px;	
	width: 170px;
}

td.top_1
{
	background-image: url(../images/top_1.jpg);
}

td.top_3
{
	background-image: url(../images/top_3.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
td.top_4
{
	background-image: url(../images/top_4.jpg);
	background-position: right;
	background-repeat: no-repeat;
	
}

/** Top Banner **/
#header 
{
	background-image: url(../images/top_1.jpg);
	background-repeat: repeat-x;
	height: 79px;
	width: 840px;
}

.stateText
{
	height: 42px;
	padding-right: 15px;
	vertical-align: bottom;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #0F386C;
	background-image: url(../images/top_2.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

/** Top Menu **/
.main_nav
{
	font-size: 12px;
	color: #0F386C;
	text-decoration: none;
	/*text-align: center;*/
	/*display: block;*/
	text-transform: uppercase;
	font-weight: bold;
	
	height: 26px;
	background-image: url(../images/bg_main_nav.gif);
	background-repeat: repeat-x;
}

.main_nav a
{
	color: #0F386C;
	text-decoration: none;	
}
.main_nav a:visited
{
	color: #0F386C;
	text-decoration: none;	
}
.main_nav a:hover
{
	color: #A4101E;
	text-decoration: none;	
}
.main_nav a.mainnav_level1:hover 
{
	height: auto; /* IE6 hack */
}
.main_nav a.mainnav_level1 .mainnav_level1_img
{
	margin-top: 0px;
}
.main_nav a.mainnav_level1:hover .mainnav_level1_img
{
	margin-top: -26px;
}
.main_nav TD
{
  height: 26px;
  overflow: auto;
  overflow-y: hidden;
  display: table-cell;
}

.main_nav_active
{
	font-size: 12px;
	color: #A4101E;
	text-decoration: none;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	
	height: 26px;
	background-image: url(../images/bg_main_nav_active.gif);
	background-repeat: repeat-x;
}

.main_nav UL, .main_nav UL LI
{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

LI.li_mainnav_level1:hover .mainnav_level2_container
{
  display: block;
}

LI.li_mainnav_level2:hover .mainnav_level3_container
{
  display: block;
}

LI.li_mainnav_level2 A + TABLE + A /* hide unexpected A tag in firefox */
{
  display: none;
}

.mainnav_level1
{
  display: block;
  line-height: 26px;
}

.mainnav_level1_text
{
  height: 26px;
  overflow: auto;
  overflow-y: hidden;
  cursor: pointer;
  text-align: center;
}

.mainnav_level2_container
{
  display: none;
  position: absolute; 
  z-index: 200; 
  width: 200px; 
}

.mainnav_level2_container TD
{
  width: 200px; 
}

.mainnav_level2
{
	display: block;
	padding: 5px 5px 5px 8px;
	border: 1px solid #9B010C;
	border-bottom: none;
	font-size: 12px;	
	text-decoration: none;
	text-align: left;	
	background-image: url(../images/bg_nav_level_2.gif);
  line-height: normal !important;  
}
.mainnav_level2.last
{
	border-bottom: 1px solid #9B010C;
}

A.mainnav_level2, A.mainnav_level2:visited
{
	color: #8E111F;
	text-decoration: none;
}

A.mainnav_level2:hover 
{
	color: #07396A;
	text-decoration: none;	
}

.mainnav_level3_container
{
  display: none;
  position: absolute; 
  z-index: 200; 
  width: 200px; 
  top: 0px;       
}

.mainnav_level3_container TD
{
  width: 200px; 
}

.mainnav_level3
{
	display: block;
	padding: 5px 5px 5px 8px;
	border: 1px solid #9B010C;
	border-bottom: none;
	font-size: 12px;	
	text-decoration: none;
	text-align: left;
	background-color: #F2F2F2;
}
.mainnav_level3.last
{
	border-bottom: 1px solid #9B010C;
}

A.mainnav_level3, A.mainnav_level3:visited
{
   color: #8E111F; 
}

A.mainnav_level3:hover 
{
   color: #07396A;
}

/** Left Menu **/
td.rteleftmenu
{
	padding-left: 35px;
}

.leftsubmenuPanel
{
	padding-left: 10px;
}

.linkleftmenu:link 
{
	font-weight: bold; 
	font-size: 11px; 
	color: #a30101; 	
	text-decoration: none;
}
.linkleftmenu:active 
{
	font-weight: bold; 
	font-size: 11px; 
	color: #a30101; 	
	text-decoration: none;
}
.linkleftmenu:visited 
{
	font-weight: bold; 
	font-size: 11px; 
	color: #a30101; 	
	text-decoration: none;
}
.linkleftmenu:hover 
{
	font-weight: bold; 
	font-size: 11px; 
	color: #a30101; 	
	text-decoration: none;
}

.linkleftsubmenu:link 
{
	font-weight: bold; 
	font-size: 11px; 
	color: #034a7a; 	
	text-decoration: none;
}
.linkleftsubmenu:active 
{
	font-weight: bold; 
	font-size: 11px; 
	color: #034a7a; 	
	text-decoration: none;
}
.linkleftsubmenu:visited 
{
	font-weight: bold; 
	font-size: 11px; 
	color: #034a7a; 	
	text-decoration: none;
}
.linkleftsubmenu:hover 
{
	font-weight: bold; 
	font-size: 11px; 
	color: #034a7a; 	
	text-decoration: none;
}

/** Our Menu **/
.leftmenu_bg 
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	width: 270px;
	padding: 0px;
	background-image: url(../images/bg_leftmenu.gif);
	background-repeat: repeat-y;
}
.leftmenu_td_bg 
{
}
.leftmenu_TD 
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	width: 255px;
}
.leftmenu_nav_bg
{
	background-image: url(../images/bg_sub_leftmenu.gif);
	background-repeat: repeat-y;
	width: 285px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.leftmenu_nav
{
	font-size: 12px;
	font-weight: bold;
	color: #9D0919;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.leftmenu_nav A:link
{
	font-size: 12px;
	font-weight: bold;
	color: #034a7a;
	text-decoration: none;
	
}
.leftmenu_nav A:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #113766;
	text-decoration: none;

}

/** Content **/
#menu_content 
{
	/*margin-top: 60px;*/
	margin-right: 12px;
	margin-bottom: 30px;
	margin-left: 12px;
	height: 100%;
}

td.lineleft
{
	vertical-align:top;
	width: 8px;
	background-image: url(../images/line_left.jpg);
}
td.lineright
{
	vertical-align:top;
	width:8px; 
	background-image: url(../images/line_right.jpg)
}
td.underbottom
{
	vertical-align:top;
	width: 8px;
	background-image: url(../images/bg_underbottom.jpg);
	background-repeat:repeat;
}
td.contenu
{
	vertical-align:top;
	background-image: url(../images/bg_contenu.jpg);
}
td.bottom
{
	background-image: url(../images/bg_bottom.jpg);
}
#underbottom
{
	background-image: url(../images/bg_underbottom.jpg);
}
td.menugauche
{
	background-image: url(../images/menugauche_bg.jpg);
}

/** Footer Menu **/
.linkmenubot:link 
{
	font-weight: bold; 
	font-size: 11px; 
	color: #034a7a;  
	text-decoration: none;
}
.linkmenubot:active 
{
	font-weight: bold; 
	font-size: 11px; 
	color: #034a7a;  
	text-decoration: none;
}
.linkmenubot:visited 
{
	font-weight: bold; 
	font-size: 11px; 
	color: #034a7a;  
	text-decoration: none;
}
.linkmenubot:hover 
{
	font-weight: bold; 
	font-size: 11px; 
	color: #034a7a;  
	text-decoration: none;
}

/** Find A BK **/
.left_column
{
	margin: 0 0 0 0;
	padding: 0 5px 12px 12px;	
	background-image: url(../images/bg_left_column.gif);
	background-repeat: repeat;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D6D6D6;
	vertical-align: top;
	width: 200px;	
}

.proximitySearch
{
	font-size: 12px;
	color: #333333;
	padding: 2px;	
	width: 150px;
}

.mapToolTip
{
	font-size:11px;
	width: 200px;
}
.mapTooltip a
{
	font-size:11px;
}

/** BK Crown Card **/
td.crownBanner
{
	background-image: url(../images/bg_crown_table.gif);
	vertical-align:top;
}

td.crownKing
{
	background-image: url(../images/bg_king.jpg);
	background-repeat:no-repeat;
	height: 301px;
	vertical-align: top;
}

.content_crown_card
{
	margin: 12px;
	float: right;
	width: 400px;
}

.crownCardContent_div
{
	margin:-3px 15px 15px;
	float: right;
	width: 400px;
	height:242px;
	overflow: auto;
}

.crownCardContent_iframe
{
	width: 395px;
	height: 225px;
}

.crownCardLink
{
	height: 45px;
	text-align:center;
	padding-right:5px;
	width:120px;
}
.crownCardLink:link
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #A4101E;
}
.crownCardLink:active
{
	font-size: 12px;
	text-decoration: none;
	color: #A4101E;
}
.crownCardLink:visited
{
	font-size: 12px;
	text-decoration: none;
	color: #A4101E;
}
.crownCardLink:hover
{
	font-size: 12px;
	text-decoration: none;
	color: #A4101E;
}

/** Company/Careers **/
#content_1
{
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 30px;
	margin-left: 25px;
}

.bodytext
{
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.OurMenuLink
{
	font-weight: normal;
	font-size: 12px;
	font-weight:bolder;
	color: #034a7a;
}
.bodytext A
{
	font-weight: normal;
	font-size: 12px;
	color: #113766;
	text-decoration: underline;
}
.bodytext A:hover
{
	font-weight: normal;
	font-size: 12px;
	color: #9D0919;
	text-decoration: underline;
}

/** Company/Careers/Restaurant Career Opportunities **/
.tab
{
	font-weight:bold;
	color: #FFFFFF;
	background-color: #A50328;
	text-align: center;
	font-size: 12px;
	border: 1px solid #8C010D;
	padding: 5px;
}
.tab_active
{
	font-weight:bold;
	color: #FFFFFF;
	background-color: #7C0D16;
	text-align: center;
	font-size: 12px;
	border: 1px solid #8C010D;
	padding: 5px;
}

/** Company/Careers/Submit Resume **/
#content_2 
{
	margin: 12px;
}

.submitResume td
{
	height: 27px;
}

.availability table
{
	background-color: #E8EDED;
}
.availabilityHeader td
{
	text-align: center;
	background-color: #DDC78E;
}

.availabilityContent
{
	text-align: center;
	background-color: #F1E8CF;
}
.availabilityContent .dropdown
{
	font-size: 11px;
}

.breadCrumb
{
	margin: 5px 20px 8px -4px;	
	padding: 0 0 0 15px;
	font-size: 11px;
	font-weight: bold;
	color: #113766;	
}

.breadCrumbWithLeftMenu
{
	margin: 5px 20px 8px 0;	
	padding: 0 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #113766;	
}

.locationBreadCrumb
{
	margin: 5px 20px 8px 0;	
	padding: 0 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #113766;	
}

.crowncardBreadCrumb
{
	margin: -3px 0 0 11px;	
	padding: 0 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #113766;	
}

.restaurantOpportunitiesBreadCrumb
{
	margin: 0px 20px 8px -12px;	
	padding: 0 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #113766;	
}

.breadCrumb A,
.breadCrumbWithLeftMenu A,
.locationBreadCrumb A,
.crowncardBreadCrumb A,
.restaurantOpportunitiesBreadCrumb A
{
	font-size: 11px;
	font-weight: bold;
	color: #113766;
	text-decoration: none;
}
.breadCrumb A:Active,
.breadCrumbWithLeftMenu A:Active,
.locationBreadCrumb A:Active,
.crowncardBreadCrumb A:Active,
.restaurantOpportunitiesBreadCrumb A:Active
{
	font-size: 11px;
	font-weight: bold;
	color: #113766;
	text-decoration: none;
}
.breadCrumb A:Hover,
.breadCrumbWithLeftMenu A:Hover,
.locationBreadCrumb A:Hover,
.crowncardBreadCrumb A:Hover,
.restaurantOpportunitiesBreadCrumb A:Hover
{
	font-size: 11px;
	font-weight: bold;
	color: #113766;
	text-decoration: none;
}
.breadCrumb A:Visited,
.breadCrumbWithLeftMenu A:Visited,
.locationBreadCrumb A:Visited,
.crowncardBreadCrumb A:Visited,
.restaurantOpportunitiesBreadCrumb A:Visited
{
	font-size: 11px;
	font-weight: bold;
	color: #113766;
	text-decoration: none;
}


.ourMenuInfoPanel {
	overflow: hidden;
}

.ourMenuInfoPanel .infoItem {
	background-color: #FFFFFF;
	clear: both;
	font-size: 11px;
	margin-right: -345px;
	overflow: hidden;
	width: 371px;
}

.ourMenuInfoPanel .infoItem .toggler {
	cursor: pointer;
	float: left;
	width: 26px;
	
}

.ourMenuInfoPanel .infoItem .detail {
	float: right;
	padding: 0px;
	/*padding: 10px;*/
	text-align: left;
	width: 343px;
	height: 130px;
	overflow: hidden;
}

#ourMenuInfo01 {
	background: url(../images/bg_right_info_01.gif);
}

#ourMenuInfo02 {
	background: url(../images/bg_right_info_02.gif);
}

#ourMenuInfo03 {
	background: url(../images/bg_right_info_03.gif);
}

#ourMenuInfo04 {
	background: url(../images/bg_right_info_04.gif);
}

#ourMenuInfo02,
#ourMenuInfo03 {
	margin-top: -49px;
}

#ourMenuInfo04 {
	margin-top: -28px;
}


/*Admin New UI*/

.adminLeftMenu 
{
	background-color:Black;
	color:White;
	font-size:14px;
}
.LoginAsLabel
{
	color:Green;
}

/*newsletter*/
.footer {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	COLOR: #5D5D5D;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
}
.footer A{
	COLOR: #E98F01;
	TEXT-DECORATION: none;
	font-size: 10px;
	font-weight: normal;
}
.footer A:hover{
	COLOR: #9E0B0E;
	TEXT-DECORATION: none;
	font-size: 10px;
	font-weight: normal;
}

td div.label
{
	width:180px;
}
img.imageFooter
{
	/*
	position:relative;
	left:6px;
	*/
}
td.footerLabel a,
td.footerLabel a:hover,
td.footerLabel a:visited
{
	font-weight:bold;
}

td.bodyText.checkbox label
{
	color:#113766;
}

