/* global */
*{
	margin:0;
	padding:0;
}

html
{
	height:100%;
}

body
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	color:#000000;
	background:#ffffff;
	height:100%;
	margin:0; 
	padding:0;
}

hr
{
	height:1px;
	border:none 0; 
	border-top:1px solid #999999;
	margin:0;
	padding:0;
}

form
{
	display:inline;
}

select, input, textarea
{
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	border:1px solid #666666;
}

label
{
	font-weight:normal;
	margin:0 5px;
}

h1
{
	font-size:22px;
	color:#999999;
	border-bottom:2px dotted #999999;
	margin:0 0 20px 0;
}

h2
{
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	background:#000000;
	margin:0 0 3px 0;
	padding:5px 10px;
}

h3
{
	font-size:13px;
	color:#999999;
	background:url(/images/arrow_green.png) 0 3px no-repeat;
	border-bottom:1px dotted #999999;
	padding:0 0 0 12px;
	margin:10px 0;
}

a
{
	font-weight:normal;
	text-decoration:none;
}

a:link, a:visited
{
	color:#ffffff;
}

a:hover, a:active
{
	color:#999999;
}

/* styles */
input.input, input.button, select.select
{
	color:#ffffff;
}

input.input
{
	width:65px;
	background:#000000 url(/images/icon_calendar.png) 1px 50% no-repeat;
	margin:0 10px 0 0;
	padding:3px 3px 3px 25px;
}

input.button
{
	background:#5e0d0a;
	cursor:pointer;
}

input.radio, input.checkbox
{
	border:none;
	vertical-align:middle;
	position:relative;
	bottom:1px;
}

select.select
{
	background:#000000;
}

h2.red
{
	background:#5e0d0a;
}

hr.dotted
{
	height:2px;
	border:none 0; 
	border-top:2px dotted #999999;
}

.blackbar, .blackbar2
{
	cursor:pointer;
	font-weight:bold;
	color:#ffffff;
	background:#000000;
	padding:5px 10px;
}

.warning
{
	background:#eeeeee;
	font-weight:bold;
	color:#000000;
	padding:5px 10px;
}

.info
{
	background:#666666;
	color:#ffffff;
	padding:5px 10px;
	margin:0 0 20px 0;
}

.date
{
	font-size:10px;
	color:#999999;
}

.pagination
{
	text-align:center;
	background:#eeeeee;
	clear:both;
	margin:30px 0 0 0;
	padding:2px;
}

.bgstretcher
{
	position:fixed !important;
	overflow:hidden;
	z-index:1;
	width:100%;
	background:#000000;
}

.bgstretcher, .bgstretcher ul, .bgstretcher ul li
{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
}

.bgstretcher ul, .bgstretcher ul li
{
	list-style:none;
	margin:0;
	padding:0;
}

/* wrapper */
#wrapper
{
	min-height:100%;
	height:auto !important;
	height:100%;
	margin-bottom:-60px;
}

/* head */
#head-wrapper
{
	position:relative;
	z-index:3;
	height:140px;
	background:url(/images/bg_top.png);
	color:#ffffff;
	margin:0;
	padding:0;
}

#head
{
	width:990px;
	height:140px;
	margin:0 auto;
}

#languagebar
{
	height:22px;
	text-align:right;
	margin-left:200px;
	padding:5px 0 5px 5px;
}

#languagebar select
{
	padding:1px;
	margin:0 0 0 20px;
}

#languagebar .toplinks
{
	font-size:11px;
	background:url(/images/arrow_red.png) 0 2px no-repeat;
	padding:0 0 0 10px;
	margin:0 10px 0 0;
}

/* mainmenu, leftmenu */
#menubar
{
	height:70px;
	margin-left:200px;
}

#menubar td
{
	background:#000000;
	border-top:1px solid #444444;
	border-right:1px solid #444444;
}

#menubar td.active
{
	background:#333333 !important;
}

#menubar td a
{
	font-size:13px;
	color:#ffffff;
	display:block;
	padding:27px 0;
}

#leftmenu ul
{
	list-style-type:none;
	display:block;
	margin:0;
	padding:0;
}

#leftmenu ul li
{
	text-align:left;
	line-height:22px;
	border-bottom:solid 1px #000000;
	padding:0;
}

#leftmenu ul li a
{
	display:block;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:13px;
	background:url('/images/arrow_black.png') 0 50% no-repeat;
	padding:5px 10px;
}

#menubar a:link, #menubar a:visited, #leftmenu ul li a:link, #leftmenu ul li a:visited
{
	color:#ffffff;
}

