/* GENERAL STYLES */
/*
Page specific style definitions.

Site: SOSU C
Author: Adam Barry & Joakim Jensen Møller
Date: 09 July 2007
Base by Adam Barry
----------------------------------------------------------*/

/***********************************************************
Template: Frontpage
***********************************************************/
.frontpage #main {
	background-image: none;
}

.frontpage #footer {
	position: relative;
	top: -31px;
}

/*: Template section: Content
----------------------------------------------------------*/
.frontpage .content {
	width: 684px;
	background-color: white;
	color: inherit;
	text-align: left;
	padding: 0;
	margin-top: 0px;
	margin-left: 0;
	float: left;
	border-bottom: solid 3px black;
}

.frontpage .content img {
	padding: 0;
	float: left;
}
.frontpage .content ul {
	list-style-type: square;
	padding-bottom: 1em;
	float: left;
}

.frontpage .content li {
	margin-left: 1.2em;
	float: left;
}

.frontpage .frontpageLinks {
	width: 100%;
	background-color: #cce6e4;
	color: inherit;
	margin-top: 0;
	float: left;
}

.frontpage .frontpageLinks li {
	width: 161px;
	height: 200px;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0;
	float: left;
	position: relative;
}

.frontpage .frontpageLinks a {
	color: #484e41;
	background-color: inherit;
	font-family: verdana, sans-serif;
	text-decoration: underline;
}

.frontpage .frontpageLinks li span {
	display: block;
}

.frontpage .otherProvisions {
	background-color: white;
}

.frontpage .frontpageLinks li span.titel {
	font-weight: bold;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 5px;
}

.frontpage .frontpageLinks li span.tekst p {
	font-size: .8em;
}

.frontpage .frontpageLinks li ul {
	width: auto;
}

.frontpage .frontpageLinks li li {
	width: 160px;
	height: auto;
	padding: 0;
	font-size: .8em;
}

.frontpage .frontpageLinks li a.link {
	background-image: url(../graphics/link-first-page.gif);
	background-position: 108px 6px;
	background-repeat: no-repeat;
	padding-right: 18px;
	position: absolute;
	bottom: 8px;
	left: 5px;
	font-weight: bold;
	font-size: 0.7em;
}

.frontpage .frontpageLinks li a:hover {
	background-color: inherit;
	color: #777777;
}

/***********************************************************
Template: People page
***********************************************************/
/* Template section: Letter list for sorting */
.content .sortByLetter {
	width: 100%;
	padding-bottom: 25px;
	float: left;
}
.content .sortByLetter li {
	width: 17px;
	list-style-type: none;
	margin: 0;
	float: left;
}

.sortByLetter li a {
	background-color: inherit;
	font-weight: bold;
	color: black;
}
.sortByLetter li.selected a {
	text-decoration: underline;
}

.sortByLetter li span {
	background-color: inherit;
	font-weight: bold;
	color: gray;
}

.sortByLetterLink {
	width: 503px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	text-transform: lowercase;
	list-style-type: none;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 15px;
	float: left;
}
.sortByLetterLink:first-letter {
	text-transform: capitalize;
}

.sortByLetterLink:hover {
	background-color: #f4f4f4;
	color: inherit;
}


/* Template section: People list */
.people {
}

.people dd {
	width: 503px;
	border-bottom: 1px solid #cecece;
	list-style-type: none;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 15px;
	float: left;
}

.people dd.single {
	border-top: none;
}

.content .people span {
	width: 398px;
	float: left;
}

.content .people img {
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	float: left;
}

.content .people .image {
	width: 100px;
	height: 100px;
	font-size: 0.7em;
	overflow: hidden;
}

.content .people h3, .content .people h3 a {
	background-color: inherit;
	font-weight: bold;
	color: #484e42;
	text-decoration: none;
	padding-top: 0;
	float: left;
}

.content .people h3 a:hover {
	background-color: inherit;
	color: #636c59;
}


/***********************************************************
Template: Courses and News listing
***********************************************************/
.content .courses {
	width: 100%;
	list-style-type: none;
	float: left;
}

.content .courses li, .content .newsList li {
	width: 100%;
	border-bottom: 1px solid black;
	list-style-type: none;
	margin-left: 0;
	float: left;
}

.content .courses .headings, .content .newsList .headings {
	background-color: white;
	font-size: .9em;
	color: inherit;
	border-bottom: 2px solid black;
}

.content .courses span, .content .newsList span {
	background-color: inherit;
	font-family: verdana, "tahoma" , sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: black;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	float: left;
	overflow: hidden;
}

.content .courses .date, .content .newsList .date {
	width: 75px;
}

.content .courses .title {
	width: 100px;
}

.content .courses .description {
	width: 170px;
}

.content .courses .type {
	width: 95px;
}

.content .courses .headings span, .content .newsList .headings span {
	font-weight: bold;
}

.content .courses a, .content .newsList a {
	width: 100%;
	background-color: #DCE0E1;
	color: black;
	float: left;
}

.content .courses a:hover {
	background-color: #DCE0E1;
	color: #dc0030;
}

/* News (3 column layout)
----------------------------------------------------------*/
.newsList {
	width: 100%;
	list-style-type: none;
	padding-bottom: 1em;
	float: left;
}

.newsList span {
	background-color: inherit;
	font-family: verdana, "tahoma" , sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: black;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	float: left;
}

.newsList .title {
	width: 120px;
}

.newsList .description {
	/*width: 263px;*/
	width: 257px;
}

.newsList .description span {
	font-size: 1.2em;
	display: inline;
}

.newsList .description .highlight span {
	font-size: .8em;
	font-weight: bold;
	padding-right: .3em;
}

.newsList span span {
	padding: 0;
}

/***********************************************************
Template: Flash movies
***********************************************************/
.flashPlayer {
	padding-bottom: 20px;
}

/***********************************************************
Template: iFrame
***********************************************************/
/*: Template section: iFrame
----------------------------------------------------------*/
.iFrame iframe {
	width: 100%;
	height: 500px;
	border: none;
	float: left;
	display: block;
}

/***********************************************************
Template: Course enrollment
***********************************************************/
/*: Template section: Enrollment form
----------------------------------------------------------*/
.enrollmentForm ul li {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	margin: 0;
	float: left;
	list-style-type: none;
}

.enrollmentForm label {
	width: 160px;
	display: block;
	float: left;
}

.enrollmentForm select {
	margin-left: 160px;
}

.enrollmentForm select.error {
	border-color: red;
}

















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

