@CHARSET "UTF-8";

/* Corrections of externally created styles and general styles */
#wn_wrapper strong { font-weight: bold; }
#wn_wrapper, #eventList {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}
#wn_wrapper img {
	display: inline;
}
#wn_wrapper table tr td, #eventList table tr td {
	vertical-align: top;
}
#wn_wrapper label {
	cursor: pointer;
} 
#wn_wrapper, pre {
	text-align: left;
}
#wn_wrapper form {
	margin: 0;
	padding: 0;
}    
#wn_wrapper a, #wn_wrapper a:visited {
	color: #000000;
	text-decoration: underline;
}                  
#wn_wrapper .clearer {
  	clear: both; 
	height: 0px;
	overflow: hidden;
} 


#wn_wrapper .error {
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
}
#wn_wrapper div.error {
	margin: 5px 0 10px 0;
	padding: 5px;
	border: 2px solid #cc0000; 
	background: #ffffff;
}
#wn_wrapper .message {
	padding: 5px;
	margin: 15px 0;
	background: #F0F0F0;
	font-weight: bold;
	font-size: 12px;   
	color: #8FBE00;
}

/* a horizontal white / gey dotted separatorline */
div.sepLineWhite {
	height: 9px;
	padding: 0;
	background: url(/images/layout/dotLine_horiz_white.gif) left 4px repeat-x;
	overflow: hidden;
}
div.sepLineGrey {
	height: 9px;
	padding: 0;
	background: url(/images/layout/dotLine_horiz_grey.gif) left 4px repeat-x;
	overflow: hidden;
}

/* Layout */
#wn_wrapper .leftCol {
	float: left;
	width: 552px;
	margin-right: 23px;
} 
#wn_wrapper .rightCol {
	float: left;
	width: 265px;
} 
 

/* wn_pagetitle : upper section of content area with title img and evtl. an intro */
#wn_wrapper .wn_pagetitle {
	/* bg used to create the bottom border line */  
	background: url(/images/layout/bg_pagetitle.gif);
	padding-bottom: 1px;
	margin-bottom: 10px;
}
#wn_wrapper .wn_pagetitle .inner {
	padding: 5px 0;
	background: #ffffff;
}  
#wn_wrapper .wn_pagetitle .submenuRight {
	float: right;
	width: 420px;
	text-align: right;
}  
#wn_wrapper .wn_pageintro {
	padding: 10px 0;
}
#wn_wrapper .wn_pageintroSub {
	padding: 10px 0 20px 0;
}
#wn_wrapper .wn_pageintro p, #wn_wrapper .wn_pageintroSub p {
	padding: 0;
	margin: 0;
}

 

/** *********************************************************** **
 **  RESERVATION   
 ** *********************************************************** **/
#reservationForm {
	padding: 15px 20px;
	background: #910051;  
	color: #ffffff;	
}
#reservationForm .error {
	color: #FFFF99;
}                     
#reservationForm .formTitle {
	height: 32px;	
}
#reservationForm .lCol {
	float: left;
	width: 250px;
	margin: 0 5px 10px 0;
	/*background: #0033AA;*/
}                                                                          
#reservationForm .rCol {
	float: left;
	width: 251px; 
	margin: 0 0 10px 5px;
	/*background: #0099cc;*/
}                                                                         
#reservationForm .rrCol {
	float: left;
	width: 270px; 
	margin: 0 0 10px 10px;
	/*background: #0099ff;*/
}

#reservationForm.wide .lCol {
	float: left;
	width: 375px;
	margin: 0 15px 10px 0;
	/*background: #0033AA;*/
}                                                                          
#reservationForm.wide .rCol {
	float: left;
	width: 325px; 
	margin: 0 0 10px 15px;
	/*background: #0099cc;*/
}

#reservationForm .fldTitle {
	padding: 0 0 3px 0;
	font-weight: bold;
}    
#reservationForm .fldInput {
	padding: 0 0 8px 0;	
}  
#reservationForm input.inputText,  
#reservationForm textarea.inputTxtArea, #reservationForm input.inputFile {
	padding: 2px;
	border: 1px solid #7F9DB9;	
	width: 239px;
	font-size: 11px;    
	background: #ffffff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	voice-family: "\"}\""; 
	voice-family: inherit;
  	width: 233px;
}
html>body #reservationForm input.inputText,  
html>body #reservationForm textarea.inputTxtArea, 
html>body #reservationForm input.inputFile {
  	width: 233px;
} 
#reservationForm select.inputSelect {
	padding: 1px;
	border: 1px solid #7F9DB9;	
	width: 239px;
	font-size: 11px;    
	background: #ffffff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	voice-family: "\"}\""; 
	voice-family: inherit;
  	width: 235px;
}
html>body #reservationForm select.inputSelect {
  	width: 235px;
}
#reservationForm input.inputTextSmall {
	padding: 2px;
	border: 1px solid #7F9DB9;
	width: 70px;
	font-size: 11px;
	voice-family: "\"}\""; 
	voice-family: inherit;
  	width: 64px;
}
html>body #reservationForm input.inputTextSmall {
  	width: 64px;
} 
#reservationForm select.inputSelectSmall {
	padding: 1px;
	border: 1px solid #7F9DB9;
	width: 70px;
	font-size: 11px;
	voice-family: "\"}\""; 
	voice-family: inherit;
  	width: 66px;
}
html>body #reservationForm select.inputSelectSmall {
  	width: 66px;
} 