#menubar a:hover, #menubar a:active, #leftmenu ul li a:hover, #leftmenu ul li a:active
{
	color:#999999;
}

#leftmenu ul li a:hover
{
	background:#222222;
}

#leftmenu ul li a.active
{
	background:#333333 url('/images/arrow_white.png') 0 50% no-repeat;
}

#bookingbar
{
	float:right;
	padding:8px;
}

#bookingbar input.button
{
	width:59px;
	height:21px;
}

#booking_info table
{
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	margin:5px 0;
}

/* main */
#main
{
	width:990px;
	z-index:10;
	position:relative;
	overflow:visible;
	margin:0 auto;
}

/* main left */
#main-left
{
	width:200px;
	float:left;
	margin:0 0 0 0;
	padding:0 0 20px 0;
}

#main-left .blackbar
{
	font-size:10px;
	margin:5px 0 0 0;
}

#main-left .normal
{
	background:#5e0d0a;
}

#main-left .active
{
	background:#000000;
}

.main-left-menu
{
	width:200px;
	font-weight:bold;
	line-height:18px;
	background:url(/images/bg_black_60.png);
	border-bottom:3px solid #000000;
	padding:0;
}

.main-left-sum
{
	width:190px;
	font-weight:bold;
	color:#ffffff;
	line-height:18px;
	background:url(/images/bg_black_60.png);
	border-bottom:3px solid #000000;
	padding:10px 5px;
}

.main-left-sum a
{
	color:#ffffff;
}

.main-left-sum a:hover
{
	text-decoration:underline;
}

.main-left-sum table
{
	margin:0 auto;
}

.main-left-sum td
{
	font-weight:normal;
	padding:0px;
}

.main-left-sum span.block
{
	display:block;
	width:65px;
	font-weight:normal;
	float:left;
}

.main-left-sum .select
{
	text-align:center;
	margin:0 0 10px 0;
}

.main-left-sum input.calc
{
	color:#ffffff;
	background:#000000;
	border:1px solid #000000;
	padding:2px;
}

.main-left-sum select.calc
{
	color:#ffffff;
	background:#000000;
	border:1px solid #000000;
	padding:1px;
}

.main-left-sum input.input
{
	position:relative;
	bottom:3px;
	margin:0 0 5px 0;
}

.main-left-sum input#halfboard
{
	position:relative;
	top:2px;
}

.main-left-sum input.button
{
	width:80px;
	border:solid 1px #999999;
	margin:10px 0 0 0;
	padding:2px 0;
}

.main-left-sum p
{
	font-size:9px;
	font-weight:normal;
	text-align:center;
	margin:5px 0 0 0;
}

.main-left-info
{
	width:190px;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	background:#666666;
	border-bottom:3px solid #000000;
	padding:10px 5px;
}

.main-left-info p
{
	margin:2px 0;
}

/* main right */
#main-right
{
	width:785px;
	float:right;
	margin:0 0 50px 0;
}

#main-right .blackbar-top
{
	width:100%;
	height:22px;
	background:#000000;
	margin:5px 0 0 0;
}

#main-right ul
{
	list-style:none;
	display:block;
	margin:0;
	padding:0;
}

#main-right ul li
{
	display:block;
	float:left;
	background:#ffffff;
}

#main-right ul li span
{
	width:150px;
	display:block;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	text-align:center;
	background:#000000;
	margin:0 1px 0 0;
	padding:5px;
}

#main-right ul li span.active
{
	background:#5e0d0a;
	color:#ffffff;
}

#main-right .blackbar-right
{
	width:100%;
	height:22px;
	display:block;
	background:url(/images/bg_black_60.png);
	margin:5px 0 0 0;
	padding:0;
}

#main-right-rooms, #main-right-details
{
	margin:20px 0 20px 20px;
}

#main-right-rooms .blackbar, #main-right-rooms .blackbar2
{
	font-size:14px;
	font-weight:normal;
	margin:5px 0 0 0;
}

#main-right-rooms a.toggle
{
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	display:block;
	float:right;
	position:relative;
	top:3px;
	padding:0 16px 0 0;
}

#main-right-rooms .normal, #main-right-details .normal
{
	background:#000000 url(/images/max.png) 99% 50% no-repeat;
}

#main-right-rooms .active, #main-right-details .active
{
	background:#5e0d0a url(/images/min.png) 99% 50% no-repeat;
}

#main-right-rooms a:hover.toggle
{
	color:#999999;
}

#main-right-rooms .block
{
	color:#ffffff;
	background:#666666;
	border-bottom:3px solid #000000;
	margin:0 0 5px 0;
	padding:15px;
}

