* {margin:0}


body {
	color: #4f6b72;
	font-size: 16px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;

}

div#main {
	background-image: url(../includes/images/notizblock_bg.jpg);
	border:	0px dotted #ccc;
	height: 1300px;
}

div.spacer {
	
	height:	1em;
}

div#header {
	
}

#header_icons {
	padding-top: 13px;

}

div#navbar {
	
	padding:	10px 0;
}

div#navbar ul {
	list-style: none;
	display: block;
	margin: 0 10px;
}

div#navbar ul li {
	float: left;
	margin: 0 1.5em;
	font: bold 1em Arial;
}

div#footer {
	
}

div.items {
	margin-bottom: 5px;
	width: 40px;
	height: 40px;
	background-color: red;
}


div#login {
	width: 300px;	
	margin-top:		130px;
	margin-left: 	60px;
	text-align: right;
}

div.bigBox {
	background-image: url(../images/bigBox.png);
	height: 650px;
	width: 460px;
	text-align: center;
	vertical-align: middle;
}

div.bigBox h3 {
	color:	#000;
	text-align:	center;
	valign:	middle;

}

.storytitle {
	margin-bottom: 0;
	padding-bottom: 0;
	
}

.title_16 {
	height: 50px;
	margin-top: 50px;
	padding: 5px 150px 5px 150px;
}

.title, .title input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	letter-spacing: 2px;
}
.title input, form.title{
	padding: 0;
	margin: 0;
	height: 35px;
}

div#storyid {
	display: none;
}
div#story {
	margin: 0px;
	font-size: 0.9em;

}
div#story h3 {
	vertical-align: middle;
	margin: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 25px;
	padding-bottom: 3px;
	height: 30px;
}

#story .chapter a {

	padding-left: 15px;
}

div#map {
	color: #000;
}

div.draggable {
}

div.waypoint {
}

.ui-widget-header {
	font-size: 18px;
	padding: 5px;
}



#story_player, #main_screen {
	height: 650px;
	font-size: 24px;
	text-align: left;
	position: relative;
	padding: 0 30px 0 30px;
}

#player_message, #main_message{
	position: absolute;
	top: 170px;
}

#main_message {
	text-align: center;
	width: 80%;
}

#player_message {
	position: relative;
	top: 20px;
}


#add_item, #remove_item {
	height: 48px;
	width: 48px;
	float: left;
	z-index: -500;
}
#add_item h3{
	padding-left: 20px;
	z-index: 0;
}

#add_item, #upload_button {
	float: left;
}
#remove_item, #trash {
	float: left;
}

#play_story {
	height: 48px;
	width: 48px;
	float: right;
	z-index: -500;
}

.deadend {
	background-color: red;
}

.text_wrong, .text_right {
	padding: 10px;
	margin-bottom: 10px;
}

.text_wrong {
	
	background-color: 	#FFCCCC;
}

.text_right {
	background-color: 	#CCFFCC;
}


.icon_wrong, .icon_right {
	float: right;
	height: 24px;
	width: 24px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;	
}


.icon_wrong {
	margin-left: 5px;
	background-image: url('../includes/images/icons/156_Red-Circle_24x24.png');
	background-repeat: no-repeat;
}

.icon_right {	
	
	background-image: url('../includes/images/icons/155_Green-Circle_24x24.png');
	background-repeat: no-repeat;
}	

.icon_wrong_big {
	background-image: url('../includes/images/icons/156_Red-Circle.png');
	background-repeat: no-repeat;
}

.icon_right_big {
	background-image: url('../includes/images/icons/155_Green-Circle.png');
	background-repeat: no-repeat;
}	

.icon_wrong_big, .icon_right_big, .icon_wrong_big_hl, .icon_right_big_hl {
	height: 64px;
	width: 64px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding-top: 15px;
	position: absolute;
}

.icon_wrong_big_hl {
	background-image: url('../includes/images/icons/156_Red-Circle_HL.png');
	background-repeat: no-repeat;
}

.icon_right_big_hl {
	background-image: url('../includes/images/icons/155_Green-Circle_HL.png');
	background-repeat: no-repeat;
}

.icon_wrong_big_hr {
	background-image: url('../includes/images/icons/156_Red-Circle_HR.png');
	background-repeat: no-repeat;
}

.icon_right_big_hg {
	background-image: url('../includes/images/icons/155_Green-Circle_HG.png');
	background-repeat: no-repeat;
}



/* Table */

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th, .table_header {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #B8DAFB;
	vertical-align: middle;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border: 0px solid #C1DAD7;
	border-bottom: 0px solid #C1DAD7;
	vertical-align: middle;
	padding: 2px 6px 2px 12px;
	color: #4f6b72;
}
td.nopad {
	padding: 0px;
	padding-top: 0px;
	vertical-align: middle;
}

td.alt {
	background: #F5FAFA;
	color: #797268;
}


table {
	font-size: 14px;
	margin-bottom: 20px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#table_stories, .table_stories, #table_user {
	margin-bottom: 20px;
}

#table_user, #table_class, #table_teacher, .table_stories_small {
	
	font-size: 12px;
}

#table_user {
	margin-bottom: 0px;
}
#table_user td {
	padding-right: 0px;
	margin: 0;
}
#table_user input {
	padding: 0;
	margin: 0;
}

#table_teacher, #table_teacher_form {
	font-size: 11px;
	
}
#table_teacher th, #table_teacher_form th {
	height: 20px;
}
#table_teacher tr, #table_teacher_form tr {
	height: 20px;
}

#table_teacher td, #table_teacher_form td {
	padding-top: 0px;
	padding-bottom: 0px;
}

.table_content {
	height: 250px;
	overflow: auto;
	
}

/* Stats */

#userstats {
	margin-top: -0px;
}


#userstats .ui-accordion-content {
	padding: 1px;
}

#userstats h3 {
	font-size: 0.7em;
}

#userstats h3 .solved_trails {
	display: inline;
	text-align: right;
	float: right;
}

.table_userstats {
	font-size: 0.7em;
}

.table_userstats tr {
	height: 10px;
}
.table_userstats td {
	h
	padding: 0;
}


/* mtls stories */

#mtls_stories {
	font-size: 0.7em;
}

/* Admin */

#admin_menu li {
	font-size:			0.8em;
	display: 			inline;
	list-style-type:	none;
	padding-right:		20px;
}


.menu_selected {
	text-decoration: underline;
}

#admin_menu a, #admin_menu a:visited {
	color: #3A5B7C;
}

.filter {
	opacity: 0.9; 
	-moz-opacity: 0.9; 
	filter: alpha(opacity=1);
	margin: 0px 0px 0px -7px;
}

.dimmed {
	opacity: 0.3; 
	-moz-opacity: 0.3; 
	filter: alpha(opacity=3);
}

.closed {
	display: none;
}

#message {
	margin: 3px 0 3px 0;
	text-align: center;
}

.success {
	color: green;
}

.error {
	color: red;
}

.odd {

}

tr.even {
	background: #000;
	background-color: #DAE9FA;
	color: #000;
	opacity: 0.9; 
	-moz-opacity: 0.9; 
	filter: alpha(opacity=1);
}

.ui-helper-reset { border: 0; }

.ui-accordion {
	z-index: 1;
}


