/*-----------------------------------------------------------------------------
	Designspezifische Klassen
-----------------------------------------------------------------------------*/


/*	Allgemeine Klassen
----------------------------------------------------------->  */

.entry1 {
	background-color: #FEF298;
}

.entry2 {
	background-color: #FEEF81;
}


/*	Administration
----------------------------------------------------------->  */

div.admin a {
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 44px;
	padding: 9px 0px 0px 64px;
	font-weight: bold;
	white-space: nowrap;
}

div.admin a:hover {
	color: #ff0000;
	text-decoration: none;
}



/*	Templates
----------------------------------------------------------->  */

div.sub {
	
}

div.sub h2{
	margin-bottom: 14px;
}

div.true, div.false, div.neutral {
	padding: 5px 7px;
	border: 1px solid black;
}

div.true h2, div.neutral h2, div.false h2{
	margin-bottom: 4px;
	padding-bottom: 3px;
}

div.true {
	border-color: #00ff00;
}
div.true h2 {

}

div.false {
	border-color: #ff0000;
}
div.false h2 {
	color: #ff0000;
}


/*	Formulare
----------------------------------------------------------->  */

table.form td {
	padding-bottom: 14px;
	vertical-align: top;
	line-height: 13px;
}

table.form td.topic {
	padding: 0px 17px 22px 0px;
}

table.form td.text {
	padding: 0px 17px 22px 0px;
}

table.form input, table.form textarea {
	width: 300px;
}

table.form input.button {
	width: 120px;
}

table.form input.checkbox, table.form input.radio {
	width: auto;
}

table.form input.highlight, table.form textarea.highlight {
	border: 2px solid #FF0000;
	background-color: #FFFFFF;
	font-weight: bold;
}

table.form textarea.highlight {
	font-weight: normal;
}

table.form td table td {
	padding: 0px 6px 3px 0px;
}

table.form td h1 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.star {
	font-family: 'Courier New', Courier, mono; 
	font-weight: bold; 
	font-size: 17px; 
	color: #FF0000;
}



/*	Navigation
----------------------------------------------------------->  */

p.nav {
	margin-bottom: 20px;
}

table.nav td {
	font-size: 10px;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	line-height: 12px;
}

table.nav td a {
	color: #000000;
	text-decoration: none;
}

table.nav td a:hover {
	color: #999999;
	text-decoration: none;
}

table.nav td a.pages {
	color: #000000;
	text-decoration: underline;
}

table.nav td a.pages:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

img.button {
	margin: 2px 7px -1px 0px;
	width: 12px;
	height: 12px;
}

