@charset "utf-8";
/* GLOBAL ELEMENTS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,ul,li { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img { 
	border:0;
}
address,caption,cite,code,dfn,strong,th,var {
	font-style:normal;
}
ol,ul {
	margin: 5px 0px 5px 20px;
}

BODY{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 150%;
	
	margin: 0;
	padding: 0;
	
	background: url('../images/bg.jpg') center top no-repeat;
}
a{
	text-decoration: none;
	font-weight: normal;
	color: #00529c;
	
	outline: 0;
}
a:hover{
	text-decoration: underline;
}
h1,h2,h3,h4{
	color: #00529c;	
}
h1{
	font-family: Calibri, "Trebuchet MS", "Arial";
	color: #00529c;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;

	padding: 0px 0px 5px 0px;
}
h1 a{
	color: #00529c;
	font-size: 18px;
	font-weight: normal;
}
h2{
	font-family: Calibri, "Trebuchet MS", "Arial";
	font-size: 16px;
	font-weight: normal;
	
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
h3{
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
h4{
	font-family: Calibri, "Trebuchet MS", "Arial";
	font-size: 14px;
}
p{
	padding: 0px 0px 8px 0px;
}

/* FORM ELEMENTS */
TEXTAREA,INPUT{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea.disabled{
	border: 1px solid #6d7a86;
	outline: 0;
	font-family: inherit;
	font-size: inherit;
	width: 356px;
	height: 82px;
	
	padding: 5px;
	
}
fieldset{
	padding: 5px;
}
input.input-disabled
{
	border: 1px solid #6d7a86;
	outline: 0;
	height: 18px;
	padding: 3px;
	font-size: 11px;
}

/* GLOBAL CONTENT */
#container{
	width: 980px;
	margin: 0 auto;
}
#top{
	height: 70px;
	
	padding: 0px 20px 0px 24px;	
}
#top #logo{
	width: 221px;
	height: 48px;
	
	float: left;
	
	margin: 7px 0px 0px 0px;
}
#top #quote{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	color: #777;
	
	width: 530px;
	
	float: left;
	
	padding: 28px 0px 0px 0px;
}
#top #stars{
	width: 167px;
	height: 31px;
	
	float: right;
	
	margin: 13px 7px 0px 0px;
}
#navbar{
	padding: 1px 20px 0px 24px;
	position: relative;
	
	height: 40px;
}
ul#nav{
	width: 680px;
	height: 40px;
	
	margin: 0px 0px 0px 13px;
	padding: 0px;
	
	display: block;
	list-style: none;
	
	float: left;
}
ul#nav li{
	padding: 0px;
	margin: 0px 25px 0px 0px;
	
	display: block;
	float: left;
}
ul#nav li:hover{
}
ul#nav li a{
	font-family: Calibri, "Trebuchet MS", "Arial";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ddd;
	line-height: 40px;
	
	display: block;
	
}
ul#nav li a:hover, ul#nav li a.active{
	color: #fff;
	text-decoration: none;
}