#main-right-rooms .bblack
{
	color:#ffffff;
	line-height:1.5em;
	background:url(/images/bg_black_60.png);
}

#main-right-rooms .rate
{
	height:156px;
	background:#eeeeee;
	border-bottom:3px solid #000000;
	margin:0 0 15px 0;
}

#main-right-rooms .rate-bottom
{
	padding:15px 0 0 260px;
}

#main-right-rooms .booking, #main-right-details .booking
{
	width:140px;
	font-size:14px;
	font-weight:normal;
	float:right;
	padding:2px;
}

#main-right-rooms .pricing tr.bg_20
{
	background:url(/images/bg_black_20.png);
}

#main-right-rooms .pricing tr.bg_10
{
	background:url(/images/bg_black_10.png);
}

#main-right-rooms .pricing td
{
	white-space:nowrap;
	padding:3px 5px;
}

#main-right-rooms .pricing p
{
	font-size:16px;
	font-weight:normal;
	text-align:center;
	margin:20px 0;
}

#main-right-rooms .pricing div
{
	background:url(/images/bg_black_10.png);
	padding:3px 15px;
	margin:5px;
}

#main-right-rooms .pricing p.ebopercent
{
	font-size:26px;
	font-weight:bold;
	color:#00ff00;
}

#main-right-details .booking
{
	width:150px;
}

#main-right-details .box
{
	background:#eeeeee;
	border-bottom:5px solid #2d3d3b;
	padding:10px;
}

#main-right-details .box2
{
	color:#ffffff;
	background:url(/images/bg_black_60.png);
	border-bottom:5px solid #2d3d3b;
	padding:10px;
}

#contactform .box, #guestbookform .box
{
	color:#ffffff;
	background:url(/images/bg_black_60.png);
}

#main-right-details .box div
{
	padding:3px;
	clear:both;
}

#main-right-details .box div img
{
	position:relative;
	bottom:4px;
}

#main-right-details .box p
{
	position:relative;
	width:150px;
	float:left;
	margin:0;
	padding:3px;
}

.box .r1, .box .r2, .box .r3, .box .r4, .box .r5, .box .r6, .box .r7, .box .r8, .box .r9
{
	width:270px;
	font-size:10px;
	font-weight:bold;
	color:#444444;
	position:absolute;
	right:0px;
	margin:0 20px 0 0;
}

.box .r1, .box .r3, .box .r4, .box .r5, .box .r6, .box .r7, .box .r8, .box .r9
{
	border-bottom:1px dotted #2d3d3b;
}

.box .r4, .box .r5, .box .r6, .box .r7, .box .r8, .box .r9
{
	color:#999999;
}

.box .r1
{
	top:28px;
}

.box .r2
{
	top:231px;
	border-top:1px dotted #2d3d3b;
}

.box .r3
{
	top:40px;
	border-top:1px dotted #2d3d3b;
}

.box .r4
{
	top:50px;
}

.box .r5
{
	top:170px;
}

.box .r6
{
	top:195px;
}

.box .r7
{
	top:25px;
}

.box .r8
{
	top:195px;
}

.box .r9
{
	top:220px;
}

#main-right-details img.gfx
{
	position:relative;
	top:3px;
	margin:0 0 0 5px;
}

#main-right-details input
{
	padding:1px;
}

#main-right-details textarea
{
	width:247px;
	height:60px;
	padding:1px;
}

#main-right-details input.s
{
	width:55px;
}

#main-right-details input.m
{
	width:109px;
}

#main-right-details input.c
{
	width:185px;
}

#main-right-details input.l
{
	width:247px;
}

#main-right-details a.toggle
{
	color:#ffffff;
}

#main-right-details a:hover.toggle
{
	color:#999999;
}

#main-right-details #payform input
{
	border:0px solid #ffffff;
}

#contactform textarea, #guestbookform textarea
{
	height:100px;
}

#contactform .button, #guestbookform .button, .box2 .button
{
	width:80px;
}

/* guestbook */
#gb_wrapper
{
	width:750px;
	margin:0 auto;
}

#gb_formwrapper
{
	width:369px;
	margin:20px 0 0 205px;
}

.headerwrap
{
	font-family:Trebuchet MS,sans-serif;
	color:#ffffff;
	background:#5e0d0a;
	margin:0 0 5px 0;
}

.gb_heading
{
	font-family:Verdana,sans-serif;
	font-size:8pt;
	color:#999999;
	float:right;
	margin:4px 10px 0 0;;
}

.gb_heading img
{
	position:relative;
	top:2px;
}