#reservationForm input.inputFile {
	width: 200px;
}   
#reservationForm input.inputRadio {
	margin: 2px 5px 0 15px;
}    
#reservationForm .formFooter {
	text-align: right;
	margin-top: 10px;	
}   
#reservationForm .formFooter .privacyPolicy {
 	float: left;
 	width: 340px;
 	text-align: left;
}
                             
/** *********************************************************** **
 **  MENU DEL DIA   
 ** *********************************************************** **/
#wn_wrapper table.menuList {
	border: 0;
}
#wn_wrapper table.menuList tr td {
	padding: 0;
}
#wn_wrapper table.menuList tr td.datenavi {                   
	width: 263px;
	vertical-align: bottom;
	overflow: hidden;
	padding-bottom: 9px; 
	/*background: #0099cc;*/
}
#wn_wrapper table.menuList tr td.datenavi a {
	color: #000000;
	text-decoration: none;
}   
#wn_wrapper table.menuList tr td.datetitle { 
	width: 263px;
	border-bottom: 1px solid #ffffff;
	/*background: #FF00FF;*/
}
#wn_wrapper table.menuList tr td.spacer {
	width: 26px;
	overflow: hidden;
} 
#wn_wrapper table.menuList tr td.menu {
	background: #CACACA;
	padding: 20px;
}
#wn_wrapper table.menuList tr td.datetitle h2 {
	padding: 5px;     
	background: #595959; 
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}    
#wn_wrapper table.menuList tr td h2.today {     
	background: #910051; /*#8FBE00;*/
}    
#wn_wrapper table.menuList tr td .courseTitle {
	border-bottom: 1px dotted #616161;
	padding: 5px 0 10px 0;
} 
#wn_wrapper table.menuList tr td.menu ul {
 	list-style: disc;
 	margin: 2px 0 5px 0;
 	padding: 0;
}
#wn_wrapper table.menuList tr td.menu ul li {
 	margin-left: 15px;
 	padding: 4px 0 8px 5px;
}                         
#wn_wrapper table.menuList tr td.price {
	background: #CACACA;
	padding: 10px 20px;
}
#wn_wrapper table.menuList tr td.price div {
	padding: 4px;
 	text-align: center;
 	background: #595959;
 	color: #ffffff;
}                                                                                    
#wn_wrapper table.menuList tr td.price .today {
	background: #910051; /*#8FBE00;*/	
}
#wn_wrapper table.menuList tr td.price strong {
	font-size: 16px;
	font-weight: bold;
}

/* homepage: footer with price label and link */  
#wn_wrapper table.menuList tr td.priceBottom {
	padding: 10px 15px 5px 15px;	          
	background: #CACACA;
}       
#wn_wrapper table.menuList tr td.priceBottom .lnkAll {
	padding-top: 40px;
}
#wn_wrapper .priceLabel {
	float: right;
	width: 97px;
	height: 96px;
	margin-left:  10px;
	background: url(/images/dailymenu/priceLabel.jpg) no-repeat;
	line-height: 1.4em;
	text-align: center;
}  
#wn_wrapper .priceLabel .priceTit {
	margin: 10px 0 0 0;
	padding: 0;
	color: #353535;
	font-size: 12px;
	font-weight: bold;
}  
#wn_wrapper .priceLabel .priceVal {
	margin: 3px 0 0 0; 
	padding: 0;
	color: #910051; /*#9EBD19;*/ 
	font-size: 20px;
	font-weight: bold;
}                                  
#wn_wrapper .priceLabel .priceNote {
	margin: 4px 0 0 0;
	padding: 0; 
	color: #000000; 
	font-size: 11px;
}
  
                   
/** *********************************************************** **
 **  PRESS  
 ** *********************************************************** **/
#wn_press .sectTitle {
	/* bg used to create the border line */  
	background: url(/images/layout/bg_pagetitle.gif);
	padding: 1px 0;
	margin: 10px 0 15px 0;
}
#wn_press .sectTitle .inner {
	padding: 5px 8px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #910050;
}  
#wn_press .sectTitle h2 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
} 
#wn_press .sectTitle .sideInfo {
	float: right;
	font-size: 11px;
	color: #ffffff;
	/*padding: 6px 5px 0 0;*/
} 
#wn_press ul {
	list-style: disc;
	margin: 5px 5px 5px 1em;
	padding: 0 0 0 1em;
} 
#wn_press ul li {
	padding: 3px 0 8px 10px;
	font-size: 12px;
}          
#wn_press ul li a {
	color: #000000;
	text-decoration: none;
} 
#wn_press ul li a:hover {
	color: #000000;
	text-decoration: underline;
} 