/*buttons*/
#reserveer_nu a{
	font-family: Calibri, "Trebuchet MS", "Arial";
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	line-height: 20px;
	
	width: 153px;
	height: 57px;
	text-align: center;
	
	position: absolute;
	display: block;
	
	padding: 15px 10px 10px 10px;
	
	background-image: url('../images/button_reserveren.png');
	background-position: top;
	left: 699px;
	top: -9px;
	
	z-index: 1;
}
#reserveer_nu a:hover{
	background-position: bottom;
	text-decoration: none;
}
a.button_r{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	
	width: 146px;
	height: 32px;
	
	display: block;
	float: left;
	
	padding: 0px 0px 0px 30px;
	
	background-image: url('../images/button_bg.png');
	background-position: left top;	
}
a.button_r:hover{
	background-position: left bottom;
	text-decoration: none;
}
input[type=submit]{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 30px;
	
	width: 176px;
	height: 32px;
	
	display: block;
	float: left;
	
	padding: 0px 0px 0px 30px;
	margin: 0px;
	
	background: none;
	background-image: url('../images/button_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	
	border: none;
	outline: none;
	
	cursor: pointer;
}
input[type=submit]:hover{
	/* background-position: left bottom; */
}
a.subscribe{
	font-family: Calibri, "Trebuchet MS", "Arial";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 66px;
	color: #fff;
	
	width: 190px;
	height: 66px;
	
	display: block;
	
	margin: 0px 0px 0px 6px;

	background-image: url('../images/button-big_bg.png');
	background-position: top;
}
a.subscribe:hover{
	background-image: url('../images/button-big_bg.png');
	background-position: top;
}
a.subscribe-small{
	font-family: Calibri, "Trebuchet MS", "Arial";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 48px;
	color: #fff;
	
	width: 190px;
	height: 48px;
	
	display: block;

	background-image: url('../images/button-small_bg.png');
	background-position: top;
}
a.subscribe-small:hover{
	background-image: url('../images/button-small_bg.png');
	background-position: top;
}

a.button_b{
	font-family: Calibri, "Trebuchet MS", "Arial";
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	line-height: 20px;
	
	width: 128px;
	height: 51px;
	
	padding: 10px 40px 0px 40px;
	
	display: block;
	float: left;
	
	background: url('../images/button-r-big_bg.png') top left no-repeat;
}
a.button_b:hover{
	text-decoration: none;
	background: url('../images/button-r-big_bg.png') bottom left no-repeat;
}

a.button_s{
	font-family: Calibri, "Trebuchet MS", "Arial";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	
	width: 112px;
	height: 49px;
	
	padding: 12px 0px 0px 0px;
	
	display: block;
	float: left;
	
	background: url('../images/button-b.png') top left no-repeat;
}
a.button_s:hover{
	text-decoration: none;
	background: url('../images/button-b.png') bottom left no-repeat;
}
#navbar #lang{
	text-align: center;
	
	width: 85px;
	
	float: right;	
}
#navbar img{
	margin: 16px 6px 0px 5px;	
}

/* CONTENT */
.content{
}
.content #above{
	width: 100%;
	height: 78px;
	
	position: relative;
	
	background: url('../images/content_nav.png') center top no-repeat;
}
.content #mid{
	width: 100%;
	height: 20px;
	
	position: absolute;
	
	bottom: 1px;
	
	background: url('../images/content_mask.png') center top no-repeat;
	z-index: 2;
}
.content #wrapper{
	width: 948px;
	
	margin: 0 auto;
	
	background: url('../images/content_bg.png');
}
.content #content{
	width: 918px;
	
	margin: 0 auto;
	
	padding: 8px 11px 0px 11px;
	
	background: url('../images/content_top.png') center top no-repeat;
}
.submenu{	
}
.submenu ul{
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
ul.sub{
	padding: 0px 0px 3px 0px;
}
.submenu ul li{
	padding: 3px 0px 0px 0px;
	background: url('../images/submenu-li_bg.png') no-repeat;
}
.submenu ul > li:first-child{
	background: #3a78b0;	
}
.submenu ul li ul li{
	padding: 3px 0px 0px 13px;
	background: #4e86b8	url('../images/submenu-li_bg.png') no-repeat;
}
.submenu ul li ul li:first-child{
	background: #4e86b8	url('../images/submenu-li_bg.png') no-repeat;
}
.submenu a{
	font-family: Calibri, "Trebuchet MS", "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #ddd;
	
	display: block;
	
	padding: 0px 0px 0px 15px;
	
	line-height: 28px;
}
.submenu a:hover, .submenu a.current{
	text-decoration: none;
	color: #fff;
	background: 
}
#content .right-holder{
	width: 693px;	
	float: right;
	line-height: 160%;
}
#content .crums{
	font-size: 10px;
	text-align: right;	
	color: #999;
	
	margin: 0px 0px 0px 0px;
	
	position: absolute;
	right: 14px;
	top: 0px;
}
#content .crums a{
	color: #999;	
}
#content .ruler{
	padding-bottom: 10px;	
}
#content .image{
	float: right;	
}
#content .sub-item .mid{
	min-height: 180px;
	height: auto !important;
	height: 180px;	
}
#content .sub-item h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	padding: 0px 0px 10px 0px;	
}
#content .sub-item .image{
	float: right;
	margin: 30px 0px 0px 3px;
	padding: 0px 0px 10px 0px;
}
#content .sub-item .image img{
	border: 1px solid #4e86b8;	
}
#content p.readmore{
	color: #4e86b8;
	font-size: 11px;
}
#content p.readmore a{
	font-size: 13px;
}
#content #bottom{
	width: 100%;
	height: 160px;
}
#content #bottom h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	padding: 4px 0px 14px 0px;
}
#content #bottom .nb{
	width: 192px;
	height: 155px;
	
	float: left;
	padding: 5px 10px 0px 11px;
	
	margin: 0px 12px 0px 0px;
	
	background: url('../images/nb-small_bg.png') no-repeat;
}
#content #bottom .nb img{
	display: block;
	margin: 1px 0px 1px 0px;
}
#content #bottom .nb p{
	color: #222;
	font-style: italic;
}

