@IMPORT url("gphpstandards.css");

	ul{
		list-style:none;
	}
	
	li{
		list-style:none;
	}
	
	img{
		border:0;
	}

	table.normal{
		
	}
	
	table.normal td{
		padding: 1px 2px;
	}
	
	.floatright{
		float:right;
	}
	
	.floatleft{
		float:left;
	}
	
	.textGreen{
		color: #009900;
	}
	
	.textRed{
		color: #dd0000;
	}
	
	.clearer{
		width: 100%;
		height: 0px;
		line-height: 0px;
		clear: both;
	}
	
	.hidden{
		display: none;
	}

	.printview .footer{
		display: none;
	}
	
	.alignleft{
		text-align: left;
	}
	
	.alignright{
		text-align: right;
	}
	.aligncenter{
		text-align: center;
	}
	
	tr.summary{
		font-weight: bold;
	}
	
	tr.summary th,
	tr.summary td{
		border-top: double 4px black;
	}

	
	table{
		text-align: left;
	}
	
	.tabelle td{
		padding: 3px;
	}
	
	.tabelle th{
		padding: 3px;
	}
	
	
	span.HL{
		font-weight:bold;
		color: #cf0404;
	}
	
	.editfield{
		width:250px;
		text-align:right;
		overflow:hidden;
		
		margin: 2px 0px;
	}
	
	.editfield span{
		float:left;
		clear:both;
	}
	
	.editfield input,.editfield select{
		width:150px;
		float:right;
	}
	
	.preview.small{
		border:solid 1px black;
		width:200px;
		height:170px;
		margin:0px 5px 2px;
		overflow:hidden;
	}
	
	.preview ul{
		list-style-type:none;
		margin:0px 0px 0px 10px;
		padding:0;
	}
	
	.preview li{
		list-style-type:none;
	}
	
	.menuemenueitem a{
		padding:2px;
		display:block;
		cursor:default;
		border:solid 1px transparent;
	}
	
	.menuemenueitem a:hover{
		border:solid 1px #cc2222;
	}
	
	
	fieldset.formular{
		margin: 5px 0;
		border: 0;
	}
	
	fieldset.formular legend{
		font-weight: bold;
	}
	

	fieldset.formular li{
		width: auto;
		clear: both;
		overflow: hidden;
		padding: 0 5px;
	}
	
	fieldset.formular li.space{
		height: 8px;
	}
	
	fieldset.formular label{
		clear:both;
		float:left;
		width:45%;
		padding-right: 1px;
	}
	
	fieldset.formular li input,
	fieldset.formular li select,
	fieldset.formular li textarea,
	fieldset.formular li select *{
		width: 200px;
	}	
	
	fieldset.formular li textarea{
		height: 100px;
	}
	fieldset.formular li.norm input{
		width: auto;
	}
	
	input.missed,
	textarea.missed,
	select.missed,
	select.missed *,
	fieldset.formular li.missed input,
	fieldset.formular li.missed textarea,
	fieldset.formular li.missed select,
	fieldset.formular li.missed select *{
		background: #cc2222;
		color: #ffffff;
	}
	
	fieldset.output{
		padding: 5px;
	}
	fieldset.output p{
		display: none;
		margin: 0;
	}
	
	fieldset.output p.show{
		display: block;
	}
	
	a.ok{
		padding: 0 5px;
		border:dashed 1px green;
	}
	
	a.cancel{
		padding: 0 5px;
		border:dashed 1px red;
	}
	
	a.button{
		padding:4px;
		background: #ffffff;
	}
	
	a.button:hover{
		background: #eeeeee;
	}
	
	div.notice{
		border:solid 1px gray;
		padding:5px;
		margin: 2px 0;
	}
	
	.content div.notice p{
		margin: 5px 2px;
	}
	
	.close,
	div.notice .close{
		float: right;
		border: solid 1px black;
		background: #ff0000;
		width: 13px;
		height: 13px;
		line-height: 13px;
		text-align: center;
		cursor: pointer;
	}
	
	.notice{
		background-color:#ffffbb;
	}
	
	body div.error{
	}
	
	body .error{
		
		background-color:#ffaaaa;
	}
	
	div.prompt{
		position:absolute;
		display:none;
	}
	
	a.menue{
		padding: 2px 5px;
		margin: 0;
		border-right: solid 1px gray;
		font-weight:normal;
	}
	
	a.menue:hover{
		color:#b40000;

	}
	
	a.menue.cur{
		color:#b40000;
		font-weight:bold;
	}
	

	
	.bold{
		font-weight:bold;
	}
	
	.Book div.page{
		display:none;

		border:solid 1px gray;
		background-color:#eeeeee;
		padding:15px;
		margin-top:2px;
	}
	
	.Book div.page.cur{
		display:block;

	}
	
	.Book div.index{
		height: 20px;
	}
	
	.Book div.index a{
		cursor:pointer;
		margin:0 4px 0px 0px;
		padding:3px;
		background-color:#ffffff;
		border:solid 1px gray;
	}
	
	.Book div.index a.cur{
		background-color:#eeeeee;
		border-bottom:solid 1px #eeeeee;
	}
	
	
	div.news{
		display:block;
		overflow:hidden;
		margin: 15px 0;
	}
	* html div.news{
		height:1px;
		overflow:visible;
	}
	
	div.news div.newsContent{
		clear:both;
		margin:0;
		padding: 10px 5px;
		border:solid 1px #000366;
		background: #ffffff;
	}
	
	div.news .headLines{
		/*float:left;*/
		padding: 0 37px 5px 0;
		margin-bottom:-3px;
		overflow:hidden;
		
		
		border-bottom:solid 1px #e8e1bd;
		border-top:solid 1px #000366;
		border-left:solid 1px #000366;
		border-right:solid 1px #000366;
	/*	background:#f5f1dc url("../images/news/headIllu.gif") no-repeat right ;*/
		
	}
	
	div.news .headLines h6{
		padding-left:15px;
	}
	
	div.news .headLines h5{
		/*border-top:solid 1px #000366;*/
		padding-left:5px;
		
	}
	
	div.news p{
		margin: 5px 0;
		line-height:1.3em;
	}
	
	div.news div.headIllu{
		border:solid 1px black;
		width:20px;
		height:20px;
		display:block;
	}
	
	
	.terminKalender{
		border-collapse:collapse;
		width:400px;
		margin-top:30px;
	}
	
	.terminKalender th{
		vertical-align:top;
		padding:1px 0 0 4px;
		color:#f6f2b2;
		background: #337277;
		background: #32477f;
		border:solid 1px #525591;
		font-size:0.9em;
	}
	

	.terminKalender td{
		width:80px;
		border:solid 1px gray;
		height:30px;
		vertical-align:top;
		background:#eaeaea;
		font-size:0.8em;
	}
	
	.terminKalender td div{
		padding: 4px 0 0 4px;
		font-size:1em;
	}
	
	
	.terminKalender td div.terminKalenderTerminbox{
		padding:0 0 0 4px;
		border-top:dashed 1px gray;
		color: #000000;
	}
	
	.terminKalender td.empty{
		background:transparent;
	}	
	
	
	
	.contactForm{
		padding: 0 15px 15px;
	}
	
	.contactForm fieldset{
		border:0;
	}
	
	.contactForm fieldset legend{
		font-weight:bold;
	}
	
	.contactForm fieldset ul{
		margin: 10px;
	}
	
	.contactForm fieldset li{
		list-style-type:none;
		margin: 2px 0;
	}
	
	.contactForm fieldset li label{
		float:left;
		display:block;
		width: 120px;
	}
	
	.contactForm fieldset li input{
		width: 150px;
		
		background: transparent;
	}
	
	.contactForm fieldset li select{
		width: 155px;
	}
	
	.contactForm fieldset textarea{
		width: 350px;
		height: 200px;
		background: transparent;
	}
	
	.configModules,
	.configModuls{
		overflow: hidden;
		background: #ffffff;
		padding: 5px;
		position: relative;
	}
	
	fieldset.configModules.login{
		width: auto;	
	}
	
	.content .configModules p,
	.content .configModuls p{
		margin: 5px 0;
	}
	.printview .configModules,
	.printview .configModuls{
		border: 0;
	}
	
	.configModuls .configModul,
	.configModules .configModule{
		display: block;
		border: solid 1px #000;
		width: 165px;
		float: left;
		margin: 10px;
	}
	
	.configModules .configModule .head,
	.configModuls .configModul .head{
		height: 20px;
		background: #32477f;
		line-height: 20px;
		color: #fff;
		font-weight: bold;
		padding: 0 8px;
		
	}	
	
	.configModules .configModule:hover .head,
	.configModuls .configModul:hover .head{
		background: #c6282d;
	}
	
	.configModules .configModule .body,
	.configModuls .configModul .body{
		height: 80px;
		padding: 5px;
		overflow: auto;
	}
	
	* html .configModules .configModule .body,
	* html .configModuls .configModul .body{
		height: 80px;
		
	}

	
	.frame .legend{
		display:  block;
		border: solid 1px black;
		background: #2222FF;
		color: #ffffff;
		padding: 3px;
		font-weight: bold;
	}
	
	.frame .legend .minimize{
		float: right;
		border: solid 1px black;
		color: #ffffff;
		width: 15px;
		text-align: center;
		font-weight: bold;
	}
	
	.minimized .container{
		display: none;
	}
	
	.extendableList{
		float:left;
		margin: 10px;
		height: 23px;
		overflow: hidden;
	}
	
	.extendableList.extended{
		height: auto;
	}
	
	.extendableList .head{
		height: 17px;
		padding: 3px 25px 3px 3px;
		margin: 0 0 5px 0;
		background: #2222FF;
		color: #ffffff;
		cursor: pointer;
	}
	
	
	
	.output{
		border: solid 1px gray;
		background: #ffffff;
	}
	
	.output h1{
		font-size: 1.2em;
		margin: 2px 10px;
	}
	
	.aimscore_menueoutput{
		float: right;
		position: relative;
		z-index: 100;
	}
	
	.aimscore_menueoutput ul{
		width: 300px;
		height: 200px;
		overflow: auto;
	}
	
	.aimscore_menuetree{
		border: solid 1px gray;
		padding: 5px;
		margin:0;
	}
	
	ul.aimscore_menuetree li{
		list-style-type:none;
		list-style-position:inside;
		position: relative;
		padding-left: 15px;
	}
	
	ul.aimscore_menuetree li .toggleopen{
		cursor: pointer;
		font-weight: bold;
		position: absolute;
		left: 0;
	}
	
	ul.aimscore_menuetree li div{
		cursor: pointer;
	}
	
	ul.aimscore_menuetree li ul li .toggleopen{
		left: -15px;
	}
	
	
	ul.aimscore_menuetree li.minimized ul{
		display: none;
	}
	
	ul.aimscore_menuetree li ul{
		border-left: dotted 1px black;
		margin: 0 0 0 3px;
	}
	
	ul.aimscore_menuetree li ul li{
		margin: 0 0 0 25px;
		padding: 0;
		list-style-image: url("/lib/images/tools/listbox/listboxicon.gif");
		list-style-position:outside;
		overflow: visible;
		}
	
	ul.aimscore_menuetree li ul li.prev{
		list-style-image : none;
		height: 4px;
		margin: 0;
	}
	
	ul.aimscore_menuetree li ul li.prev:hover{
		background: #000000;
	}
	
	ul.aimscore_menuetree li div{
		margin: 0 0 0 -5px;
	}
	ul.aimscore_menuetree li div.selected{
		background: #ccccff;
	}
	
	
	/*
		Windows
	*/
	
	
	
	.pathFinder{
		height: 100%;
		width: 100%;
	}

	.pathFinder .item{
		cursor: pointer;
	}
	
	.pathFinder .contentView{
		height: 82%;
		margin: 0 0 -1px 30%;
		overflow: auto;
	}
	
	
	.pathFinder .contentView .item{
		margin: 1%;
		padding: 3px;
		float: left;
	}
	
	.pathFinder .contentView .item.selected{
		padding: 2px;
		border: solid 1px black;
	}
	
	.pathFinder .contentView .item div.img{
		width: 24px;
		height: 24px;
		margin: auto;
		background: url("../images/system/filesystem/file.png") no-repeat;		
	}
	
	.pathFinder .contentView .file div.img{
		background: url("../images/system/filesystem/file.png") no-repeat;
	}
	.pathFinder .contentView .folder div.img{
		background: url("../images/system/filesystem/folder.png") no-repeat;
	}
	
	/*
		Adressbar
	*/
	
	.pathFinder .addressBar{
		width: 100%;
		height: 6%;
		margin: 0;
		padding: 0;
		display: block;
	}
	
	/*
		Controllview
	*/
	.pathFinder .controllView{
		height: 10%;
		border-top: solid 1px black;
		margin: 0 0 0 30%;
		position: relative;
		left: 3px;
	}
	
	.pathFinder .controllView input{
		float: right;
	}
	/*
		Foldertree
	*/
		
	.pathFinder .folderTreeView{
		height: 92%;
		width: 30%;
		border-right: double 3px #000000;
		float: left;
		overflow: auto;
		white-space:nowrap;
	}
	
	.pathFinder .folderTreeView .item{
		margin: 2px;
		padding: 0;
		clear: both;
	}
	
	.pathFinder .folderTreeView .item p{
		margin: 0 0 0 16px;
	}

	
	.pathFinder .folderTreeView .item.open>p{
		font-style: italic;
	}
	
	.pathFinder .folderTreeView .item .item{
		margin: 0 0 0 10px;
	}
	
	.pathFinder .folderTreeView .item div.img{
		width: 16px;
		height: 16px;
		margin: auto;
		background: url("../images/system/filesystem/16x16/file.png") no-repeat;	
		float: left;	
		margin: 0 2px 0 0 ;
	}
	
	.pathFinder .folderTreeView .file div.img{
		background: url("../images/system/filesystem/16x16/file.png") no-repeat;
	}
	
	.pathFinder .folderTreeView .folder div.img{
		background: url("../images/system/filesystem/16x16/folder.png") no-repeat;
	}
	
	
	.pathFinder .folderTreeView .item .item{
		display: none;
	}
	
	
	.pathFinder .folderTreeView .item.open>.item{
		display: block;
	}
	
	
	
	
	
	.window{
		position: absolute;
		border: solid 1px #957645;
		background:#e8e1bd;
		background:#ffffff;
		 width: auto;
		 height: auto;
		padding-bottom:55px;
		overflow: hidden;
		z-index: 100;
	}
	
	.window .titlebar{
		height:21px;
		border-right:solid 1px #957645;
		border-top:0;
		overflow:hidden;
	}
	
	.window .controlbar{
		border-top:solid 1px #957645;
		border-right:solid 1px #957645;
		list-style:none;
		margin: 0 5px 0 0;
		padding:0;
	}
	
	
	.window .controlbar li{
		list-style:none;
		display:inline;
	}
	
	.window .controlbar li a{
		border:0;
		padding: 3px 5px 4px;
		text-decoration: none;
	}
	
	.window .controlbar li a:hover{
		font-style: normal;
		background: #cccccc;
	}
	
	
	.window a.closebutton{
		float:right;
		width: 15px;
		line-height:15px;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		border: solid 1px #957645;
		margin:2px;
	}
	
	.window a.closebutton:hover{
		background:#da2222;
	}
	
	.window .control{
		float:right;
	}
	
	.window .control a{
		border:0;
		display: block;
		text-decoration: none;
	}
	
	.window .control a.ok:hover{
		background:#55aa55;
		font-style: normal;
	}
	
	.window .control a.cancel:hover{
		background:#da2222;
		font-style: normal;
	}
	
	.window .document{
		/*min-height: 274px;*/
		height: 100%;
		border:double 3px #957645;
		/*border-left:groove 1px #957645;
		border-top:groove 2px #957645;*/
		padding: 0 5px;
		margin: 0 5px 5px 0;
		overflow:auto;
	}
	
	.window .corner{
		position:absolute;
		left:100%;
		top:100%;
		margin: -6px -6px;
		float:right;
		border:solid 1px #957645;
		width:5px;
		height:5px;
		cursor: se-resize;
		z-index:1;
	}
	
	.window .rightBorder{
		position:absolute;
		left:100%;
		margin-left: -6px;
		height:100%;
		width:5px;
		cursor: e-resize;
		z-index: 0;
	}

	.window .bottomBorder{
		position:absolute;
		left:0;
		top:100%;
		margin-top: -6px;
		height:5px;
		width:100%;
		cursor: s-resize;
		z-index: 0;
	}
	
	.window table{
		border-spacing: 5px 2px;
	}
	
	.window table td{
		vertical-align: top;
	}
	
	/**************
		Windows ende
	***************/
	
	/*
		Kann in ein Extra css für User bereich
	*/
	
	
		
	.areaedit{
		margin:0;
		padding:0;
		margin-left:0px;
	}
	
	.areaedit td{
		margin:0;
		padding:2px;
		border-left:solid 1px black;
		border-bottom:solid 1px black;
		border-right:0;
	}
	
	.areaedit select{
		width:100px;
	}
	
	.areaedit input{
		width:100px;
	}
	
	.areaedit input,select{
		border:0;
		background-color: transparent;
	}
	
	
	.imageDetails{float:left;
			width:600px;
			position:absolute;
			padding: 10px;
			display:none;
			top:20px;
		}
		
		
		.imageDetails .img{
			float:left;
			margin: 5px;
		}
		
		.imageUpload{
			position:absolute;
			padding:10px;
			display:none;
		}
		
		.closeButton{
			float:right;
		}
		.closeButton span{
			border:solid 1px gray;
		}

		.imgGallery{
			width:100%;
		}

		.imgGallery tr{
			margin:0;
			padding:0;
		}
			
		.imgGallery td.img{
				margin:0;
			border:solid 1px black;
			/*width:<?=$width?>%;*/
			text-align:center;
			vertical-align:middle;
			/*padding:5px;*/
			color:black;
			background-color:#ffffff;
		}
		
		.imgGallery td{
			text-align:center;
			vertical-align:middle;
			color:black;
			background-color:#ffffff;
		}

		.imgGallery td.img div{
			border:solid 1px red;
			line-height:150px;
			vertical-align:middle;
		}
		
	
		.cmsPagesList{
			clear: both;
		}
		
		.content .cmsPagesList li{
			height: 70px;
			border: solid 1px black;
			list-style-type: none;
			margin: 0 0 -1px 0;
			overflow: hidden; 
			
		}
		
		.cmsPagesList li div{
			float: left;
			width: 200px;
			height: 68px;
			display: block;
			padding: 2px;
			overflow: hidden;
			
			margin: 1px;
		}
		
		.cmsPagesList li div.title{
			width: 150px;
			padding: 2px;
		}
		
		.content .cmsPagesList li div h1{
			margin: 0px 0 2px;
			font-size: 1.2em;
			font-weight: bold;
		}
		.cmsPagesList li div p{
			margin: 2px 0;
		}
		
		.cmsPagesList li div.options{
			width: 100px;
		}
		
		.content .cmsPagesList li div li{
			width: auto;
			border: 0;
			height: auto;
		}
		
		.texthighlight{
			color: #ed1b2f;
			cursor: pointer;
		}
		
		.tooltip{
			z-index: 10;
			position: absolute;
			/*width: 230px;
			height: 130px;*/
			border: solid 1px #ed1b2f;
			background: #ffffff no-repeat center center;
			overflow: hidden;
		}
		
		.tooltip .pics{
			margin: auto;
			text-align: center;
			/*line-height: 130px;
			height: 130px;*/
			vertical-align: middle;
			float: left;
			margin: 5px 2px 0 5px;
		}
		
		.tooltip p{
			margin: 0 5px;
		}
		
		.tooltip h1{
			margin: 0px 5px;
			font-size: 1.2em;
			color: #ed1b2f;
		}

		.dialogWindow{
			position: absolute;
			background: #ffffff;
			border: solid 2px #D3D3D3; /* lightgray wird nicht als valide anerkannt deshalb in hex*/
			display: none;
			z-index: 2;
		}
		
		.progressbar{
			border: solid 1px black;
			height: 16px;
			background: url('../images/system/progress.gif') repeat-x;
			text-align: center;
			color: #ffffff;
			font-weight: bold;
		}
		
		.progressbar *{
			color:#ffffff;
		}
		
		.progressbar a.cancelsmall{
			width: 16px;
			height: 16px;
			float: right;
			background: url('../images/buttons/b_delete.png') center center no-repeat;
		}
	
		.console{
			height: 400px;
			border: solid 1px black;
			border-top: 0;
			background: #ffffff;
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 1000;
			width: 99%;
		}
		
		.console ul.output{
			height: 375px;
			margin: 0 2% 0 1%;
			overflow: auto;
		}
		
		.console ul li span{
			width: 20%;
			text-align: right;
			float: left;
			overflow: hidden;
			white-space:nowrap;
		}
		
		.console ul li p.error{
			color: #aa2222;
		}
		
		.console ul li div{
			margin: 0 0 0 21%;
		}
		
		.console ul li ul{
			margin: 0;
		}
		
		.console ul li ul li{
			margin: 0;
		}
		
		.console input{
			height: 20px;
			line-height: 20px;
			width: 96%;
			margin: 0 2% 0 1%;
		}
		
		/*
			Inhaltslayouts - Kisten
		*/
		
		.contentRow{
			clear: both;
			width: 736px;
			width: 760px;
			min-height:170px;
		}
		
		* html .contentRow{
			height:170px;
		}
		
		.contentBlock{
			position:relative;
			float:left;
			margin: 0 14px 14px 0;
			width: 170px;
			height: 177px;
			overflow: visible;
		}

		.contentBlock p{
			position: absolute;
			width: 100%;
		}
		
		
		.contentBlock p.newparagraph{
			position: relative;
		}
		
		.contentBlock1x{
			width: 170px;
		}
		
		.contentBlock2x{
			width: 356px;
			width: 354px;
		}
		
		.contentBlock3x{
			width: 544px;
			width: 540px;
		}
		
		.contentBlock4x{
			width: 712px;
			width: 706px;
		}
		
		.contentBlock1y{
			height: 177px;
		}
		
		
		.contentBlock2y{
			height: 370px;
			height: 368px;
		}
		
		.contentBlock3y{
			height: 574px;
			height: 570px;
		}
		

	table.billsum{
		border-spacing: 0px;
	}
	
	table.billsum td{
		padding: 4px 12px;
		text-align: right;
	}
	
	table.billsum th{
		padding: 4px 12px;
		text-align:right;
	}
	
	table.billsum tr:hover{
		background:#eee;
	}
	table.billsum tr.summary{
	}
	table.billsum tr.summary th{
		color: #af2222;
	}
	table.billsum tr.summary th,
	table.billsum tr.summary td{
		border-top: double 3px #000;
	}
	
	div.yearsum{
		margin: 15px 15px 20px 15px;
		border: solid 1px black;
		background: #fff;
		padding: 10px;
	}
	
	/*
	Runde Boxen
*/

