/* @override http://www.fabianknoerr.de/ggl/skins/default/css/main.css */

body {
	font: 69% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	color: Black;
	margin: 0;
	padding: 0;
}

.big {
	font-size: 120%;
}

table {
	font-size: 100%;
}

a {
	color: #436976;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: middle;
}

p {
	margin: 1 0 0.75em 0;
	line-height: 1.5em;
}

p img {
	border: none;
	margin: 0;
}

hr {
	border: 0;
	height: 1px;
	color: #8cacbb;
	background-color: #8cacbb;
	margin: 0.5em 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: Black;
	background-color: transparent;
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #8cacbb;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: Black ! important;
	text-decoration: none;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
	border-bottom: none;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
}

h4 {
	font-size: 110%;
	border-bottom: none;
	font-weight: bold;
	margin-top: 10px;
}

h5 {
	font-size: 100%;
	border-bottom: none;
	font-weight: bold;
}

h6 {
	font-size: 85%;
	border-bottom: none;
	font-weight: bold;
}

h1 {
	text-align: left;
	padding: 0em 0 0 0.5em;
	margin: 1em 0 1em 0;
	border: none;
	border-left: 1em solid #336699;
	line-height: 1em !important;
	font-weight: ;
}

ul {
	line-height: 1.5em;
	margin: 0.5em 0 0 1.5em;
	padding: 0;
	list-style-image: url(http://www.uni-giessen.de/cms/bullet.gif);
	list-style-type: square;
}

ol {
	line-height: 1.5em;
	margin: 0.5em 0 0 2.5em;
	padding: 0;
	list-style-image: none;
}

li {
	margin-bottom: 0.5em;
}

dt {
	font-weight: bold;
}

dd {
	line-height: 1.5em;
	margin-bottom: 1em;
}

fieldset {
	border: 1px solid #8cacbb;
	margin: 1em 0em 1em 0em;
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
	width: auto;
}

legend {
	background: White;
	padding: 0.5em;
	font-size: 90%;
}

form {
	border: none;
	margin: 0;
}

label {
	font-weight: bold;
	display: block;
}

.valueSet {
	margin-top: 10px;
}

textarea {
	font: 100% Monaco, "Courier New", Courier, monospace;
	border: 1px solid #8cacbb;
	color: Black;
	background: White url(http://www.uni-giessen.de/cms/input_background.gif) repeat-x;
	width: 95%;
	max-width: 600px;
}

input {
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 120%;
	visibility: visible;
	border: 1px solid #8cacbb;
	color: Black;
	vertical-align: middle;
	background: White url(http://www.uni-giessen.de/cms/input_background.gif) repeat-x;
}

button, input.button, .button, input[type=submit] {
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	visibility: visible;
	border: 1px solid #8cacbb;
	color: Black;
	vertical-align: middle;
	background: White url(http://www.uni-giessen.de/cms/input_background.gif) repeat-x;
	cursor: pointer;
	height: 24px;
	font-size: 1em;
	text-transform: lowercase;
}

div.autoInput input {
	background: transparent;
}

div.inputBackground {
	z-index: -10;
	margin-left: 13px;
	margin-top: 3px;
	padding: 3px;
	width: 200px;
	height: 13px;
	position: absolute;
	color: grey;
}

a.button {
	text-decoration: none;
	width: 85px;
	padding: 5px;
}

select {
	border: 1px solid #8cacbb;
	color: Black;
	background-color: White;
	vertical-align: top;
	max-width: 80%;
}

optgroup {
	font-style: normal;
	font-weight: bold;
	color: #999;
	padding-left: 0.25em;
}

option {
	color: black;
}

optgroup > option {
	padding: 0 0.25em 0 1em;
}

abbr, acronym, .explain {
	border-bottom: 1px dotted Black;
	color: Black;
	background-color: transparent;
	cursor: help;
}

q {
	font-family: Baskerville, Georgia, serif;
	font-style: italic;
	font-size: 120%;
}

blockquote {
	padding-left: 0.5em;
	margin-left: 0;
	border-left: 4px solid #8cacbb;
	color: #76797c;
}

code {
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 120%;
	color: Black;
	background-color: #dee7ec;
	padding: 0 0.1em;
}

pre {
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 100%;
	padding: 1em;
	border: 1px solid #8cacbb;
	color: Black;
	background-color: #dee7ec;
	overflow: auto;
}

ins {
	color: green;
	text-decoration: none;
}

del {
	color: red;
	text-decoration: line-through;
}

div.admin {
	padding: 5px;
	margin: 5px;
	background-color: #dee7ec;
	color: black;
	border-color: #8cacbb;
	border-style: solid;
	border-width: 1px;
}

div#loginBox {
	float: left;
	background: #D4D4D4;
	overflow: hidden;
	padding: 5px;
	width: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
}

div#content {
	margin-left: 170px;
	padding-top:1em;
	max-width: 800px;
	margin-top: 0px;
}

.objectBox {
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 100%;
	padding: 1em;
	margin-top: 10px;
	border: 1px solid #8cacbb;
	color: Black;
	background-color: #dee7ec;
	overflow: auto;
	width: 60%;
}

div.eventPreview, div.project {
	margin-bottom: 15px;
	padding: 5px;
	padding-left: 10px;
	border: 1px dotted grey;
	padding-bottom: 10px;
}

.infoTextEnrolled {
	color: red;
}

.infoTextEnrolled::before {
	content: ">>> ";
}

.printableTable {
	border-spacing: 0px 0px;
	border-collapse: separate;
	border: 1px dotted;
}

.printableTable td {
	padding: 5px;
	border-top: none;
	border-left: none;
}

.printableTable thead,.printableTable tfoot {
	font-weight: bold;
}

.printableTable thead td {
	border-bottom: 1px solid black;
}

tr.even {
	background-color: #dee7ec;
}

tr.odd {
	background: #D4D4D4;
}

.printableTable tfoot td {
	border-top: 1px solid black;
}

p.infoLine {
	font-weight: bold;
	font-size: small;
	margin: 0px;
}

.switcher {
	background-color: red;
	-webkit-border-radius: 6px;
	height: 25px;
	width: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	padding-top: 3px;
	cursor: e-resize;
}

table.small td {
	padding: 0px;
	font-size: xx-small;
}

p.warning {
	font-size: medium;
	color: red;
}

.updateNotifier {
	border: 1px solid yellow;
	background-color
	margin-right: 10px;
	padding: 5px;
	background-color: #feffd8;
}

li {
	margin-left: 15px;
}

li.uncompleted {
	list-style-image: url(http://www.fabianknoerr.de/ggl/skins/default/images/uncompleted-icon.png);
}

li.open {
	list-style-image: url(http://www.fabianknoerr.de/ggl/skins/default/images/open-icon.png);
}

li.completed {
	list-style-image: url(http://www.fabianknoerr.de/ggl/skins/default/images/completed-icon.png);
}

@media screen {

.noScreen {
	display: none;
}

}

@media print {

div#content {
	margin-left: 0px;
}

div#loginBox {
	display: none;
}

.noPrint {
	display: none;
}

.footer {
	margin-top: 3em;
	text-align: center;
}

.printableTable {
	border-spacing: 0px 0px;
	border-collapse: separate;
	border: 0;
	border-left: 1px solid black;
}

.printableTable td {
	padding: 15px;
	border: 1px solid black;
	border-top: none;
	border-left: none;
}

.printableTable thead td {
	border-top: 1px solid black;
}

.printableTable thead,#eventHistoryTable tfoot {
	font-weight: bold;
}

.printableTable thead td {
	border-bottom: 1px solid black;
}

.printableTable tfoot td {
	border-top: 1px solid black;
}

}

.login {
	width: 90%;
}

a.backLink {
	font-size: 110%;
	width: 50%;
}

div.leftFloat {
	float: left;
	width: 300px;
	padding: 10px;
	padding-right: 20px;
	border-right: dotted 1px grey;
}

div.rightFloat {
	margin-left: 340px;
	width: 300px;
	padding: 10px;
}

.inPlaceTypeEditor {
	margin-left: 50px;
	background-color: lightgrey;
	padding: 10px;
}