#content #bottom #last_minute{
	width: 207px;
	height: 155px;
	
	float: left;
	position: relative;
	
	padding: 5px 11px 0px 11px;
	margin: 0px 12px 0px 0px;
	
	background: url('../images/bottom-block_bg.png') no-repeat;	
}
#content #bottom #last_minute .img{
	width: 67px;
	height: 54px;
	
	position: absolute;
	
	right: -4px;
	top: -4px;
	
	background: url('../images/graphic_yellow.png');
}
#content #bottom #last_minute h4{
	font-weight: bold;
	color: #333;
	font-size: 13px;
}
#content #bottom #last_minute p{
	font-style: italic;
	margin-bottom: 10px;
}

#content #bottom #brochure{
	width: 207px;
	height: 160px;
	
	float: left;
	position: relative;

	padding: 5px 11px 0px 11px;
	margin: 0px 8px 0px 0px;
	
	background: url('../images/bottom-block_bg.png') no-repeat;
}
#content #bottom #brochure .img{
	width: 57px;
	height: 58px;
	
	position: absolute;
	
	right: -4px;
	top: -14px;
	
	background: url('../images/graphic_red.png');
}
#content #bottom #brochure p{
	font-style: italic;	
	margin-bottom: 10px;
}

/* ACCOMODATIE */
.acco .title{
	padding-bottom: 8px;	
}
.acco .acco-item .img{
	float: left;	
}
.acco .acco-item .img img{
	border: 1px solid #4e86b8;
	margin: 0px 5px;
}
.acco .acco-item .mid{
	padding: 10px;
}
.acco .star{	
	text-align: center;
	
	width: 90px;
	height: 90px;
	
	position: absolute;
	
	top: 225px;
	left: 8px;
	
}
.acco .night{
	background: url('../images/ster_vanaf_nacht.png');
}
.acco .week{
	background: url('../images/ster_vanaf.png');
}
.acco .star a{
	font-family: Calibri, "Trebuchet MS", "Arial";
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	color: #bd0c00;
	line-height: 85px;
}
.acco .image-container{
	width: 330px;
	height: 323px;
	
	float: left;
	margin: 0px 0px 0px 0px;
	
	overflow: hidden;
}
.acco .image-container .image{
	width: 324px;
	height: 244px;
	
	padding: 4px;
	
	background: url('../images/acco-image-cont_bg.png') no-repeat;
}
.acco .image-container .thumb{
	width: 100px;
	height: 79px;
	
	float: left;
	margin: 0px 2px 0px 0px;
	
	padding: 4px;
	
	background: url('../images/acco-thumb-cont_bg.png') no-repeat;
}
.acco .acco-content{
	width: 310px;
	height: 265px;
}
.acco .acco-content ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.acco .acco-content ul li{
	padding: 5px 0px 5px 20px;
	
	background: url('../images/arrow_g.png') center left no-repeat;
}
.acco .acco-content h2{
	font-family: Calibri, "Trebuchet MS", "Arial";
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
table.prices{
	margin: 0px 0px 10px 0px;	
}
table.prices td{
	padding: 3px;
}
table.prices thead{
	font-weight: bold;
}
table.prices tbody tr.odd td{
	background: #e5edf4;	
}
/* COLUMNS */
.column-205b{
	width: 213px;
	
	float: left;
}
.column-205b .top{
	height: 4px;
	background: url('../images/column-205b.png') left top no-repeat;
}
.column-205b .mid{	
	padding: 0px 4px 0px 4px;
	
	background: url('../images/column-205b.png') right top repeat-y;
}
.column-205b .bottom{
	height: 4px;
	background: url('../images/column-205b.png') left bottom no-repeat;
}

.column-685{
	width: 693px;
	
	float: left;

	margin: 0px 0px 20px 0px;
}
.column-685 .top{
	height: 8px;
	background: url('../images/column-685.png') left top no-repeat;
}
.column-685 .mid{	
	position: relative;
	padding: 11px 19px 10px 19px;
	background: url('../images/column-685.png') right top repeat-y;
}
.column-685 .bottom{
	height: 8px;
	background: url('../images/column-685.png') left bottom no-repeat;
}

.column-330{
	width: 338px;
	
	float: left;
	
	margin: 0px 0px 20px 0px;
}
.column-330 .top{
	height: 8px;
	background: url('../images/column-330.png') left top no-repeat;
}
.column-330 .mid{	
	position: relative;
	padding: 5px 17px 0px 17px;
	background: url('../images/column-330.png') right top repeat-y;
}
.column-330 .bottom{
	height: 8px;
	background: url('../images/column-330.png') left bottom no-repeat;
}


/* HOME */
.home{
}
.home #above{
	height: 529px;
	
	background: url('../images/home_top.png') center top no-repeat;
}
.home #header{
	height: 325px;
	width: 980px;
	
	position: relative;
}
.home #header #loading { 
	text-indent: -999em; 
	
	width: 32px; 
	height: 32px; 

	display: block; 
	position: absolute;
	
	top: 120px; 
	left: 321px; 
	
	background: url('../images/ajax-loader.gif'); 
	
	visibility: hidden; 
	z-index: 5; 	
}

