/* 
Launchpad Theme 
Name: blue.css
Author: Clearspring
Version: 2007.11.30

Launchpad Docs
http://www.clearspring.com/docs/tech/apis/launchpad 

You may use this CSS and the images to customize your Launchpad.

*/
body {
	background-color: #707377;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 30px 0 0 0;
}
#movie {
	display: block;
	background-image: url(logo.jpg);
	background-position:center 159px;
	background-repeat: no-repeat;
}
#fake {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 49;
	display: none;
	width: 100%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:30px;
	}
#overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50;
	background-color:#000;
	-moz-opacity: .5;
	opacity:.5;
	filter: alpha(opacity=50);
}
#container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 51;
	display: none;
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
	padding: 0px;
	}
#all {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display:block;
	position: relative;
	left: 0px;
	top: 140px;
	width:420px;
	background: url(topfade.jpg) repeat-x top #93CB50;
	text-indent: 10px;
	color: #FFFFFF;
	margin: 0px;
	font-weight: bold;
	border: 2px solid #93CB50;
	padding: 10px 0 0 0;
}
#cancel {
	font-weight: bold;
	position: absolute;
	bottom: 4px;
	right: 0px;
	z-index: 5555;
	display: block;
	line-height: 12px;
	text-indent: 4px;
	padding: 0px;

}
#cancel a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	background-color: #93CB50;
	padding: 0 2px 0 2px;
	}
#cancel a:hover, a:active {
	color: #A0CF67;
	text-decoration: none;
	font-size: 10px;
	background-color: #FFFFFF;
	padding: 0 2px 0 2px;
	}

/* Background */

#launchpad {	
  	position: absolute;
	background: #93CB50;
	left: 0px;
	top: 0px;
	margin-top: 7px;
	border: none;

}


/* Tabs */

#tabs {
   /* background: transparent url(topfade.jpg) repeat-x top; */
	border-bottom: 1px solid #b9f0a1;
	border-top: 1px solid #b9f0a1;
	padding: 0px;
}

#tabs a {
    color: #fff;
}
.tabsHover,
#tabs a.active {
    background: url(http://cdn.clearspring.com/launchpad/skins/img/bkg-overlay-light-10.png);
    color: #fff;
}
#tabs a:hover,
#tabs a.active:hover {
    background: url(http://cdn.clearspring.com/launchpad/skins/img/bkg-overlay-light-20.png);
    color: #fff;
}


/* Container (everything under the tabs) */

#container {
	border: none;
}


/* Buttons */
.buttonsHover,
.buttons a,
.scroll-left,
.scroll-right {
	background: url(http://cdn.clearspring.com/launchpad/skins/img/bkg-overlay-light-10.png);
	border-color: #90c849;
	color: #000;
}


.buttons a:hover,
a.scroll-left:hover,
a.scroll-right:hover {
	background: url(http://cdn.clearspring.com/launchpad/skins/img/bkg-overlay-light-20.png);
    border-color: #90c849;
	color: #000;
}

/* Slide Nav Arrows */

.scroll-left .arrow {
	background-position: 0 -270px;
}
.scroll-right .arrow {
	background-position: 0 -278px;
}

/* White Clearspring Logo */

#logo { 
	display : none; 
 }