body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background: #f0f0f0;
}

a {
	text-decoration: none;
}

h1 {
	font-family: 'Electrolize', sans-serif;	
	font-size: 50px;
	display: inline;
	color: #09c;
	text-shadow: 2px 2px #fff;
	font-weight: 800;
}

h2 {
	color: #606060;
	font-weight: 800;
	font-size: 18px;
}

h3 {
	font-family: 'Electrolize', sans-serif;
	font-weight: 800;
	font-size: 30px;
	display: inline;
	color: #09c;
	text-shadow: 1px 1px #fff;
}

form td {
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
}

.tablesorter td {
	font-weight: bold;
	font-size: 12px;
}

.tablesorter td a {
	color: #09c;
}

input[type=submit] {
	cursor: pointer;
	font-size: 15px;
}

#container {
	padding: 10px;
	margin-top: 90px;
}

#navContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

#navContainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #eee;
	width: 100%;
	height: 60px;
	background: rgb(246,248,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(215,222,227,1) 46%, rgba(229,235,238,1) 74%, rgba(245,247,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(46%,rgba(215,222,227,1)), color-stop(74%,rgba(229,235,238,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(215,222,227,1) 46%,rgba(229,235,238,1) 74%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(215,222,227,1) 46%,rgba(229,235,238,1) 74%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(215,222,227,1) 46%,rgba(229,235,238,1) 74%,rgba(245,247,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(215,222,227,1) 46%,rgba(229,235,238,1) 74%,rgba(245,247,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #999;
	padding-left: 150px;
}

#navContainer ul li {
	display: block;
	width: 100px;
	height: 60px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	background: rgb(246,248,249); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 47%, rgba(215,222,227,1) 50%, rgba(245,247,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(47%,rgba(229,235,238,1)), color-stop(50%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 47%,rgba(215,222,227,1) 50%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 47%,rgba(215,222,227,1) 50%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 47%,rgba(215,222,227,1) 50%,rgba(245,247,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 47%,rgba(215,222,227,1) 50%,rgba(245,247,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
	text-align: center;
	border-bottom: 1px solid #999;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	text-shadow: 1px 1px #fff;
}

#navContainer ul li a:hover {
	color: #09c;
}

#navContainer ul li:hover {
	color: #09c;
}

.navButtonActive {
	display: block;
	width: 100px;
	height: 60px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	background: rgb(181,189,200); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
	text-align: center;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

.navText {
	display: inline-block;
	vertical-align: middle;
	margin-top: 22px;
	line-height: normal; 
	font-size: 14px;  
	font-weight: bold;
	color: #000;
}

#messageBox {
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 60px;
	width: 100%
}

#statusMessage {
	width: 100%;
	height: 30px;
	background: #f7f6ed;
	border-bottom: 3px solid #dad9d4;
	font-size: 16px;
	font-weight: bold;
	color:#666;
	overflow: hidden;
}

#errorMessage {
	width: 100%;
	height: 30px;
	background: #ffd7d7;
	border-bottom: 3px solid #e09e9e;
	font-size: 16px;
	font-weight: bold;
	color:#666;
	overflow: hidden;
}

#loginBox {
	width: 400px;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 20px;
	background: rgb(249,249,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(230,230,234,1) 21%, rgba(205,207,215,1) 49%, rgba(231,232,235,1) 80%, rgba(249,249,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(21%,rgba(230,230,234,1)), color-stop(49%,rgba(205,207,215,1)), color-stop(80%,rgba(231,232,235,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(230,230,234,1) 21%,rgba(205,207,215,1) 49%,rgba(231,232,235,1) 80%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(230,230,234,1) 21%,rgba(205,207,215,1) 49%,rgba(231,232,235,1) 80%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(230,230,234,1) 21%,rgba(205,207,215,1) 49%,rgba(231,232,235,1) 80%,rgba(249,249,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(230,230,234,1) 21%,rgba(205,207,215,1) 49%,rgba(231,232,235,1) 80%,rgba(249,249,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
	box-shadow: 5px 5px 10px #a8a8a8;	
}

#selectedPrograms { list-style-type: none; margin: 0; padding: 0; width: 400px; }
#selectedPrograms li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; }
#selectedPrograms li span { position: absolute; margin-left: -1.3em; }