/**/
.mos_list {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}
.mos_list_item {
	float: left;
	width: 100%;
	clear: both;
}
.nedit.mos_image {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.mos_input {
	float: left;
	width: auto;
	min-height: 15px;
}
.nedit {
	display: block;
	text-decoration: none;
	position: relative;
}

/**/


input, textarea {
	border: 1px solid #aaa;
}
body {
	background: #ccc;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	height:auto !important;
}
#bottom {
	color: #444;
	font-size: 10px;
	width: 780px;
	margin: 0px auto;	
}
#bottom .mos_input {
	width: 100%;
}
#login {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	color: #aaa;
	text-decoration: none;
	font-style: italic;
	width: 100px;
	text-align: right;
}
#main {
	background: #fff;
	width: 780px;
	min-height: 443px;
	margin: 0px auto;
	margin-top: 10px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#pantalen {
	width: 780px;
	margin: 0px auto;
	text-align: left;
}
#pantalen fieldset {
	float: left;
	padding: 10px;
	margin: 10px 0px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#pantalen .info {
	margin-bottom: 5px;
}
#pantalen span {
	font-style: italic;
	font-size: 11px;
	line-height: 12px;
	color: #888;
}
#main .mainpadding {
	padding: 12px;
	/*position: relative;*/
}
#top {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
#top a.nedit {
	float: left;
}
#right {
	float: right;
	width: 170px;
	position: relative;
}
#right .item {
	display: block;
	width: 170px;
	height: 80px;
	/*border: 1px solid #aaa;*/
	position: relative;
	margin-bottom: 10px;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	* */
}
#right .item .text {
	z-index: 1;
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 3px 0px;
	/*
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	* */
	background: rgb(100,100,100);
	background: rgba(120,120,120, 0.8);
}
#right .item .text h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#right .item a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 80px;
	overflow: hidden;
	text-decoration: none;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	* */
}
#right .item a.overlay {
	z-index: 2;
}
#right .item a.img {
	overflow: hidden;
}
#right .item .overlay:hover {
	background: rgba(100,100,100, 0.2);
}
#left {
	float: left;
	width: 576px;
}
#left .frontpage {
	/*border: 1px solid #aaa;*/
	height: 350px;
	overflow: hidden;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	* */
}






h1.contentheading {
	border-bottom: 1px solid #aaa;
	padding-bottom: 1px;
	margin-bottom: 10px;
}
.content h1, .content h2, .content h3 {
	float: left;
	width: 100%;
}
.content h1 {
	float: left;
	width: 100%;
}
.componentheading {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 16px;
}
p {
	clear: both;
	margin-bottom:1em;
}

.last {
	margin-bottom: 0px !important;
	margin-right: 0px !important;
}
.clr {
	clear: both;
	height: 1px;
	line-height: 1px;
}

.padding {
	padding: 10px;
}

.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.tl, .tr, .bl, .br {
	width: 5px;
	height: 5px;
	position: absolute;
}
.tl {
	left: 0px;
	top: 0px;
	background: url('../img/tl.gif') no-repeat;
}
.tr {
	right: 0px;
	top: 0px;
	background: url('../img/tr.gif') no-repeat;
}
.bl {
	left: 0px;
	bottom: 0px;
	background: url('../img/bl.gif') no-repeat;
}
.br {
	right: 0px;
	bottom: 0px;
	background: url('../img/br.gif') no-repeat;
}

.add {
	display: block;
	background: url('http://code.netvistun.is/icon/silk/add.png') no-repeat 50% 50%;
	width: 16px;
	height: 16px;
	cursor: pointer;
} 

/**/
#main_content {
	position: relative;
}
.content_top {
	width: 100%;
	float: left;
}
.content_toolbar {
	position: absolute;
	right: 10px;
}
.content_toolbar .tool {
	float: left;
}
.content_toolbar a {
	border: 0px;
	text-decoration: none;
}
h2.contentheading {
	margin-top: 2px;
	float: left;
	width: 100%;
}
.content {
	clear: both;
}

li .text, li .img {
	float: left;
}
li .img {
	width: 40px;
	margin-right: 10px;
	overflow: hidden;
}
.msgbox {
	border-color:#ddd;
	border-style:solid;
	border-width:1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 10px;
	padding: 4px;
}
.del {
	background: url('http://code.netvistun.is/icon/silk/delete.png') no-repeat 50% 50%;
	width: 16px;
	cursor: pointer;
	float: right;
}
