/*-- Computer Science Basic CSS Style Sheet --*/
/*-- Basic HTML Elements -- */
body { min-width: 530px; line-height: 1.5; font-style:normal;font-weight:normal;
	font: 12px Veranda, Arial, sans-serif; color: #606060; /*=dark grey */ 
	padding:0; margin: 0 0 0 0;
	width: 100%; height: 100%; 
}
hr { height: 1px; border-style: solid; color: #C0C0C0; /*=light blue-grey */
	background: transparent; 
	border-width:1px 0 0 0; border-color:#C0C0C0; /*=light blue-grey */clear:both;
	margin-right: 5px;
	margin-left: 5px;
}
h1 {font-size:1.818em; /*20px*/ color: #303030; /*=very dark grey */ }
h1 .green { color: #90C000; /*=uvic green */}
h1 .orange { color: #f09000; /*=uvic orange */ }

h2 { font: normal 18px "Lucida Grande", Verdana, Arial, sans-serif; line-height: 22px; 
	 color: #90C000; /*=very dark grey */  
}
h2 .orange { color: #f09000; /*=uvic orange */ }
h2 .green { color: #90C000; /*=uvic green */}
h3 { font: bold 14px "Lucida Grande", Verdana, Arial, sans-serif; color: #606060;/*=dark grey */ 
    line-height: 18px; 
}
h3 .orange { color: #f09000; /*=uvic orange */ }
h3 .green { color: #90C000; /*=uvic green */}
h4 { font: bold 12px "Lucida Grande", Verdana, Arial, sans-serif; color: #606060;/*=dark grey */ 
    line-height: 16px; 
}
h4 .orange { color: #f09000; /*=uvic orange */ }
h4 .green { color: #90C000; /*=uvic green */}
a { color: #609000; /*=dark green */ text-decoration: underline; }
a:visited { color: #609000; /*=dark green */ text-decoration: underline; }
a:hover { color: #90C000; /*=uvic green */ }
table {margin-top:1em; border:1px solid #DDD;border-collapse:collapse;border-spacing:0;}
th, td {padding:0.5em; vertical-align:top;}
th {border:1px solid #DDD; font-weight:bold;}
td {text-align:left;}
th[scope="col"], thead th, thead td {border-bottom:1px solid #CCC; text-align:left; background:#DDD;}
th[scope="row"] {border-right:1px solid #CCC; text-align:right; background:#DDD;}
tfoot th, tfoot td {border-top:1px solid #DDD; background:#EEE;}

/************************************************/
/*-- Department Banner --*/
#banner { position: absolute; top: 0; left: 0; background-image: url(../images/orange-bar.png);
	background-repeat: repeat-x; background-position: 0 0; padding: 0;
	height: 102px; width: 100%; clear: both;
}
/*-- UVic Logo --*/
#banner img { position: absolute; top: 15px; left: 15px; z-index: 3; }
/*--- Banner Department Title ---*/
#banner h1 {
	position: absolute;
	float: left;
	display: inline;
	top: 63px;
	color: #303030; /*=very dark grey */
	margin: 15px;
	font: normal 18px "Trebuchet MS", "Times New Roman", Times, serif;
	left: 32px;
	width: 286px;
}
/*-- Banner Top Right Hand links --*/
#banner ul { z-index: 8; }
/*#bnlinks { position: relative; top: 0; float: right; margin-right: 1em; z-index: 8; }*/
#bnlinks { position: relative; top: 4em; float: right; margin-right: 1em; z-index: 8; }
#bnlinks li { display: inline; list-style-type: none; font-size: 0.8em; color: white; 
	      padding: 0 .5em; font-family: Verdana, sans-serif; border-left: 1px solid white; 
}
#bnlinks li.first { border-left: none; }
#bnlinks a { color: white; background: transparent; text-decoration: none; }
#bnlinks a:hover { background: transparent; text-decoration: underline; }

/************************************************/
/*-- Container for two columns --*/
#container { width: 100%; clear: both; padding-top: 92px; 
/*--Use for flat menu --*/
/*	background: #fff url("../images/menu-background.png") repeat-y left; border-bottom: solid 1px #e7e7e7; */
/*--Use for 3D menu --*/
	background: #fff url("../images/toolMenu_bg2.png") repeat-y left; border-bottom: solid 1px #e7e7e7;} 

/*-- MAIN Right Hand Pannel --*/
#main { margin-left: 185px; padding: 0px 20px ; }

/*-- Left Hand Menu --*/
#menu { clear: both;  padding: 0; float: left; font: bold 14px "Lucida Grande", Verdana, Arial, sans-serif; 
	width: 185px;  
	overflow: hidden;
}
#menu ul { margin-left: 0; padding-top: 1em; padding-left: 1.5em; }
#menu li { list-style: none;  }
#menu a { color: #606060; /*=dark grey */ text-decoration: none; background: transparent; }
#menu a:hover { color: #909090; /*=medium grey */ text-decoration: none; }

/*-- Footer --*/
#footer {  position: relative; bottom: 0; clear: both; width: 100%; color: #909090; /*=medium grey */  
		background-color: #f0f0f0;/*=almost white */ padding: 5px; text-align: center; 
}
#footer ul { list-style: none; }
#footer ul li { border-left: 1px solid #999; padding: 0 1em ;display: inline; }
#footer ul li.first { border-left: none; }
#footer ul li a { font-weight: bold; color: #909090; /*=medium grey */ text-decoration: none; }
#footer ul li a:hover { color: #303030; /*=very dark grey */ }

/* Microsoft IE CSS Fixes/Hacks */
/* Fixes IE 6 CSS Bugs */
* html #menu {
	padding-top: 7px; 
	margin-left: 0;
}

* html #main {
	padding: 1px 20px;
}

* html #bnlinks {
	padding-top: 1em;
}

* html #banner h1 {
	margin-top: 15px;
	margin-left: -25px;
}

* html #footer { margin-top: 0; }

/* Fixes for IE7 Bugs */
*:first-child+html #bnlinks { padding-top: 1em; }
*:first-child+html #menu {
	padding-top: 7px; 
	margin-left: 0;
}
*:first-child+html #main {
	padding: 1px 20px;
}

*:first-child+html #footer { margin-top: 0; }

/* Added locally by MS */
.bodyText {
	font-size: 12px;}
.bodyTextSmall {
	font-size: 11px;}
.bodyBold {
	font-size: 12px;
	font-style: bold;}
.bodyBoldSmall {
	font-size: 11px;
	font-style: bold;}
.bodyIT {
	font-size: 12px;
	font-style: italic;}
.bodyITSmall {
	font-size: 11px;
	font-style: italic;}
.bodyBoldIT {
	font-size: 12px;
	font-style: italic;
	font-style: bold;}
.bodyBoldITGREEN {
	font-size: 12px;
	font-style: italic;
	font-style: bold;
	color: #90C000;}
.bodyBoldORANGE {
	font-size: 12px;
	font-style: bold;
	color: #F09000;}
.bodyBoldITSmall {
	font-size: 11px;
	font-style: italic;
	font-style: bold;}
.BradXL {
	font-family: "Bradley Hand ITC";
	color: #f09000;
	font-style: italic;
	font-size: x-large;
	font-weight: bold;
}
.BradXXL {
	font-family: "Bradley Hand ITC";
	color: #f09000;
	font-style: italic;
	font-size: xx-large;
	font-weight: bold;
}