/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #000000;
	color: #fff;
	font: normal 75% "Lucida Sans Unicode",sans-serif;
	margin: 0 12%;

}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {
	font: normal 2.4em sans-serif;
	font-style:italic;
}
h2 {
	font: bold 1.6em;
	padding-bottom: 4px;
/*	border-bottom:1px dashed #cccccc; */

}

/* misc */
.clearer {clear: both;}
.stripes {
	width:100%;
}


.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 250px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	border: 1px solid #444;
	border-top: none;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}

.main .left {width: 174px;}
.main .right {width:520px;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
}
.castbox{
	width:125px;
	height:250px; 
	float:left;
	margin:10px;

}
.castbigimg{
	width:250px;
	height:400px;
	float:left;
}
	
.castthumb{
	margin-left:10px;

}
.castthumb img{
	margin-left:10px;
	margin-bottom:10px;

}

.castinfo td{
	padding:2px;
	margin:2px;
}




/* content elements */


.rollbook tr:hover{
	background-color:#660000;

}

.rollbook td{
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}

.tablehead{
	background-color:#666666;
	font-weight:bolder;
	font-size:larger;

}

.content .note{
	border-bottom:1px dotted #666666;
}

.coursebox{
	margin-bottom:10px;
	padding-bottom:10px;
}
.system{
	float:left;
}
.system-head{
	background-color:#666666;
	border-bottom:3px double #ffffff;
	font-weight:bolder;
	font-size:larger;

}
.system-option{
	width:250px;
	margin-left:10px;
	float:left;
}

.nedan{
	font-size:larger;
	font-weight:bolder;
}

.content h1 {
	background: url(img/bgh1.gif) repeat-x left top;
	color:#FF3300;
	font-weight:bolder;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	
}
.content h2{
	font-size:1.8em;
	font-weight:bolder;
	background-image:url(img/bar-thin5px.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-top:30px;
	padding-top:5px;

}

.content a {
	color: #ffff99;
	text-decoration: underline;
}
.content a:hover {color: #ff0000;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {
	background: #191919 url(img/nav.gif);
}

.nav a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(img/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #2a2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}


/* footer */
.footer {
	font-size:small;
	background: #191919;
	border-top: 1px solid #444;
	color: #ffffff;
	padding: 1% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

strong{
	color:#FFff00;
	font-weight:bolder;
}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}