
@font-face {
    font-family: GothicE;
    src:url('gothice_.ttf');
}

*{
	font-family:"Trebuchet MS";
	font-size: 14px;
	
	
	
}
p{
  margin:0px;
padding:0px;
}
body{
	/*background-image: url("background.jpg");*/
	background-color: #8e8e8e;
	background-image: url('background.jpg');
	color:#ffffff;
}

td {
	text-align: left;
	vertical-align: top;
	/*font-family: Tahoma;*/
	font-size: 14px;
	color: #E5E5E5;
}

a {
	text-decoration: underline;
	color: #d6d6d6;
}

A:Hover {
	color: #CB8F58;
	text-decoration: underline;
}

H3 {
	color: #8F5929;
	font-weight: bold;
	font-size: 20px;
	font-family: Tahoma;
}

.menulink {
	background-image: url(blankbutton.jpg);
	text-decoration: none;
	position: relative;
	height: 33px;
	width: 207px;
	display: block;
	font-weight: normal;
	cursor: pointer;
	
}

.menulink:HOVER {
	background-image: url(blankbutton2.jpg);
	text-decoration: none;
}


.menulinkselected{
	background-image: url(blankbutton2.jpg);
	text-decoration: none;
	position: relative;
	height: 33px;
	width: 207px;
	display: block;
	font-weight: normal;
	cursor: pointer;		
}
.menulinkselected:HOVER {
	background-image: url(blankbutton2.jpg);
	text-decoration: none;
}
.submenulink {
	background-image: url(blanksubmenubutton.jpg);
	text-decoration: none;
	position: relative;
	height: 33px;
	width: 207px;
	display: block;
	font-weight: normal;
	cursor: pointer;
	
}

.submenulink:HOVER {
	background-image: url(blanksubmenubutton2.jpg);
	text-decoration: none;
}

.menuitem {
	font-family:"GothicE","Trebuchet MS";
	position: absolute;
	left: 22px;
	top: 10px;
	font-size: 16px;
	color: #4a4a4a;
	text-decoration: none;
	

}
.menuitem2 {
	font-family:"GothicE","Trebuchet MS";
	position: absolute;
	left: 24px;
	top: 12px;
	font-size: 16px;
	color: #4a4a4a;
	text-decoration: none;
}

.menuitem3 {
	font-family:"GothicE","Trebuchet MS";
	position: absolute;
	left: 23px;
	top: 11px;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: gray 2px;
	cursor: pointer;
	
}

#blocks{
	padding:2px;
	background-image: url('blocks.png');
}
#contents{
}
#blocks input{
}

#blocks hr{
	color:#000000;		
}

#blocks a{
	text-decoration: none;
}


.flatnukeadmin *{
	color:#333333;
	
}
.flatnukeadmin {
	display: compact;
	color: #333333;
	background-color: #E2DCCE;
	display: block;
	border: #ff0000 1px solid;
	padding: 3px;
	margin: 2px;
	vertical-align: sub;
}

.flatnukeadmin fieldset {
	background-color: #F8EFDF;
}
