
.list {
	width:100%;
	border-spacing: 2px;
}

.listheader {
}

.listcell {
}

.textarea {
	height:100px;
	width:300px;
}

input, textarea, button {
	font-size: 8pt;
	border:  #6c8750 1px solid;
}

input#ss0, input#ss1 {
	border: none;
}

.tilfoj {
	width:300px;
}

/***************************************************/

/* GWT releated */

.gwt-TextBox {
	width:80px;
	height:9px;
	font-size: 7pt;
}

.gwt-FileUpload {
	width:80px;
	height:18px;
	font-size: 7pt;
}

.gwt-Label {
	margin: 1px;
}

.klatresteder-Label-Title {
	font-size: 10pt;
}

/* Other stuff */
* {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

input {
	padding: 1px;
}

body {
	padding: 15px 0 60px;
	background: #97a6a7 url(../images/background.jpg) repeat-x fixed; /* Grey */
}

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

a:hover {
	color: #000;
}

a * {
	border: 0px;
}

h1, h2, h3, h4, h5, h6 { color: #6c8750; }

#container input.border, #container select, #container textarea {
	border:  #6c8750 1px solid;
	color:  black;
}

#head, #container, #foot {
	width: 700px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	empty-cells: show;
	border-spacing: 0px;
}

.thumbnail-table {
	border-spacing: 5px;
}

#error, .error, .starerror {
	color: red;
}

.hide {
	display: none ! important;
}

.show {
	display: block ! important;
}

/* HEAD DEFINITIONS */
#head {
	height: 85px;
	position: relative;
	z-index:8;
	background: url(../images/header.gif) bottom center no-repeat;
}

h1.home {
	margin:0;
}

#head h1.home a {
	display: block;
	width: 422px;
	height: 81px;
	text-indent: -9999px;
	overflow:hidden;
}

#head h1.home {
	background: url(../images/logo.jpg) no-repeat;
}
/* END */

/* MENU DEFINITIONS */
#menu {
	position: absolute;
	bottom: 0;
	right: 2px;
	z-index: 8;
	height: 26px;
	list-style: none;
	padding: 5px 6px 0px 29px;
	background: url(../images/top_right.gif) top left no-repeat;
}

#menu li {
	line-height: 26px;
	display: inline;
	text-transform: uppercase;
	padding: 0px 1px 0px 6px;
	border-right: 1px solid #a7b896;
	border-left: 1px solid #6c8750;
}

#menu li.first {
	border-right: 1px solid #a7b896;
	border-left: 1px solid #a7b896;
}
/* END */

/* CONTAINER DEFINITIONS */
#container {
	border: solid #6c8750;
	border-width: 0px 2px 2px 2px;
	background: #a7b896 url(../images/rightcolumn.gif) repeat-y right;
	width: 676px;
	padding: 10px;
}
/* END */

/* LANG DEFINITIONS */
#lang {
	height: 12px;
	padding: 10px 12px;
	background: #CCC;
}

#lang dl {
	width: 100%;
}

#lang dl, #lang dt, #lang dd {
	font-size: 7pt;
	float: left;
	color: #4C6161;
}

#lang dt {
	margin-right: 5px;
}

#lang a {
	font-size: 7pt;
	padding: 0px 7px;
}

#lang dd.active a {
	font-weight: bold;
}
/* END */

/* CONTENT DEFINITIONS */
.infobox {
	margin: 12px;
	background: #6c8750;
}

.title {
	padding: 1px 1px 1px 5px;
}

.content {
	border: 1px solid;
	border-color: #6c8750;
	background: #c6cdbb;
	padding: 5px;
}


#contentframe {
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #333;
	margin: 0px 12px;
}

#content {
	border: 1px solid;
	border-color: #666 #999 #999 #666;
	background: #FFF;
	min-height: 591px;
}
/* END */

/* LOGIN POPUP DEFINITIONS */
#login {
	position: absolute;
	top: -3000px;
	width: 495px;
	border: 1px solid #6C7C7C;
	padding: 9px;
	background: white;
	z-index: 1000;
	left: 50%;
	margin-left: -250px;
}

#login.popup {
	top: 24px;
}

#webmail, #control {
	min-height: 304px;
	display: none;
	border: 1px solid #999;
	background-color: white;
	background-position: 404px 6px;
	background-repeat: no-repeat;
	padding: 30px;
}

.popup #control {
	min-height: 272px;
	background-image: url(/static/images/template/popup/controlpanelicon.gif);
	background-position: 361px 20px;
	padding: 23px;
}

.popup #webmail {
	background-image: url(/static/images/template/popup/webmailicon.gif);
	background-position: 395px 11px;
	min-height: 322px;
	padding: 21px;
}

