body {
	position: relative;
	font-size: 12px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #666;
	background-color: #F7F7F7;
#	background-image: url(../resources/diagonal-noise.png);
	background-repeat: repeat;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

iframe {
    padding:0px;
    margin:5px;
}

#header {
	-moz-box-shadow: 0px 0px 5px #AAA;
	-webkit-box-shadow: 0px 0px 5px #AAA;
	box-shadow: 0px 0px 5px #AAA;

	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto 0 auto;
	width: 768px;
	min-height: 30px;
	background-color: #FFFFFF;
	vertical-align:bottom!important;
}

#logospace {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 768px;
	margin: 0 auto 0 auto;
}
#gdilogo {
	width: 439;
	height: 86px;
}

#semlogo {
	width: 320px;
	height: 103px;
	padding-left: 5px;
	margin: 0 auto 0 0;
}

#footer {
	margin: 20px  auto 40px auto;
	width: 768px;
}

#faulogospace{
	width: 150px;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float:right;
}

#faulogo{
	width: 150px;
	height: 40px;
}

#content h1 {
	color:#DA1820;
	margin-top:40px;
	font-size:150%;
}

.topmost{
	margin-top: 15px!important;
}

#content p {
	text-align: justify;
}

#topmenu, #topmenuRight, #semmenu {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	font-weight: bold;
	display:inline-block;
}

#semmenu{
	margin-left:20px!important;
}

#topmenu li, #topmenuRight li{
	display: inline;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #D7D7D7;
}

#topmenu li a, #topmenuRight li a{
	color: #0F5B86;
	text-decoration: none;
	font-size: 115%;
	font-weight: bold;
}

#topmenu li a:hover, #topmenuRight li a:hover{
	color: #A09D12;
}

.lastmenu, .spacemenu{
	border-right: 0px!important;
}

.spacemenu{
	margin-right:239px;
}

.right {
	float:right;
}

#impress {
	text-decoration: none;
	font-weight: bold;
	color: #454545;
}

#impress:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #0287D3;
}

a:hover {
	color: #A09D12;
}

#signupreport {
	padding:10px;
	margin-left:20px;
	margin-right:20px;
	border:1px solid #D7D7D7;
}


#error{
	-moz-box-shadow: 0px 0px 5px #DA1820;
	-webkit-box-shadow: 0px 0px 5px #DA1820;
	box-shadow: 0px 0px 5px #DA1820;

	-moz-border-radius: 4px;
	border-radius: 4px;

	margin-left:30px;
	margin-right:30px;
	margin-bottom:50px;
	padding:10px;

	color: white;
	background-color:#0F5B86;
}

#error h2 {
	margin:0px;
}

#error p{
	padding-top:5px;
	margin:0px;
}

.header{
	font-weight:bold;
	text-align:center;
}

.colheader {
	font-weight:bold;
	text-align:right;
}

#files, #timetable, #infos{
	-moz-box-shadow: 0px 0px 6px #BBB;
	-webkit-box-shadow: 0px 0px 6px #BBB;
	box-shadow: 0px 0px 6px #BBB;

	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f3f3f3;

	border-spacing:0px;
}

#files td{
	padding-left:8px;
	padding-right:4px;
	vertical-align:top;
}
.header{
	background-color:#f3f3f3!important;
}

.odd{
	background-color:#fff;
}

#content {
	-moz-box-shadow: 0px 0px 5px #AAA;
	-webkit-box-shadow: 0px 0px 5px #AAA;
	box-shadow: 0px 0px 5px #AAA;

	-moz-border-radius: 4px;
	border-radius: 4px;

	padding: 0px 10px 10px 10px;
	margin: 0 auto 0 auto;
	width: 788px;
	background-color: #FFFFFF;
}

#content_inner {
	padding: 10px 20px 15px 20px;
    position:relative;
}

#crumb{
	text-align:center;
	margin:0px;
	padding:8px 14px 9px 14px;
	background-color:#575757;
	color:white;
	font-weight:bold;
	font-size:200%;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;

	-moz-box-shadow: inset 0px -2px 3px #303030;
	-webkit-box-shadow: inset 0px -2px 3px #303030;
	box-shadow: inset 0px -2px 3px #303030;

	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#373737)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #575757,  #373737); /* for firefox 3.6+ */

}

