BODY {
	{background-attachment: fixed};
}

a:link {
	text-decoration: none;
	color: darkblue;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: darkblue;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: darkblue;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

a.author:link {
	text-decoration: none;
	font-weight: normal;
	color: black;
}

a.author:visited {
	text-decoration: none;
	font-weight: normal;
	color: black;
}

a.author:active {
	text-decoration: none;
	font-weight: normal;
	color: black;
}

a.author:hover {
	background-color: darkblue;
	color: white;
}

input {
    border: 1px solid darkblue;
    background: #d9f1f5;
}

input:hover {
    border: 1px solid #a6cee5;
    background: #eafbfe;
}

select {
	border: 1px solid silver;
    background: #d9f1f5;
}

button {
    border: 1px solid darkblue;
    background: #d9f1f5;
}

.btn {
    padding: 3 5 3 5;
}

button:hover {
    border: 1px solid #a6cee5;
    background: #eafbfe;
}

textarea {
	background: #d9f1f5;
}

textarea:hover {
    border: 1px solid #a6cee5;
    background: #eafbfe;
}

ul {
	list-style: none;
	display: block;
	margin: 0 0;
	padding: 10px 40px 10px;
}

div.exercise ul {
	list-style-type: square;
}

ol {
	display: block;
	margin: 0 0;
	padding: 10px 40px 0px;
}

h1{
	font-family: Tahoma, Geneva, sans-serif;
	color: #70a5ea;
	text-shadow: 1px 1px 3px #666, -1px -1px 3px #FFF, 1px 1px #666, -1px -1px #FFF;
}

.fejlec{
	background-color: lightblue;
	height: 14px;
	position: relative;
	top: 10px;
	right: 6px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding: 5px;
	/*color: #0083ab;*/
}

a.teaching{
	color: #0083ab;
}

.teaching {
	width: 270px;
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background-color:#bddbfa;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	#text-shadow:1px 1px 0px #528fcc;
}

.teaching:hover {
	background-color:#80b5ea;
	color: #005670;
	text-decoration:none;
}

.teaching:active {
	position:relative;
	top:1px;
}

a.teachingTeacher{
	color: #1cab00;
}

.teachingTeacher {
	width: 270px;
	-moz-box-shadow:inset 0px 1px 0px 0px #dcfbe3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcfbe3;
	box-shadow:inset 0px 1px 0px 0px #dcfbe3;
	background-color:#a8f5a8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84f3b6;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	#text-shadow:1px 1px 0px #528fcc;
}

.teachingTeacher:hover {
	background-color:#80ea9e;
	color: #02a268;
	text-decoration:none;
}

.teachingTeacher:active {
	position:relative;
	top:1px;
}

.week {
	padding: 0px 0px 10px;
}

.tem {
	padding: 0px 0px 10px;
}

tr.dropt:hover {
	text-decoration: none;
	background: #ffffff;
	z-index: 3;
}

tr.dropt span.pw {
	position: absolute;
	background-color: white;
	left: -9999px;
	height: 50px;
	width: 400px;
	margin: 20px 0 0 0px;
	padding: 3px 3px 3px 3px;
	border-style:double;
	border-color:red;
	border-width:1px;
	z-index: 6;
}

tr.dropt span.info {
	position: absolute;
	left: -9999px;
	margin: 20px 0 0 0px;
	padding: 3px 3px 3px 3px;
	border-style:solid;
	border-color:black;
	border-width:1px;
	z-index: 3;
}

tr.dropt:hover span.info {
	left: 2%;
	margin: 20px 0 0 170px;
	background: #ffffff;
	z-index: 3;
} 

.dropv, .dropv ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.dropv a {
	display: inline;
	color: black;
}

.dropv li ul {
	position: absolute;
	background: lightblue;
	padding: 0px 0px 0px 0px;
	left: -9999px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}

.dropv li:hover ul {
	left: auto;
	z-index: 3;
}

.dropv li ul li a {
	padding: 2px px 0px 0px;
	color: black;
	text-decoration: none;
	display: block;
	margin: 5px 5px 5px 5px;
}

.dropv li ul li a:hover {
	text-decoration: underline;
}

#page_screen
{
   background-color:#000000;
   filter:alpha(opacity=80);
   opacity: 0.8;
   position:absolute;
   top:0px;
   left:0px;
   width:100%;
   display:none;
   z-index:5;
}

.upArrow {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url('../image/up_small.png') bottom;
	text-indent: -99999px;
}
.upArrow:hover {
	background-position: 0 0;
}

.upArrowActive {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url('../image/up_small.png') top;
	text-indent: -99999px;
}

.downArrow {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url('../image/down_small.png') bottom;
	text-indent: -99999px;
}
.downArrow:hover {
	background-position: 0 0;
}

.downArrowActive {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url('../image/down_small.png') top;
	text-indent: -99999px;
}


span.showName {
	background-color: white;
	position: absolute;
	margin: 20px 0 0 0px;
	padding: 0;
	border-style:solid;
	border-color:black;
	border-width:1px;
	z-index: 3;
}

ul.userName {
	list-style: none;
	display: block;
	margin: 0 0;
	padding: 0;
}

li.free {
	cursor: pointer;
	padding: 5px 5px 5px 5px;
	top: 50%;
}

li.free:hover {
	background-color: lightblue;
}

li.reserved {
	padding: 5px 5px 5px 5px;
	background-color: red;
}