@charset "utf-8";
@import url("menu.css");
@import url("editinplace.css");

/*
Tekstgrijs: #4d4d4d
Lijngrijs: #c5c7c8
Blauw: #004489
Geel: #fbc34e
*/

/***********************
	Standaard tags
***********************/

a {
	color: #004489;
	text-decoration: underline;
}

a:hover {
	color: #fbc34e;
}

body {
	background: url('../images/bg-body.gif') top;
	color: #4c4c4c;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

h1 {
	color: #004489;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #004489;
	font-size: 14px;
	font-weight: bold;
}

h2 a {
	color: #004489;
	text-decoration: none;
}

h2 a:hover {
	color: #4c4c4c;
}

h3 {
	color: #fbc34e;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

h4 a {
	text-decoration:none;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #c5c7c8;
}

ol li {
	list-style-type: decimal;
}

ol,
ul {
	margin: 0 0 1em 16px;
}

li {
	list-style: disc;
}

p {
	margin: 0 0 1em 0;
}

strong {
	font-weight: bold;
}


td {
	vertical-align: top;
}

input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/***********************
	Layout DIVs
***********************/

#siteWrap {
	background: url(../images/bg-sitewrap.gif) top repeat-y;
	margin: 0 auto;
	position: relative;
	padding: 0 14px 0 14px;
	width: 750px;
}

#header {
	height: 120px;
	position: relative;
	z-index: 2;
}

#header h1 {
	background:url(../images/webster-university-logo.gif) no-repeat;
	font-size: 30px;
	height: 53px;
	left: 18px;
	position: absolute;
	top: 20px;
	width: 108px;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#header h1 a span {
	display: none;
}

#header #topmenu {
	color: #808080;
	font-size: 11px;
	position: absolute;
	top: 20px;
	right: 18px;
}

#header #topmenu form {
 	display: inline;
}

#header #topmenu a {
	color: #808080;
	text-decoration: none;
}

#header #topmenu a:hover {
	color: #4c4c4c;
}

#header #topmenu img {
	vertical-align: middle;
}

#header #topmenu .searchfield {
	border: 1px solid #808080;
	height: 12px;
	width: 110px;
}

#header #mainmenu {
	left: 50px;
	position: absolute;
	top: 99px;
}

#header #tabs {
	right: 18px;
	position: absolute;
	top: 99px;
}

#bgmainmenu {
	background-color: #fbc34e;
	display: none;
	height: 0px;
	left: 14px;
	position: absolute;
	top: 120px;
	z-index: 2;
	width: 750px;
}

#moodbar {
	background-repeat: no-repeat;
	position: relative;
}

#moodbar #imgholder {
	display: none;
	/*height: 246px;*/
	left: 0;
	position: absolute;
	top: 0;
	width: 750px;
}

#moodbar #actionBlock1,
#moodbar #actionBlock2 {
	border: 1px solid #fff;
	border-bottom-width: 10px;
	background-color: #efb950;
	color: #fff;
	font-size: 14px;
	height: 40px;
	left: 18px;
	padding: 12px 6px 0 6px;
	position: absolute;
	width: 132px;
}

#moodbar #actionBlock1 a,
#moodbar #actionBlock2 a {
	background: url(../images/bullet2.gif) right no-repeat;
	color: #333333;
	padding: 0 14px 0 0;
	text-decoration: none;
}

#moodbar #actionBlock1 a:hover,
#moodbar #actionBlock2 a:hover {
	color: #808080;
}

#moodbar #actionBlock1 {
	top: 51px;
}

#moodbar #actionBlock2 {
	top: 127px;
}



#breadcrumb {
	color: #999999;
	font-size: 11px;
	padding: 5px 0 5px 196px;
}

#breadcrumb a {
	color: #999999;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #4c4c4c;
}

#contentWrap2cols {
	background: url(../images/bg-2cols.gif) top left repeat-y;
}

#contentWrap3cols {
	background: url(../images/bg-3cols.gif) top left repeat-y;
	height: 1%; /* ie6 and ie7 fix for disappering background */
}

#col1 {
	float: left;
    overflow: hidden; /* belangrijk voor ie6 */
	padding: 0 16px 0 16px;
	text-align: right;
	width: 148px;
}

#col1 img {
	margin: 0 0 5px 0;
}

#contentWrap2cols #col2 {
	float: left;
    padding: 0 18px 0 16px;
	width: 536px;
}