.roundBox {background: transparent;}
a.roundBox {display: block;}

.roundBox b.top, 
.roundBox div.top, 
.roundBox div.bottom 
{display:block; background:transparent; font-size:1px;}

.roundBox .b1,
.roundBox .b2, 
.roundBox .b3, 
.roundBox .b4, 
.roundBox .b1b, 
.roundBox .b2b, 
.roundBox .b3b, 
.roundBox .b4b 
{display:block; overflow:hidden;}
.roundBox .b1, .roundBox .b2, .roundBox .b3, .roundBox .b1b, .roundBox .b2b, .roundBox .b3b {height:1px;}

.roundBox .bg{
	background:#ccc;
	background:transparent;
}

.roundBox .b2 {
	border-left:1px solid #ffffff;
	border-right:1px solid #eeeeee;
	}
	
.roundBox .b3 {
	border-left:1px solid #ffffff; 
	border-right:1px solid #dddddd;
}

.roundBox .b4 {
	border-left:1px solid #ffffff; 
	border-right:1px solid #aaaaaa;
	}
	
.roundBox .b4b {
	border-left:1px solid #eeeeee; 
	border-right:1px solid #999999;
}

.roundBox .b3b {
	border-left:1px solid #dddddd; 
	border-right:1px solid #999999;
}
.roundBox .b2b {
	border-left:1px solid #aaaaaa; 
	border-right:1px solid #999999;
}

