			html, body {
				background-color: #FFFFFF;
				height: 100%;
				margin:0;
			}
			
			img {
				border: 0;
			}

			.pageTable {
				height: 100%;
				width: 100%;
				font-family: verdana;
				font-size: 11px;
			}

			.topMenu {
				background-image: url("/admin/images/layout/topmenubg.png");
				background-repeat: repeat-x;
				background-position: left top;
				padding: 7px;
				height: 45px;
			}

			.topMenuLogo {
				background-image: url("/admin/images/layout/logo.png");
				background-repeat: no-repeat;
				background-position: 20px center;
				padding: 7px;
				height: 45px;
			}
			
			.topMenuSearch {
			}

			.topMenuRight {
				text-align:right;
				font-size: 15px;
				color: #FFF;
				font-weight: bold;
				padding: 10px;
				padding-top: 2px;
				padding-bottom: 2px;
			}

			.topMenuRight .option {
				font-size: 10px;
				text-weight: bold;
			}
			
			.topMenuPicture {
				float: right;
				padding-left: 10px;
				width: 26px;
				height: 35px;
			}
			
			.topMenuRight a {
				color: #fff;
			}


			.leftMenu {
				background-color: #F8F8F8;
				background-image: url("/admin/images/layout/menubg.png");
				background-repeat: repeat-x;
				background-position: left bottom;
				width: 11%;
				height: 100%;
				padding: 10px;
			}

				.leftMenu h2 {
					font-size: 15px;
					border-bottom: 1px solid #273549;
					color: #20394f;
				}

				.leftMenu a {
					padding-left: 18px;
					padding-bottom: 2px;
					padding-top: 2px;
					color: #000;
					text-decoration: none;
					display: block;
					width: 90%;
					position: relative;
					overflow: hidden;
					white-space: nowrap;
				}

				.leftMenu a:hover, .selected {
					background-color: #20394f;
					color: #FFF;
				}

				.leftMenu nyGenvej {
					font-weight: bold;
				}

			.content {
				background-color: #FFFFFF;
				background-image: url("/admin/images/layout/seperator.png");
				background-repeat: repeat-y;
				background-position: left top;
				width:90%;
				height: 100%;
				padding: 10px;
				padding-left: 20px;
				padding-top: 7px;
			}

			.content h2 {
				font-size: 20px;
				color: #20394f;
			}
			
			
			
			
			.text {
				border: 1px solid #A0A0A0;
				background-color: #F0F0F0;
				font-family: verdana;
				font-size: 11px;
				padding: 2px;
				height: 21px;
				width: 200px;
				color: #374556;
			}



			.password {
				border: 1px solid #A0A0A0;
				background-color: #F0F0F0;
				font-family: verdana;
				font-size: 11px;
				padding: 2px;
				width: 200px;
				color: #374556;
				padding-left: 25px;
				
					background-image: url("/admin/images/icons/key.png");
					background-repeat: no-repeat;
					background-position: 5px center;
					
				text-align: left;
			}
			
			.lockopen {
				border: 1px solid #A0A0A0;
				background-color: #F0F0F0;
				font-family: verdana;
				font-size: 11px;
				padding: 5px;
				width: 200px;
				color: #374556;
				padding-left: 25px;
				
					background-image: url("/admin/images/icons/lock_open.png");
					background-repeat: no-repeat;
					background-position: 5px center;
					
				text-align: left;
			}
			
			.submitmail {
				border: 1px solid #A0A0A0;
				background-color: #233738;
				font-family: verdana;
				font-size: 11px;
				width: 200px;
				color: white;
				padding-left: 25px;
				height: 25px;

					background-image: url("/admin/images/icons/error_go.png");
					background-repeat: no-repeat;
					background-position: 5px center;

				text-align: left;

			}



			.submitdone {
				border: 1px solid #A0A0A0;
				background-color: #F0F0F0;
				font-family: verdana;
				font-size: 11px;
				padding: 2px;
				width: 200px;
				color: #374556;
				padding-left: 25px;

					background-image: url("/admin/images/icons/tick.png");
					background-repeat: no-repeat;
					background-position: 5px center;

				text-align: left;
			}
			
			.username {
				border: 1px solid #A0A0A0;
				background-color: #F0F0F0;
				font-family: verdana;
				font-size: 11px;
				padding: 2px;
				width: 200px;
				color: #374556;
				padding-left: 25px;

					background-image: url("/admin/images/icons/user.png");
					background-repeat: no-repeat;
					background-position: 2% center;
					
				text-align: left;
			}
			
			.mail {
				border: 1px solid #A0A0A0;
				background-color: #F0F0F0;
				font-family: verdana;
				font-size: 11px;
				padding: 2px;
				width: 200px;
				color: #374556;
				padding-left: 25px;

					background-image: url("/admin/images/icons/email.png");
					background-repeat: no-repeat;
					background-position: 2% center;
					
				text-align: left;
			}

			.save {
				border: 1px solid #A0A0A0;
				background-color: #F0F0F0;
				font-family: verdana;
				font-size: 11px;
				padding: 2px;
				width: 200px;
				color: #374556;
				padding-left: 25px;

					background-image: url("/admin/images/icons/save.png");
					background-repeat: no-repeat;
					background-position: 5px center;

				text-align: left;
			}
			
			a {
				color: darkblue;
				text-decoration: none;
			}

			a:hover {
				text-decoration: underline;
			}



			#tabelo {
				width: 100%;
				border: 1px solid #7F9DB9;
			}



			#bgtabel {
				width: 100%;
				border: 1px solid #7F9DB9;
				background-color: #F0F0F0;
			}

			#bgtabelSignup {
				width: 615px;
				height: 256px;
				background-image: url("/admin/images/bg-table-signup2.jpg");
				background-repeat: no-repeat;
				background-color: #C1C2C4;
				padding: 15px;
				text-align: center;
			}



			#bgtabelL {
				width: 100%;
				border: 1px solid #7F9DB9;
				background-color: #F0F0F0;
			}



			table {
				font-size: 10px;
				font-family: verdana;
			}

			.anylinkcss{
				position:absolute;
				visibility: hidden;
				border:1px solid #1B2D2E;
				border-bottom-width: 0;
				font:normal 12px Verdana;
				line-height: 18px;
				z-index: 100;
				background-color: #E9FECB;
				width: 205px;
			}

			.anylinkcss  a {
				width: 100%;
				display: block;
				text-indent: 3px;
				border-bottom: 1px solid black;
				padding: 1px 0;
				text-decoration: none;
				font-weight: bold;
				text-indent: 5px;
				background-color: #CAD4DE;
			}

			.anylinkcss a:hover{
				background-color: #6DA92B;
				color: white;
			}

			.messagebox{
				position:absolute;
				width:150px;
				margin-left:30px;
				border:1px solid #c93;
				background:#ffc;
				padding:3px;

			}
			.messageboxok{
				position:absolute;
				width:auto;
				margin-left:30px;
				border:1px solid #349534;
				background:#C9FFCA;
				padding:3px;
				font-weight:bold;
				color:#008000;
				
			}
			.messageboxerror{
				position:absolute;
				width:auto;
				margin-left:30px;
				border:1px solid #CC0000;
				background:#F7CBCA;
				padding:3px;
				font-weight:bold;
				color:#CC0000;
			}
			
			.overviewTable,.overviewTable2 {
				width:100%;
				border: 1px solid #9EA0AD;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}
			
			.tableHeader {
				font-weight: bold;
				background-image:url('/admin/images/fade3.jpg');
				color: #FFF;
			}
			
			.tdComment{
				color: gray;
				font-size: 10px;
				padding:0 0 0 4px;
			}
			
			.rndButton {
				border-radius: 5px;
				-moz-border-radius: 5px;
				border: 1px solid #9EA0AD;
				font-size: 20px;
				
				padding-left: 25px;

					background-image: url("/admin/images/icons/arrow_down.png");
					background-repeat: no-repeat;
					background-position: 5px center;
			}
				
			
			/* Quick Command Search */
			
			#container {
				width: 250px;
				margin-right: auto;
				margin-left: auto;
				margin-top: 25px;
				margin-bottom: 0px;
				padding: 20px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
			}


			/*  Styling for Suggestion Box Container  */
			.suggestionsBox {
				position: absolute;
				width: 310px;
				background-color: #F0F0F0;
				border: 1px solid #000;
				color: #000;
				padding: 5px;
				margin-top: 15px;
				margin-right: 0px;
				margin-bottom: 0px;
				margin-left: 0px;
				-moz-border-radius: 8px;
				-webkit-border-radius: 8px;
			}

 			#inputString {
			width: 240px;
			padding: 5px;
			font-size: 12px;
			}


			.suggestionList {
				margin: 0px;
				padding: 0px;
			}


			/*  Individual Search Results  */
			.suggestionList li {
				margin: 0px 0px 3px 0px;
				padding: 7px;
				cursor: pointer;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				list-style-type: none;
			}

			/*  Hover effect  */
			.suggestionList li:hover {
			background-color: #56901E;
			}
			
			/* Other */
			.metaTxtArea {
				font-size: 11px;
				font-family: verdana;
				width: 350px;
				height: 75px;
				border: 1px solid #A0A0A0;
				background-color: #F0F0F0;
			}

			#divMayus {
				font-size: 12px;
				background-color: #5B6670;
				border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px; 
				font-family: Calibri, Tahoma, Geneva, sans-serif;
				position: relative;
				left: 1em;
				top: 2em;
				height: 50px;
				margin-left: 0;
				width: 200px;
				padding: 5px;
				padding-left: 50px;
				background-image: url("/admin/images/Warning.png");
				background-repeat: no-repeat;
				background-position: 3% center;
			}
			
			.txt {
				border: solid 1px #999;
				padding: 2px;
				margin: 0;
				top: 50px;
				height: 1.25em;	/* must specify height for consistent vertical alignment */
				vertical-align: middle;
			}
			/* watermark positioning container */
			.updnWatermark
			{
				position: relative;	/* positioning container */
				width: 0;
				height: 1.25em;	/* must specify height for consistent vertical alignment */
				vertical-align: middle;
			}
			/* IE7/6 hasLayout hack */
			.updnWatermark
			{
				*zoom: 1;
			}
			/* watermark label styling */
			.updnWatermark label
			{
				position: absolute;
				left: 0;
				top: -9px;
				color: #999;
				padding-left: 10px;
				padding-bottom: 0px;
				vertical-align: middle;
			}
			
			.checkbox {
				width: 13px;
				height: 13px;
				padding: 0;
				margin:0;
				vertical-align: bottom;
				top: -1px;
				*overflow: hidden;
			}
			
			.icon {
				 padding-bottom: 4px;
				 vertical-align: middle;
				 border:0;
				 padding-right:3px;
			 }
			 
			 input:focus, textarea:focus, select:focus {
				background-color: #F6FCFE;
				border: 1px solid #569124;
			}