.postwrap
{
	font-family:Trebuchet MS,sans-serif;
	color:#cccccc;
	overflow:auto;
	background:url(/images/bg_black_60.png);
	border-bottom:5px solid #2d3d3b;
	margin:0 0 5px 0;
}

.gb_left
{
	width:180px;
	float:left;
	padding:2px 5px;
}

.gb_left img
{
	margin:5px 0 10px 3px;
}

.gb_right
{
	border-left:1px solid #2d3d3b;
	margin:0 0 0 205px;
	padding:2px 5px;
}

.gb_right p
{
	margin:0;
	padding:5px;
}

.gb_date
{
	font-size:8pt;
	color:#999999;
	display:block;
	border-bottom:1px solid #444444;
	padding:3px;
}

.gb_pagination
{
	margin:20px 0 0 0;
}

.gb_pagination span
{
	margin:0 2px;
}

.gb_pagination img
{
	margin:0 8px;
}

/* cancellation */
#cancellation
{
	width:430px;
	margin:100px auto;
}

#bookingdetails
{
	margin:30px 0;
}

#cancellation .topbar, #bookingdetails .topbar
{
	color:#ffffff;
	background:#5e0d0a;
	padding:3px 10px;
}

#cancellation .infobox, #bookingdetails .infobox
{
	background:#eeeeee;
	border-bottom:3px solid #000000;
	margin:0;
	padding:10px 5px;
}

#cancellation .login
{
	margin:5px;
}

#cancellation .login p
{
	width:100px;
	position:relative;
	top:2px;
	float:left;
	padding:0 0 0 100px;
}

#cancellation input, #bookingdetails input
{
	width:120px;
	border:solid 1px #999999;
}

#cancellation input.button, #bookingdetails input.button
{
	width:80px;
	margin:10px 0 0 0;
	padding:2px;
}

#bookingdetails input.button
{
	width:120px;
}

/* terms */
#termsread
{
	display:none;
	margin:10px;
}

#termsread p
{
	font-size:12px;
	color:#ffffff;
	margin:15px 0 0 0;
}

#termsread hr
{
	margin:5px 0 0 0;
}

/* country select */
#suggestBoxElement
{
	visibility:hidden;
	text-align:left;
	white-space:nowrap;
	cursor:pointer;
	border:1px solid #2d3d3b;
	background:#ffffff;
	margin:2px 5px;
}

.suggestions
{
	font-size:14;
	background:#ffffff;
	padding:0 5px;
}

.suggestionMouseOver
{
	font-size:14;
	color:#ffffff;
	background:#2d3d3b;
	padding:0 5px;
}

/* slider */
#slidercontainer
{
	position:fixed;
	bottom:51px;
	z-index:98;
	background:url(/images/slideup.png) 50% 35px no-repeat;
	width:990px;
	height:108px;
	margin:0 auto;
	padding:0;
}

#slidercontainer ul
{
	height:78px;
	z-index:99;
	border-right:3px solid #000000;
	margin:15px 0;
}

#slidercontainer li.slide-closed
{
	border-left:3px solid #000000;
}

#slidercontainer li.slide-open
{
	border-left:3px solid #5e0d0a;
}

/* weather */
.weather
{
	margin:0 5px;
}

.weather span
{
	width:80px;
	font-weight:normal;
	display:block;
	float:left;
}

/* footer */
#push
{
	position:relative;
	height:60px;
	clear:both;
}

#footer-wrapper
{
	position:relative;
	bottom:5px;
	width:100%;
	height:60px;
	z-index:2;
}

#footer-left
{
	width:200px;
	height:60px;
	float:left;
	background:#000000;
}

#footer-left a
{
	display:block;
	font-size:13px;
	color:#ffffff;
	text-align:right;
	padding:39px 10px 0 0;
}

#footer-left a:hover
{
	background:url(/images/go.gif) 0 42px repeat-x;
	color:#777777;
}

#footer-right
{
	height:60px;
	background:url(/images/bg_black_60.png);
	margin-left:201px;
}

#footer-right span
{
	display:block;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#999999;
	margin:0 10px;
	padding:8px 0;
}

#footer-right a
{
	color:#999999;
}

#footer-right img.vcard
{
	margin:0 0 0 5px;
}

/* misc */
.price1, .price2, .halfboardinfo
{
	display:none;
}

.required
{
	font-size:18px;
	font-weight:bold;
	color:#5e0d0a;
	bottom:0px;
}

.smaller
{
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#999999;
}

.divider
{
	position:relative;
	top:2px;
}

.formerror
{
	border:1px solid #ff0000;
}