a.icon-left, 
a.icon-right, 
a.icon-new, 
a.icon-edit-images,
a.icon-upload-images, 
a.icon-delete,
a.icon-cache {
	margin-right: 25px;
	padding-left: 19px;
	
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

a.icon-left {
	background-image: url('../../gfx/admin/left.gif');
}

a.icon-right {
	background-image: url('../../gfx/admin/right.gif');
}

a.icon-new {
	background-image: url('../../gfx/admin/new.gif');
	font-weight: bold;
}

a.icon-delete {
	background-image: url('../../gfx/admin/delete.gif');
	font-weight: bold;
}

a.icon-edit-images {
	background-image: url('../../gfx/admin/edit-images.gif');
}

a.icon-upload-images {
	background-image: url('../../gfx/admin/upload-images.gif');
}

a.icon-cache {
	background-image: url('../../gfx/admin/cache.gif');
}


/*	Bildergalerie
----------------------------------------------------------->  */

td.album {
	width: 145px;
	text-align: center;
	padding: 7px 7px 22px 7px;
}

td.album h1 {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 14px;
	height: 28px;
}

td.album img {
	border: 1px solid #000000;
}

td.album p {
	width: 120px;
	margin: 5px auto;
	margin-bottom: 0px;
	font-size: 10px;
	line-height: 13px;
	text-align: justify;
}

table.thumbs td {
	font-size: 10px; 
	line-height: 10px; 
	padding: 2px;
}

table.thumbs td a {
	display: block;
	background-color: #fafafa;
	text-decoration: none;
	border: 1px solid #e0e0e0;
	padding-top: 7px;
	text-align: center;
	background-color: transparent;
	border: 1px solid transparent;
}

table.thumbs td a:hover {
	background-color: #ffffff;
	border: 1px solid #999999;
}

table.thumbs td a img {
	border: 1px solid #000000;
	margin-bottom: 3px;
}

table.thumbs td a:hover img {
	border: 1px solid #000000;
}


/*	Editor
----------------------------------------------------------->  */

td.smiley {
	padding: 0px 2px 2px 2px;
}

table.editor {
	margin: 6px 0px 0px 0px;
}

table.editor td {
	line-height: 18px;
	padding: 5px 5px 5px 7px;
}

table.editor td.spacer {
	line-height: 1px; 
	font-size: 1px; 
	padding: 0px;
}

table.editor th {
	font-size: 10px;
	padding: 3px 5px 3px 7px;
	background-color: #FEE636; 
	color: #736800;
	font-style: italic;
}

table.editor td a {
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
}

table.editor td a:hover {
	color: #666666;
	text-decoration: none;
}

table.editor td a.file {
	color: #777777;
	font-weight: normal;
	text-decoration: none;
}

table.editor td a.file:hover {
	color: #000000;
	text-decoration: none;
}

table.editor input {
	border: 0px;
	border-bottom: 1px solid #BBBBBB;
	background-color: transparent;
}

table.editor select {
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
}

table.editor img {
	margin: 5px 0px 0px 0px;
}

img.easyhtml-dropdown {
	margin: 0px 0px 0px 1px;
	border-width: 0px;
}


/*	Gallery: Administration
----------------------------------------------------------->  */

td.step {
	width:90px;
	height:30px;
	background-color:#F0F0F0;
	color:#000000;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	border:1px solid #666666;
	border-left-width:0px;
}

td.stepx {
	width:90px;
	height:30px;
	background-color:#DDDDDD;
	color:#BBBBBB;
	text-align:center;
	vertical-align:middle;
	border:1px solid #BBBBBB;
	border-left-width:0px;
}


/*	Counter
----------------------------------------------------------->  */

div.counter div {
	height: 22px;
	font-size: 11px;
	padding: 1px 5px; 
}

div.counter div.spacer {
	line-height: 1px; 
	font-size: 1px; 
	padding: 0px;
}

div.counter div.header {
	font-size: 12px;
	padding: 3px 5px;
	background-color: #FEE636;
	border: 1px solid #000000;
	border-width: 1px;
	font-weight: bold;
}

div.counter div.firstline {
	background-color: #FEF298;
	padding: 3px 5px;
}

div.counter div.date {
	font-size: 10px;
	float: left;
	clear: left;
	width: 90px;
}

div.counter div.count {
	text-align: right;
	font-weight: bold;
	float: left;
	width: 40px;
	padding-right: 17px;
}

div.counter div.gfx img {
	height: 9px;
	border: 1px solid #000000;
	margin-top: 6px;
}




table.public-counter td {
	font-size: 11px;
	line-height: 16px;
	padding-right: 7px;
}

table.public-counter td.stat {
	text-align: right;
	padding-right: 0px;
}


/*	Image-Browser
----------------------------------------------------------->  */

div.ibrowser-img, div.ibrowser-folder {
	margin: 3px; 
	border: 1px solid #999; 
	float: left;
	padding: 0px;
	background-color: #FFF;
}

div.ibrowser-img-thumb {
	background-color: #CCC;
}

div.ibrowser-img div.pic {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	padding: 5px 5px 2px 5px;
}

div.ibrowser-img div.pic div {
	margin: auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	text-align: right;
}

div.ibrowser-img div.pic img {
	margin: 0px 0px 1px 1px;
}

div.ibrowser-img div.inserts {
	padding: 2px 0px 5px 0px; 
	line-height: 13px;
	text-align: center;
}

div.ibrowser-img div.inserts img {
	margin: 0px 2px;
}

div.ibrowser-folder td {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	vertical-align: middle;
}


/*	Helpbox
----------------------------------------------------------->  */

div.help, div.help-delete {
	font-size: 11px;
	padding: 4px 7px;
	border: 3px solid #44649B;
	background-color: #FFF;
}

div.help-delete {
	border: 3px solid #F00;
}

div.help h1, div.help-delete h1 {
	font-size: 12px;
	margin-bottom: 4px;
}

div.help td, div.help-delete td {
	font-size: 11px;
}