/* 
 * CSS style file for jQuery digilib
 *
 * Martin Raspe, Robert Casties, 11.1.2011
 */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.dl-digicat .dl-disabled {
    display: none;
}

div.dl-digicat,
div.dl-digicat button,
div.dl-digicat input {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

    
div.dl-digicat div.dl-about {
	position: absolute;
	padding: 10px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid aqua;
	background-color: silver;
	text-align: center;
	display: none;
	z-index: 100;
}

div.dl-digicat .dl-error {
	color: red;
	background-color: maroon;
	}

div.dl-digicat div.dl-buttons {
	position: fixed;
	right: 0px;
	top: 0px;
	padding: 2px;
	background-color: transparent;
	z-index: 200;
}

div.dl-digicat div.dl-buttons div.dl-button {
	margin-bottom: 3px;
}

div.dl-digicat div.dl-buttons div.dl-button:hover {
	background-image: url('img/fullscreen/corona.png');
	background-repeat: no-repeat;
}

div.dl-digicat div.dl-button-on {
	background-image: url('img/fullscreen/whitedisc.png');
	background-repeat: no-repeat;
}

/* no borders for button images */
div.dl-digicat a img.dl-button {
    border:none;
}

/* table contents */
div.dl-digicat td {
	text-align: center;
}


