




html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: small;
	height: 100%;
	width: 100%;
	background: #7F7F7F;
}
div {
	padding: 0px;
	margin: 0px;
}
#container {
	}

body, th, td {
	font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
}

a {
	color:#336699;
}
a:visited {
	color:#4C4C4C;	
}
a:hover {
	color:#660000;
}

img {
	border: 0px none;
	vertical-align: middle;
}


#squid {
	position: absolute;
	top: 11px;
	left: 6px;
	width: 146px;
	height: 117px;
	z-index: 3;
	font-size:10px;
}

#headerBar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 47px;
	z-index: 1;
	background:#FFFF99;
}
#esquid {
	margin:0;
	padding:0;
}
#esquid a {
	position: absolute;
	top: 0px;
	left: 90px;
	width: 273px;
	height: 50px;
	z-index: 5;
	background:url(images/esquid.gif) no-repeat;
}
#esquid span {
	display:none;
}

#redline {
	position: absolute;
	height:3px;
	font-size:2px;
	left:0px;
	top:33px;
	width:364px;
	background:#660000;
	z-index:2;
}

#headerBorder {
	position: absolute;
	top: 47px;
	left: 0px;
	height: 3px;
	width: 100%;
	z-index: 3;
	font-size:1px;
	line-height:1px;
	background:#000;
}

#headerButtons {
	position: absolute;
	top: 30px;
	left: 400px;
	width: 350px;
	height: 20px;
	color: #000;
	z-index: 5;
	}
#headerButtons ul {
	margin:0px;
	padding:0px;
	width:350px;
}
#headerButtons li {
	display:inline;
	list-style-type:none;
	list-style-image:none;
}
#headerButtons li a {
	display:block;	
	float:left;
	margin-right:40px;	
	height: 16px;

}
#headerButtons li#home a {
	width:61px;
	background:url(images/home.gif) no-repeat;
}
#headerButtons li#stats a {
	width: 53px;
	background:url(images/stats.gif) no-repeat;

}
#headerButtons li#faq a {
	margin-top: 1px;
	width: 42px;
	background:url(images/faq.gif) no-repeat;
}

#headerButtons li span {
	display:none
}

#logout {
	position:absolute;
	top:5px;
	right:10px;
	width:300px;
	height:50px;
	z-index:10;
	font-weight:bold;
	color:#000;
	text-align:right;
	font-size:x-small;
}
#logout a {
	text-decoration:underline;	
}

/*                */
/* MIDDLE SECTION */
/*                */

#middleSection {
	position:relative;
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	padding-top:1px;
	background:#FFFF99;
	}

#sideBar {
	position: relative;
	float:left;
	z-index: 1;
	width: 155px;
	height: 100%;
	}

#sideBar form {
	vertical-align: top;
	padding-top: 65px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	font-size: 10pt;
}

#sideBar table {
	width: 100%;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}
#sideBar td {
	width: 50%;
	padding: 0px;
	padding-bottom: 8px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: top;
}
#sideBar .textinput {
	width: 120px;
	
}

#rightContent {
	position:relative;
	margin-left: 155px;
	padding: 15px;
	border-left:2px #000 solid;
	background:#FFF;
	}

#rightContentIn {
	min-height: 450px;
	height: 450px;
}
body[id] #rightContentIn { 	height: auto;
}


#footerBar {
	position: relative;
	width: 100%;
	border-top: 3px #000 solid;
	background: #FFFF99;
	border-bottom: solid 3px #000;
}
#footerBar p {
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px;	
	text-align: center;
	font-size: x-small;
}


.statsbox {
	background: #FFFFCC;
	border:1px #000 solid;
	margin-top: 8px;
	padding:0px;
	float:left;
	width:375px;
}
.statsbox h1 {
	padding:3px;
	padding-left:10px;
	border-bottom:0px #000 solid;
	text-decoration:none;
	margin:0px;
	margin-bottom:5px;
	color:#FFF;
	background:#660000;
}
.statsbox h2 {
	padding:3px;
	padding-left:6px;
	margin-top:8px;
}

