/* GENERAL */

.spinner {
}

h1 {
    color: #f7db14;
    font-weight: bold;
    font-size: 15px;
    margin: .8em 0 .3em 0;
}

h2 {
    color: #FBDB14;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0px;
}

p {
    margin-top: 0px;
}

ul {
    padding-left: 15px;	
}

input.button {
    border: 0;
}
input.button:focus, select:focus, textarea:focus {
    border: 0;
}

input, select, textarea {
	color: #9a9a9a;
    background-color: #222;
    border: 1px solid #595959;
    font: 14px verdana, arial, helvetica, sans-serif;
    padding: 3px;
    margin: 0;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #fbdb14;
}

.body {
    float: left;
    margin: 15px;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    margin-top: 5px;
    padding: 7px 12px;
}

.menuButton {
    font-size: 11px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #666 url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #FBDB14;
    color: #fff;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #333;
    border: 1px solid red;
    color: #f2b1b1;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 0px solid #ccc;
    width: 100%
}
tr {
    border: 0;
}
td, th {
    font: 14px verdana, arial, helvetica, sans-serif;
    line-height: 14px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}

th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    border: 0px solid #ccc;
    border-top: 0;
    color: #444;
    font-size: 11px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    border: 1px solid #aaa;
    color: #666;
    margin: 0 3px;
    padding: 4px 10px;
}
.paginateButtons a:hover {
    color: white;
    background: #555;
    border: 1px solid #FBDB14;
    margin: 0 3px;
    padding: 4px 10px;
}
.paginateButtons span {
    border: 1px solid #444;
    margin: 0 3px;
    padding: 4px 10px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
    vertical-align: middle;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
}

.buttons input {
    background: #666;
    border: 1px solid #aaa;
    color: #dbdbdb;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 0;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

/* marker for auto-replaced texts (article edit page) */
.replaced {
	background-color: #f0f0c8;
}

/* warning color to show that a text was modified */
.wasModified {
	background-color: #fad9b6;
}


/* ------------- */

body {
	background-color: #191919;
	color: #dbdbdb;
	font: 12px verdana, arial, helvetica, sans-serif;
}

/* fulltext match: */
.match {
	font-weight: bold;
}
/* for the '... matches for ...' text: */
.matchword {
	font-weight: bold;
	color: #bbb;
}

img  {
	border-width: 0;
}

a:link {
	color: #aaaaaa;
	text-decoration: none;
}
a:visited {
	color: #aaaaaa;
	text-decoration: none;
}
a:hover {
	color: #f7db14;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}

/* "Play"-like icon over thumbnails */
.playicon {
	margin-top: 20px;
	margin-left: 47px;
	background-image: url(../images/play2.png);
	background-repeat: no-repeat;
}
.playicon:hover {
	margin-top: 20px;
	margin-left: 47px;
	background-image: url(../images/playhigh2.png);
	background-repeat: no-repeat;
}
a:hover .playicon {
	margin-top: 20px;
	margin-left: 47px;
	background-image: url(../images/playhigh2.png);
	background-repeat: no-repeat;
}

/* for centering the video page content */
#VideoContainer {
   margin-left: -260px;	/* half the table width */
   margin-top: 120px;
   position: absolute;
   left: 50%;
   width: 600px;
   text-align: left;
   padding: 0px;
   z-index: 10;
}

/* for centering the homepage content */
#HomepageContainer {
	position:absolute;
	left:19%;
	margin-top:160px;
	padding:0px;
	width:600px;
}
#MapPageContainer {
	position:absolute;
	left:10px;
	margin-top:120px;
	padding:0px;
	width:1050px;
}
#PageContainer {
	position:absolute;
	left:20%;
	margin-top:160px;
	padding:0px;
}
/* for centering the homepage content */
#SearchContainer {
	position:absolute;
	left:10%;
	margin-top:160px;
	padding:0px;
	width:684px;
}

/* highlight words replaced by the spell checker */
.spellchecked {
	font-weight: bold;
}

.tagline {
	color: #9a9a9a;
	margin-left: 2px;
	margin-top: 5px;
}

.warning {
	color: black;
	background-color: yellow;
	border-width: 1px;
	border-color: gray;
	padding: 4px;
}

.azindex {
	margin-top: 25px;
	font-size: 11px;
}

.subthumb {
    margin-bottom: 5px;
    font-size: 12px;
}

input[type=submit]:hover {
	color: white;
	background-color: #666;
	border: 1px solid #FBDB14;
}
input[type=button]:hover {
	color: white;
	background-color: #666;
	border: 1px solid #FBDB14;
}

.homepageexamples {
    font-size: 12px;
    list-style: none;
    line-height: 15px;
    padding: 0;
    margin-left: 0;
}

.imprint {
    font-size: 10px;
    margin-top: 30px;
}

.ttsfeedback {
    padding: 10px;
    background-color: #333;
    border-width: 1px;
    border-color: gray;
}

.ttsfeedbacktext {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 130%;
    color:#eee;
}

.ttsfeedbackcopyright {
    margin-top: 12px;
    font-size: 10px;
}

.ttsword:hover {
    background-color:#777;
}

.ttsfeedback .intro {
    font-weight: bold;
}

.markedWord {
    background-color: yellow;
}

.flashplayer {
    outline:0px dotted invert;
}

.homepagenavitem {
    font-size: 10px;
}

.metaInfo {
    font-size: small;
    color: #aaa;
}

/** links inside text blocks */
.innerlink {
    color: #FBDB14 !important;
}

.maplicense {
    font-size: small;
    opacity: 0.75;
}


.clipnowText {
    color: #9A9A9A;
    margin-bottom:4px;
    margin-right:5px;
    font: 12px verdana, arial, helvetica, sans-serif;
}

.clipnowButton {
    width: 121px;
    height: 29px;
    background-image: url(../images/button.png)
}

.clipnowButton:hover {
    width: 121px;
    height: 29px;
    background-image: url(../images/button_high.png)
}

.left_box {
    width: 140px;
}

#sponsor {
    border: 1px solid #f7db14;
    cursor: pointer;
}

#sponsor:hover {
    background: #111;
}

#sponsor .inner {
    margin: 10px;
}

#sponsor a:hover {
    color: white;
}

#sponsor b {
    font-size: 14px;
}

#sponsor .underline {
    text-decoration: underline;
}

#sponsor .yellow {
    color: #f7db14;
}

.gray {
    color: #a9a9a9;
}
