body {
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	color: #666666;
	cursor: default;
	margin: 0px;
	background-color: #E0E0E0;
	background-image: url('../images/bgn_level.gif');
	background-repeat: repeat;
}
form {
	display: inline;
	margin: 0;
}
img {
	border-style: none;
	border-width: 0px;
}

a:link {
	color: #267F88;
	text-decoration: none;
}
a:visited {
	color: #267F88;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FF9627;
	text-decoration: underline;
}


h1, div.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	background-color:#F27D00;
	color:White;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	background-color:#FF9627;/*ffb74e;*/
	color:White;
}


hr {
	color: #CCCCCC;
	height: 1px;
}

p {
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	margin: 0px;
}
input, textarea {
	color: #666666;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	padding: 2px;
}
select, option, optgroup {
	color: #666666;
	font-family: Tahoma, sans-serif;
	color: #666666;
	font-size: 11px;
}

/* CLASSES */



.mt2 {
	margin-top: 2px;
}
.mb2 {
	margin-bottom: 2px;
}

.btn {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	height: 20px;
	line-height: 10px;
	border-width: 1px;
}

.txt {
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
}

.hr {
	border-style: solid;
	border-width: 3px;
	border-color: #F0F0F0;
}

#zone_top {
	background-color: #E0E0E0;
	background-image: url('../images/bgn_desc.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 100px;
}
#zone_top_banner {
	/*
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 2px;
	background-color: #267F88;
	background-image: url('../images/bgn_top_banner.gif');
	background-repeat: repeat-x;
	*/
	width: 764px;
	height: 100px;
	overflow:hidden;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:6px;
	text-align:center;
}
#zone_main_top {
	background-image: url('../images/bgn_asc.gif');
	background-position: left top;
	background-repeat: repeat-x;
}
#zone_main {
	background-color: #E0E0E0;
	background-image: url('../images/bgn_level.gif');
	background-repeat: repeat;
}
#zone_main_bottom {
	background-color: #E0E0E0;
	background-image: url('../images/bgn_desc.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 100px;
}
#zone_footer {
	background-color: #E0E0E0;
	background-image: url('../images/bgn_asc.gif');
	background-position: left top;
	background-repeat: repeat-x;
}

a.abig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bullet_link {
	display: inline-block;
	padding-left: 10px;
}

/* MENU *******************************************************************************************************************************************/

#menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	width: 184px;
	height: 20px;
	background-image: url('../images/menu_item.gif?v=2');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-bottom: 7px;
	margin-top: 7px;
	line-height: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#menu a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#menu a.small {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

/* CALENDAR ***************************************************************************************************************************************/

#calendar .h5 {
	background-color: #818181;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	font-weight:bold;
}
#calendar td.day {
	background-color: #FFFFFF;
	font-size: 10px;
	/*color: #28A1A8;*/
	color:#C1C1C1;
	text-align: right;
}
#calendar td.eventday {
	background-color: #9B9B9B;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	cursor: pointer;
}


#calendar td.weekday {
	color: #9B9B9B;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#calendar div.month {
	background-color: #9B9B9B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}


/* COMANDA ****************************************************************************************************************************************/

#comanda .h5 {
	background-color: #339999;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	font-weight:bold;
}
#comanda table {
	background-color: #3FBFBF;
}
#comanda td {
	color: #FFFFFF;
}

/* NEWSLETTER *************************************************************************************************************************************/

#newsletter .h5 {
	background-color: #28A1A8;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	font-weight:bold;
}
#newsletter table {
	background-color: #35C6CF;
}
#newsletter td {
	color: #FFFFFF;
}
#newsletter #nws_address {
	color: #333333;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-style: dashed;
	border-color: #FFFFFF;
	border-width: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 126px;
	float: left;
}
#newsletter #nws_submit {
	display:block;
	margin-left: 6px;
	float: left;
	height:23px;
	line-height:23px;
	font-family:Arial Black;
	font-weight:bold;
	text-decoration:none;
	color:White;
	font-size:18px;
}



/* BUTTONS ****************************************************************************************************************************************/

table.button {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
}
table.button .label {
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 20px;
	padding-right: 12px;
	white-space: nowrap;
}
table.back {
	background-color: #339999;
	background-image: url('../images/back_left.jpg');
}
table.back td.label {
	background-image: url('../images/back_right.jpg');
	color: #FFFFFF;
}
table.back td.label a {
	color: #FFFFFF;
}

