@import "linkicons.css";
@import "ui.css";
@import "menu.css";
@import "slider.css";
@import "cal.css";
@import "gallery.css";
@import "form.css";

/******************************************************************************/
.clickable{
   cursor: pointer; cursor: hand;
}

.clickable:hover{
   text-decoration: underline;
}

button.clickable:hover{
   text-decoration: none;
   background-color: lightblue;
}

/******************************************************************************/
.centered{
   display: block;
   margin-left: auto;
   margin-right: auto;
   
   margin-top: 10px;
   /*margin-top: 20px;
   margin-bottom: 30px;*/
}

/******************************************************************************/

.clear{
   display: block;
   /*height: 0px;*/
   clear: both;
   /*visibility: hidden;*/
	line-height: 0;
   margin: 0px;
   border: 0px dotted yellow;
}

.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}






