body {
background: #f1f3d8;
font: 0.74em "Trebuchet MS";
margin: 30px 0px 0px 0px;
}
#mainframe {
background: #ffffff;
margin-left: 30px;
margin-top: 30px;
width: 900px;
-moz-border-radius-topright: 15px;
border: 1px solid #dae4ea;
}
#main_head {
display: block;
float: left;
clear: both;
position: relative;
width: 162px;
height: 151px;
margin-left: -48px;
margin-top: -55px;
background: url(images/appelsin.png) no-repeat top left;
z-index: 500;
}
#main_menu {
background: #f3e3ac;
width: 85%;
float: right;
padding: 4px;
margin: 5px 5px 0px 0px;
-moz-border-radius-topright: 15px;
border-left: 5px solid #eee;
}
#main_content {
clear: left;
margin: 10px;
}

#main_content h1 {
font: normal 1.8em Georgia, "Times New Roman", Times, serif;
margin: 0px;
color: #5c666a
}
#main_content h2 {
margin: 0px;
}

#main_boxcontent {
margin: 0px 0px 0px 0px;
width: 285px;
position: relative;
top: -50px;
float: right;
margin-right: 5px;
}

.boxcontent_box {
background: #edf3ad;
margin: 0px 5px 20px 5px;
padding: 3px 3px 3px 7px;
border-left: 1px solid #eee;
border-right: 3px solid #dae4ea;
-moz-border-radius-topleft: 10px;
}

.boxcontent_box h3 {
margin: -17px 5px 5px 5px;
text-align: right;
}
.boxcontent_box p {
}

h1, h2, h3 {
color: #bed45a;
}

h2 {
	text-transform: uppercase;
	font: normal 1em "Trebuchet MS", Verdana, Arial, sans-serif;
}

a {
text-decoration: none;
color: #819faf;
border-bottom: 1px dotted #dae4ea;
}
a:hover {
text-decoration: none;
color: #587a8c;
border-bottom: 1px dotted #b86b5e;
}


.article {
margin: 0px 15px 20px 0px;
}

.article_text {
padding-right: 15px;
padding-left: 10px;
border-right: 5px solid #dae4ea;
}
.article_specials {
border-left: 5px solid #dae4ea;
border-bottom: 1px solid #dae4ea;
padding: 0px 0px 2px 5px;
}

.u {
background: url(grafikk/u.png) bottom left repeat-x;
padding-bottom: 1px;
}


input, textarea {
background: #fffaee;
border: none;
border-left: 1px solid #eee;
border-right: 1px solid #dae4ea;
font: inherit;
}
input[type=submit] {
background: #dae4ea;
border: 1px solid #eee;
color: #46494b;
-moz-border-radius: 5px;
}
input[type=button] {
background: #dae4ea;
border: 1px solid #eee;
color: #46494b;
-moz-border-radius: 5px;
font-size: 0.9em;
}
textarea {
width: 580px;
height: 500px;
}


.xfieldmulti {
width: 100%;
height: 150px;
}

.alternate {
background: #f1f3d8;
}

.warning {
	background: #ff4100;
	color: #fff;
	padding: 2px;
	font-weight: bolder;
	border: 1px solid #fbff00;
	}
.safe {
	background: #cff329;
	padding: 2px;
	font-weight: bolder;
	border: 1px solid #fbff00;
	}
	
/* Plugin+Xfields-stuff */

	/* Forms */
	.easyform .readonly { background: #ccc; }
	.easyform fieldset { border: 1px solid #ddd; }
	.easyform div { margin: 1em; clear: both; }
	.easyform label,
	.easyform input {display:block; float: left; }
	.easyform label { width: 9em; }
	.easyform div.buttons { margin-left: 7em; }
	.easyform textarea { width: 100%; }
	.easyform option.disabled { color: #999; }
	.easyform legend { text-transform: capitalize; color: #666; }

	/* Grid Tables */
	.grid { width: 100%; border-collapse: collapse; }
	.grid thead { border: 1px solid #D9DDC4; }
	.grid td { border-bottom: 1px solid #ccc; padding: 3px; }
	.grid tr.incompatible { opacity: .5; background: #eee; }
	.grid tr.conflicting { opacity: .5; background: #eee; }
	.grid tr.enabled { border-left: 10px solid #e5f3a3; background: #dae4ea; }
	.grid tr.disabled { opacity: .5; }
	
	/* Plugin manager */
	.plugins { 
	width: 100%; 
	border-collapse: collapse;
	}
	.plugins td, .plugins th { 
	padding: 3px; 
	}
	.plugins td {
	border: 1px solid #D9DDC4; 
	}
	.plugins thead { 
	background: #F1F3E5; 
	color: #000;
	border: 1px solid #D9DDC4;
	}


/* System config-specific */
.systemconfig table {
	width: 100%;
}
.systemconfig tr {
	width: 100%;
}
.systemconfig td {
	width: 50%;
}

textarea.large {
height: 500px;
}
textarea.medium {
height: 200px;
}
textarea.small {
height: 100px;
}

#popup {
background: #fff;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}

#popup table {
font-size: 1em;
}

#main_content td {
	padding: 1px;
	padding-right: 15px;
}


/*
	Menus 
*/



#main_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
		z-index: 500;
  }
#main_menu li {
	float: left;
	position: relative;
	text-align: center;
  width: 10em;
	margin: 0 35px 0 0;
	background: #fff9e2;
	cursor: default;
  }
  #main_menu li:hover {
	  border-left: 1px dotted #666;
	  margin-right: 34px;
  }

#main_menu li ul {
	display: none;
	position: absolute; 
	top: 2em;
	left: 0;
  }
  #main_menu li ul li {
  	position: relative;
  	left: -1px;
	  padding: 1px 5px 0 5px;
	  opacity: 0.9;
	  background:#f1f3d8;
	  border-left: 1px dotted #666;
	  border-right: 1px dotted #666;
	  text-align: left;
	width: 12em;
	height: 20px;
  }
  
  #main_menu li ul li:hover {
  	background: #fff9e2;
  	}

#main_menu li > ul {
	top: auto;
	left: auto;
	}
#main_menu li:hover ul { 
	display: block; 
	}
	
#main_menu a {
	display: block;
	height: 100%;
	color: #69767d;
	}
	
#main_content th {
	text-align: left;
	font-weight: bolder;
	padding-right: 10px;
	}
#readme_content {
	width: 600px;
	}
	
#mainmdu_latestcommentslist {
	width: 530px;
	float: left;
}

#mainmdu_latestcommentslist li {
	margin: 0 0 15px 0;
	list-style: none;
	cursor: pointer;
	}
#mainmdu_latestcommentslist li:hover {
	background: #fff9e2;
	}

.main_lcomment_links {
	font-weight: bold;
	}
	
ul.lcommentlinklist {
	font-weight: normal;
	}
#mainmdu_latestcommentslist li ul li {
	margin: 0 0 0 0;
	padding: 0;
	}