.bgray
{
	color:ffffff;
	background:#666666;
}

.forange
{
	color:#f96c1b;
}

.fgreen
{
	color:#00ff00;
}

.fgray
{
	color:#666666;
}

.lfloat
{
	float:left;
}

.rfloat
{
	float:right;
}

.rel
{
	position:relative;
}

.abs
{
	position:absolute;
}

.center
{
	margin:0 auto;
}

.clear
{
	clear:both;
}

/* container */
#dock img
{
	padding-top:10px;
	padding-right:10px;
}

.ui-resizable
{
	position:relative;
}

.ui-resizable-handle
{
	position:absolute;
	font-size:0.1px;
	z-index:99999;
	display:block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle
{
	display:none;
}

.ui-resizable-n
{
	cursor:n-resize;
	height:7px;
	width:100%;
	top:-5px;
	left:0px;
}

.ui-resizable-s
{
	cursor:s-resize;
	height:7px;
	width:100%;
	bottom:-5px;
	left:0px;
}

.ui-resizable-e
{
	cursor:e-resize;
	width:7px;
	right:-5px;
	top:0px;
	height:100%;
}

.ui-resizable-w
{
	cursor:w-resize;
	width:7px;
	left:-5px;
	top:0px;
	height:100%;
}

.ui-resizable-se
{
	cursor:se-resize;
	width: 12px;
	height:12px;
	right:1px;
	bottom:1px;
}

.ui-resizable-sw
{
	cursor:sw-resize;
	width:9px;
	height: 9px;
	left:-5px;
	bottom:-5px;
}

.ui-resizable-nw
{
	cursor:nw-resize;
	width:9px;
	height: 9px;
	left:-5px;
	top: -5px;
}

.ui-resizable-ne
{
	cursor:ne-resize;
	width:9px;
	height:9px;
	right:-5px;
	top:-5px;
}

.mb-resize
{
	display:block;
	background-color:transparent !important;
	border:3px solid transparent !important;
	*border:5px solid transparent !important;
	margin:0 !important;
}

.mb-resize-resizable-n
{
	cursor:e-resize;
	width:100% !important;
	height:50px !important;
	right:0 !important;
	top:-10px !important;
	z-index:auto !important;
}

.mb-resize-resizable-e
{
	cursor:e-resize;
	width:20px !important;
	height:100% !important;
	right:-20px !important;
	top:0 !important;
	z-index:auto !important;
}

.mb-resize-resizable-w
{
	cursor:e-resize;
	width:20px !important;
	height:100% !important;
	left:-20px !important;
	top:0 !important;
	z-index:auto !important;
}

.mb-resize-resizable-s
{
	cursor:s-resize;
	width:100% !important;
	height:10px !important;
	bottom:-10px !important;
	left:0 !important;
	z-index:auto !important;
}

.mb-resize-resizable-se
{
	cursor:se-resize;
	width:30px !important;
	height:30px !important;
	right:0 !important;
	bottom:-10px !important;
	z-index:auto !important;
}

.mbproxy
{
	border:1px dotted gray;
	background:url(/images/elements/proxy.png)
}

.containerPlus
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	visibility:hidden;
};

.containerPlus .spacer
{
	margin-top:10px;
}
.containerPlus .buttonBar
{
	position:relative;
	top:0;
	float:right;
	margin-top:-21px;
	margin-right:8px;
}

.containerPlus .buttonBar img
{
	margin-left:5px;
}

.containerPlus .mbcontainercontent
{
	margin-right:-15px;
	padding-right:10px;
	overflow:auto;
}

.containerPlus .mbcontainercontent a
{
	color:#f96c1b;
	text-decoration:underline;
}

.containerPlus .mbcontainercontent ul, .containerPlus .mbcontainercontent ul li
{
	list-style:disc;
	margin-left:8px;
}

.iconLabel
{
	font-family:sans-serif;
	font-size:10px;
	padding:5px;
	background:#f3f3f3;
	color:gray;
	display:block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #cccccc;
}

.containerPlus .ne img
{
	left:-12px;
	top:-15px;
}

/* container black */
.containerPlus.black .no
{
	background:url('/images/elements/black/no.png') top left no-repeat;
}

.containerPlus.black .ne
{
	background:url('/images/elements/black/ne.png') top right no-repeat;
	margin-left:16px;
}

.containerPlus.black .n
{
	background:url('/images/elements/black/n.png') top center repeat-x;
	margin-right:16px;
}

.containerPlus.black .n
{
	padding-top:4px;
	height:23px;
	font-size:15px;
	color:#ffffff;
	-moz-user-select:none;
	-khtml-user-select:none;
}