.rue{
	height:50px;
	background-color:#DA1820!important;
	color:white;
	font-weight:bold;
	text-align:center;
	padding-left: 4px;
	padding-right: 4px;

	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tue{
	height:50px;
	background-color:#0F5B86!important;
	color:white;
	font-weight:bold;
	text-align:center;

	-moz-border-radius: 4px;
	border-radius: 4px;
}

.vorl{
	height:50px;
	background-color:#A09D12!important;
	color:black;
	font-weight:bold;
	text-align:center;

	-moz-border-radius: 4px;
	border-radius: 4px;
}

.room{
	font-weight:normal!important;
	color:white;
	opacity:0.5;
}

span.room a{
	font-weight:inherit;
	color:inherit;
}


.small{
	font-size:80%;
}

#infos{
	background-color:#ECEA82;
}

#infos td{
	padding:4px;
	vertical-align:top;
	border-bottom:1px dotted #A09D12;
}

#infos .oldest{
	border-bottom:0px solid #ECEA82!important;
}

#infos .colheader{
	color:white;
	background-color:#A09D12;
	vertical-align:middle;
	border-bottom:1px dotted #ECEA82;
}

#infos .medium{
	background-color:#FCFAD2;
}

#infos .urgent .colheader {
	background-color:#ba0208;
	border-bottom:1px dotted #EC8A82;
}

#timetable{

}

#timetable td{
	width:10%;
	height:40px;
}

#timetable .sep {
	border-right:1px solid #d3d3d3;
}

#timetable .morer {
	border-right:1px solid rgba(255, 255, 255, 0.3);
}

#timetable .more {
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
}

#timetable .header {
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #d3d3d3;
	height:auto!important;
}

#timetable .colheader{
	font-weight:bold;
	text-align:center;
	height:auto!important;
}
#timetable hr{
	border-color:black;
	border-style:dotted;
}

#timetablelegend{
	margin-left:auto;
	margin-top:10px;
}

#timetablelegend td{
	font-weight:bold;
}

#timetablelegend .rue, #timetablelegend .tue, #timetablelegend .vorl{
	padding:1px 6px 1px 6px;
	height:auto!important;
	width:auto!important;

	-moz-border-radius: 4px;
	border-radius: 4px;
}

.rounded{
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.shadow{
	-moz-box-shadow: 0px 0px 5px #AAA;
	-webkit-box-shadow: 0px 0px 5px #AAA;
	box-shadow: 0px 0px 5px #AAA;
}

.center, .caption, .alignCenter {
	text-align: center;
}

.caption{
	padding-left:3px;
	font-size:80%;
	margin-bottom:20px;
	line-height: 110%
}

.rotate {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	transform: rotate(-90deg);
}

td.segment {
	background-color:#0F5B86;
	color:white;
	border-bottom: 2px solid white;
	text-align:center;
	vertical-align:middle;
	padding-left:0px!important;
	padding-right:0px!important;
	font-weight:bold;
}

td.upright {
}

.nobreak {
	white-space:nowrap;
}

.alignRight {
	text-align:right;
}

.alignLeft {
	text-align:left;
}

td.evaluate {
    color:rgba(0,0,0,0);    
}
td.evaluate span{
    color:black;
}

div.popup {
    position:absolute;
    z-index:1000;    
    width:300px;
    min-height:150px;
    
    background-color: white;
    border: 1px dashed #0F5B86;
    
    -moz-box-shadow: 0px 0px 5px #AAA;
	-webkit-box-shadow: 0px 0px 5px #AAA;
	box-shadow: 0px 0px 5px #AAA;
    
    padding:8px;
}

div.popup h3 {
    margin:0px;
    padding:0 0 10px 0;
}

div.popup div.right {
    text-align:right;
    width:100%;
    padding-right:8px;
}

div.starrating {
    display:inline; 
    cursor:pointer;
}

div.starrating div {
    display:inline;  
}

div.popup textarea{
    width:270px;
    height:100px;
    margin-left:0px;
}

div#rating h2, div#rating p{
    margin-left:40px;
}

div#rating h2 {
    margin-bottom:0px;
}

div#rating div.rating p {
    margin-top:0px;
    margin-bottom:4px;
    margin-left:16px!important;
}

div#rating p {
    margin-top:0px;
    margin-bottom:4px;
}

div#rating div.rating {
    margin-left:50px;
    border:1px dashed gray;
    padding:6px 8px 6px 8px;
    margin-bottom:4px;
}

td.evaluate {
    text-align:center;
    vertical-align: middle;
}

td.evaluate .red {
    color:red;    
    width:inherit;
}
div.popup {
    text-align:center;
}

div.popup .label{
    color:silver;
    display:inline-table;
    line-height: 80%;
}

div.popup .label label{
    font-size:80%;
}

tr.newexam td {
	border-top:2px solid #fafafa;
}


//red #DA1820
//dark blue #0F5B86
//blue #0287D3
//dark yellow #A09D12
//light yellow #ECEAA2
//brown #868408
