body {
	font-family: verdana;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

div#results {
	float: left;
	width: 75%;
}
div#sidebar {
	float: left;
	width: 25%;
}

img.strip-big {
	width: 200px;
	border: solid 3px white;
	margin: 0 3px 0 0;
	float: left;
	min-height: 100px;
}

img.strip {
	width: 100px;
	border: solid 2px white;
	margin: 2px;
	min-height: 10px;
}

form {
	width: auto;
}

.news {
	background-color: #EEFFBD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0.5em;
	margin: 0.5em 0;
}

.about {
	background-color: #DDEEFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0.5em;
	margin: 0.5em 0;
}

.fusker {
	background-color: #F5F5E8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0.5em;
	margin: 0.5em 0.5em 0 0;
	border: solid 1px #EDEDE1;
}
.fusker-strip {
	background-color: #F5F5E8;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding: 0.5em;
	margin: -1px 2.5em 0 2em;
	min-height: 100px;
	border: solid 1px #EDEDE1;
	border-top: none;
	display: none; /* will be show('slow') */
	position: relative; /* for floatTime-abs */
}

.header {
	padding: 0.5em;
}

.header a {
	color: black;
}

#myTabs {
	padding: 0;
	margin: 0;
	background-color: #00B0D8;
	background-image: url(../img/bluebg.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	display: block;
	width: 100%;
}
#myTabs li {
	float: left;
	display: block;
	padding: 0.1em 0.5em;
	cursor: pointer;
	color: white;
}
#myTabs li:first-child {
	margin-left: 0.5em;
}
#myTabs li:hover {
	background-color: #9DBE0C;
	color: white;
}
#myTabs li.active {
	background-color: #9DBE0C;
}
#myTabs li a {
	text-decoration: none;
}

div.footer {
	background-image: url(../img/bottom_t_bg.png);
	background-repeat: repeat-x;
	padding-bottom: 0.5em;
	padding-left: 1em;
	color: white;
	background-color: #404040;
}
div.footer a {
	color: white;
}

.footer-column {
	width: 33%;
	float: left;
}
.footer-column h4 {
	font-weight: normal;
	margin: 0.5em;
}
.footer-column ul {
	padding: 0;
	padding-left: 1em;
	margin: 0.5em;
}

.starsizer {
	display: inline-block;
	height: 15px;
	overflow: hidden;
	position: relative;
	width: 15px;
	cursor: pointer;
}
.staron {
	left:0;
	position:absolute;
	top:0;
}
.staroff {
	left:-15px;
	position:absolute;
	top:0;
}

a img {
	border: none;
}

a.button {
	text-decoration: none;
}
a.button img {
	vertical-align: absmiddle;
}

img {
	vertical-align: middle;
}

.searchForm {
	background-color: #DDEEFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0.5em;
	margin: 0 0.5em 0.5em 0;
}

.paginationControl {
	margin-bottom:1em;
	margin-top:1em;
}
.paginationControl a, .paginationControl span.disabled, .paginationControl span.active {
	border:1px solid #008C00;
	cursor:pointer;
	display:block;
	float:left;
	height: 19px;
	margin-top:1px;
	margin-bottom:1px;
	margin-right:3px;
	padding-top:1px;
	text-align:center;
	text-decoration:none;
	vertical-align:baseline;
	min-width: 20px;
}
.paginationControl span.disabled {
	cursor:default;
}
.paginationControl span.active {
	background-color:#008C00;
	color:white;
}
.paginationControl a:hover {
	background-color:#93CE93;
	text-decoration:none;
}
.paginationControl form {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.paginationControl div.page {
	float: left;
	height: 19px;
	vertical-align: bottom;
	margin-top: 3px;
	text-align: center;
	margin-right: 3px;
}

.tooltip {
	position: absolute;
	display: none;
	border: solid 1px black;
	background-color: #FFFFE1;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding: 0.5em;
	height: 2em;
	cursor: pointer;
}
.tooltip img {
	position: relative;
	bottom: -1px;
}

.floatTime {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background-color:#22221F;
	color:#FFF4A7;
	left:50%;
	padding:0.5em;
	position: fixed;
	top:0;
	width:auto;
}
.floatTime-abs {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background-color:#22221F;
	color:#FFF4A7;
	left:50%;
	padding:0.5em;
	position: absolute;
	top:0;
	width:auto;
}

tr.footer {
	font-weight: bold;
}

.picture {
	border: solid 1px silver;
	padding: 0.5em;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
