@charset "utf-8";
/* CSS Document */
body {
	margin: 5px 0px 0px 5px;
	font-family:Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
}
h3 {
	color:#39C;
	font-weight: normal;
}
input {
	font-family: Arial, Helvetica,"Trebuchet MS",  sans-serif;
	font-size: 11px;
}

a img
{
	border:0px;
}

img {
	border:0px;
}

div.deptmenu {
	width:740px;
	margin:0px auto;
	text-align:right;
	padding: 5px;
	border:1px dashed #666;
	background-color:#DBECF7
}

.coursehead {
	background-color:#D6D6D6;
	text-align:center;
	font-weight:bold;
}
.courseno {
	width:100px;
}
.ch {
	width:60px;
}
.filebox {
	font-family: Arial, Helvetica, "Trebuchet MS",  sans-serif;
	font-size: 12px;
}
.errormsg {
	color: #f00;
}
.msg {
	color: #393;
	font-style:italic;
}
.dimtext {
	color:#666;
	font-style:italic;
}
.dimtext2 {
	color:#333;
	font-style:italic;
}
.pagebody {
	width:596px;
	padding-left: 3px;
	vertical-align:top;
}
.adminpagebody {
	width:770px;
	padding-left: 3px;
	vertical-align:top;
}
.pagebody a, .pagebody a:link {
	text-decoration: none;
	font-weight: bold;
	color:#999;
}
.pagebody a:hover {
	text-decoration: none;
	color: #000;
}
.topribbon {
	width:966px;
	border: 1px solid #C8C8C8;
	border-collapse:collapse;
	background-color:#FFF;
}
.admintopribbon {
	width:950px;
	border:0px;
	border-collapse:collapse;
}
.topribbon a.other, .topribbon a.other:link {
	text-decoration: none;
	font-weight: bold;
	color:#999;
}
.topribbon a.other:hover {
	text-decoration: none;
	color: #374EEC;
}

.topribbon a.other2, .topribbon a.other2:link {
	text-decoration: none;
	font-weight: bold;
	color: #33F;
}
.topribbon a.other2:hover {
	text-decoration: none;
	color:#C90;
}
.topribbon a.other4, .topribbon a.other4:link {
	text-decoration: none;
	font-weight: bold;
	color: #33F;
}
.topribbon a.other4:hover {
	text-decoration: none;
	color: #333;
}

.topribbon a.other3, .topribbon a.other3:link {
	text-decoration: none;
	font-size:18px;
	font-weight: normal;
	color: #33F;
}
.topribbon a.other3:hover {
	text-decoration: none;
	color: #333;
}

.rightlinksbox {
	background-color:#e2e2e2;
	width: 160px; 
	height:24px; 
	margin:5px; 
	margin-right: 0px;
	margin-bottom:0px;
	margin-right: 2px;
	padding-top:8px;
	display:block; 
	border:1px solid #ccc; 
	font-size:11px; 
	font-weight:bold; 
	color:#fff; 
	float: right;
}
.rightlinksbox2 {
	width: 160px; 
	height:24px; 
	margin:5px; 
	margin-right: 0px;
	margin-bottom:0px;
	margin-right: 2px;
	padding-top:8px;
	display:block; 
	font-size:11px; 
	font-weight:bold; 
	color:#fff; 
	float: right;
}
.vcimage {
	background-color:#e2e2e2; 
	padding-top:4px; 
	margin-top: 5px;
	margin-right: 2px;
	width:160px; 
	display:block; 
	border:1px solid #ccc;
	float: right;
}

.updates_others {
	border-bottom: 1px  solid #ccc; 
	padding:5px 0px 5px 0px;
}
.updates_first {
	border-top: 1px  solid #ccc; 
	border-bottom: 1px  solid #ccc; 
	padding:5px 0px 5px 0px;
}

.pageheading {
	font-size: 22px;
	color:#666;
	font-weight: bold;
	padding-top:10px;
}
.paraheading {
	font-weight: bold;
}
.breadcrumb {
	background-color:#BBB;
	padding-left: 3px;
	color: #fff;
}
.breadcrumb a, .breadcrumb a:visited, .breadcrumb a:link {
	color: #fff;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #333;
}
.webcell:link, .webcell:visited {
	text-decoration: none;
	color: #333;
}
.webcell:hover {
	text-decoration:underline;
}
#navcontainer {
	width: 180px;
}
#navcontainer ul {
	margin-left: 0px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
}
#navcontainer a {
	display: block;
	padding: 3px;
	width: 180px;
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #eee;
}
#navcontainer a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
}
#navcontainer a:hover {
	background-color: #369;
	color: #fff;
}

#calender
{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:2px;
}

#calender table
{
	width:86%;
	font-size:9px;
}

.tdstyle
{
	text-align:center;
	border:1px solid #E8E8E8;
}




















.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 174px; /* width of menu (don't forget to add border with below!) */
border-left: 4px solid #69C; /* thick left border of menu */
text-align:left;

}

.slidedoormenu li{
border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background: white url(images/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: bold 11px Arial, Helvetica, "Trebuchet MS", Verdana;
display: block;
color: black;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 11px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: black;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 11px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}


.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}
