/* GLOBAL */
body {
	width: 1000px;
	margin: 20px auto 20px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	margin-top: 0px;
	font-size: 28px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
h4 {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
}
img {
	border: 0px;
	vertical-align: middle;
}
a, a:active {
	color: #8888EE;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
pre {
	padding: 10px;
	border: 1px solid lightgrey;
	background-color: #E8EEF7;
}
button.download {
	border-style: outset;
	background-color: #E8EEF7;
	padding: 10px;
	font-weight: bold;
	
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
div.cleaner {
	clear: both;
}

/* GENERAL LAYOUT */
table.header {
	margin-bottom: 20px;
	width: 100%;
}
table.header td {
	vertical-align: bottom;
}
table.header td.logo {
	width: 100%;
	border-bottom: 1px solid lightgrey;	
}
table.header td.logo img.logo {
}
table.header td.logo h1 {
	display: inline;
	padding-left: 10px;
	color: gray;
	font-size: 18px;
	font-weight: normal;
}
table.header td.tab {
	width: 75px;
	text-align: center;
	border-bottom: 1px solid lightgrey;
}
table.header td.tab div {
	padding: 5px;
	border-top: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;	
}
table.header td.tab.selected {
	border-bottom: 1px solid white;		
}
table.header td.separator div {
	width: 5px;
	border-bottom: 1px solid lightgrey;
}
div.leftbar {
	float: left;
	width: 200px;
}
div.content {
	float: left;
	width: 560px;
	margin-left: 18px;
	margin-right: 18px;
}
div.rightbar {
	float: left;
	width: 200px;
}
div.box {
	margin-bottom: 20px;
	border: 1px solid lightgrey;
}
div.box.info {
	padding: 10px;
}
div.box.info ul {
	margin-left: 20px;
	padding-left: 0px;
}
div.box.info ul li {
	margin-bottom: 5px;
}
div.box.leftad {
	border: 0px;
}
div.box.rightad {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
div.footer {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid lightgrey;
	text-align: center;
}

/* INDEX */
div.diggThis {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
div#map {
	width: 100%;
	height: 250px;
	border: 1px solid lightgrey;
}
div#map small {
	color: gray;
	font-size: 8pt;
}
table.proxies {
	width: 100%;
	margin-top: 20px;
	border-left: 1px solid lightgrey;
	border-top: 1px solid lightgrey;
}
table.proxies th, table.proxies td {
	padding: 5px;
	border-right: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	text-align: center;
}
table.proxies th {
	font-weight: bold;
}
table.proxies td.ad {
	padding: 10px;
}

/* PAGINATOR */
div.paginator {
	margin-top: 20px;
	text-align: center;
}
div.paginator div.page {
	border: 1px solid lightgrey;
	padding: 5px;
	margin: 5px;
	display: inline;
}
div.paginator div.page.current {
	color: gray;
	font-weight: bold;
}

/* MISC */
div.notice {
	width: 600px;
	padding: 10px;
	margin: 20px auto 20px auto;
	border: 1px solid orange;
	background-color: lightyellow;	
}