.home #header ul#home-image-container{
	height: 289px;
	width: 643px;
	
	padding: 14px 20px 25px 20px;
	margin: 0px 0px 0px 8px;
		
	float: left;
	display: block;
	position: absolute;
	
	background: url('../images/header-image-container_bg.png') no-repeat;
	
	z-index: 3;
	overflow: hidden;
}
.home #header #home-image-container .mask{
	background: url('../images/header_imagemask.png') no-repeat;
	
	width: 643px;
	height: 289px;
	
	position: absolute;
}
.home #header #home-image-container .image{
	display: block;
	position: absolute;
	
	background: #fff;
}

.home #header ul#planks{
	display: block;
	
	width: 292px;
	height: 300px;
		
	margin: 19px 0px 0px 679px;
	padding: 0px;
	
	position: absolute;
	z-index: 2;
	
}
ul#planks li.plank{
	display: block;
	
	width: 100%;
	height: 75px;
	
	text-align: center;
	
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
}
ul#planks li.plank:hover, ul#planks li.current{
	background-position: bottom left;
}
ul#planks li.plank a{
	color: #000;
	font-weight: bold;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 75px;
	
	display: block;
}
ul#planks li.plank a:hover{
	text-decoration: none;
}
ul#planks li#plank_1{
	background-image: url('../images/plank_first.png');	
}
ul#planks li#plank_2{
	background-image: url('../images/plank_second.png');
	margin-top: 68px;
}
ul#planks li#plank_3{
	background-image: url('../images/plank_third.png');	
	margin-top: 137px;
}
ul#planks li#plank_4{
	background-image: url('../images/plank_fourth.png');	
	margin-top: 205px;
}
.home #mid{
	padding: 0px 20px 0px 20px;
	
	position: relative;
}

