* {
	margin: 0;
}
html, body {
	height: 100%;
}

p {
	margin-bottom: 5px;
}

a, a:link, a:visited {
	color: #900000;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 1px #999999 dotted;
}

a:hover {
	color: #900000;
	text-decoration: none;
	border-bottom: 1px #900000 solid;
	cursor: pointer;
}

a:active {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px #900000 solid;
}

a.imagelink, a.imagelink:link, a.imagelink:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	border: 0px;
}

a.imagelink:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	border: 0px;
}

ul {
	list-style-type: inherit;
	list-style-image: url(https://images.mywebhost.no/5/ul.png);
	padding-left: 20px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

li span {
	margin-bottom: 3px;
	display: block;
	font-size: 10px;
	line-height: 12px;
}

hr {
	color: #ffffff;
	border: none;
	border: 1px #999999 dotted;
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: none none dotted;
	background-color: #ffffff;
}

td {
	font-family: Arial, Helvetica, Sans Serif;
	font-weight: normal;
	font-size: 16px;
}

.clearleft {
	clear: left;
}

.logo {
	background: url(https://images.mywebhost.no/5/logo.png) no-repeat;
	position: absolute;
	top: 20px;
	left: 40px;
	height: 96px;
	width: 106px;
	cursor: pointer;
}

.topline1 {
	background: url(https://images.mywebhost.no/5/topline1.png) no-repeat;
	height: 26px;
	width: 740px;
	position: absolute;
	left: -10px;
	top: 30px;
	margin-bottom: 3px;
}

.title {
	font-family: Georgia;
	font-size: 22px;
	color: #333333;
	margin-bottom: 15px;
}

.title-domain {
	font-family: Georgia;
	font-size: 36px;
	font-weight: normal;
	color: #900000;
}

.subtitle {
	font-family: Georgia;
	font-size: 23px;
	color: #333333;
	padding-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: dotted 1px #cccc99;
}

.subtitle-front {
	font-family: Georgia;
	font-size: 20px;
	color: #900000;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: none;
}

.content-data, .document-text {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #333333;
}

.topbar {
	background: url(https://images.mywebhost.no/5/topline-external-admin.png) repeat-x;
	height: 40px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index:1;
}

.topbar-logo {
	background: url(https://images.mywebhost.no/5/logo-smallvert.png) no-repeat;
	height: 23px;
	width: 113px;
	position: fixed;
	top: 4px;
	left: 5px;
	overflow: hidden;
	z-index:2;
}

.loggedin {
	position: fixed;
	left: 150px;
	top: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #333333;
}

.linkback {
	position: relative;
	float: right;
	top: 7px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #333333;
	padding-right: 10px;
}

.external-admin-body {
	margin: 0px;
	overflow: hidden;
}

iframe#externalFrame {
	position: fixed;
	top: 32px;
	left: 0px;
	width:100%;
	height:100%;
	z-index:0;
	-webkit-box-sizing:border-box;
}

/* BUTTONS */

.buttons a, .buttons button{
    margin:3px 7px 0 0;
    background-color:#e3e3e3;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    color:#333333;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.buttons-small a, .buttons-small button{
    margin:3px 7px 0 0;
    background-color:#e3e3e3;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height:100%;
    text-decoration:none;
    font-weight:normal;
    color:#333333;
    cursor:pointer;
    padding:3px 8px 4px 5px; /* Links */
}
.buttons-small button{
    width:auto;
    overflow:visible;
    padding:2px 8px 1px 5px; /* IE6 */
}
.buttons-small button[type]{
    padding:3px 8px 3px 5px; /* Firefox */
    line-height:15px; /* Safari */
}
*:first-child+html button[type]{
    padding:2px 8px 1px 5px; /* IE7 */
}


/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* DISABLED */

.buttons a.disabled:hover, button.disabled:hover{
    margin:3px 7px 0 0;
    background-color:#e3e3e3;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    color:#333333;
	cursor: default;
    padding:5px 10px 6px 7px; /* Links */
}

/* END BUTTONS */

.front-content-links {
	position: absolute;
	top: 65px;
	left: 20px;
}

.front-content-top-container {
	position: absolute;
	top: 0px;
	left: 200px;
}

.front-content-top-links {
	float: left;
	padding: 5px;
	padding-right: 35px;
}

.front-content-top-links img{
	padding-right: 5px;
	vertical-align: bottom;
}

.front-content-top-links a{
	color: #333333;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px #999999 dotted;
}

.front-content-top-links a:hover{
	color: #333333;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px #999999 solid;
}

.front-content-top-links span {
	color: #999999;
	font-family: Arial, Sans-serif;
	font-size: 10px;
	display: block;
	padding-left: 21px;
	padding-top: 3px;
}

#frontcycle {
	margin-right: auto;
	margin-left: auto;
}

.front-content-main-cell-content {
	float: left;
	width: 730px;
	padding-bottom: 10px;
}

.front-content-main-cell ul {
	list-style-type: inherit;
	list-style-image: url(https://images.mywebhost.no/5/icon-tick.png);
	padding-left: 20px;
	line-height: 15px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.front-content-main-cell li {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	padding-bottom: 5px;
	line-height: 20px;
}

.title-front {
	font-family: Georgia;
	font-size: 36px;
	font-weight: normal;
	color: #900000;
}