.roundBox .b1 {margin:0 5px; background:#ffffff;}
.roundBox .b2, .roundBox .b2b {margin:0 3px; border-width:0 2px;}
.roundBox .b3, .roundBox .b3b {margin:0 2px;}
.roundBox .b4, .roundBox .b4b {height:2px; margin:0 1px;}
.roundBox .b1b {margin:0 5px; background:#999999;}
.roundBox .boxcontent {
	display:block;  
	border-left:1px solid #ffffff; 
	border-right:1px solid #999999;
	text-align: center;
}

/*
	Runde Boxen ende
*/

.tabControl{
		position: relative;
	}
	
.tabControl .tabPages{
		border: solid 1px black;
		background: #ffffff;
		position: relative;
		z-index: 1;
		clear: both;
	}
	
.tabControl .tabButtons{
		overflow: visible;
		position: relative;
		z-index: 2;
	}
.tabControl .tabButtons .tab{
		border: solid 1px black;
		padding: 4px 4px 2px 4px;
		background: #ffffff;
		border: solid 1px black;
		border-bottom: 0;
		float: left;
		margin: 0 5px 0 0;
		position: relative;
		top: 4px;
		cursor: pointer;
		color: #000000;
	}
	
.tabControl .tabButtons .tab.cur{
		z-index: 2;
		padding: 5px;
		padding-bottom: 6px;
		margin-top: -1px;
		top: 1px;
	}
	
.tabControl .tabPages .tab{
		display: none;
		z-index: 1;
		padding: 5px;
	}
	
.tabControl .tabPages .tab.cur{
		display: block;
	}
	
	a.plus,a.minus{
		padding: 2px 6px;
		line-height: 11px;
	}
	
	a.plus{
		background:url("../images/buttons/plus.gif") center center no-repeat;
	}
	a.minus{
		background:url("../images/buttons/minus.gif") center center no-repeat;
	}

	
	.hoverHlTable tr:hover{
		background: #aaaaff;
	}
	
span.mandatory{
	color: #aa2222;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1em;
}


	.aimscore_menueoutput{
		float: right;
		position: relative;
		z-index: 100;
	}
	
	.aimscore_menueoutput ul{
		width: 300px;
		height: 200px;
		overflow: auto;
	}
	
	.aimscore_menuetree{
		border: solid 1px gray;
		padding: 5px;
		margin:0;
	}
	
	.content ul.aimscore_menuetree li,
	ul.aimscore_menuetree li{
		list-style-type:none;
		list-style-position:inside;
		position: relative;
		padding-left: 15px;
	}
	
	ul.aimscore_menuetree li .toggleopen{
		cursor: pointer;
		font-weight: bold;
		position: absolute;
		left: 0;
	}
	
	ul.aimscore_menuetree li div{
		cursor: pointer;
	}
	
	ul.aimscore_menuetree li ul li .toggleopen{
		left: -15px;
	}
	
	
	ul.aimscore_menuetree li.minimized ul{
		display: none;
	}
	
	ul.aimscore_menuetree li ul{
		border-left: dotted 1px black;
		margin: 0 0 0 3px;
	}
	
	.content ul.aimscore_menuetree li ul li,
	ul.aimscore_menuetree li ul li{
		margin: 0 0 0 25px;
		padding: 0;
		list-style-image: url("/lib/images/tools/listbox/listboxicon.gif");
		list-style-position:outside;
		overflow: visible;
		}
	
	ul.aimscore_menuetree li ul li.prev{
		list-style-image : none;
		height: 4px;
		margin: 0;
	}
	
	ul.aimscore_menuetree li ul li.prev:hover{
		background: #000000;
	}
	
	ul.aimscore_menu_hlentry li.entry:hover>div{
		background: #eee;
	}
	
	ul.aimscore_menuetree li div{
		margin: 0 0 0 -5px;
	}
	ul.aimscore_menuetree li div.selected{
		background: #ccccff;
	}

.packageinformation{
	margin: 10px 5px 5px;
	}
	
.packageinformation fieldset{
		padding: 2px;
	}
	
.packageinformation .fold{
		cursor: pointer;
	}
	
.packageinformation td{
		vertical-align: top:
	}
	
.select_list .select_list_column{
		width: 49%;
		overflow:visible;
	}
.select_list ul{
		border: solid 1px black;
		padding: 0;
		height: 500px;
		overflow:visible;
		overflow-y: auto;
	}
	
div.select_list ul li{
		padding: 2px 5px;
		margin: 1px 0;
	}
	
.select_list ul li:nth-child(odd)    { background-color:#eee; }
.select_list ul li:nth-child(even)    { background-color:#fff; }
	
.select_list .select_list_column input{
		display: block;
		width: 98%;
	}