#control h1, #webmail h1 {
	height: 52px;
	font-size: 0px;
	text-indent: -9999px;
	background-position: center left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	overflow:hidden;
}

#login-frame.webmail #webmail, #login-frame.control #control {
	display: block;
}

#login-frame {
	position: relative;
	border: 1px solid #D0D0C6;
	background: #E5E5D8;
	padding: 9px;
}

.popup #login-frame.control {
	padding-bottom: 55px;
	background: #E5E5D8 url(/static/images/template/popup/controlpanel_bottomicons.gif) bottom center no-repeat;
}

#close {
	display: block;
	width: 22px;
	height: 17px;
	line-height: 17px;
	background: #4D6162;
	color: white;
	text-align: center;
	border: white solid;
	border-width: 1px 1px 0px;
	position: absolute;
	top: -19px;
	right: 1px;
}

#control h2, #webmail h2 {
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#webmail h2 img {
	margin-left: 10px;
}

#control #domainadminform, #webmail #popadvwebmail {
	margin-bottom: 38px;
}

.popup #control a, .popup #webmail a {
	background: url(/static/images/global/smallkey.gif) left center no-repeat;
	padding: 3px 0px 3px 34px;
}

.popup #webmail a {
	background-image: url(/static/images/global/screen.gif);
	font-weight: bold;
	padding-left: 20px;
}

#control form, #webmail form {
	padding-left: 10px;
}

#control form p, #webmail form p {
	overflow: auto;
	padding-top: 6px;
}

#webmail h2 span.requirements {
	padding-top:10px;
	float:right;
	color: black;
	font-weight: normal;
}

#control form p *, #webmail form p *{
	float: left;
}

#control label, #webmail label {
	display: block;
	width: 107px;
	padding: 3px 0px;
}

#control input.border, #webmail input.border {
	width: 140px;
	margin-right: 11px;
	border:  #CCC 1px solid;
	color:  #333333;
}
/* END */

/* CLEAR DEFINITIONS */
#clear, div.clear {
	clear: both;
}
/* END */

/* FOOT DEFINITIONS */
#foot {
	height: 48px;
	position: relative;
	background: url(/static/images/template/footer.gif) top center no-repeat;
}

#foot div.container {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(/static/images/template/bottom_right.gif) no-repeat;
	padding-left: 47px;
	width: 131px;
	height: 48px;
}

#foot div.container div {
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	width: 129px;
	height: 46px;
	background: #DDD;
	text-align: center;
}

#foot img.hp {
	margin: 12px 0px;
}
/* END */

/* Waitmessage - used both on the ordinary payment pages and the customer admin hotelchange/invoice payment pages */

#waitMessage, #waitMessage_altsearch, #waitMessage_alternative {
	display: none;
	background: url("/static/images/global/wait_orange.gif");
	border: 1px solid black;
	width: 300px;
	height: 5px;
	margin: 6px 0px;
	line-height: 5px;
}

/* end */

/* Definition list - Used in the template, the static faq and the blog in the controlpanel */

.definition_list {
	margin:							20px 0px;
}

.definition_list .definition_list{
	margin-top:						0px;
	margin-bottom:					0px;
}

.definition_list dd, #innercontent.support dd{
	background:						url(/static/images/global/listitem.gif) no-repeat 0px 3px;
}

.definition_list dd a, #innercontent.support dd a {
	display:						block;
	padding-left:					17px;
	margin:							1px 0px;
}

.definition_list dd a:hover, #innercontent.support dd a:hover {
	background:						url(/static/images/global/listitem.gif) no-repeat 0px -990px;
}

/* /Definition list */

/* Bottom search bar */
#searchcontainer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 1000;
}
#searchcontainer form input, #searchcontainer form select, #searchcontainer form select option {
	font-size: 10px;
}
#searchcontainer .globalDomainSearchInput {
	margin-top:2px;
	width:140px;
}
#searchcontainer #globalSearchBar {
	padding: 10px 0;
	border-top: 1px solid black;
	border-right: 1px solid #808080;
	background: #CCC;
	text-align: center;
}
#searchcontainer form #globalDomainSearch {
	vertical-align: bottom;
	margin-bottom: -1px;
}
#searchcontainer #searching {
	margin: 0 auto;
	width:300px;
	display:none;
}
#searchcontainer #searching p {
	text-align:left;
}
#searchcontainer #searching .globalDomainSearchClose {
	float:right;
}
#searchcontainer #searching div {
	background: url(/static/images/global/wait_grey.gif);
	border: 1px solid black;
	width: 300px;
	height: 5px;
	line-height: 5px;
}

/* END */
