/* module / tool icons on a courses home page */
ul#home-links {
	list-style: none;
}
ul#home-links li {
	display: inline;
	float: left;
	padding: 1.5em;
	margin: 0.1em;
	width: 8.5em;
	height: 7.0em;
}
ul#home-links li a {
	text-decoration: none;
	border: 1px transparent;
}
ul#home-links li a img {
	border: 0px;
	display: block;
	text-align: center;
}

/* glossary terms (glossary/index.php is edited to include class name on heading and dl) */

h3.glossary {
border-bottom: dotted 1px gray;
background: #eee;
}


/* all announcements on a courses home page */ 
.announcements-container {
clear: both;
}

/* a single announcement on home page */ 
.announcement-single {
margin-bottom: 10px;
}

/* users/index.php 
   used for the "my courses" at a users start page */
div.course {
	position: relative;
	width: 300px;
	height: 10.5em;
	border: rgb(204, 204, 204) 1px solid;
	background-color: white;
	float: left;
	margin: 3px;
	padding: 3px;
}

div.course.break {
	clear: left;
}

div.course h2 {
	border: 0px;
	font-weight: normal;
	font-size: large;
}

div.course:hover {
	background-color:#D1E3ED;
	border: #AAAAAA 1px solid;
}

div.course a {
	text-decoration: none;
}

div.course:hover a {
	color: #006699;
}

div.course a:hover {
	color: #000000;
}

div.course p {
	font-size: small;
}

div.course p a {
	font-weight: bold;
}

div.course img.icon	{
	float: left;
	margin: 2px;
	height:6.8em;
	width:6.8em;
}

div.course div.shortcuts {
	text-align: right;
	clear: left;
	vertical-align: middle;
}


/* the "manage tools" page 
   makes an inline list under course -> manage */

ol#tools { width: 90%; }
/* ol#tools>li */ li.top-tool { padding: 2px 2px 2px 15px; margin-bottom: 5px; line-height: 200%; background-color: #fdfdfd; border-bottom: 1px solid #efefef; -moz-border-radius: 4px; list-style-position: inside;  border: 1px solid #eeeeff;}

ol#tools>li:hover {
	border: 1px solid #e0e0e0;
	background-color: #f5f5ff;
}

li.top-tool a {  font-weight: bold; } /* ol#tools>li>a */ 

li.child-tool a { 
	font-size: x-small;
	font-weight: normal; 
}

/* ol#tools>li>ul, */ ul.child-top-tool {
	margin-top: -5px;
	padding-left: 0px;
	margin-left: 0px;
	display: inline;
}
ul.child-top-tool:before {
	content: " : ";
}

/* ol#tools>li>ul>li, */ li.child-tool {
	display: inline;
	margin-right: 5px;
	font-size: x-small;
}


/* browse courses in course catalogue */
dl.browse-course {
	width: 100%;
	padding-bottom: 25px;
}
dl.browse-course dt {
	float: left;
	font-weight: bold;
	width: 25%;
	text-align: right;
	clear: left;
	padding: 5px 10px 5px 0px;
	vertical-align: middle;
}
dl.browse-course dd {
	margin-bottom: 5px;
	clear: right;
	padding: 5px 0px 5px 10px;
	margin-left: 26%;
	border-left: 1px solid #e0e0ff;
}

/* enrollment tabs: tabs with info on enrolled, assistants, alumini, not enrolled etc.  */
#navlist {
	padding: 0px;
	margin-left: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;
	white-space: nowrap;
}

#navlist li {
	list-style: none;
	display: inline;
	margin: 0px;
}

#navlist li a {
	padding: 3px 9px;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	background: #fafafa;
	text-decoration: none;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	white-space: nowrap;
}

#navlist li a:hover, #navlist li a.active {
	color: #fff;
	background: #ACACAB;
}

/* profile page and admin/index.php */
dl#public-profile, dl.col-list {
	width: 100%;
	padding-bottom: 25px;
}
dl#public-profile dt, dl.col-list dt {
	float: left;
	font-weight: bold;
	width: 25%;
	text-align: right;
	clear: left;
	padding: 5px 10px 5px 0px;
	vertical-align: middle;
}
dl#public-profile dd, dl.col-list dd {
	margin-bottom: 5px;
	clear: right;
	padding: 5px 0px 5px 10px;
	margin-left: 26%;
	border-left: 1px solid #eee;
}

dl.col-list dt { width: 30% }
dl.col-list dd { margin-left: 32% }



/* forum styles */
#forum-thread li { clear:left; border:1px solid #eee; border-bottom: 1px solid #f0f0f0; float:left; width: 98%; list-style: none; }
#forum-thread li.even { background: #fdfdfd; border-top: none; }
#forum-thread li.odd { background: #fff; }
div.forum-post-author { float:left; width:140px; padding:8px 10px; }
div.forum-post-author a.title {	font-size: 1.1em; line-height: 1.2em; font-weight: bold; text-decoration:none; }	
div.forum-post-author img.profile-picture { border: 2px solid #f0f0f0; background: url('http://www2.helsekompetanse.no/atutor-banners/profilepic-forumbg.jpg');}
div.forum-post-content { margin-left: 150px; padding: 5px 0px 18px 18px; }
div.forum-post-content h3 { font-weight: 500; }
div.forum-post-ctrl { float: right; padding-right: 5px; color: #a1a1a1; }
div.forum-post-ctrl a { text-decoration: none; }
div.forum-post-ctrl span { color: black; background-color: #fefdc2; padding: 3px; }
div.forum-post-content p.date { color: #a1a1a1; border-bottom: 1px solid #f0f0f0; font-size: 85%;}
div.forum-post-content div.body p { margin-bottom:20px; }
div.forum-post-content div.body {padding: 2px 10px 2px 0px; }

/* styles the "in reply to" blockquote in forums */ 
blockquote.block {
background: #eee;
padding: 2px 10px;
border-left: solid 3px gray;
}

/* inbox styles - reuses some of the forum layout */
#inbox-msg li { clear:left; border:1px solid #eee; border-bottom: 1px solid #f0f0f0; width: 98%; list-style: none; }

/* styles the link to new messages in inbox */ 
strong.new-messages {
background: #4287CC;
padding: 2px 4px;
/* border: solid 1px black; */ 
}

strong.new-messages a { 
	color: white;
	}