A.Clean {
	border : none;
}

BODY {
	padding : 0;
	margin : 0;
	width : 100%;
	background : url(../gfx/body_bg.jpg) no-repeat 5% 0;
	font-size : small;
}

.HouseRegion {
	height : 260px;
	overflow : auto;
}

BUTTON {
	border-width : 1px;
	border-style : outset;
	border-color : #4B5893;
	width : 215px;
	background : #4B5893;
	color : #FFFFFF;
	font-size : 1.0em;
}

DIV.CimpleAjaxList {
	border : 1px solid #828790;
	display : none;
	color : #444444;
	background : #FFFFFF;
	height : auto;
	position : absolute;
	overflow : auto;
	z-index : 1000;
}

DIV.CimpleAjaxListOption {
	padding : 1px 2px;
	cursor : default;
}

DIV.CimpleAjaxListOptionHover {
	padding : 1px 2px;
	background : #3399FF;
	color : #FFFFFF;
	cursor : default;
	cursor : pointer;
}

FORM {
	padding : 0;
	margin : 0;
}

IFRAME.CimpleAjaxList {
	position : absolute;
	z-index : 5;
}

INPUT {
	width : 211px;
	padding : 1px;
	border : 1px inset #DDDDDD;
	font-size : 1.0em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align : middle;
}

INPUT.H1 {
	color : #4B5893;
	font-size : 1.4em;
	text-transform : uppercase;
}

INPUT.H2 {
	color : #C7321F;
	font-size : 1.1em;
}

INPUT.H3 {
	font-size : 1.0em;
	font-weight : bold;
}

LABEL {
	cursor : pointer;
}

LABEL.Disabled {
	color : #999999;
	font-style : italic;
}

LABEL.Radio {
	padding-right : 10px;
	font-size : 0.9em;
	vertical-align : middle;
}

LABEL.Radio INPUT {
	width : auto;
	border : none;
}

SELECT {
	width : 215px;
	vertical-align : middle;
}

TD.Input {
	padding : 2px 0 2px 0;
	width : 215px;
	vertical-align : middle;
}

TD.Input .Note {
	padding : 3px 0 0 0;
}

TD.Label {
	padding : 2px 5px 2px 0;
	width : 232px;
	vertical-align : middle;
}

TD.Validate {
	font-weight : bold;
}

TEXTAREA {
	width : 211px;
	padding : 1px;
	border : 1px inset #DDDDDD;
	font-size : 1.0em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align : middle;
}

TEXTAREA.mceEditor {
	width : 448px;
}

TH {
	border-bottom : 1px solid #999999;
	font-weight : bold;
	text-align : left;
}

TR.BorderTop TD, TABLE.BorderTop, DIV.BorderTop, LI.BorderTop {
	border-top : 1px solid #DDDDDD;
}

TR.List TD {
	padding : 2px 0;
	vertical-align : middle;
}

TR.List TD A {
	border : none;
	font-weight : bold;
}

.ColorRed {
	color : #C7321F;
}

.ColorGreen {
	color : #397835;
}

.ColorOrange {
	color : #FFB400;
}

UL#SORTABLE_LIST {
	margin : 0;
	padding : 0;
	list-style : none;
}

UL#SORTABLE_LIST LI {
	margin : 0;
	padding : 0;
	width : 100%;
	list-style : none;
}

UL.Treelist {
	margin : 0;
	padding : 0;
	list-style : none;
}

UL.Treelist LI {
	padding : 1px 0;
}

UL.Treelist LI UL {
	margin-left : 20px;
	list-style : none;
}

.AjaxResult {
	border : 1px solid #444444;
	width : 225px !important;
	background : #FFFFFF;
	position : absolute;
}

.AjaxResult UL {
	margin : 0;
	padding : 0;
	list-style : none;
	overflow : auto;
	max-height : 200px;
	overflow-x : hidden;
}

.AjaxResult UL LI {
	padding : 2px;
	display : block;
	cursor : pointer;
}

.AjaxResult UL LI .informal {
	color : #999999;
}

.AjaxResult UL LI.selected {
	background : #3399FF;
	color : #FFFFFF;
}

.AjaxResult UL LI.selected .informal {
	color : #FFFFFF;
}

.AutoSlide IMG {
	position : absolute;
}

.BlockBL {
	width : 9px;
	background : url(../gfx/blockbl.png) no-repeat;
	font-size : 2px;
	height : 10px;
}