table.back_order {
	background-color: #339999;
	background-image: url('../images/back_order_left.jpg');
}
table.back_order td.label {
	background-image: url('../images/back_order_right.jpg');
	color: #FFFFFF;
}
table.back_order td.label a {
	color: #FFFFFF;
}

table.next {
	padding-left: 12px;
	background-color: #339999;
	background-image: url('../images/next_left.jpg');
}
table.next td.label {
	padding-right: 40px;
	background-image: url('../images/next_right.jpg');
	color: #FFFFFF;
}
table.next td.label a {
	color: #FFFFFF;
}

table.fin {
	padding-left: 12px;
	background-color: #339999;
	background-image: url('../images/next_left.jpg');
}
table.fin td.label {
	background-image: url('../images/back_right.jpg');
	color: #FFFFFF;
}
table.fin td.label a {
	color: #FFFFFF;
}

table.orange {
	padding-left: 12px;
	background-color: #F27D00;
	background-image: url('../images/btn_orange_left.jpg?v=1');
}
table.orange td.label {
	background-image: url('../images/btn_orange_right.jpg?v=1');
	color: #FFFFFF;
}
table.orange td.label a {
	color: #FFFFFF;
}


/* EVENT ******************************************************************************************************************************************/



.event {
	background-color: #FFFFFF;
	margin-top: 2px;
}
.event a.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.event div.thumb {
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	width: 100px;
	height: 100px;
}
.event div.month {
	background-color: #28A1A8;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
	width: 100px;
}

.event .cat_link a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}





.event_cell {
	clear:both;
	background-color:White;
	margin:2px 0px 0px 0px;
}

.event_cell h3.title {
	padding:12px 0px 14px 0px;
	margin:0px;
}
.event_cell h3.title a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.event_cell .poster {
	float:left;
	display:block;
	width:100px;
	min-height:120px;
	height:auto !important;
	height:120px;
	overflow:visible;
	border:none 0px;
	padding:0px;
	margin:10px 20px 10px 10px;
}
.event_cell .poster img {
	border:none 0px;
}
.event_cell strong.date {
	display:block;
	font-weight:normal;
}
.event_cell strong.location {
	display:block;
	font-weight:normal;
}
.event_cell a.month {
	display:block;
	float:right;
	background-color: #818181;
	padding: 3px;
	text-align: center;
	width: 100px;
	color: #FFFFFF;
	margin:10px 10px 10px 10px;
}
.event_cell a.category {
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:20px;
	margin:40px 10px 10px 10px;
}
.event_cell a.comanda {
	float:left;
	height: 20px;
	width: 126px;
	margin:40px 0px 10px 0px;
}





.event_big h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.event_big h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.event_big p {
}
.event_big .cat_link a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.event_big .cat_link a:hover {
	color: #3E97AC;
}
.event_big .expired {
	color: #FF3333;
	text-transform: uppercase;
}


/* ORDERING *******************************************************************************************************************************************/

#ordering td {
	white-space: nowrap;
}
#ordering .struct_type_0 .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#ordering .struct_type_1 {
	background-color: #F8F8F8;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
#ordering .struct_type_1_open {
	background-color: #3FBFBF;
}
#ordering .struct_type_1_open td {
	color: #FFFFFF;
	line-height: 20px;
}
#ordering .struct_type_1 td {
	line-height: 20px;
}
#ordering .select_seat_count {
	width: 100px;
}

/* MISC *******************************************************************************************************************************************/

.message {
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	font-weight: bold;
}

.error {
	background-color: #FFFFCC;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
}

.error strong {
	color: #FF6633;
	font-size: 11px;
}

.notice {
	padding: 20px;
	background-color: #FFFFCC;
	color: #333333;
	border-style: dotted;
	border-width: 1px;
}


.notice li {
	padding-bottom: 6px;
}





.sky_fixed {
	display:block;
	position: fixed;
	left: 50%;
	top: 0px;
	width: 200px;
	height: 800px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sky_nestea_left {
	margin-left: -580px;
	background-image: url('/images/banners/Arahide200x800pxSTG.jpg');
}

#sky_nestea_right {
	margin-left: 388px;
	background-image: url('/images/banners/Arahide200x800pxDPTA.jpg');
}

#sky_vodafone_left {
	margin-left: -580px;
}

#sky_vodafone_right {
	margin-left: 388px;
}

.link_events_by_next_month {
	text-decoration:underline !important;
}



#fnt {
	display:block;
	width:184px;
	height:120px;
	background-image:url('/images/banners/FNT.gif');
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#fnt:hover {
	background-position:0px -120px;
}

#orarsarbatori {
	display:none;
}
