/*** stylesheet extensions.css to be imported at the beginning of the sitename.css file when the extension module is used: 
@import url(/system/modules/ch.ethz.sed.bootstrap.extensions/resources/css/extensions.css);
 ***/


/*** Collapsible classes (used by image-with-text, project, infotable) ***/
.display_none {
	display:none
}

.display_block {
	display:block
}


/*** Collapsible classes (used by  project, infotable) ***/
.icon_open{
	background-image: url("/export/system/modules/ch.ethz.sed.bootstrap.extensions/resources/img/open_box_c3.jpg");
    background-repeat:no-repeat;
	background-position:right 2px;
	border-top:1px solid #000;
	margin:10px 0px;
	line-height:24px;
	cursor:pointer;
	padding-right: 18px;
	display:block
}

.icon_close{
	background-image: url("/export/system/modules/ch.ethz.sed.bootstrap.extensions/resources/img/close_box_c3.jpg");
    background-repeat:no-repeat;
	background-position:right 2px;
	border-top:1px solid #000;	
	margin:10px 0px;
	line-height:24px;
	cursor:pointer;
	padding-right: 18px;
	display:block
}

.icon_open h4, .icon_close h4 {
    margin: 0px !important;	
}

.icon_close h4 {
   cursor:pointer
}
/*** end collapsible classes ***/


/*** floating ***/
.clearboth {
	clear:both
}

/*** end floating ***/



/*** anchor ***/
.anchor_name {
	position:relative;
    display: block;
}
/*** end anchor ***/