.containerPlus.black .n	a
{
	text-decoration:none;
	color:#ffffff;
	font-size:15px;
	white-space:nowrap;
	overflow:hidden;
}

.containerPlus.black .o
{
	background:url('/images/elements/black/o.png') top left repeat-y;
}

.containerPlus.black .e
{
	background:url('/images/elements/black/e.png') top right repeat-y;
	margin-left:16px;
}

.containerPlus.black .c
{
	background:url('/images/elements/black/c.png');
	margin-right:16px;
}

.containerPlus.black .c .mbcontainercontent, .containerPlus.black .c .mbcontainercontent a
{
	color:#ffffff;
}

.containerPlus.black .so
{
	background:url('/images/elements/black/so.png') bottom left no-repeat;
}

.containerPlus.black .se
{
	background:url('/images/elements/black/se.png') bottom right no-repeat;
	margin-left:16px;
}

.containerPlus.black .s
{
	background:url('/images/elements/black/s.png') bottom repeat-x;
	padding-top:15px;
	margin-right:16px;
}

/* container red */
.containerPlus.red .no
{
	background:url('/images/elements/red/no.png') top left no-repeat;
}

.containerPlus.red .ne
{
	background:url('/images/elements/red/ne.png') top right no-repeat;
	margin-left:16px;
}

.containerPlus.red .n
{
	background:url('/images/elements/red/n.png') top center repeat-x;
	margin-right:16px;
}

.containerPlus.red .n
{
	padding-top:4px;
	height:23px;
	font-size:15px;
	color:#ffffff;
	-moz-user-select:none;
	-khtml-user-select:none;
}

.containerPlus.red .n	a
{
	text-decoration:none;
	color:#ffffff;
	font-size:15px;
	white-space:nowrap;
	overflow:hidden;
}

.containerPlus.red .o
{
	background:url('/images/elements/red/o.png') top left repeat-y;
}

.containerPlus.red .e
{
	background:url('/images/elements/red/e.png') top right repeat-y;
	margin-left:16px;
}

.containerPlus.red .c
{
	background:url('/images/elements/red/c.png');
	margin-right:16px;
}

.containerPlus.red .c .mbcontainercontent, .containerPlus.black .c .mbcontainercontent a
{
	color:#ffffff;
}

.containerPlus.red .so
{
	background:url('/images/elements/red/so.png') bottom left no-repeat;
}

.containerPlus.red .se
{
	background:url('/images/elements/red/se.png') bottom right no-repeat;
	margin-left:16px;
}

.containerPlus.red .s
{
	background:url('/images/elements/red/s.png') bottom repeat-x;
	padding-top:15px;
	margin-right:16px;
}

/* container white */
.containerPlus.white .no
{
	background:url('/images/elements/white/no.png') top left no-repeat;
}

.containerPlus.white .ne
{
	background:url('/images/elements/white/ne.png') top right no-repeat;
	margin-left:16px;
}

.containerPlus.white .n
{
	background:url('/images/elements/white/n.png') top center repeat-x;
	margin-right:16px;
}

.containerPlus.white .n
{
	padding-top:4px;
	height:23px;
	font-size:15px;
	color:#ffffff;
	-moz-user-select:none;
	-khtml-user-select:none;
}

.containerPlus.white .n	a
{
	text-decoration:none;
	color:#ffffff;
	font-size:15px;
	white-space:nowrap;
	overflow:hidden;
}

.containerPlus.white .o
{
	background:url('/images/elements/white/o.png') top left repeat-y;
}

.containerPlus.white .e
{
	background:url('/images/elements/white/e.png') top right repeat-y;
	margin-left:16px;
}

.containerPlus.white .c
{
	background:url('/images/elements/white/c.png');
	margin-right:16px;
}

.containerPlus.white .c .mbcontainercontent, .containerPlus.black .c .mbcontainercontent a
{
	color:#000000;
}

.containerPlus.white .so
{
	background:url('/images/elements/white/so.png') bottom left no-repeat;
}

.containerPlus.white .se
{
	background:url('/images/elements/white/se.png') bottom right no-repeat;
	margin-left:16px;
}

.containerPlus.white .s
{
	background:url('/images/elements/white/s.png') bottom repeat-x;
	padding-top:15px;
	margin-right:16px;
}

/* mini calendar */
.DynarchCalendar
{
	border:1px solid #aaaaaa;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	background:#000000;
	font:10px "lucida grande", tahoma, verdana, sans-serif;
	line-height:14px;
	position:relative;
	cursor:pointer;
}