.home .col h2{
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}
.home .col, .home .col h2, .home .col h3, .home .col a{
	color: #fff;	
}

.home #last_minute{
	width: 290px;
	
	float: left;
	position: absolute;
	
	padding: 8px 25px 0px 15px;

	background: url('../images/home-lm_bg.png') no-repeat;	
	color: #fff;
}
.home #last_minute p{
	font-style: italic;
	padding: 0px 0px 6px 0px;
}
.home #last_minute h3{
	font-style: normal;
	font-weight: bold;
	padding: 16px 0px 6px 0px;
}
.home #last_minute .image{
	float: left;
	margin: 6px 10px 0px -2px;
}
.home #last_minute .image .mask{
	width: 93px;
	height: 93px;
	
	position: absolute;
	
	background: url('../images/home-aanb-image-container.png');
}
.home #last_minute .image img{
	margin: 3px;
}
.home #buttons{
	width: 310px;
	height: 160px;
	
	float: left;
	position: absolute;
	
	margin: -14px 0px 0px 305px;
	padding: 18px 18px 18px 19px;
	
	background: url('../images/shaders.png') no-repeat;
}
.home #buttons .bttn{
	text-indent: -999em;

	width: 140px;
	height: 140px;
	
	display: block;
	float: left;
	
	margin: 0px 12px 0px 0px;
	
	background-position: top;
}
.home #buttons .bttn:hover{
	background-position: bottom;
}
.home #buttons #to_camping{
	background-image: url('../images/button_camping.png');
}
.home #buttons #to_bungalows{
	background-image: url('../images/button_bungalows.png');
}

.home #brochure{
	width: 300px;
	height: 160px;
	
	float: right;	
	position: absolute;
	
	margin: -8px 0px 0px 631px;
	padding: 16px 10px 0px 20px;
	
	background: url('../images/home-brochure_bg.png') no-repeat;
}
.home #brochure .image{
	width: 90px;
	height: 119px;
	float: left;
	
	margin: -4px 9px 0px -4px;
}
.home #brochure p{
	font-style: italic;	
	
	padding: 16px 0px 12px 0px;
}

.home #bottom{
	padding: 37px 20px 0px 31px;
	height: 268px;
	
	background: url('../images/home_bottom.png') center top no-repeat;	
}
.home #bottom .column{
	height: 258px;
	float: left;
}
.home #bottom .column h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	padding: 4px 9px 6px 9px;
}
.home #bottom .nb{
	width: 203px;
	
	margin: 0px 13px 0px 0px;
	padding: 5px;
	
	background: url('../images/column-nb.png') no-repeat;
}
.home #bottom .nb img{
	display: block;
	margin: 1px 0px 1px 0px;
}
.home #bottom .nb p{
	color: #222;
	font-style: italic;
	
	padding: 8px;
}

.home #bottom .news{
	width: 457px;
	height: 248px;
	
	padding: 5px;
	margin: 0px 12px 0px 0px;
	
	background: url('../images/home-actueel_bg.png') no-repeat;
}
.home #bottom .news .news-item{
	height: 100px;
	
	padding: 5px;
	background: url('../images/ruler_bg.png') repeat-x;
}
.home #bottom .news .news-item h4{
	padding: 5px 0px 5px 0px;
}
.home #bottom .news .news-item h4 a{
	font-style: italic;
	font-weight: bold;
}
.home #bottom .news .news-item .image{
	float: left;
}
.home #bottom .news .news-item .image img{
	margin: 7px 10px 0px 6px;
	border: 1px solid #8d97b5;
	display: block;
}

.home .column #ratings{
	width: 	213px;
	height: 100px;
	
	padding: 0px 0px 0px 10px;
	
	background: url('../images/home-rating_bg.png') no-repeat;
}
.home .column #ratings img{
	margin: 10px 14px 0px 0px;
}

