/* CSS Document */

/* Color Values
#cdcdcd - Main Background
#0e324a - Blue Header Text
#7c4199 - Over Color
#646464 - Body Text
*/

/* Basic Elements */

a:link, a:visited {
	text-decoration: none;
	color: #0e324a;
}
	
a:hover, a:hover:visited {
	text-decoration: underline;
	color: #0e324a;
}

body { 
	font: normal 9pt helvetica, arial, sans-serif; 
	color: #646464;
	background-color: #cdcdcd;
	margin: 0 auto;
}

br {
	margin: 10px 0 0 0;
}

h1 {
	font: bold 11pt helvetica, arial, sans-serif;
	color: #0e324a;
	margin: 10px 0;
	padding: 0;
}
	
h2 {
	font: bold 9pt helvetica, arial, sans-serif;
	color: #0e324a;
	margin: 10px 0;
	padding: 0;
}

hr {
	border: none 0; 
	border-top: 1px solid #10334b;
	height: 1px;
}

img {
	border: none;
}

li {
	margin: 5px 0 0 0;
	padding: 0;
}

ol {
	margin: 0 0 0 18px;
	padding: 0;
}

p {
	margin: 10px 0 0 0;
}

span {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0 0 0 18px;
	padding: 0;
}

/* Specific Elements */

#bodycontainer {
	width: 1000px;
	margin: 10px auto 0 auto;
	padding: 0;
	position: relative;
}

#footer {
	font: normal 7.5pt helvetica, arial, sans-serif; 
	color: #0e324a;
	width: 970px;
	margin: 0 auto;
	padding: 5px 0 50px 0;
	text-align: center;
}

#footerleft {
	float: left;
	text-align: left;
}

#footermiddle {
	float: left;
	margin: 0 0 0 205px;
}

#footerright {
	float: right;
	text-align: right;
}

#header {
	width: 970px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#nhlogobottom {
	width: 370px;
	height: 196px;
	background: url(images/all_nhlogo_bottom.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}

#time {
	width: 400px;
	position: absolute;
	right: 0;
	bottom: 10px;
	font: normal 7.5pt helvetica, arial, sans-serif; 
	color: #0e324a;
	text-align: right;
}

#time img {
	margin: 0;
	padding: 0;
}

#ut_main img {
	width: 940px;
	height: 200px;
	margin: 10px 0 0 0;
	border-radius: 10px;
	border: 2px solid #0e324a;
	box-sizing: border-box;
}

/*
#vbs {
	width: 133px;
	height: 80px;
	margin: 0;
	padding: 0;
	top: 10px;
	left: 510px;
	position: absolute;
	z-index: 100;
}
*/

#vbs {
	width: 191px;
	height: 40px;
	margin: 0;
	padding: 0;
	top: 25px;
	left: 470px;
	position: absolute;
	z-index: 100;
}

/* Classes */

.standardpulldown {
	width: 450px;
	border: 1px solid #0e324a;
}

.standardtextarea {
	width: 920px;
	height: 150px;
	border: 1px solid #0e324a;
}

.standardtextfield, .standardpulldown, .standardtextarea {
	font: normal 10pt helvetica, arial, sans-serif; 
	color: #000000;
	margin: 0 0 10px 0;
	padding: 10px;
}

.standardtextfield {
	width: 450px;
	border: 1px solid #0e324a;
}

.textfield {
	width: 300px;
}

/* End */