﻿/*Here is the actual text of the comment*/
a:link {
	color: #000099;
	text-decoration:underline;
}
a:visited {
	color: #000099;
	text-decoration:underline;
}
a:hover {
	color: #666666;
	text-decoration:none;
}
a:active {
	color: #000099;
	text-decoration:underline;
}
body {
	background: #cecece url('bg.gif') repeat-y fixed 50% 50%;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 10pt;
	height:100%;
    margin:0;
    padding:0;
}
p {
    font-size: 10pt;
    line-height: 12pt;
}
h1 {
	font-size: 12pt;
	color: #005baa;
	font-weight: bold;
	font-style: normal;
}
h2 {
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	font-style: italics;
}
.toplinks {
	margin-top: 0; 
	margin-bottom: 3;
}
.deptheader {
	font-size: 12pt;
	color: #ffffff;
	font-style: italics;
	font-weight: bold;
	background-color: #000000;
}
.subjheader {
	font-size: 10pt;
	color: #000000;
	font-style: italics;
	font-weight: bold;
	border-top: 2px solid #000000
}
.courseheader {
	font-size: 8pt;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	border-bottom: 2px solid #000000
}
.smallfont_h {
	font-size: 8pt;
	color: #000000;
	font-style: normal;
	background-color: #e2e2e2;
}
.smallfont {
	font-size: 8pt;
	color: #000000;
	font-style: normal;
}
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
     background-image: url('overlay.png');
}

#overlay div {
     width:300px;
     margin: 200px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
}

/* Additional overlay for Class Climate faculty eval data */
#evalOverlay {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000;
	background-color: #000000;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#evalOverlay div {
	width: 300px;
	margin: 200px auto;
	background-color: #fff;
	border: 1px solid #000;
	padding: 15px;
	text-align: center;
}