.home .column .ext{
	display: block;	
	margin: 3px 0px 2px 0px;
}
.home .column .ext img{
	display: block;	
}

div.ruler-narrow{
	width: 100%;
	height: 1px;
	
	background: url('../images/ruler_bg.png');
}
div.ruler{
	width: 100%;
	height: 3px;
	
	background: url('../images/ruler_bg.png') repeat-x;
}

/* FOOTER */
#footer{
	color: #fff;
	
	width: 920px;
	height: 23px;
	
	margin: 0px 15px 0px 15px;
	padding: 15px;
	
	border-top: 1px solid #fff;
	background: url('../images/footer_bg.png') no-repeat;
}
#footer a{
	color: #fff;	
}

.corner{
	position: absolute;
	background-image: url('../images/sprite_corner_3x3.png');
	width: 3px;
	height: 3px;
}
.corn_tl{
	top: 0px;
	left: 0px;
	background-position: top left;
}
.corn_tr{
	top: 0px;
	right: 0px;
	background-position: top right;
}
.corn_bl{
	bottom: 0px;
	left: 0px;
	background-position: bottom left;
}
.corn_br{
	bottom: 0px;
	right: 0px;
	background-position: bottom right;
}

.last{
	margin-right: 0px !important;
}
.first{
	margin-left: 0px !important;
}
.right{
	float: right;	
}
.left{
	float: left;	
}
.clear{
	clear: both;	
}

.fc-error{
	position: absolute;
	cursor: pointer;
	z-index: 999;
	border: 1px solid #dcdcdc;
	background-color: #f8f8f8;
	padding: 1px 5px 1px 25px;
	background-image: url('../images/exclamation.png');
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

/*
div.textarea{
	background-image: url('../images/textarea_bg.png');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px;
	position: relative;
	margin: 3px 0px 6px 0px;
}

span.input{
	padding-left: 9px;
	background: url('../images/input_bg.png') no-repeat;
	background-position: 0px -52px;
	display: block;
	height: 26px;
	margin: 3px 0px 6px 0px;
}
*/
label{
	display: block;	
}
.error{
	width: 300px;
	border: 1px solid #dcdcdc;
	background-color: #f8f8f8;
	padding: 10px 10px 10px 35px;
	background-image: url('../images/exclamation.png');
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
.succes{
	width: 300px;
	border: 1px solid #dcdcdc;
	background-color: #f8f8f8;
	padding: 10px 10px 10px 35px;
	background-image: url('../images/accept.png');
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

/* mediaboxAdvanced - white theme */

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00529c;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(/images/mediabox/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.40);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.40);
}

#mbCenter.mbLoading {
	background: #fff url(../images/ajax-loader.gif) no-repeat center;

/*	This style is applied only during animation.	*/
/*	For example, the following turns off shadows,	*/
/*	helping browser performance on slow systems.	*/
/*	To leave shadows on, just remove these lines:	*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;

/*	Begin styles for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #333;
}

#mbImage a:hover, #mbImage a:active {
	color: #000;
}

/*	End inline content styles	*/

#mbBottom {
	min-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 10px 10px 0px 10px;
}

#mbTitle {
	display: inline;
	color: #000;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #333;
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: #333;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 18px;
	margin: 0px 6px;
	outline: none;
}
#mbPrevLink:hover, #mbNextLink:hover, #mbCloseLink:hover {
	background-position: bottom;
}

#mbPrevLink {
	width: 15px;
	background: transparent url(prev.gif) no-repeat center top;
}

#mbNextLink {
	width: 15px;
	background: transparent url(next.gif) no-repeat center top;
}

#mbCloseLink {
	width: 17px;
	height: 18px;
	background: transparent url(close.gif) center top;
}

/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #700;
	font-weight: bold;
	text-decoration: underline;
}
.ie6{
	background: #fff;
	border: 1px solid #004380;
	padding: 10px;
	font-size: 11px;
	margin: 0 auto;
}