@CHARSET "UTF-8";
@import url(wn_layout.css);

/* Corrections of externally created styles and general styles */
#wn_wrapper strong { font-weight: bold; }
#wn_wrapper, #eventList {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#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.invisible {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
	text-decoration: none;
}    
#wn_wrapper a, #wn_wrapper a:visited {
	color: #000000;
	text-decoration: underline;
}  
#wn_wrapper .small {
	font-size: 11px !important;
}                 
#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;
}

/**
 * Lighter errors / messages 
 */
#wn_wrapper .light-error, #wn_wrapper .light-msg {
	border: 1px dotted #910051;
	padding: 5px;
	margin: 10px 0;
}
/**
 * Page headlines 
 */
#wn_wrapper h1 {
	margin: 10px 0 15px 0;
	font-size: 24px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: #910051;
} 
#wn_wrapper h1 .light {
	font-weight: normal;
	color: #615F5F;
} 

/**
 * Page intro text 
 */  
#wn_wrapper .wn_pageintro {
	padding: 10px 0;
	color: #333333;
}
#wn_wrapper .wn_pageintroSub {
	padding: 10px 0 20px 0;
}
#wn_wrapper .wn_pageintro p, #wn_wrapper .wn_pageintroSub p {
	padding: 0;
	margin: 0;  
	color: #333333;
}

 

/** *********************************************************** **
 **  FORMS    
 ** *********************************************************** **/
form.lightForm {
		
}
form.lightForm label.fldTit {
	float: left;
	width: 130px;
	margin: 15px 5px 5px 0;
	cursor: auto; 
	clear: left;
	font-weight: bold; 
    color: #333333;
}
form.lightForm label.oblig { }
form.lightForm .fldWrap {
	float: left;
	width: 245px;
	margin: 15px 0 5px 0;
}
form.lightForm .fldWrap .note {
	margin: 2px 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #666666;
} 
form.lightForm input[type=text], form.lightForm textarea, form.lightForm select {
    border: 1px solid #CCCCCC;
    color: #333333;
    font: 11px Arial,Helvetica,sans-serif;
}
form.lightForm input[type=text], form.lightForm textarea {
	width: 100%;
	padding: 2px;
}
form.lightForm input.half, form.lightForm textarea.half {
	width: 50%;
}
form.lightForm select {
	padding: 1px;
} 
form.lightForm input[type=radio], form.lightForm input[type=checkbox] {
	margin: 2px 0;
}
form.lightForm input.button114 {
	width: 114px;
	height: 19px;
	padding: 0;
	border: 0;
	background: #910051 url(/images/layout/but_bg_114.gif) no-repeat;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold !important;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 14px;
} 
/**
 * Specials for datepicker fields 
 */   
form.lightForm input.datepicker {
    vertical-align: middle; /* for the following button (open datepicker) */
    margin-right: 3px;
} 
form.lightForm .fldWrap img {  /* calendar icon following a field */
	vertical-align: middle;
}

     
/** *********************************************************** **
 **  NEWSLETTER BOX (right)
 ** *********************************************************** **/
form#newsletterBox {
	background: #6D6D6D;
	width: 100%;
}
form#newsletterBox .wrap {
	width: 90%;
	margin: 0 5%;
	padding: 10px 0;
}
form#newsletterBox h3 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold !important;
}   
form#newsletterBox p {
	text-align: justify;
	color: #CECECE;
}    
form#newsletterBox label {
	float: left;
	width: 23%;
	margin-right: 2%;
	color: #ffffff;
	font-weight: bold;
}
form#newsletterBox .fldWrap {
	float: left;
	width: 75%;
	text-align: right;
}   
form#newsletterBox input[type=text] {
	width: 180px;
	padding: 2px;
	color: #666666;
	font-size: 11px;
	text-align: left;
}
form#newsletterBox .submit {
	text-align: right;
	padding: 15px 0 5px 0;
} 
form#newsletterBox input[type=submit] {
	width: 122px;
	height: 27px;
	border: 0;
	background: url(/images/newsletter/but_submit_bg.gif) no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: -0.02em;
	line-height: 14px;
	padding: 0;
}
form#newsletterBox input::-moz-focus-inner { /*Remove button padding in FF.button114*/
    border: 0;
    padding: 0;
} 
form#newsletterBox .privacyNote {
	border-top: 1px dotted #ffffff;
	padding: 8px 0;
	font-size: 11px;
	text-align: right;
	color: #CFCFCF;
}  
form#newsletterBox .privacyNote a {
	color: #CFCFCF;
} 

                             
/** *********************************************************** **
 **  MENU DEL DIA   
 ** *********************************************************** **/
#menuDetails, #menuDetails p {
	color: #4F4F4F;
}
#menuDetails p.date {
	font-size: 14px;
}
#menuDetails h1, #menuDetails h2, #menuDetails h3 {
	padding: 0;
	margin: 15px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #4F4F4F;
}


/** *********************************************************** **
 **  PRIVATE EVENTS   
 ** *********************************************************** **/
#privResOptList {
	padding-left: 5px;
}
#privResOptList .resOption {
	position: relative;
	padding: 8px 0 0 45px;
	margin-bottom: 15px;
	background: url(/images/reservation/menuList_bg.gif) repeat-y;
}
#privResOptList .resOption .nr {
	position: absolute;
	left: 0;
	top: 0;
	width: 33px;
	height: 33px;
	z-index: 5;
	background: #ffffff url(/images/reservation/menuList_nr_bg.gif) no-repeat;
	font: 18px bolder Arial,Helvetica,sans-serif;
	color: #ffffff;
	text-align: center;
	line-height: 33px;
} 
#privResOptList h2, li, p {
	color: #615F5F;
}
#privResOptList h2 {  
	padding: 0;
	margin: 0;
	font-weight: bold;
}
#privResOptList ul {
	margin: 0 0 8px 1.2em;
	list-style: square;
}
#privResOptList li {
	margin: 0;
	padding: 2px 0;
}
#privResOptList .price {
	color: #910051;
	font: 18px bold Arial,Helvetica,sans-serif;
}
                   
/** *********************************************************** **
 **  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;
} 

