@charset "utf-8";
* {margin:0;

font-family:"Trebuchet MS", Arial, Helvetica, sans-serif}
body {
	background:#F8F8F8;
}
img {
	border-style:none;
}

p {
	margin-top:10px;
	padding-left:20px;
	padding-right:20px;}

h1 {
	display:block;
	background-color:#8B0F05;
	font-size:xx-large;
	margin-left:-5px;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
	color:#fff;
	font-weight:normal;
	margin-top:40px;
	margin-bottom:30px;
	
}
h2 {
	margin-bottom:20px;
	margin-left:20px;
}

.registration input {
	position:relative;
	display:block;
	width: 250px;
	height:40px;
	display:block;
	border: 3px solid #FBA31D;
	color:#FBA31D;
	font-size:20px;
	}
	
input:focus, input:hover {
	border-color:#8B0F05;
	background-color:#FED;
}
.LoginLabel {
	display:block;
	width:150px;
	float:left;
}
form {
	color:#8B0F05;
	font-size:large;
}

form h2 {
	margin-top:20px;
	margin-bottom:10px;
}
form h3 {
	margin-bottom:10px;
	font-size:large;
}
	
	


#LogoBannerPush {
	height: 130px;
	position: relative;
	top: 0px;
	}
#LogoBanner {
	background-color: #8B0F05;
	width: 100%;
	position: fixed;
	top: 0px;
	padding-left: 200px;
	z-index:100;
}

#IncubatorSubTitle {
	font-size: x-large;
	color: #FFF;
	background-color: #FBA31D;
	padding-left:200px;
	margin-left:-200px;
	height:30px;
	z-index:100;
}

#ContentWrap {
	background:#fff;
	position:relative;
	margin-left: 300px;
	width: 800px;
	min-height: 500px;
	box-shadow: 2px 2px 18px #333;
	overflow:hidden;
	
}

#Content {
	margin:0px;
	
	
}

.ContentText {
	margin:10px;
}

#Footer {
	font-size: small;
	color: #FFF;
	background-color: #FBA31D;
	padding-left: 4px;
	text-align: center;
	bottom: 0px;
	position:absolute;
	width:100%;
}

.Headline {
	background-color:#006699;
	color:#fff;
	font-size:x-large;
	text-align:center;
	margin-top:-5px;
	margin-left:-5px;
	width:800px;
	padding:5px;
	margin-bottom:20px;
}

.Headline p {
	margin-bottom:14px;	
	
}


#rigthpics {
	float: right;
	width: 250px;
	margin-left:10px;
	margin-right: -5px;
	margin-top: -20px;
}

#form1 li {
	float: left;
	width: 250px;
	height:250px;
	list-style-type: none;
	background-color: #CCC;
}
#form1 {
	margin-left: -20px;
}
.imgWrap {
	width:150px;
	height:150px;
	background-color:#999;
}

.logblock {
	background-color: #FBA31D;
	width: 75px;
	padding-top: 5px;
	padding-bottom:2px;
	padding-right: 4px;
	padding-left: 4px;
	position: fixed;
	top: 0px;
	left: 1000px;
	z-index: 1000;
	text-align: center;
	box-shadow: 5px 3px 10px #333;
}
.logblock a {
	color: #fff;
	text-decoration: none;
	
}
.logblock a:hover{
	color:#DDD}.FormSubText {
	font-size: small;
	color: #666;
}
.YouTubeWrap {
	display: block;
	width: 440px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#next-broadcast {
	position:relative;
	display: block;
	width: 700px;
	margin: auto;
	margin-top:25px;
	box-shadow: 2px 2px 4px 2px #333;
	padding:5px;
	overflow:hidden;
	background:#069;
	color:#fff;
}

#next-broadcast h1 {
	margin-top:-5px;
	width:105%;
	margin-bottom:8px;
	background:#F90
}

#next-broadcast a {
	color:#fff;
	font-weight:bold;
	size:1.1em;
	text-decoration:none;
}

#next-broadcast a:hover {
	color:#f90;
	font-size:1em;
}

.prev-broadcast {
	position:relative;
	display: block;
	width: 800px;
	margin: auto;
	margin-top:25px;
	box-shadow: 2px 2px 4px 2px #333;
	padding:5px;
	overflow:hidden;
	background:#069;
	color:#fff;
}

.prev-broadcast h1 {
	margin-top:-5px;
	width:105%;
	margin-bottom:8px;
	background:#F90
}

.prev-broadcast a {
	color:#fff;
}




