@charset "UTF-8";
/* CSS Document */



html,body {height:100%;
}

.courselistcontainer{
max-height:95%;
overflow:auto;}

.year{
vertical-align:middle;
text-align:center;
position:relative; 
width:100px; 
text-align:center; 
font-style: bold;
color: white;
text-decoration: none;
background:#be3033;
margin: 0;
padding:6px;
border-radius: 5px; /*really large border radius to create round borders*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px
}

table.courselist{
	width: 815px;
	font-size: 14px;
}


.semester{position:relative; 
height:20px;
width:100px; 
text-align:center; 
font-style: bold;
color: white;
text-decoration: none;
background:gray;
text-align:center;
margin: 0;
padding:6px;
border-radius: 5px; /*really large border radius to create round borders*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px
}

.courselink, .nolink{
font-size: 14px;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	color:black;
	padding:4px;
border-radius: 5px; /*really large border radius to create round borders*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}


.courselink a{
color:black;
}

div.courselink:hover{ 
background:#E6E6E6;
}

.coursetopics{
font-size: 12px;
}


.courseinfo{
font-family: Georgia, Times New Roman, Times, serif;
font-size: 11px;
text-align:center;
padding: 6px;

}