.statsbox p {
	margin-top:5px;
	margin-bottom:5px;
	padding:6px;
}
.statsbox ul {
	font-size:.8em;
	margin:0px;
	padding:0px;
	padding-left:6px;
	padding-right:6px;
	list-style-type:none;
}
.statsbox ul li {
	margin-bottom:10px;	
}
.statsbox ul li a {
	font-weight:bold;
}
.statsbox ul li a em {
	text-decoration:none;
	font-weight:normal;	
}
.statsbox span {
	font-size: xx-small;	
}

#welcomebox {
	float:left;
	width:350px;
	margin-right:5px;
	padding-bottom:5px;
}
#welcomebox ul {
	list-style-type: disc;
	padding-left:10px;
	padding-right:10px;
}
#welcomebox ul li {
	margin-bottom:1px;
}
#youstats {
	float:none;
}

ul#editreviews {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#editreviews li {
	margin-bottom:25px;
}

.outputTable {
	border: 1px solid #000000;
	width: 100%;
	margin: 0%;
	padding: 0%;
	border-collapse: collapse;
	table-layout: auto;
	border-spacing: 0px;
}

.outputTable a {
	font-weight: bold
}

.outputTable th {
	font-weight: bold;
	text-align:left;
	white-space: nowrap;
	width:100px;
	background: #660000;
	color:#FFF;
	padding: 4px;
	border: 1px solid #FFF;
	border-top: none;
	border-bottom: none;
	font-size: x-small;
}

.outputTable .highlightRow td {
	background: #9ec0e2;
}

.outputTable tr.col1 td {
	background: #9999ff;
	
}
.outputTable tr.col2 td {
	background: #ccccff;
	
}

.outputTable td {
	padding: 3px;
	border: 1px solid #333333;
	font-size: small;
}

.outputTable td span {
	white-space: nowrap;
}

.outputTable #depnum {
    width:40px;
    max-width:90px;
	border-left: 1px solid #000;
}

.outputTable .depnum {
	width:1px;
	max-width:90px;
}
.outputTable #title {
	width:350px;
}
.outputTable #title span {
	font-weight:normal;
}
.outputTable #prof {
	/*width: 150px;*/
}
.outputTable #termyear {
	width:70px;
	max-width:90px;
	border-right: 1px solid #000;
}
.outputTable .termyear {
	width:1px;
	max-width:90px;
}
.outputTable #avgrat {
	/* width:90px; */
	text-align:center;
}
.outputTable .avgrat {
	text-align:left;
	padding-left:10px;
	max-width:90px;
	font-size:x-small;
}

#ratingsTable {
	background:#FFFFCC;
	width: 40%;
	margin-top: 10px;
	margin-bottom: 20px;
	/*	margin-left:auto; margin-right:auto; */
}
#ratingsTable2 {
	background:#FFFFCC;
	width: 50%;
	margin-top: 10px;
	margin-bottom: 20px;	
	margin-left:auto;
	margin-right:auto;
}

#loginform {
	max-width:700px;	
}

ul#faqlist {
	max-width:700px;
	margin:0;
	padding:0;
	list-style-type: none;
}
ul#faqlist ul {
	margin:0;
	padding:0;
	margin-top:20px;	
	margin-bottom:5px;
	list-style-type: none;	
}
ul#faqlist ul li.q {
	font-weight: bold;
	font-style: italic;
}
ul#faqlist ul li {
	margin-top:6px;
}

.spacer {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

h1 {
	font-size: medium;
	font-weight:bold;
	text-decoration: underline;
}
h2 {
	font-size: small;
	font-weight:bold;
}

.xsmall {
	font-size: xx-small;
}

.small {
	font-size: x-small;
}
.smallb {
	font-size: x-small;
	font-weight: bold;	
}
.smalli {
	font-size: x-small;
	font-style: italic;	
}
.large {
	font-size: medium;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.error {
	color: red;
	font-weight: bold;
}
.smallerror {
	color: red;
	font-weight: bold;
	font-size: x-small;
}

