html {
	height: 100%;
}

body {
	font-family: "PT Sans",sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	background-image: url("/images/main-bg-new.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	min-height: 100%;
	margin: 0;
	position: relative;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "PT Sans","Open Sans",sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
}

div.content {
	position: relative;
	padding-bottom: 40px;
}

div.navbar {
	height: 75px;
	position: relative;
	background-color: rgba(62, 193, 199, 0.8);
	margin-bottom: 40px;
}

.navbar-inner {
	padding-top: 12px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.navbar-inner img {
	float: left;
	height: 50px;
}

.navbar-inner ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	height: 50px;
	vertical-align: bottom;
}

.navbar-inner ul li {
	display: inline-block;
}

.navbar-inner ul li a {
	line-height: 50px;
	text-transform: uppercase;
	font-size: 13px;
	padding: 0 22px;
	display: block;
	position: relative;
	text-decoration: none;
	color: white;
	letter-spacing: 1px;
}

label {
	vertical-align: middle;
}

div.login, div.register, div.password-reset {
	width: 40em;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	background: rgba(95, 95, 95, 0.9);
	color: white;
	padding-bottom: 5px;
}

div.register input:not([type="submit"]) {
	width: 95%;
}

div.password-reset input:not([type="submit"]) {
	width: 95%;
}

div.login input:not([type="submit"]):not([type="checkbox"]) {
	width: 95%;
	opacity: 0.8;
}

div.login {
	margin: 1em auto 0 auto;
}

div.login a, div.register a, div.password-reset a {
	text-decoration: none;
	color: white;
}

div.login a:hover, div.register a:hover, div.password-reset a:hover {
	text-decoration: underline;
}

div.titlebar {
	border-radius: 5px;
	text-align: center;
	letter-spacing: 1px;
	background-color: #2a2a2a;
	color: white;
	padding: 5px;
}

div.chooser div.titlebar {
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #2a2a2a;
	color: white;
	padding: 5px;
}

div.chooser {
	width: 80%;
	margin: 1em auto 0 auto;
	border-radius: 5px;
	background: rgba(95, 95, 95, 0.9);
	padding-bottom: 5px;
}

div.chooser th {
	font-weight: bold;
	text-align: left;
	padding: 0 5px;
	color: white;
}

div.chooser td {
	padding: 0 5px;
	color: white;
}

div.chooser td a {
	text-decoration: none;
	color: white;
}

div.chooser td a:hover {
	text-decoration: underline;
}

div.main {
	position: relative;
}

div.main div.header {
	font-size: 70px;
	text-align: center;
	color: #5040a0;
}

div.main div.header-small {
	font-size: 40px;
	text-align: center;
	color: #5040a0;
}

div.footer {
	position: absolute;
	bottom: 0;
	background-color: #232323;
	color: #737373;
	width: 100%;
	padding-top: 3px;
}

div.copyright {
	margin: 2px auto;
	font-size: 12px;
	text-align: center;
}

div.copyright a {
	color: #a0a0a0;
	text-decoration: none;
}

div.copyright a:hover {
	text-decoration: underline;
}

div.user-info {
	text-align: center;
	font-size: 14px;
	color: #a0a0a0;
}

div.user-info a {
	color: #a0a0a0;
	text-decoration: none;
}

div.user-info a:hover {
	text-decoration: underline;
}

div.intro {
	margin-top: 2em;
	text-align: center;
}

div.notice {
	width: 30em;
	margin: 1em auto 0 auto;
	padding: 3px;
	background: rgba(80,64,160,0.7);
	text-align: center;
	border: 1px solid #5040a0;
	border-radius: 5px;
}

div.notice a {
	color: white;
	text-decoration: none;
}

div.notice a:hover {
	text-decoration: underline;
}

div.intro {
	margin-top: 2em;
	text-align: center;
}

div.notice {
	width: 30em;
	margin: 1em auto 0 auto;
	padding: 3px;
	background: rgba(80,64,160,0.7);
	text-align: center;
	border: 1px solid #5040a0;
	border-radius: 5px;
}

div.notice a {
	color: white;
	text-decoration: none;
}

div.notice a:hover {
	text-decoration: underline;
}

div.video-title {
	font-size: 20px;
	text-align: center;
	color: white;
	padding: 2px;
}

div.video-footer {
	font-size: 18px;
	text-align: center;
	padding: 2px;
}

div.video-footer a {
	color: white;
	text-decoration: none;
}

div.video-footer a:hover {
	text-decoration: underline;
}

div.video-outer {
	margin: 1em auto;
	width: 980px;
	padding: 0 10px;
	border-radius: 5px;
	background-color: rgba(95, 95, 95, 0.9);
}
		
div.video {
	margin: 0 auto;
	width: 960px;
	padding: 0;
}

body {
	visibility: visible;
}

