html, body {
	background: url("images/bg.gif") repeat-x;
	background-color: #CCCCCC;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 11px;
	line-height: 180%;
}

h3, h4, p, a, ul, li, table, td {
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Sans Serif;
	font-size: 14px;
}

h4 {
	font-family: Arial, Sans Serif;
	font-size: 12px;
}

a {
	outline: none;
	text-decoration: none;
}

#table {
	width: 100%;
	height: 100%;
}

#table td {
	vertical-align: middle;
}

#container {
	background-color: #FFFFFF;
	border: 2px solid #333333;
	margin: auto;
	width: 960px;
}

#top {
	width: 100%;
	height: 100px;
}

#top .banner {
	background: url("images/banner.jpg") no-repeat;
	width: 600px;
}

#top .info {
	padding-right: 18px;
	font-size: 12px;
}

#menu {
	width: 100%;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	color: #333333;
}

#menu td {
	height: 30px;
}

#menu .menuitem {
	width: 125px;
	text-align: center;
}

#menu a {
	display: block;
	height: 30px;
	color: #666666;
	font-family: Arial, Sans Serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
}

#menu a:hover {
	background-color: #333333;
	color: #FFFFFF;
}

#menu a.active {
	background-color: #666666;
	color: #FFFFFF;
}

#main {
	margin: auto;
	width: 100%;
	border: 0px solid #000000;
}

#main .shortlist {
	padding: 8px;
	vertical-align: top;
}

#main .shortlist select {
	width: 260px;
	border: 1px solid #666666;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 11px;
}

#main .shortlist option {
	height: 15px;
}

#main .shortlist .sem {
	width: 100px;
}

#main .shortlist .move {
	width: 80px;
}

#main .shortlist .update {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main .shortlist .action {
	width: 48%;
}

#main .shortlist .legend1 {
	background-color: #0099FF;
}

#main .shortlist .legend2 {
	background-color: #FF0099;
}

#main .shortlist .legend3 {
	background-color: #00CC00;
}

#main .year {
	width: 170px;
	padding: 4px;
	vertical-align: top;
	border: 0px solid #000000;
}

#roadmap {
	background-color: #333333;
	padding: 5px;
	color: #FFFFFF;
}

.title {
	background: url("images/bg_menu.gif") repeat-x;
	height: 30px;
	padding-left: 8px;
	color: #FFFFFF;
	line-height: 30px;
}

.title2 {
	background: url("images/bg_active.gif") repeat-x;
	height: 30px;
	padding-left: 8px;
	color: #FFFFFF;
	line-height: 30px;
}

#yearc {
	border: 1px solid #666666;
}

#semester {
	width: 100%;
	padding: 8px;
}

#semester td {
	height: 28px;
	padding: 2px 4px 2px 4px;
}

#semester input {
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
}

#semester .grade {
	text-align: right;
}

#semester .cap {
	width: 20px;
}

#semester .mod {
	color: #000000;
}

#taken {
	background-color: #66CCFF;
}

#prereq {
	background-color: #FF3366;
}

#preclude {
	background-color: #00CC00;
}

.status {
	background-color: #333333;
	padding: 8px;
	color: #FFFFFF;
}

#module {
	margin: auto;
	width: 85%;
}

#module td {
	vertical-align: top;
}

#module a {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

#module a:hover {
	color: #666666;
	text-decoration: none;
}

#module .list {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

#module .list td {
	border: 1px solid #000000;
}

#module input {
	width: 360px;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
}

#module textarea {
	width: 360px;
	height: 80px;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
}