
/* Headlines */


h3.headlinesAdmin {
	float: left;
	
	width: 428px;

	font-size: 18px;
	color: #e03a14;
	font-weight: normal;
	
	background-image: url(../../images/standard/layout/underline.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

h6 { /* lightBox*/
	float: left;

	width: 400px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	clear: both;
}


/* Table */
th {
	padding: 0 0 4px 0;

	font-size: 11px;
	font-weight: bold;
}

th.left {
	text-align: left;
}

th.center {
	text-align: center;
}


td {
	vertical-align: middle;
}

td.center {
	text-align: center;
	vertical-align: middle;
}


div#admin {
	position: absolute;
	padding: 10px 0;
	top: -355px;
	z-index: 2;
	
	left: -140px;
	
	width: 130px;
	background-image: url(../../images/standard/admin/pulldown.png);
	background-repeat: no-repeat;
	background-position: bottom;

}


/* Admin buttons Fronted */

a.clickEventTitle {
	margin: 2px 0 0 0;

	display: block;
	position: absolute;
	left: -15px;

	width: 13px;
	height: 13px;

	font-size: 10px;
	color: #fff;
	text-align: center;
	background-image: url(../../images/standard/admin/action11x11.png);
	background-repeat: no-repeat;
}

a.clickEventTitle:hover {
	margin: 2px 0 0 0;

	display: block;
	position: absolute;
	left: -15px;

	width: 13px;
	height: 13px;

	font-size: 10px;
	color: #fff;
	text-align: center;
	background-image: url(../../images/standard/admin/action11x11.png);
	background-repeat: no-repeat;
	background-position: top right;
}

a.clickEvent {
	display: block;
	position: absolute;
	left: -15px;

	width: 13px;
	height: 13px;

	font-size: 10px;
	color: #fff;
	text-align: center;
	background-image: url(../../images/standard/admin/action11x11.png);
	background-repeat: no-repeat;
}

a.clickEvent:hover {
	display: block;
	position: absolute;
	left: -15px;

	width: 13px;
	height: 13px;

	font-size: 10px;
	color: #fff;
	text-align: center;
	background-image: url(../../images/standard/admin/action11x11.png);
	background-repeat: no-repeat;
	background-position: top right;
}


/* admin form button */
.adminButton {
	display: block;
	margin: 0 auto;

	width: 96px;
	height: 26px;
	
	border: 0;
	
	font-size: 11px;
	color: #fff;
	
	text-align: center;
	line-height: 22px;
	
	background-image: url(../../images/standard/admin/pulldownButtons.png);
	background-repeat: no-repeat;
}

 .adminButton:hover {
	display: block;
	margin: 0 auto;

	width: 96px;
	height: 26px;
	
	border: 0;
	
	font-size: 11px;

	color: #fff;
	
	text-align: center;
	line-height: 22px;
	
	background-image: url(../../images/standard/admin/pulldownButtons.png);
	background-repeat: no-repeat;
	background-position: -96px;
}

/* admin Pulldown */
div#admin  .adminButton {
	display: block;
	margin: 0 auto;

	width: 96px;
	height: 26px;
	
	border: 0;
	
	font-size: 11px;
	color: #fff;
	
	text-align: center;
	line-height: 22px;
	
	background-image: url(../../images/standard/admin/pulldownButtons.png);
	background-repeat: no-repeat;
}


div#admin .adminButton:hover {
	display: block;
	margin: 0 auto;

	width: 96px;
	height: 26px;
	
	border: 0;
	
	font-size: 11px;

	color: #fff;
	
	text-align: center;
	line-height: 22px;
	
	background-image: url(../../images/standard/admin/pulldownButtons.png);
	background-repeat: no-repeat;
	background-position: -96px;
}



div#admin div.arrowDown {
	margin: 5px auto 5px auto;
	
	width: 25px;
	height: 24px;

	background-image: url(../../images/standard/admin/arrows.png);
	background-repeat: no-repeat;
}

div#admin div.arrowDown:hover {
	margin: 10px auto 5px auto;
	
	width: 25px;
	height: 24px;

	background-image: url(../../images/standard/admin/arrows.png);
	background-repeat: no-repeat;
	background-position: -25px;
}

