@CHARSET "UTF-8";

/**
 * Global Reset
 * @use general
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, strong, u, i, em, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background:transparent;
}

a img { border: none; }
abbr, acronym, .help { border-bottom:1px dotted #333; cursor:help; }
blockquote, q { quotes:none;}
blockquote { margin: 0 0 1.3em 1.3em; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

dd { margin-left:1em;}
sup, sub { font-size:x-small; vertical-align:top; }
sub { vertical-align:bottom;}
table {	border-collapse:collapse; border-spacing:0; empty-cells:show; }

/**
 * Base
 * @use general
 */
body {
	background: url(../images/bg_content.gif) no-repeat center top;
	font: normal 68.75%/1.8 "Tahoma", "Arial", sans-serif;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 0.3em;
}

h1 { font-size: 2.4em; }
h2 { font-size: 1.6em; color:#00A6D6; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.7em; }
h6 { font-size: 0.9em; text-transform:uppercase; }

p { font-size: 1em; margin-bottom:1.5em; }
pre, code, kbd, samp { font-size:1.5em; }
pre code { font-size:1em; }

a { color: #000; }
a:hover { color: #009eb5; text-decoration: underline; }

hr {
	clear:both;
	background: #FFF;
	color: #FFF;
	border: 0;
	height: 1px;
}

ol, ul { 
	list-style:disc;
	margin: 0 0 1.3em 1.3em;
	padding: 0 0 0 1.3em;
}

ol { list-style: decimal;}

.hidden { display: none; }
.unhidden { display: block; }

table.border th, table.border td { border:1px solid #333; padding:0.3em; }

td { height:auto; padding:0.3em; text-align:left;}
td p { margin:0; }
caption, th { padding:0.3em; }
col { background:silver; }
thead th, tfoot th { background:gray; color:white; }
caption { background:black; color:white; font-style:italic; }

/**
 * Print logo, only for print
 * @use general
 */
#printlogo {
	display: none;
}

/**
 * Top
 * @use general
 */
#top {
	position: relative;
	top: 0px;
	width: 960px;
	height: 63px;
	margin: auto;
}

/**
 * Logo
 * @use general
 */
#logo {
	width: 161px;
	height: 50px;
	margin-top: 5px;
	float: left;
}

#logo a {
	width: 100%;
	height: 100%;
	background: url(../images/logo.gif) no-repeat left top;
	display: block;
	text-decoration: none;
}

#logo a span {
	visibility: hidden;
	text-decoration: none;
}

/**
 * Search
 * @use general
 */
#search {
	margin-top: 10px;
	float: right;
	width: 230px;
}

#search h3 {
	display: none;
}

#search form {
	float: right;
}

#search div.left {
	width: 177px;
}

#search label{
	float: left;
	margin-top: 2px;
}

#search .searchbutton {
	border: none;
	width: 46px;
	height: 28px;
	cursor: pointer;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 114%;
	float: right;
}

#searchfor {
	border: 1px solid #e5e5e5;
	border-right: 0px solid #FFF;
	width: 177px;
	padding-left: 3px;
	padding-right: 3px;
}

/**
 * Header
 * @use general
 */
#header {
	position: relative;
	width: 780px;
	margin: auto;
	padding-left: 180px;
	height: 180px;
}

/**
 * Image Rotator in header
 * @use general
 */
#imagerotator {
	position: relative;
	left: 0;
}
#imagerotator ul {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 780px;
	height: 180px;
}

#imagerotator li {
	list-style: none;
	float: left;
	position: absolute;
	width: 780px;
}

#imagerotator li.active {
	display: block;
}

#imagerotator div.buttons {
	position: absolute;
	right: 15px;
	height: 20px;
	top: 150px;
	z-index: 200;
}

#imagerotator div.buttons a {
	float: left;
	width: 17px;
	height: 20px;
	overflow: hidden;
	margin-left: 10px;
	background: url('../images/carousel-control.png') no-repeat center;
	text-indent: -9999px;
}

#imagerotator div.buttons a.active {
	background-image: url('../images/carousel-control-active.png');
}

#imagerotator h3 {
	position: absolute;
	left: 40px;
	width: 225px;
	font-size: 1.8em;
	line-height: 1.2em;
	top: 97px;
	color: #ffffff;
}

#imagerotator h3 a,
#imagerotator h3 a:hover {
	color: #FFF;
	text-decoration: none;
}

/**
 * Wrap
 * @use general
 */
#wrap {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 273px;
	background: #FFFFFF;
}

.pageTitle {
	font-size: 1.5em;
	margin-top: 20px;
}
/**
 * Content
 * @use general
 */
#content {
	width: 960px;
	margin: 0 auto 0 auto;
	overflow: auto;
}

#contentLeft{
	float: left;
	width: 180px;
}

#contentText {
	width: 494px;
	float:left;
	margin-left: 30px;
}

#contentRight {
	width: 226px;
	float: right;
}

#contentText,
#contentRight {
	padding-top: 25px;
}

/**
 * Footer
 * @use general
 */
#footer {
	position: relative;
	top: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}

#footerUpper {
	overflow: hidden;
	background: #00a6d6 url(../images/footerUpper.gif) repeat-x left bottom;
}

#footerMiddle {
	width: 100%;
	margin: 0px 0px 0px -480px;
	position: relative;
	left: 50%;
	background: url(../images/footerContent.gif) repeat-y left top;
	overflow: hidden;
	padding-left: 5px;
}

#footerLower {
	background-color: #00a6d6;
	border-top: 10px solid #FFF;
	overflow: hidden;
	padding: 10px 5px 10px 10px;
}

#footerContent {
	width: 945px;
}

#footerContent p {
	margin: 0;
}

#footerCopy {
	width: 960px;
	margin: auto auto 10px;
	text-align: right;
	font-size: 0.9em;
	color: #000;
}


/**
 * Blackboard
 * @use studentenportal
 */
#blackboard {
	top: 25px;
	right: 15px;
	position: absolute;
	width: 15px;
	height: 16px;
	background: transparent url(../images/up.gif) no-repeat scroll left top;
}

#blackboard a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -999em;
	width: 100%;
}

#blackboard.down {
	background: transparent url(../images/down.gif) no-repeat scroll left top;
}
