﻿.header {
  position:absolute;
  top:0px;left:0px;
  width:100%;
  padding:0 0 0 0;
  color: #fff;
  text-align: left;
  height:95px;
  background: #001131; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #001131 0%, #223480 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#001131), color-stop(100%,#223480)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #001131 0%,#223480 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #001131 0%,#223480 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  #001131 0%,#223480 100%); /* IE10+ */
  background: linear-gradient(45deg,  #001131 0%,#223480 100%); /* W3C */
}
.header .container {
	position:relative;
}
.header h1 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.header p {
  font-size: 16px;
  font-weight: 300;
  line-height: 10px;
  color: #aaa;
}
.behind {
	height:	0px;
	z-index:-1;
}
html {
	height:100%;
}
body {
	background-color:#dddddd;
	height:100%;
}
.pagewrapper {
	width:980px;
	margin:0 auto;
	height:auto !important;
	height:100%;
	min-height:100%;
	background-color:#ffffff;	
}
.contentwrapper {
	padding-top:110px;
	padding-bottom:20px;
}
select.dropdownheader {
	font-size:19px;
	font-weight:600;
	height:38px;
}
thead {
	background-color:#dddde5;
}
.btn-topnav {
	margin-bottom:20px;
}
h3 {
  padding-top:10px;
  padding-bottom:10px;
  border-bottom: 0px solid #e5e5e5;
  margin-bottom:20px;
}
h5 {
	margin-bottom: 5px;
}
h4 span, h5 span {
	font-weight: normal;
}
.btn-compress {
	padding-right:3px;
	padding-left:3px;
}
.extra-space {
	margin-top:40px;
	margin-bottom:20px;
}
.blankinput input[type=text] {
	width:100%;
	height:50px;
	border-color:#333;
}
.subscript {
	font-size:0.7em;
	color:#777;
}
.blankinput .table-bordered, .blankinput .table-bordered th, .blankinput .table-bordered td {
	border-color:#333;
}
.blankinput h4 {
	margin-top:40px;
}
.headerrow {
	margin-top:25px;
	margin-bottom:25px;
}
.minitext {
	font-size:80%;
	text-align:center;
	line-height:10px;
}

.courseprint {
	margin-bottom:50px;
}
#markbuttons {
	margin-top: 0px;
}

#map-canvas {
	width:940px; 
	height:275px;
	margin-bottom:60px;
}
#map-canvas img	{
	max-width:none
}
#copy_course, #class_selector, label, input[type=checkbox] {
	vertical-align: top;
}
 input[type=checkbox] {
	margin-right:5px;
}
#courseTable tr:hover {
	cursor: pointer;
}
.adminbox {
	border: 1px solid #ddd;
	margin-top:50px;
}
.adminbox h3, .adminbox p {
	margin-left:160px;
    padding-top:0;
    margin-bottom:0; padding-bottom:0;
}
.adminbox form, .adminbox .form-actions {
	margin-bottom:0px;
}
.adminbox table {
	width:100%;
}
.adminbox td, .adminbox th {
	padding:5px 10px;
}
.adminbox th {
	background-color: #eee;
	text-align:left;
}
#entrylist {
	display:none;
}
#topbar {
	position:absolute;
	top:52px;
	right:20px;
}
#topbar a {
	display:inline-block;
	font-size: 15px;
	color: #ccc;
	padding-left: 20px;
}
#topbar a:hover {
	color:#eee;
	text-decoration: none;
}