/**
 * @history: fkamos - css for apiary modular toolbox  2004
 */

html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	//font-style:normal;
	//font-family : Arial, Helvetica, sans-serif;
	// https://neverpanic.de/blog/2014/03/19/downloading-google-web-fonts-for-local-hosting/
	//font-family: 'Exo 2', courier new, sans-serif;
	font-family: courier new,arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	align: center;
}

#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	height: auto;
	align: center;
}

html>body #container {
	height: auto;
}

#content {
	padding: 10px;
	padding-bottom: 48px;
	align: center;
}

#footer {
	position: absolute;
	bottom: 25px;
	width: 95%;
	text-align: center;
        font-size : 6px;
}

table {
	align: center;
	width: 95%;
	cellspacing: 0;
	cellpadding: 2;
	empty-cells: show;	
}


div {
	align: center;
	width: 95%;	
}




b {
	//font-size: -1;
	font-weight: bold;
}

small,.small { 
	font-size: 8px; 
	font-weight:bold;
}

big,.big { 
	font-size: 18px; 
	font-weight:bold; 
}



a:hover{
	text-decoration: underline;
}

a {
	text-decoration: none;
	color : #0000b4;
}

a:link {
	 color: #444444;	/* unvisited link */
}

a:visited {
	 color: #777777;	/* visited links */
}

a:active {
	 color: #3300FF;	/* active links */
}



//input,button,select,checkbox,textarea {
//color:#000000;
//font-size:10pt;
//border-style:solid;
//border-width:0.5;
//border-color:#aaaabb;
//background-color:#e0e0f4
//}



span.selected {
	color: #cc0000;
}

div {
	font-size: 10pt;
}
div.navi {
	display: inline;
	font-weight: bold;
	//font-size: 8pt;
}

div.pager {
	background : #e0e0e0;
	text-align : center;
	padding-top: 10px;
	padding-bootom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	//font-size: 8pt;
}

tr.tableheader {
	background : #e0e0ef;
	font-weight: bold;
	//font-size: 8pt;
}

tr.highlightedrow {
	background : #e0e0e0;
}

tr.lowlightedrow {
	background : #f0f0f0;
}

tr.highlightedrowdeadline {
	background : #e0e0e0;
	color : #ff0000;
}

tr.lowlightedrowdeadline {
	background : #f0f0f0;
	color : #ff0000;
}

th, td, iframe, textarea, input, select {
	text-align: left;
}