.DynarchCalendar table
{
	border-collapse:collapse;
	font:10px "lucida grande", tahoma, verdana, sans-serif;
	line-height:14px;
}

.DynarchCalendar-topBar
{
	border-bottom:1px solid #000000;
	background:#333333;
	padding:5px 0 0 0;
}

table.DynarchCalendar-titleCont
{
	color:#ffffff;
	text-align:center;
	z-index:9;
	position:relative;
	font-size:11px;
	margin:0 auto;
}

.DynarchCalendar-hover-title div
{
	color:#f96c1b;
}

.DynarchCalendar-body
{
	position:relative;
	overflow:hidden;
	padding:0;
}

.DynarchCalendar-animBody-backYear
{
	position:absolute;
	top:-100%;
	left:0;
}

.DynarchCalendar-animBody-back
{
	position:absolute;
	top:0;
	left:-100%;
}

.DynarchCalendar-animBody-fwd
{
	position:absolute;
	top:0;
	left:100%;
}
.DynarchCalendar-animBody-now
{
	position:absolute;
	top:0;
	left:0;
}

.DynarchCalendar-animBody-fwdYear
{
	position:absolute;
	top:100%;
	left:0;
}

.DynarchCalendar-dayNames
{
	border-top:1px solid #000000;
	padding:0;
	margin-top:5px;
	color:#ffffff;
}

.DynarchCalendar-navBtn
{
	position:absolute;
	top:5px;
	z-index:10;
}

.DynarchCalendar-navBtn div
{
	background-repeat:no-repeat;
	background-position:50% 50%;
	height:15px;
	width:16px;
}

.DynarchCalendar-hover-navBtn div
{
	background-color:#f96c1b;
}

.DynarchCalendar-navDisabled
{
	opacity:0.3;
	filter:alpha(opacity=30);
}

.DynarchCalendar-prevMonth
{
	left:25px;
}

.DynarchCalendar-nextMonth
{
	left:100%;
	margin-left:-43px;
}

.DynarchCalendar-prevYear
{
	left:5px;
}

.DynarchCalendar-nextYear
{
	left:100%;
	margin-left:-23px;
}

.DynarchCalendar-prevMonth div
{
	background-image:url("/images/nav-left.png");
}

.DynarchCalendar-nextMonth div
{
	background-image:url("/images/nav-right.png");
}

.DynarchCalendar-prevYear div
{
	background-image:url("/images/nav-left-x2.png");
}

.DynarchCalendar-nextYear div
{
	background-image: url("/images/nav-right-x2.png");
}

.DynarchCalendar-menu
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#444444;
	overflow:hidden;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.DynarchCalendar-menu table td div
{
	font:10px "lucida grande", tahoma, verdana, sans-serif;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	padding:2px 4px;
}

.DynarchCalendar-menu table td div.DynarchCalendar-menu-month
{
	width:4em;
	text-align:center;
}

.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn
{
	color:#f96c1b;
}

.DynarchCalendar-menu-year
{
	text-align:center;
	font-weight:bold;
	background:#444444;
	border:1px solid #000000;
	color:#ffffff;
}

.DynarchCalendar-menu-sep
{
	height:1px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
	border-top:1px solid #000000;
	background:#444444;
	margin-top:4px;
	margin-bottom:3px;
}

.DynarchCalendar-dayNames div, .DynarchCalendar-day
{
	width:1.7em;
	padding:2px;
	text-align:center;
}

.DynarchCalendar-day
{
	background:#000000;
	text-align:center;
	color:#ffffff;
}

.DynarchCalendar-day-othermonth
{
	color:#999999;
	background:#333333;
}

.DynarchCalendar-day-today
{
	color:#f96c1b;
}

.DynarchCalendar-day-disabled
{
	opacity:0.2;
	filter:alpha(opacity=20);
}

.DynarchCalendar-hover-date
{
	background-color:#444444;
	margin:0 !important;
	color:#f96c1b;
}

.DynarchCalendar-day-othermonth.DynarchCalendar-hover-date
{
	color:#f96c1b;
}

.DynarchCalendar-day-selected
{
	background-color:#f96c1b;
	color:#000000 !important;
}

.DynarchCalendar-focusLink
{
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
}

.DynarchCalendar-focused
{
	border-color:#000000;
}

.DynarchCalendar-tooltip
{
	position:absolute;
	top:100%;
	width:100%;
}

@media print
{
	.DynarchCalendar-day-selected
	{
		padding:2px 3px;
		border:1px solid #000000;
		margin:0 !important;
  	}
}