div#admin div.arrowUp {
	margin: 10px auto 5px auto;
	display: none;
	width: 25px;
	height: 24px;

	background-image: url(../../images/standard/admin/arrows.png);
	background-repeat: no-repeat;
	background-position: -50px;
}

div#admin div.arrowUp:hover {
	margin: 5px auto 5px auto;
	
	width: 25px;
	height: 24px;

	background-image: url(../../images/standard/admin/arrows.png);
	background-repeat: no-repeat;
	background-position: -75px;
}



/* Admin Icons  Backend*/

.adminIconEdit {
	float: right;

	display: block;

	margin: 4px 0 0 0 ;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -168px;
}

.adminIconEdit:hover {
	float: right;

	display: block;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -48px;
}


.adminIconCreate {
	float: right;

	display: block;

	margin: 4px 0 0 0 ;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -192px;
}

.adminIconCreate:hover {
	float: right;

	display: block;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -72px;
}


.adminIconStatusOn {
	float: right;

	display: block;

	margin: 4px 8px 0 0 ;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -216px;
}


.adminIconStatusOn:hover {
	float: right;

	display: block;

	margin: 4px 8px 0 0 ;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -96px;
}

.adminIconStatusOff {
	float: right;

	display: block;

	margin: 4px 8px 0 0 ;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -96px;
}

.adminIconStatusOff:hover {
	float: right;

	display: block;

	margin: 4px 8px 0 0 ;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -216px;
}


.adminIconSetStartsideOn {
	float: right;

	display: block;

	margin: 4px 0 0 0 ;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -144px;
}

.adminIconSetStartsideOn:hover {
	float: right;

	display: block;

	margin: 4px 0 0 0 ;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -24px;
}


.adminIconSetStartsideOff {
	float: right;

	display: block;

	margin: 4px 0 0 0 ;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -24px;
}



.adminIconSetStartsideOnDistance {
	float: right;

	display: block;

	margin: 4px 8px 0 0 ;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -144px;
}

.adminIconSetStartsideOnDistance:hover {
	float: right;

	display: block;

	margin: 4px 8px 0 0 ;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -24px;
}


.adminIconSetStartsideOffDistance {
	float: right;

	display: block;

	margin: 4px 8px 0 0 ;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -24px;
}



.adminIconDelete {
	float: right;

	display: block;

	margin: 4px 0 0 0 ;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -120px;
}

.adminIconDelete:hover {
	float: right;

	display: block;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: 0;
}


.adminIconArrowUp {
	float: right;

	display: block;

	margin: 4px 0 0 0 ;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -288px;
}

.adminIconArrowUp:hover {
	float: right;

	display: block;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -240px;
}

.adminIconArrowDown {
	float: right;

	display: block;

	margin: 4px 8px 0 0 ;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -312px;
}



.adminIconArrowDown:hover {
	float: right;

	display: block;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -264px;
}

.adminIconStatusFooterOff {
	float: right;

	display: block;

	margin: 4px 0 0 0 ;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -336px;
}



.adminIconStatusFooterOff:hover {
	float: right;

	display: block;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -360px;
}


.adminIconStatusFooterOn {
	float: right;

	display: block;

	margin: 4px 0 0 0 ;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -360px;
}



.adminIconStatusFooterOn:hover {
	float: right;

	display: block;

	width: 24px;
	height: 24px;

	background-image: url(../../images/standard/admin/actionIcons.png);
	background-repeat: no-repeat;
	background-position: -336px;
}


.adminIconTemplate {
	float: right;

	display: block;

	margin: 4px 0 0 0 ;

	width: 24px;
	height: 24px;
}

.adminIconTemplateDistance {
	float: right;

	display: block;

	margin: 4px 8px 0 0 ;

	width: 24px;
	height: 24px;
}


/* msg back als auch front*/
.msgDoneBack {
	padding: 10px;
	margin: 0 0 10px 0;

	width: 435px;
	
	font-size: 11px;
	color: #fff;
	
	background-color: #12b94e;
	border: 1px solid #1ea64f;
}

.msgFailedBack {
	padding: 10px;
	margin: 0 0 10px 0;

	width: 435px;
	
	font-size: 11px;
	color: #fff;
	
	background-color: #fb0000;
	border: 1px solid #a61414;
}
