/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 
  */


/* xhtml styles */
html, body, p, h1, h2, h3, h4, h5 form, fieldset, div, img{margin: 0; padding: 0; border: 0;}
body{ font: 80% arial, Helvetica; color:#858585; background: url(http://www.spheremania.com/images/bgtop.jpg) top repeat-x }
ol {display: inline;}
hr {border: 0; border-top: 1px solid #dbe4f0; height:0;}
div.clr { clear:both; height:0px; line-height:0px; background-color:#FFFFFF; width:770px; margin: 0 auto 0 auto;}

/* Bookonline btn */
#btnbookonline{  }

/* headings and text */
h5{ font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:16px; margin:0; padding:0 0px 5px 0; text-align:left; color:#406ed8; line-height:1.5em }

p{padding:10px 0 0 0; color:#858585}
.small{font-size:10px;font-family:Arial, Helvetica, sans-serif;}

/* form and image styles */
input{border:1px solid #999999; padding-left:2px;}
textarea{border:1px solid #999999; padding-left:2px; font-family:Arial; font-size:13px}
img{border:0px}
form {display: inline;}
.inputT{ letter-spacing:1px; width:200px; height:20px; font-family:tahoma; color:#333333; font-size:11px; background-color:#f4f4f4; border:1px solid #333333}
.inputTB{ letter-spacing:1px; padding:3px; font-family:tahoma; color:#333333; font-size:11px; background-color:#f4f4f4; border:1px solid #333333}
.inputTA{ letter-spacing:1px; overflow:auto; width:300px; height:100px; font-family:tahoma; color:#333333; font-size:11px; background-color:#f4f4f4; border:1px solid #333333}

/* random styles */
.inputnoborder{border:0px solid #999999; padding-left:2px;}
.noborder{border:0px solid #999999; padding-left:2px;}
.accesskey{ text-decoration:underline;}
.u{ text-decoration:underline; } /* css underline better then <u> */
.colourdark{color:#131b2b}
.colourlight{}
.colourmiddark{color:#2c364c; text-decoration:none}
.sizebig{font-size:140%; }

/* standard links */
a:link {color:#0066FF;text-decoration:underline;}	
a:hover {color:#FF0000;text-decoration:underline;}
a:active {color:#FF0000;text-decoration:none;}
a:visited {color:#0066FF;text-decoration:none;}

/* navigation */
#toplayer{padding:0; margin:0 auto 0 auto; height:109px; width:100%; position:absolute; top:0px; z-index:500; text-align:center}
#nav { padding: 0 5px 0 0; margin:0; float:right }
#nav li{ list-style-type:none; float:left; }
#nav .link, #nav a:link, #nav a:visited{ display:block; text-align:left; width:120px; height:70px; margin:0; padding:0; background:url(http://www.spheremania.com/images/bgnavbtn.jpg) top left no-repeat; background-repeat: no-repeat; }
#nav a:hover, #nav a:active{ background-repeat: no-repeat; background-position:-120px 0px; }
#nav a.current, #nav a.section{ background-repeat: no-repeat; background-position:-120px 0px; }


/* sub navigation */
#sidepanel { margin:0; padding:0; width:241px; float:left; }
#sidepanel h2 { padding: 0; margin: 0; }
#submenu ul{ padding:0; margin:0; width: 241px;}
#submenu li{ list-style-type:none; }
#submenu a:link, #submenu a:visited{ display:block; color:#2c364c; text-align:left; font-weight:bold; font-style:normal; text-decoration:none; width: 216px; height:22px; 
margin:0; padding: 5px 0 0 25px; background:url(http://www.spheremania.com/images/bgsubnavbtn.jpg) top left no-repeat; background-repeat: no-repeat; font-size:12px; }
#submenu a:hover, #submenu a:active{ color: #2c364c; background-repeat: no-repeat; background-position:-241px 0px; }
#submenu .current a{ color: #2c364c; background-repeat: no-repeat; background-position:-241px 0px; }



/* sidebar */
#sidebar { padding: 0px; }
#sidebar ul { padding: 0; margin: 0; }
#sidebar li { list-style-type: none; padding: 0 0 1px 0; }

/* RSS Feed Icon */

 .feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("http://www.spheremania.com/images/feed-icon-14x14.png") no-repeat 0 50%;
}

/* skyscraper template */
#submenu{width:241px; float:left}
#contentskyscraper{ width:660px; float:right; padding:0 0 0 20px}
#panelleft2{float:left; width:206px; padding-right:20px;}
#panelmid2{float:left; width:206px; padding-right:20px;}
#panelright2{float:left; width:206px;}
#panelleft3{float:left; width:318px; padding-right:20px;}
#panelright3{float:left; width:318px;}


/* homepage template */
#panelleft{float:left; width:290px; padding-right:20px;}
#panelmid{float:left; width:300px; padding-right:20px;}
#panelright{float:left; width:295px;}

/* footer menu and copyright text */
#footer{ font-size:85%}
#footer #footerflags{float:left; clear:left;}
#footer #footerflags span{ vertical-align:top;}
#footer #languageDesignWrapper{ float:right; padding:5px 0 0 5px}
#footer #footerterms{float:left; padding:5px 0 0 5px}
#footer #footerterms a{ text-decoration:none; color:#2c364c}
#footer #footerterms a:hover{ text-decoration:none; color:#FF0000}
#footer #footerdesign{float:left; padding-top:-2px;clear:left;}
#footer #footerdesign a:hover{color:#FF0000}
#footer #footersocials{float:left; clear:both; margin-top: 5px;}
#footer a{padding: 5px;}

.btn_logo {width:65px; height:37px; background-image:url(/images/logo_nrml.gif); cursor:pointer;margin:0 -4px 0  0}
.btn_logo_over {width:65px; height:37px; background-image:url(/images/logo_over.gif); cursor:pointer;margin:0 -4px 0  0}


/* help */
#help, #dotted {
	margin:10px 10px 0 0;
	padding:10px 10px 10px 10px;
	text-align:left; 
	border:1px dotted #ccc; }
	
#dotted a {
	color:#505050;
}

#dotted a:hover {
	color:#ff7100;
	cursor:pointer;
}
.clickable { text-decoration: underline; cursor: pointer; background-image:url(http://www.spheremania.com/images/icon_red_arrow.gif); background-repeat:no-repeat; background-position: 0 20px; padding-left:15px }
.clickableHelp { color:#333333; text-decoration: none; cursor: pointer; }
.clickableHelp a:hover{ color:#333333; text-decoration: underline; cursor: pointer; }
.cursor_link { text-decoration: none; cursor: pointer; }



/* General styles 
5 STAGES IN BOOKING PROCESS
*/
#navBasket{
	float:left; clear:left; width:660px; background:#e7eef5; height:54px; overflow:hidden; padding:0; margin:0;
}
#navBasket table td{ 
	font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; color:#2597D5; font-size:0.9em
}
#navBasket .tdBlue{ background-color:#2597D5; color:#ffffff; }

#divBasketPanel {
	float:right;
	width:241px;
	background-color:#e7eef5;
}
#divBasketPanel .basketInfo{
	padding:0 0 0 10px;
}

#divAdPanel {
	width:241px;
	margin-top:20px;
}

#divContentPanelMain {
	float:left;
	width:660px;
}

#divContentPanel {
	float:left;
	width:660px;
	background:url(http://www.spheremania.com/images/bgContent.jpg) repeat-y;
}
#divContentPanelTop{ background:url(http://www.spheremania.com/images/bgTopContent.jpg) bottom no-repeat; height:13px }
#divContentPanelBot{ background:url(http://www.spheremania.com/images/bgBotContent.jpg) top no-repeat; height:13px }
#divContentPanelMid{ padding:0 10px 0 10px; margin-right:10px }

#locationDiv {
	float:left;
	width:175px;	
}
#activityList {
	float:left;
	width:175px;	
}
#calendarDate {
	float:left;
	width:260px;
}

.warning {
	color:red;
}



table.calendar {border: 0; font-family:Arial, Helvetica, sans-serif}
table.calendar a{ text-decoration:none; color:#000000}
table.calendar td, th {text-align: center; border: 0}
table.calendar th {height: 10px; font-size: 7pt;}
table.calendar td {width: 19px; height: 10px; font-size: 9pt;}
table.calendar .calendar-month {font-weight: bold; margin-top: 3px; font-size: 12pt; text-align: center}
table.calendar .calendar-month a{text-decoration: none}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}
table.calendar th {color: green; text-align: center;}
table.calendar td.linked-day { text-decoration:none}

table.prevnext {width: 100%; margin-top: .3em;}
table.prevnext td{
	font-size: smaller;
}
table.prevnext td a{text-decoration: none}
.selected-day{background-color:#0066FF;}
.linked-day{background-color:#00FF00;}
.no-day{color:#666666;}
table.calendar td.full-day{background-color:#FF0000;}



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size:140%;
	display: inline;
	padding:0;
	margin:0;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	font-size: 15px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	font-size: 14px;
}

.sIFR-hasFlash h6 {
	visibility: hidden;
	font-size:140%;
	display: inline; 
}

#Menu2{
	text-transform: capitalize;
	list-style: none;
}
Menu2 a:hover{
	text-decoration: underline;
}
#levela:hover{
	text-decoration: underline;
}


/*
 * CSS to replace the inline css
 */
.activityImage{
	float:left;
	padding:0 10px 10px 0
}
.activityText{
	float:right;
	width:435px
}
.faqtext{
	display: none;
	padding-left:15px
	background-color: #00aaff;
}


/*
 * Weather feed css
 */
.weatherTable{
	font-family: Arial, sans-serif; font-size: 11px; text-align: center; border: solid 1px #b0b0b0; border-collapse: collapse; 
	background-color: #ffffff; color: #444444; position: absolute; top: 260px; left: 450px; width:200px;
	}
.weatherTable thead{
	background-color: #5577cc; color: #ffffff
}
.weatherTable tbody{
	background-color: #fefefe; color: #000000;
}
.weatherTable th{
	padding: 2px 4px;
}
.weatherTable td{
	border: 1px solid #b0b0b0; padding: 5px; vertical-align:top;
}
#divLocationMap{
	float: right;
}
#divLocationText{
	width: 260px;
}


/*
 * The Blog widget
 */
.LatestBlogPostsWidget{
	margin: 0px;
	padding: 4px;
	list-style: none;
}

/* ANTOINE'S AMENDEMENTS
---------------------------------------- */

#spheremaniaTweets ul{list-style:none; padding:0; margin: 0;}
#spheremaniaTweets{width: 33%;}
#spheremaniaTweets ul li{list-style:none;}
.twitterTime{color: blue;}
.align-right{float: right;}
#colerette img{z-index:2; margin: -20px 0 0 10px;}


/*03/03/2010*/
/*#textLanguageSwitch { vertical-align:text-top;}*/