body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #6e6e6e;
	color: #bbb; 
}

td{
	
	font-size: 11px;
	font-family: tahoma;
}
select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}	
input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:510px;
}	
.style1 {
	color: #a8a7a7;
	font-size: 11px;
	font-family: tahoma;
}

.style2 {
	color: #D6AD07; font-size: 11px;
	font-family: tahoma;
}

.style3 {
	color: #a9a9aa;
	font-size: 11px;
	font-family: tahoma;
}

.style4 {
	color: #2c2c2c;
	font-size: 11px;
	font-family: tahoma;
}

.header {
	color: #D6AD07;
	font-size: 13px;
	font-family: tahoma,arial;
	font-style:italic;
	font-weight:bold;
	background-image: url(../gfx/text_5.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 23px;
}




a{
	color:#bebebe;
	text-decoration:none;
}

.errorFrame {
	background-image: url(../../../System/Admin/gfx/AdminStandard/errorFrameTop.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
	
.errorFrameBottom {
		height: 7px; 
	}
	
	/* ----------------------------
		 Editpanel Start
   ---------------------------- */
   
	.editPanel 
	{
		min-height: 12px;
		padding: 5px;
	}
		
	.editPanel:hover
	{
		background-color: #383838;
	}
	
	.displayPanel 
	{
		padding: 5px;	
	}
	
	/* ----------------------------
		 GalleryDisplay 1 START
   ---------------------------- */
	
	.galleryHeader
	{
		color: #D6AD07;
		font-size: 13px;
		font-family: tahoma,arial;
		font-style:italic;
		font-weight:bold;
		background-image: url(../gfx/text_5.jpg);
		background-repeat:no-repeat;
		padding:0 0 0 23px;
	}	
	
	.galleryBody
	{
		padding: 2px 0 0 0;
		font-family: Arial, Verdana, Sans-Serif;
		font-size: 11px;
		color: #aaa;
	}	
	
	.galleryNavBar
	{
		margin: 10px 0 5px 0;
		border: solid 2px #222;
		font-size: 10px;
		background-color: #323232;
		font-weight: normal;
		color: #aaa;
		padding: 1px 2px 1px 0;
	}	
	
	.galleryImages
	{
		 /padding: 8px;
		 /border: solid 1px #ccc;
	}	
	
	.galleryNavBytton
	{
		border: none 0;
		background-color: Transparent;
		color: #ccc;
	}
	
	.debugLine
	{
		font-family: Arial, Verdana;
		font-size: 10px;	
		background-color: #ccc;
		border-bottom: solid 1px #555;
	}
	
	.debugLine .header
	{
		font-weight: bold;
	}
	
	.debugLine td 
	{
		padding-right: 12px; 
	}
