/** General Styles **/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

li{
	list-style-position:inside;
	padding-left:0.5em;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
	float:none;
}

img{
	border:none;	
}

/* misc */
.video{
	text-align:center;
}


/** Launch Page **/

#LaunchPage{
	width:950px;
	margin:0 auto;
}

.widget{
	position:relative;
	overflow:hidden;
	z-index:3;
}

#HeadHolder{
	width:100%;
	height:50px;
	background: #000 url('../images/smallheader_back.gif') repeat-x top left;
	overflow:hidden;
}
	#Header{
		padding: 0 10px;
		width:930px;
		margin: 0 auto;
		position:relative;
		height:50px;
		overflow:hidden;
	}
	

#LaunchNav{
	position:absolute;
	bottom:0;
	right:90px;
	width:130px;
	margin:0 auto;
	text-align:center;
	color:white;
	height:22px;
	overflow:hidden;
	
}
	
	
	#LaunchNav a{
		color:white;
		line-height:16px;
	}
	
	#LaunchNav img.ui-icon{
		margin-top:2px;
		display:inline;
		background-image:url('../javascript/theme/images/ui-icons_888888_256x240.png');
	}
	
	#LaunchNav img.ui-icon-triangle-1-w{
		float:left;
	}
	#LaunchNav img.ui-icon-triangle-1-e{
		float:right;
	}
	
	

#ContentArea{
	position:relative;
	font-family:"Helvetica Neue", Arial, Helvetica;
	font-size:12px;
	line-height: 1.5em;
}

	#ContentArea h1{
	font-size:25px;
	font-weight:600;
	line-height:25px;
	}

	#ContentArea h2{
		font-size:15px;
		font-weight:600;
	}

	#ContentArea p{
		margin:0;
		padding:0;
		margin-bottom:0.8em;
	}

/** Launch Info Box **/

#LaunchInfoBox{
	position:relative;
}

#LaunchInfoBox .launchimage{
	float:left;
	height:120px;
	overflow:hidden;
}
	#LaunchInfoBox .launchimage img{
		width:160px;
	}
	
	#LaunchInfoBox .launchinfo{
		padding-left:10px;
		float:left;
	}
	
	#LaunchInfoBox .launchinfo .description,
	#LaunchInfoBox .launchinfo .category,
	#LaunchInfoBox .launchinfo .launchname{
		margin:0;
		margin-bottom:3px;		
	}

/* Layouts */

.layout_2-over-1 .area_1,
.layout_1-over-2 .area_2, 
.layout_2-column .area_1{
	float:left;
	width:50%;
}

.layout_2-over-1 .area_2,
.layout_1-over-2 .area_3,
.layout_2-column .area_2{
	float:left;
	width:50%;
}

.layout_2-over-1 .area_3,
.layout_3-over-1 .area_4{
	clear:both;
}

.layout_3-column .area_1,
.layout_3-over-1 .area_1{
	float:left;
	width:33%;
}

.layout_3-column .area_2,
.layout_3-over-1 .area_2{
	float:left;
	width:34%;
}

.layout_3-column .area_3,
.layout_3-over-1 .area_3{
	float:left;
	width:33%;
}

.layout_2-column-right .area_1,
.layout_2-column-left .area_2{
	float:left;
	width:40%;
}

.layout_2-column-right .area_2,
.layout_2-column-left .area_1{
	float:left;
	width:60%;
}

/* Footer */

#LaunchFooter{
	margin-bottom:0;
	padding:5px;
	clear:both;
}

	#LaunchFooter .nav{
		float:left;
	}
	#LaunchFooter .nav ul{
		margin:0;
	}
	#LaunchFooter .nav li{
		padding:0;
		display:inline;
	}
		#LaunchFooter .nav a{
			text-decoration:none;
		}
		#LaunchFooter .nav a:hover{
			text-decoration:underline;
		}
	#LaunchFooter .copyright{
		float:right;
	}

/* Counter */

#Counter{
	float:right;
	width:500px;
	text-align:right;
}

.days, .hours, .minutes, .seconds{
	
	font-weight:bold;
	
}

.unit{
	font-size:20px;
	height:43px;
	line-height:43px;
	padding-right:5px;
	font-family:Lucida Sans,sans serif,arial;
	text-transform:uppercase;
	letter-spacing:-1px;
}

/* Custom Counter Digits */

.digit{
	line-height:43px;
	font-size:43px;
	background-repeat:no-repeat;
	letter-spacing:-2px;
	font-family:Lucida Sans,sans serif,arial;
}

.digit.d1{
	background-position: -30px 0;
}
.digit.d2{
	background-position: -60px 0;
}
.digit.d3{
	background-position: -90px 0;
}
.digit.d4{
	background-position: -120px 0;
}
.digit.d5{
	background-position: -150px 0;
}
.digit.d6{
	background-position: -180px 0;
}
.digit.d7{
	background-position: -210px 0;
}
.digit.d8{
	background-position: -240px 0;
}
.digit.d9{
	background-position: -270px 0;
}

/** background repeating **/
.bgrepeat-repeat,.widget.bgrepeat-repeat{
	background-repeat:repeat !important;
}
.bgrepeat-repeat-y,.widget.bgrepeat-repeat-y{
	background-repeat:repeat-y !important;
}
.bgrepeat-repeat-x,.widget.bgrepeat-repeat-x{
	background-repeat:repeat-x !important;
}
.bgrepeat-no-repeat,.widget.bgrepeat-no-repeat{
	background-repeat:no-repeat !important;
}

#UserActions{
	text-align:right;
	position:absolute;
	right:5px;
	bottom:5px;
}

/** Rounded Corners */

.corner{
	position:absolute;
	display:block;
	width:10px;
	height:10px;
	background:yellow;
	z-index:2;
}
	.corner.tl{
		top:0;
		left:0;
		background-position:top left;
	}
	.corner.tr{
		top:0;
		right:0;
		background-position:top right;
	}
	.corner.bl{
		bottom:0;
		left:0;
		background-position:bottom left;
	}
	.corner.br{
		bottom:0;
		right:0;
		background-position:bottom right;
	}
	
	
/** add this fix **/
#atffc{
	display:none;
}