/* Colors:
	Background (blue): #29A2DB;
	Header background (yellow): #FFFF01;
	Bar background (reddish): #E61C28;
*/

body {
	background-color: #2B2B2B;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, sans-serif;
	padding: 0;
	font-size: 14px;
	color: white;
}

#footer {
	font-size: 80%;
}

#footer .sponsors img {
	/*height: 30px;*/
	vertical-align: middle;
}

a {
	color: white;
	/*color: white;*/
	/*text-decoration: none;*/
}

a img {
	border: 0;
}

#hExtra {
	margin-bottom: 10px;
}

#content h3 a {
	text-decoration: none;
}

#content {
	background-color: #191919;
	text-align: justify;
}

#content p.info, #content .warning, #content .error {
	background-color: yellow;
	padding: 5px;
	-moz-border-radius: 5px;
	color: black;
}

#content .error {
	background-color: red;
}

#content h1 {
	padding: 0;
	margin: 0;
}

#content form input {
	margin-top: 5px;
	margin-right: 20px;
}

#content form select {
	margin-top: 5px;
	margin-right: 20px;
}

#content form textarea {
	width: 400px;
	height: 200px;
	margin: 0;
	margin-top: 10px;
	margin-left: 8em;
}

#content form .textarea-toolbar {
	margin-top: 10px;
}

#content form .textarea-toolbar img {
	padding: 3px 2px;
	border: solid 1px #29A2DB;
}

#content form .textarea-toolbar img:hover {
	border: solid 1px black;
	background-color: #E61C28;
}

#content form .textarea-toolbar img:active {
	opacity: 0.5;
}

#content form textarea.gui {
	padding: 0;
	margin-left: 8.2em;
	margin-top: 0px;
}

#content form p {
	margin: 0;
	clear: left;
}

#content form fieldset legend {
	font-weight: bold;
}

#content form fieldset {
	margin-bottom: 15px;
}

#content form label {
	width: 8em;
	display: inline;
	margin-top: 5px;
	margin-right: 5px;
	text-align: right;
	float: left;
}

#content form label.check {
	width: auto;
	float: none;
}

#content form input.check {
	margin-left: 8em;
	float: left;
}


#content form br {
	clear: left; /*Clear left, so that images can be floated right*/
}

#content form .error_label {
	font-weight: bold;
	color: red;
	font-size: small;
}

.new-keywords {
	padding-left: 8em;
}

.new-keyword {
	margin: 5px;
}

.delete-keyword {
	font-size: 75%;
	vertical-align: top;
}

.delete-keyword:hover {
	cursor: pointer;
	text-decoration: underline;
}

.tag-list {
	margin-left: 8em;
	position: absolute;
	border: solid 1px black;
	border-bottom: 0;
	background: white;
	color: black;
}

.tag-list ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.tag-list ul li {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: solid 1px black;
}

.tag-list ul li.selected {
	background-color: gray;
	color: white;
}
