	
div.log {
	page-break-inside: avoid;
}
html * {
	-moz-box-sizing: border-box;
}

html {
	line-height: 1.3; 
	background-color: #FFF;
	margin: 0;
}
				
body {
	margin: 0;
	color: #222;
	font: 11px/1.4em verdana, arial;
}
img {
	border: none;
}

a:link	{ text-decoration: none; color: #000; font-weight: bold; }
a:visited	{ text-decoration: none;  color: #537986; }
a:hover	{ text-decoration: underline; }
a:active	{ text-decoration: none; }
table.list {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-left: 2%;
	width: 90%;
	text-align: left;
	}
table#top{
	font-family: Verdana;
	font-size: 11px;
	margin-left: 2%;
	width: 90%;
	text-align: left;
	}
table.list div.cname {
	float: left;
}
table.list th {
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	color: #039;
}
table.list tr {
	background: #e8edff; 
}
table.list tr.odd {
	background: white;
	}
table.list tr.ctitle a:hover {
	background-color: #4B7DF2;
	color: #fff;
	text-decoration: none;
}
table.list tr.ctitle a {
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2%;
}
table.list td {
	padding: 5px;
	color: #669;
	}
table.list tr:hover td {
	background: #d0dafd;
	color: #339;
}
table.list td.map {
	text-align: center;
}
table.list td.level {
	text-align: center;
}
table.list td.stat {
	text-align: center;
}
table.list td.date {
	text-align: center;
}
table.list td.dist {
	text-align: right;
}
table.list td.cont {
	text-align: center;
}
table.list div.img {
	float: left;
}
div.tab {
    float:left;
    width: 100%;
    text-align: center;
}
div.tab table.list th {
    font-weight:bold;
    font-family:Verdana;
}
div.tab table.list#top {
    float:left;
    width: 45%;
    text-align: center;
}
div.tab div.graph {
    width: 50%;
    text-align: center;
    float: right;
}


table#directory {
        width:90%; border: 1px solid black;border-collapse:collapse;
	margin-left: 2%;
}
table#directory td { border: 1px solid black;text-align: center;font-weight:bold;font-family:Verdana }

div.pageNr {
    float:left;
    padding: 2px;
    font-size: 150%;
    font-family: Verdana, Arial;
    margin-left:2%;
    margin-right:2%;
}
div.paging {
    width:100%;
    border: 1px solid black;
    padding: 2px;
    text-align: right;
    margin-bottom:2%;
}
div#current {
    display: inline;
    width:2%;
    font-size: 150%;
    font-family: Verdana, Arial;
    text-color: gray;
}

div.hd {
    display: block;
    width: 100%;
}
div.menumap {
    width: 20%;
    float: left;
    text-align: right;
}
div.menu {
    text-align: center;
    width: 80%;
    height: 155px;
    float: right;
}
div.menu b {
    color: gray;
}
div.menu a:link	{ text-decoration: underline;}
div.menu a:hover	{ text-decoration: underline;color: blue; font-weight: bold; }
div.menu a:active	{ text-decoration: underline;color: blue; font-weight: bold; }
div.tab  a:visited	{ color: black; font-weight: bold; }
a:visited	{ text-decoration: underline;color: black; font-weight: bold; }
