@CHARSET "ISO-8859-1";

html {
	overflow-y: scroll;
}

body {
	font-family: Tahoma;
	font-size: 12px;
	background-color: RGB(244,238,237);
}

table {
	width:100%;
}

a img {
	border: none;
}

.container {
	width: 99%; 
	position: absolute;
}

.content {
	width: 950px;
	margin-left: auto; 
	margin-right: auto;
	background-color: white;
}

.page-content, .page-content-bigger {
	padding: 5px;
}

.horizontal-border {
	width:100%;
	height:1px;
	background-color:black;
	text-align:right;
}

.navbar, .navbar-big, .navbar-selected, .navbar-big-selected {
	line-height: 23px;
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;
	text-decoration: none;
}

.navbar {
	color: black;
}

.navbar-selected {
	color: white;
}

.navbar-big {
	font-size: 16px;
	color: black;
}

.navbar-big-selected {
	font-size: 16px;
	color: white;
	text-decoration: none;
}

a.navbar:link, a.navbar:active, a.navbar:visited 
a.navbar-big:link, a.navbar-big:active, a.navbar-big:visited {
	text-decoration: none;
}

a.navbar:hover, a.navbar-big:hover, a.navbar-selected:hover, a.navbar-big-selected:hover {
	text-decoration: underline;
}

.navbar-small {
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align:middle;
	color: black;
}

a.navbar-small:link,
a.navbar-small:active,
a.navbar-small:visited {
	text-decoration: none;
}

a.navbar-small:hover {
	text-decoration: underline;
}

.zebra-table-container {
	padding-left:10%;
	padding-right:10%;
}

.zebra-table {
	border-collapse:collapse;
}

.zebra-table-header {
	background-color:RGB(180,180,180);
}

.zebra-table-even {
	background-color:RGB(220,220,220);
}