/*
Adminstyles
*/

#adminlayer ,
#adminlayer_trigger {
	color:#000000;
	font-family: Verdana, Arial , Geneva, 'Bitstream Vera Sans' , Helvetica, sans;
	font-size: 12px;
	line-height: 13px;
}

#adminlayer {
	position: absolute;
	top: 70px;
	left: 24px;
	width: 800px;
	min-height: 700px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-Index: 59999;
	visibility: hidden;
	display: none;
}

#adminlayer_trigger {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 78px;
	height: 48px;
	border: 0px solid black;
	background-color: transparent;
	visibility: visible;
	overflow: hidden;
	z-Index: 59999;
	background-repeat: no-repeat;
}


#editlayer_menubar {
	position: relative;
	height: 20px;
	background-image: url('../../img/adminmenu_background.gif');
	overflow: hidden;
}

#adminlayer a:link,
#adminlayer a:visited,
#adminlayer a:active,
#adminlayer a:hover {
	text-decoration: none;
	color: #000000;
}
#adminlayer a:hover {
	background-color: #cccccc;
}

/* Das Menue: Seite, Attribut,... */
#adminlayer a.adminmenulink:link ,
#adminlayer a.adminmenulink:visited ,
#adminlayer a.adminmenulink:active	{		color: #444444 !important;	}
#adminlayer a.adminmenulink:hover	{		color: #000000 !important;	}



#adminlayer input ,
a.admin_pseudo_button {
	font-family: Verdana, Arial , Geneva, 'Bitstream Vera Sans' , Helvetica, sans;
	font-size: 12px;
	line-height: 13px;
	padding: 0px;
	margin: 0px;
	background-color: #cccccc;
	border: 1px solid #000000;
	color: #000000;
}

#adminlayer textarea {
	font-family: Verdana, Arial , Geneva, 'Bitstream Vera Sans' , Helvetica, sans;
	font-size: 12px;
	line-height: 13px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #000000;
	color: #000000;
}


.grid_td {
	cursor:pointer;
}

.grid_input {
	border:0px solid black;
	width:100%;
	background-color:#cccccc;
}

#debug {
	position:absolute;
	left:60px;
	top:0px;
	width:100px;
	height:20px;
}

div.icon {
	float:left;
	width:16px;
	height:16px;
	margin-right:4px;
	overflow:hidden;
	background-image:url(../../customize/icon/FDCMS_icons_16x16.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
}

.iconOnly {
	display:block;
	float:left;
	width:16px;
	height:16px;
	overflow:hidden;
	background-image:url(../../customize/icon/FDCMS_icons_16x16.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
}


#realmenu {
	position:absolute;
	left:950px;
	top:26px;
	width:258px;
	z-index:900;
	background-color: #ffffff;
	border-left:1px solid black;
	padding-left:3px;
}