.BlockBR {
	width : 8px;
	background : url(../gfx/blockbr.png) no-repeat;
	font-size : 2px;
	height : 10px;
}

.BlockH {
	background : url(../gfx/blockh.png) repeat-x;
	font-size : 2px;
	height : 10px;
}

.BlockM {
	border : 1px solid #DDDDDD;
	padding : 5px;
	background : #FFFFFF;
}

.BlockV {
	width : 8px;
	background : url(../gfx/blockv.png) repeat-y;
	height : 100%;
	min-height : 50px;
}

.DesignHeaderEdge {
	background : url(../gfx/designheaderedge_bg.png) repeat-x;
}

.EditMode BUTTON {
	width : auto;
	margin-left : 3px;
	vertical-align : middle;
}

.Error {
	padding : 2px 0;
	color : #C7321F !important;
}

.Loading {
	padding : 2px;
	color : #999999;
}

.mceToolbarContainer IMG {
	vertical-align : baseline !important;
}

.mceToolbarContainer SELECT {
	width : auto;
}

.NoError {
	padding : 2px 0;
	color : #397835 !important;
}

.Note {
	color : #999999;
	font-style : italic;
	font-size : 0.8em;
	font-weight : normal;
}

.PadLeft {
	padding-left : 5px;
}

.PadRight {
	padding-right : 5px;
}

.sortable .sortasc {
	background-image : url(../gfx/sort_up.gif);
}

.sortable .sortcol {
	background-repeat : no-repeat;
	background-position : right center;
	cursor : pointer;
}

.sortable .sortdesc {
	background-image : url(../gfx/sort_down.gif);
}

#Danmarkskort {
	width : 227px;
	background : url(../gfx/danmark.png) no-repeat;
	height : 266px;
}

#DesignContent {
	width : 464px;
	padding : 10px;
	margin-left : -242px;
	position : absolute;
	top : 48px;
	left : 50%;
}

#DesignFeature {
	margin-left : 250px;
	width : 200px;
	background : url(../gfx/designfeature_bg.png) repeat-x;
	font-size : 0.8em;
	position : absolute;
	top : 24px;
	left : 50%;
	height : 314px;
	overflow : visible;
	z-index : 10;
}

#DesignFeature #Shadow {
	width : 200px;
	background : url(../gfx/designfeature_shadow.png) repeat-x;
	position : absolute;
	z-index : 100;
	top : 0;
	left : 0;
	height : 10px;
}

#DesignFeature.InContent {
	top : -24px;
}

#DesignHeader {
	width : 900px;
	background : url(../gfx/designheader_bg.png) no-repeat;
	height : 48px;
}

#DesignLogo {
	width : 208px;
	border : none;
	display : block;
	background : url(../gfx/designlogo_bg.png) no-repeat;
	height : 169px;
}

#DesignMenu {
	padding : 0 6px 15px 6px;
	width : 196px;
	background : url(../gfx/designmenu_bg.png) repeat-y;
	color : #FFFFFF;
}

#DesignMenu INPUT {
	width : 184px;
	font-size : 0.8em;
}

#DesignMenu BUTTON {
	width : 188px;
	font-size : 0.8em;
}

#DesignMenu A {
	border : none;
	width : 100%;
	padding : 1px 0;
	display : block;
	color : #DBDEE9;
	text-decoration : none;
}

#DesignMenu A:Hover, #DesignMenu A.Active {
	border : none;
	color : #FFFFFF;
	text-decoration : none;
}

#DesignMenu UL {
	margin : 0;
	padding : 0;
	list-style : none;
	font-weight : bold;
}

#DesignMenu UL LI UL {
	margin-left : 15px;
	font-weight : normal;
}

#DesignMenu UL LI UL LI UL {
	font-size : 0.85em;
}

#DesignMenuBottom {
	width : 208px;
	background : url(../gfx/designmenubottom_bg.png) no-repeat;
	height : 63px;
}

#UserArea {
	margin-left : 250px;
	width : 200px;
	font-size : x-small;
	text-align : right;
	position : absolute;
	top : -44px;
	left : 50%;
	z-index : 150;
}

#UserArea A {
	border : none;
	color : #DBDEE9;
	text-decoration : none;
}

#UserArea A:Hover {
	color : #FFFFFF;
}

