/* common UNI template related settings */
/* without modification possibility     */

@import url("./default.css");
@import url("./menu.css");
@import url("./mod_calendar.css");
html {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

/* common container related settings */

.justifycenter{
	margin: 0 auto;
}

.justifyleft{
	float:left;
}
.justifyright{
	float:right;
}

.containerHeader{
	position:relative;
	display:block;
	float:left;
	width:100%;
}
.containerRow{
	width:100%;
}
.containerFooter{
 	clear:both;
}
  
.containerContent{
	float: left;
	width: 100%;
}
.boxLayout{
	clear:both;
}
.footer{
	text-align:center;
}

.moveableWrapper{
	display:block;
	float:left;
	width:100%;

}

.containerHeader .moveableWrapper .searchBox {
	/*hidden*/
	position:absolute;
}
.containerHeader .searchBox .submit{
	/*hidden*/
	position:relative;
	}
.containerHeader .moveableWrapper .subsiteBox{
	position:absolute;	
}
.logo{
	display:block;
	margin: 4px;
	
}
.slogan{
	font-size:20px;
	font-style:italic;	
	text-align:center;	
	width:100%;
	float:left;
}
.menuWrapper{
display:block;
float:left;
width:100%;
}

/* others*/

.content{
	margin-top:10px;
	display:block;
	float:left;
	width:100%;
}
.content .pageHeader {
	height:24px;
	line-height:24px;
	font-size:16px;
	font-weight:bold;
	margin-top:0;
}

.adminIconX {
	float:right;
}
/*boxes common settings*/
.box .boxHead{
	font-weight:bold;
	/*height:24px;*/
	line-height:24px;
	padding-left:4px;
}

.box {
	margin:4px;
}
.box .paddedContent{
	padding:4px;
}
.boxLayout .box .boxBorder{
	overflow:hidden;
}

.containerLeftColumn .box, .containerRightColumn .box{
	float:left;
	width:100%;
}

.containerFooter{
	display:block;
	position:relative;
}
.containerFooter .footerBox{
	display:block;	
	width:100%;	
}

.containerFooter .footer{
	clear:both;
}
#boxarea-layoutbox  .box .boxBorder{
	background-color: transparent;
}

.horizontalMenu {
	float:left;
	width:100%;
}
.verticalMenu{
	float:left;
	width:100%;
}

.moveableWrapper.TOP .login{
	position:absolute;
}
.moveableWrapper.LEFT .login,.moveableWrapper.RIGHT .login{
	position:relative;
}

.login label {
	position:absolute;
}
.login input.text {
	position:absolute;
}
.login input.password {
	position:absolute;
}
 .login  input.submit {	
		position:absolute;
 }
 
 .login #passwordReminder{
 position:absolute;
 }
 .login #register{
 position:absolute;
 }
/* special settings*/
/* just the rightcolor will be switched*/
.leftColor ,.contentColor{
	background-color: transparent;
}

.preset_table legend{
	font-weight:bold;
}
.preset_table table {
	width:100%;
}
.preset_table table select{
	width:120px;
}
.preset_table .title {
	font-weight:normal !important;
	margin-right:2px;
	margin-left:4px;
}
.eventCalendar .content{
	width:auto!important;
}

/* special*/
.containerFooter .linkCollectionBox .boxBody a {
/*	color:#000000!important;
	border-left:1px solid #000000!important;*/
}
.preset_table img{
	background-color:#AEAEAE;
}
.dijitDialogPaneContent,.dijitDialogTitle{
	color:#000000;
}

.black_border {
	border:1px solid white !important;
}

#boxarea-layoutbox .layoutEditor {
	background:#000733 none repeat scroll 0 0 !important;
}

/*#boxarea-layoutbox .layoutEditor {
	background-color: transparent !important;
}*/
/*.preset_table fieldset select{
	float: right;
}

.preset_table fieldset span{
	float: left;
	margin-bottom:10px;
}*/

.containerHeader #imageContainer {
	width:100%;
	height:100%;
}
.containerHeader #imageContainer img{
	position:absolute;
	z-index:-1;	
	display:none;	
	opacity: -0.01; 				
	/*width:100%;*/
}
.contactForm textarea{
	width: 100%;
}
#contentBackgroundHolder, #contentBackgroundHolder2{
	width:100%;
	float:left;
}