html { 
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/layout/body-background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: black;
	color: #6d6d6d;
	font-family: Helvetica, Arial, sans-serif; /*"Trebuchet MS"*/
	font-size: 12px;
	cursor: default;
}

h1, h2, h3, h4, h5, h6 {
	color: white;
	font-weight: 500;
}

input, select, select option, textarea {
	font-family: Helvetica, Arial, sans-serif; /*"Trebuchet MS"*/
	font-size: 12px;
}

div.outer-wrapper {
	width: 100%;
	text-align: center;			
}

div.inner-wrapper {
	width: 760px;
	margin: auto;
	text-align: left;
}

div#header-wrapper {
	/*background-image: url(../images/layout/header-wrapper-background.gif);*/
}
div#header {
	background-image: url(../images/layout/header-background.gif);
	height: 40px;
}

div#banner-wrapper {
	/*background-color: black;*/
}
div#banner {
	background-image: url(../images/layout/banner.jpg);
	height: 100px;
}

div#navigation-wrapper {
	/*background-image: url(../images/layout/footer-wrapper-background.gif);*/
}
div#navigation {
	background-image: url(../images/layout/navigation-background.gif);
	height: 40px;
}

#lights {
	float: left;
	height: 40px;
	font-size: 14px;
}

#navigation-links {
	float: right;
	height: 40px;
	font-size: 14px;
}

#navigation-links tr td {
	padding-left: 5px;
}

#lights tr td {
	padding-left: 10px;
}

#navigation-links a, #lights a {
	color: #6d6d6d;
	text-decoration: none;
}

#navigation-links a:hover, #lights a:hover {
	color: white;
}

#navigation-links a.active {
	color: #01adff;
}

div#content-wrapper {
	/*background-color: #050505;*/
}
div#content {
	background-color: #191919;
}
div#padded-content {
	padding: 10px;
	color: #a3a3a3;
}

div#footer-wrapper {
	/*background-image: url(../images/layout/footer-wrapper-background.gif);*/
}
div#footer {
	background-image: url(../images/layout/footer-background.gif);
	background-repeat: repeat-x;
	height: 40px;
}

div#subfooter-wrapper {
	/* no bg settings because body takes care of it */
}
div#subfooter {
	height: 40px;
}

#padded-navigation {
	text-align: right;
	padding-right: 10px;
}

.sidebar {
	background-color: black;
}

.sidebar-top-wrapper {
	padding: 1px;
}

.sidebar-top {
	background-image: url(../images/layout/sidebar-top.gif);
	padding-left: 5px;
	padding-right: 5px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
}

#padded-subfooter {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

#copyright {
	text-align: right;
	cursor: default;
}

.sidebar-title {
	padding-top: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	cursor: default;
}

.sidebar-content {
	padding: 10px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #01adff;
	text-decoration: none;
}

.highlight {
	color: white;
}

.content-top {
	padding-top: 0px;
	margin-top: 0px;
}

table.courses {
	width: 100%;
}

table.courses tr .units {
	text-align: right;
}

table.courses tr .total {
	/*color: white;*/
	font-weight: bold;
}

table.courses tr .grade {
	text-align: right;
}

input, textarea {
	background-color: #dddddd;
}

code {
	text-indent: 2em;
}

code p {
	text-indent: 2em;
}

img.bordered {
	border: 1px solid gray;
}

a:hover img.bordered {
	border: 1px solid white;
}