/* pirobox */
.piro_html {position:absolute; top:0; left:0; padding:0; width:500px; height: 500px; margin:0; display:block; padding:0; z-index:150001; padding:0;  }
.piro_html table,.piro_html tbody,.piro_html tr,.piro_html th,.piro_html td{margin:0;padding:0;border:none;}
.piro_html img{ margin:0; padding:0; border:none;}

.piro_html .h_t_l{ width:10px; height:10px; background: url(/images/piro/new_skin.png) top left no-repeat;}
.piro_html .h_t_r{ width:10px; height:10px; background: url(/images/piro/new_skin.png) top right no-repeat;}
.piro_html .h_t_c{ cursor:move; height:10px;background: url(/images/piro/new_skin_top.png) top repeat-x;}

.piro_html .h_c_l{width:10px; background: url(/images/piro/new_skin_left.png) left repeat-y; }
.piro_html .h_c_c{background: url(/images/piro/caption.png);margin:0; padding:0;}
.piro_html .h_c_c .div_reg{ background: url(/images/piro/caption.png); width:480px; overflow:hidden; height:480px; margin:0; padding:0; }
.piro_html .h_c_c .div_reg img{ cursor:move;}
.piro_html .h_c_r{width:10px; background: url(/images/piro/new_skin_left.png) right repeat-y;}

.piro_html .h_b_c{ cursor:move; height:10px;background: url(/images/piro/new_skin_top.png) bottom repeat-x;}
.piro_html .h_b_l{ width:10px; height:10px;background: url(/images/piro/new_skin.png) bottom left no-repeat;}
.piro_html .h_b_r{ width:10px; height:10px;background: url(/images/piro/new_skin.png) bottom right no-repeat;}

.piro_overlay{position:fixed; top:0; left:0; width:100%; height:100%;  z-index:150000;background:#000000;display:none; cursor:pointer;}
.piro_loader{position:absolute;top:50%;left:50%;margin:-59px 0 0 -59px;width:118px;height:118px;display:block;z-index:150005;  cursor:pointer; }
.piro_loader span{position:absolute;top:50%;left:50%;margin-top:-36px;margin-left:-36px;width:72px;height:72px;display:block;z-index:150009; background: url(/images/piro/loadinfo.gif) center top no-repeat; }
.piro_title{position:fixed; background: url(/images/piro/bg_title.png) bottom repeat-x;top:0;left:0;width:100%; text-align:center;display:block; padding:6px 0 10px 0; color:white; z-index:150000; font-size:18px; display:none;}
.btn_info{position:absolute;bottom:-7px;right:-7px;width:25px; height:25px;margin:0;display:block; padding:0px; color:black; cursor:pointer; background: url(/images/piro/b_w/info.png) no-repeat; z-index:1500440}
.caption{position:absolute;bottom:10px;left:10px;margin:0;display:block; padding:0px; color:black; cursor:text; background: url(/images/piro/caption.png); z-index:150018}
.caption p{ display:block; margin:0;padding:7px 5px; text-align:center; font-weight:normal; font-size:14px; color:white; z-index:150019; color:white;}

.nav_container{position:absolute; right:15px; bottom:8px;  height:25px; width:60px; z-index:1500190000000;}
.piro_close{position:absolute;right:20px; top:0;height:20px;width:20px;background: transparent url(/images/piro/close.png) no-repeat center center;cursor:pointer;margin:0 0 0 0;z-index:150022;display:none;}
a.piro_next{position:absolute;width:20px; top:0; right:0px; height:20px;text-indent:-999em;outline:none; display:block; margin:0;background:url(/images/piro/next.png) center right no-repeat; border:none; cursor:pointer;z-index:150023}
a:hover.piro_next{background:url(/images/piro/next.png) center right no-repeat;}
.piro_next_fake{position:absolute;width:20px;  top:0;right:0px; height:20px;outline:none; text-indent:-999em; display:none; margin:0;background: url(/images/piro/next.png) center right no-repeat; border:none; cursor:auto;z-index:150020}
.piro_prev_fake{position:absolute;width:20px;  top:0;right:40px; height:20px;outline:none; text-indent:-999em; display:none; margin:0;background: url(/images/piro/prev.png) center right no-repeat; border:none; cursor:auto;z-index:150020}

a.piro_prev{position:absolute;width:20px; right:40px; top:0; height:20px; text-indent:-999em; outline:none;display:block;margin:0;background: url(/images/piro/prev.png) center left no-repeat;border:none; cursor:pointer; z-index:150024}
a:hover.piro_prev{background:url(/images/piro/prev.png) center left no-repeat;}
a.close_pirobox{color:#bb0f05;}