#contentWrap3cols #col2 {
	float: left;
	padding: 0 15px 0 16px;
	width: 349px;
}

#col3 {
	float: left;
	padding: 0 18px 0 12px;
	width: 160px;
}

#col3 a {
	color: #fbc34e;
	text-decoration: none;
}

#col3 h3 {
	margin: 0 0 16px 0;
}

#col3 h4 a {
	color: #4c4c4c;
}

#col3 h4 a:hover {
	color: #808080;
}

.date {
	color: #888c96;

}

#footer {
	background-color: #f6f6f6;
	border-top: 20px solid #fff;
	color: #808080;
	font-size: 11px;
	height: 34px;
	padding: 10px 0px 10px 20px;
}

#footer a {
	color: #808080;
}

#footer a:hover {
	color: #4c4c4c;
}

#footer img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

/***********************
	Classes
***********************/

.floatBuster {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}

/* FormHandler formulier */
#FormHandler sup {
	color:#C00;
}

#FormHandler table td {
	padding: 0 8px 3px 0;
}

#FormHandler table td span {
	color: #ef3e33;
}

/* foutmelding op formulier */
#FormHandler .error {
	background: url('../images/arrow-error.gif') 4px 4px no-repeat;
	color: #ef3e33 !important;
	display: block;
	font-weight: normal;
	padding: 0 0 0 16px;
}

#FormHandler .right {
	text-align: right;
}

#FormHandler .text,
#FormHandler .textarea {
	width: 250px;
}

/* Wie is wie */
#whoiswho .function {
	font-style: italic;
}

#whoiswho .img {
	float: left;
	margin: 24px 10px 0 0;
}

#whoiswho .description {
	float: left;
	margin: 20px 0 0 0;
	width: 412px;
}

/* Programs & Courses*/
#courses h4 {
	cursor: pointer;
	margin: 20px 0 0 0;
}

#courses h4 img {
	margin: 0 7px 0 0;
}

#courses .description {
	padding: 5px 0 0 20px;
}

/* Nieuws */
#news .img {
	float: left;
	margin: 4px 7px 0 0;
}

/* Bladeren */
.browse {
	margin: 7px;
}

.browse li {
	display: inline;
	list-style: none;
}

.browse li a {
	display: block;
	float: left;
	margin: 0 1px 0 0;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

.browse li a.selected {
	background-color: #004489;
	color: #fff;
}

.browse li a:hover {
	background-color: #FBC34E;
	color: #fff;
}

/* Pagina bijlagen */
div#pageBijlagenContainer {
	padding: 12px 0 12px 0;
}

div.bijlageItem {
	border-bottom: 1px solid #c5c7c8;
	overflow: hidden;
	padding: 8px 0 8px 0;
	/*position: relative;*/
}

div.bijlageItem.last {
	border-bottom: none;
}

.bijlageItem h4 {
	font-size: 12px;
	margin: 1px 0 3px 0;
}

.bijlageItem p {
	margin-bottom: 2px;
}

.bijlageItem div.imgContainer {
	float: left;
	padding: 0 12px 0 0;
}

.bijlageItem div.imgContainer img {
	display: block;
}

#col1 .attachment {
	text-align: left;
}

#col1 .attachment a {
	background: url(../images/download.gif) 0 4px no-repeat;
	display: block;
	min-height: 24px;
	height:auto !important;
  	height:24px;
	padding: 0 0 0 34px;
}

/* Buttons */
#buttonsWrap div {
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
}

#buttonsWrap div a {
	color: #fff;
	display: block;
	height: 100%;

	text-decoration: none;
}

#buttonsWrap .style1 {
	background: url('../images/btn-style1.gif') no-repeat;
	height: 30px;
	width: 145px;
}

#buttonsWrap .style1 a,
#buttonsWrap .style2 a {
	padding: 7px 0 0 0;
}

#buttonsWrap .style2 {
	background: url('../images/btn-style2.gif') no-repeat;
	height: 30px;
	width: 145px;
}

#buttonsWrap .style3 {
	background: url('../images/btn-style3.gif') no-repeat;
	height: 55px;
	width: 148px;
}

#buttonsWrap .style3 a {
	padding: 15px 0 0 20px;
}

.back {
	background: url('../images/bulletback.gif') left no-repeat;
	padding: 0 0 0 14px;
}

#eventRss {
    text-align: right;
}

#eventRss a {
    color: #808080;
    text-decoration: none;
}
#eventRss a:hover {
    color: #4c4c4c;
}