#tabs-container-2{
overflow:hidden;
}
/*/////////////////////////////////////////////////////////////////////////////////////*/
/*/ TAB PACKAGES /*/
/*/////////////////////////////////////////////////////////////////////////////////////*/
#package-list-unavailable{
float: left;
padding: 1em;
width: 596px;
margin: 0 10px 0 0;
border-bottom:4px solid #06C;
}
#package-list{
width:305px;
margin:0 10px 10px 0;
border-bottom:4px solid #06C;
float:left;
}
#package-list li{
list-style-type:none;
}
#package-list li a{
height:35px;
line-height:35px;
padding:0 0 0 10px;
background:#06C url(/en/sitepitch/default/img/venue/packages/package-list.png) no-repeat 100% -35px;
border-bottom:1px solid #FFF;
display:block;
color:#FFF;
font-size:120%;
font-weight:bold;
text-decoration:none;
text-indent:10px;
}
#package-list li a.expanded,
#package-list li a.expanded:hover{
background:#06C url(/en/sitepitch/default/img/venue/packages/package-list.png) no-repeat 100% 0;
}
#package-list li a:hover{
background:#0057AE url(/en/sitepitch/default/img/venue/packages/package-list.png) no-repeat 100% -35px;
}
#package-list li a span{
/*width:100px;*/
margin:0 37px 0 0;
color:#FC0;
float:right;
text-align:right;
}
#package-list li ul li a{
background:#D9E8F7 url(/en/sitepitch/default/img/venue/packages/package-list.png) no-repeat 100% -70px;
color:#06C;
}
#package-list li ul li a.selected,
#package-list li ul li a:hover{
background:#FFF url(/en/sitepitch/default/img/venue/packages/package-list.png) no-repeat 100% -70px;
}
#package-list li ul li a span{
color:#690;
}
/*/////////////////////////////////////////////////////////////////////////////////////*/
#tabs-container-2 iframe{
width:260px;
margin:0 0 10px 0;
float:left;
/*** display:none; ***/
}
/*/////////////////////////////////////////////////////////////////////////////////////*/
#package{
width:305px;
margin:0 10px 10px 0;
float:left;
}
#package-intro,
#package-details,
#package-voucher,
#package-contact-details{
min-height:453px;
margin:0 0 10px 0;
padding:10px;
background:#FFF;
border:1px solid #AAA;
}
#package-intro{
position:absolute;
top:266px;
left:355px;
width:283px;
height:453px;
}
#package-contact-details{
position:absolute;
top:266px;
left:670px;
width:238px;
height:453px;
}
#package-header{
margin:0 0 10px 0;
padding:0 0 10px 0;
border-bottom:1px solid #06C;
}
#package-header p{
margin:0;
color:#690;
}
#package-header p b{
color:#F30;
}
#package-header a{
width:90px;
line-height:25px;
background:url(/en/sitepitch/default/img/layout/button3.gif) no-repeat 0 0;
color:#FFF;
text-align:center;
text-decoration:none;
position:absolute;
margin:-25px 0 0 195px;
}
#package-header a:hover{
background:url(/en/sitepitch/default/img/layout/button3.gif) no-repeat 0 -25px;
}
#package-voucher #package-header a{
margin:-35px 0 0 410px;
}
/*/////////////////////////////////////////////////////////////////////////////////////*/
/*/ BOOK ONLINE /*/
/*/////////////////////////////////////////////////////////////////////////////////////*/
#book-online{
width:480px;
padding:10px;
background:#FFF;
border:1px solid #0057AE;
position:absolute;
margin:200px 0 0 215px;
z-index:100;
display:none;
}
#book-online h3{
line-height:35px;
margin:0 0 5px 0;
background:#06C;
color:#FFF;
text-indent:10px;
display:block;
}
#book-online .close{
line-height:35px;
padding:0 15px;
background:#0057AE;
border-left:1px solid #FFF;
color:#FFF;
font-size:120%;
text-decoration:none;
float:right;
margin:-40px 0 0 0;
display:block;
}
#book-online .close:hover{
background:#F60;
}
#book-online form{
padding:10px;
background:#D9E8F7;
border-top:1px solid #7FB2E5;
border-bottom:1px solid #7FB2E5;
overflow:hidden;
}
/*/ IE6 Fix /*/ *html #book-online form{height:340px;} /*//*/
#book-online form label{
width:108px;
line-height:28px;
margin:0 10px 5px 0;
font-size:120%;
text-align:right;
display:block;
float:left;
clear:both;
}
#book-online form input,
#book-online form textarea{
width:290px;
margin:0 0 5px 0;
padding:5px;
border:1px solid #AAA;
float:left;
}
#book-online form textarea{
overflow:hidden;
}
#book-online form input.date-pick{
width:265px;
}
#book-online form textarea{
height:100px;
margin:0 0 10px 0;
}
#book-online form input.send{
width:115px;
height:30px;
margin:0 0 0 118px;
background:url(/en/sitepitch/default/img/layout/button1.gif) no-repeat 0 0;
border:0;
color:#FFF;
text-align:center;
text-decoration:none;
clear:both;
}
#book-online form input.send:hover{
background:url(/en/sitepitch/default/img/layout/button1.png) no-repeat 0 -30px;
}
/*/////////////////////////////////////////////////////////////////////////////////////*/
/*/ DATE PICKER /*/
/*/////////////////////////////////////////////////////////////////////////////////////*/
a.dp-choose-date{
background:#06C; 
}
/*/////////////////////////////////////////////////////////////////////////////////////*/
table.jCalendar{
border:1px solid #06C;
background:#FFF;
}
table.jCalendar th{
background:#F60;
color:#fff;
}
table.jCalendar td{
background:#D9E8F7;
color:#000;
}
table.jCalendar td.other-month{
background:#FFF;
color:#aaa;
}
table.jCalendar td.today{
background:#06C;
color:#fff;
}
table.jCalendar td.selected{
background:#F60;
color:#fff;
}
table.jCalendar td.selected:hover{
background:#f33;
color:#fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover{
background:#fff;
color:#000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover{
background:#bbb;
color:#888;
}
/*/////////////////////////////////////////////////////////////////////////////////////*/
div.dp-popup h2{
background:#06C;
color:#FFF;
}
div.dp-popup a{
color:#FFF;
}
/*/////////////////////////////////////////////////////////////////////////////////////*/
a.dp-choose-date{
width:25px;
height:25px;
margin:0 5px 0 0;
display:block;
overflow:hidden;
float:left;
text-indent:-5000px;
}
/*/////////////////////////////////////////////////////////////////////////////////////*/
table.jCalendar{
border-collapse:separate;
border-spacing:2px;
font-size:10px;
}
table.jCalendar th{
font-weight:bold;
padding:3px 5px;
}
table.jCalendar td{
padding:3px 5px;
text-align:center;
}
/*/////////////////////////////////////////////////////////////////////////////////////*/
div.dp-popup{
position:relative;
font-size:10px;
font-family:arial, sans-serif;
width:171px;
}
div#dp-popup{
position:absolute;
z-index:199;
}
div.dp-popup h2{
line-height:25px;
font-size:120%;
text-align:center;
}
a#dp-close{
display:none;
}
div.dp-popup a{
line-height:30px;
padding:0 3px;
font-size:120%;
text-decoration:none;
display:block;
}
div.dp-popup div.dp-nav-prev{
position:absolute;
top:0;
left:0;
width:100px;
}
div.dp-popup div.dp-nav-prev a{
float:left;
}
div.dp-popup div.dp-nav-next{
position:absolute;
top:0;
right:0;
width:100px;
}
div.dp-popup div.dp-nav-next a{
float:right;
}
