@charset "utf-8";
/* Reset all styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table td {
	position: relative;
	vertical-align: middle;
}

table tr {
	position: relative;
}

img, fieldset {
    border: 0;
}

ol, ul, ol li, ul li {
    list-style: none;
	padding: 0;
	margin: 0;
}

select option {
	padding: 0 0.3125em;
}

* {
    font-family: Tahoma, Verdana, Arial, Georgia, Trebuchet, "Trebuchet MS", sans-serif, Helvetica;
    font-size: 12px;
}

body {
    color: #000;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
}

a {
	color: #009bdf;
}

a:hover {
	text-decoration: none;
}

.hidden {
	background: #000; 
	opacity: 0.5; 
	position: absolute; 
	z-index: 12345; 
	top: 0; 
	left: 0;
}

.Pages {
	padding: 3px 0;	
}

.pagelink, .pagelinkActive {
    margin-left: 0.3125em;
    padding: 2px 6px;
	border: 1px solid #fff;
}

.pagelink:hover {
	border: 1px solid #D9D9D9;
}

.pagelinkActive {
    background-color: #FBFBFB;
    border: 1px solid #D9D9D9;
    color: #000;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearDiv {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

.lineDiv {
	border-bottom: 1px solid #D9D9D9;
	padding-top: 10px;
	margin-bottom: 10px;
}

label
{
	cursor: pointer;
}

li.answers {
	padding-left: 20px;
}

.nopadding {
	padding: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

#loading {
	position: absolute;
}

/* Errors */

.Error, .Success {
	clear: both; 
	font-size: 12px; 
	padding: 5px; 
	margin: 5px;
}

.Error {
	color: #B80606; 
}

.Success {
	color: #009933; 
}

.DivSuccess, .DivError {
    padding: 10px 0;
    text-align: center;
	font-size: 12px;
    width: 97.5%;
	margin: 0 0 10px 14px;
}

.DivSuccess {
    background-color: #FFF9D7;
    border: 1px solid #E2C822;
    font-weight: bold;
}

.DivError {
    background-color: #FFEBE8;
    border: 1px solid #DD3C10;
}

/* End Errors */

form.forms legend 
{
	border: none;
	font-weight: bold;
	padding: 0 2px;	
}

form.forms label 
{
	display: block;
	float: left;
	line-height: 1.8;
	vertical-align: top;
	width: 140px;
}

form.forms label.answers
{
	clear: both;
	display: block;	
	float: none;
	width: auto;
}

form.forms li 
{
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 5px 5px 15px 5px;
}

form.forms li.submit
{
	text-align: left;
}

form.forms span.help 
{
	display: block;
	font-style: italic;	
}

#header {
	height: 159px;
	width: 100%;
	position: relative;
}

#headerProfile {
	position: absolute;
	top: 25px;
	right: 0;
	width: 700px;
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	padding-top: 20px;
}

#categories {
	padding-top: 15px;
	text-align: center;
}

#categories a {
	font-size: 13px;
	text-transform: uppercase;
	color: #605d5d;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 3px solid #fff;
}

#categories a:hover {
	border-bottom: 3px solid #009bdf;
}

#categories a.selected {
	border-bottom: 3px solid #009bdf;
}

#categories a .title {
	color: #009bdf;	
}

.leftMenu li {
	clear: both;
}

.leftMenu li a {
	border-bottom: 1px solid #d4e3ea;
	display: block;
	text-decoration: none;
	height: 34px;
	width: 145px;
	background-color: #e9f4f7;
}

.leftMenu li.last a {
	border: none;
}

.leftMenu li a.selected {
	background-color: #fff;
}

.leftMenu li a:hover {
	background-color: #fff;
}

.leftMenu .title {
	color: #1781a0;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
}

.leftMenu .text {
	color: #b6b853;
	float: right;
	padding: 5px 5px 0 0;
}

.bodyPanel {
	min-height: 400px;
}

.panel.container {
	width: 100%;
}

.panel .header .body {
	background-color: #fff;
	clear: both;
}

/* Box */

.box .title, h1 {
	font-size: 14px;
	font-weight: bold;
	color: #605D5D;
	padding-bottom: 13px;
	line-height: 11px;
	position: relative;
}

.image a img, img.image {
	border: 1px solid #E2EBF0;
	padding: 1px;
}

.image a:hover img {
	border: 1px solid #A4A4A4;
}

.box a.link {
	font-weight: bold;
	font-size: 12px;
	color: #1F8ACA;
	text-decoration: none;
}

.box a.link:hover {
	text-decoration: underline;
}
/* End Box */

.rate {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	text-indent: -9000px;
}

.rate.up {
	background: url('../i/thumb_up.gif') no-repeat 0 0;
	padding-right: 10px;
}

.rate.up:hover {
	background: url('../i/thumb_up.gif') no-repeat 0 -19px;
}

.rate.down {
	background: url('../i/thumb_down.gif') no-repeat 0 0;
}

.rate.down:hover {
	background: url('../i/thumb_down.gif') no-repeat 0 -18px;
}

.file_button_container {
	background: transparent url('../i/browse.gif') no-repeat top left;
	cursor: pointer;
	height: 20px;
	overflow: hidden;
	position: relative;
	width: 76px;
}

.file_button {
	left: -110px;
	opacity: 0;
	position: absolute;
	top: 0px;	
}

.submit_button {
	/*background: url('../i/button.gif') no-repeat;
	border: none;
	cursor: pointer;
	width: 74px;
	height: 20px;*/
}

.linkTitle {
	font-size: 12px;
	font-weight: bold;
}

.smaller {
	font-size: 11px;
}

.font12 {
	font-size: 12px !important;
}

.font13 {
	font-size: 13px;
}

.bold {
	font-weight: bold;
}

/* Votes */
#votes ol {
	background: url('../i/hotvotes.gif') no-repeat 0 -38px;
	width: 240px;
	height: 34px;
	position: relative;
}

#votes ol li {
	float: left;
	padding: 0;
	margin: 0;
}

#votes ol li a {
	display: block;
	width: 22px;
	height: 34px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 0;
	position: absolute;
}

#votes ol li.vote1 a {
	left: 0;
	z-index: 10;
	width: 22px;
	
}

#votes ol li.vote1 a:hover {
	background: url('../i/hotvotes.gif') no-repeat 0 0;
	width: 22px;
}

#votes ol li.vote2 a {
	left: 21px;
	z-index: 9;
	width: 25px;
	
}

#votes ol li.vote2 a:hover {
	background: url('../i/hotvotes.gif') no-repeat 0 0;
	left: 0;
	width: 46px;
}

#votes ol li.vote3 a {
	left: 45px;
	z-index: 8;
	width: 25px;
	
}

#votes ol li.vote3 a:hover {
	background: url('../i/hotvotes.gif') no-repeat 0 0;
	left: 0;
	width: 72px;
}

#votes ol li.vote4 a {
	left: 71px;
	z-index: 7;
	width: 25px;
}

#votes ol li.vote4 a:hover {
	background: url('../i/hotvotes.gif') no-repeat 0 0;
	left: 0;
	width: 98px;
}

#votes ol li.vote5 a {
	left: 97px;
	z-index: 6;
	width: 25px;
}

#votes ol li.vote5 a:hover {
	background: url('../i/hotvotes.gif') no-repeat 0 0;
	left: 0;
	width: 122px;
}

#votes ol li.vote6 a {
	left: 122px;
	z-index: 5;
	width: 26px;
}

#votes ol li.vote6 a:hover {
	background: url('../i/hotvotes.gif') no-repeat 0 0;
	left: 0;
	width: 148px;
}

#votes ol li.vote7 a {
	left: 148px;
	z-index: 4;
	width: 26px;
}

#votes ol li.vote7 a:hover {
	background: url('../i/hotvotes.gif') no-repeat 0 0;
	left: 0;
	width: 173px;
}

#votes ol li.vote8 a {
	left: 170px;
	z-index: 3;
	width: 24px;
}

#votes ol li.vote8 a:hover {
	background: url('../i/hotvotes.gif') no-repeat 0 0;
	left: 0;
	width: 194px;
}

#votes ol li.vote9 a {
	left: 194px;
	z-index: 2;
	width: 24px;
}

#votes ol li.vote9 a:hover {
	background: url('../i/hotvotes.gif') no-repeat 0 0;
	left: 0;
	width: 218px;
}

#votes ol li.vote10 a {
	left: 218px;
	z-index: 1;
	width: 24px;
}

#votes ol li.vote10 a:hover {
	background: url('../i/hotvotes.gif') no-repeat 0 0;
	left: 0;
	width: 242px;
}

/* ----- Inbox ----- */
#suggestions {
	position: absolute;
	width: 373px;
	min-height: 20px;	
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	left: 0px;
	background: #fff;
}

* html #suggestions {
	height: 20px;
	left: 0px;
	top: -10px;
}

* html #inputs {
	height: 22px;
}

.inbox_found_href {
	text-decoration: none; 
	display: block;
	width: 100%;
}

.inbox_found_href:hover {
	background-color: #F6F9FC;
}

.inbox_msg span a, .pic_comments_text span a, .profile_contacts span a, .text_span_a span a {
	font-size: 11px !important;
}

#inbox_container {
	position: relative;	
	min-height: 25px;
	cursor: text;	
	z-index: 5;
	padding: 0 0 0 0.3125em; 
	width: 370px;	
	border: 1px solid #7F9DB9;
	padding-top: 5px;
}

* html #inbox_container {
	height: 25px;
}

#inbox_container .input {	
	width: 300px;
	min-height: 17px;
	cursor: text;
	position: relative;
	z-index: 10;
}

* html #inbox_container .input {
	height: 17px;
	width: 300px;	
	background: #fff;
}

#inbox_input {
	border: 0;
	width: 200px; 
	height: 18px; 
	padding: 0; 
	margin: 0; 
	font-size: 12px !important;
}

.inbox_input_span {
	position: absolute;
	top: 0; 
	left: 0;
}

.inbox_input_span input {
	width: 30px;
	height: 17px;
	margin: 1px 0 0 1px;
}

.inbox_users_span {
	padding: 0 1px 0 2px;
	margin: 0px 5px 5px 0;
	border: 1px solid #ccc;
	font-size: 11px !important;
	display: block;
	float: left;
}

a.input_x {
	padding: 0px 1px 0px 1px;
	margin-left: 0.3125em;
	background: #ECF2F9;
	font-size: 11px !important;
	text-decoration: none;
}

a.input_x:hover {
	background: #ccc;
}

.inbox_new_msg {
	background-color: #E9F4F7 !important;
}

.inbox_tr {
	background-color: #fff;
}

.inbox_menu_disabled, .menu_disabled {
	color: #ccc;
	cursor: text;
	outline: none;
}

#inbox_buttons a, #buttons a, #profile_menu a, #footer a {
	text-decoration: none;
}

/* ----- END Inbox ----- */

/* Smiley */

.emo_container {
	width: 30px;
	position: relative;
}

.emo_button {
	background: url('../i/emo/1.gif') no-repeat;
	padding-left: 25px;
	display: block;
	height: 25px;
	line-height: 20px;
	cursor: pointer;
}

.emo_tooltip {
	padding: 5px 10px; 
	background: #008fec; 
	color: #fff;
	position: absolute; 
	top: -35px; 
	left: -10px;
	z-index: 2;
}

.emo_tooltip .tooltip_arrow {
	background: url('../i/tooltip_arrow.gif') no-repeat left bottom;
	width: 18px;
	height: 8px;
	position: absolute;
	bottom: -8px;
	left: 5px;
	z-index: -1;
}

/* End smiley */
.info label {
	width: 150px;
	display: inline-block;
}

/* Header search */
#currentSearch {
	width: 90px; 
	padding-top: 3px;
}

#currentSearchText {
	cursor: pointer; 
	background: url('../i/select.gif') no-repeat center right;
}

#selectSearch {
	padding: 5px; 
	background: #fff; 
	border: 1px solid #7F9DB9; 
	border-top: none;
}

/* End header search */

.friends {
	padding-bottom: 20px;
}

.friends a {
	font-weight: bold;
	padding-right: 10px;
}

#profileQuiz a, #profileGames a, #profileGallery a {
	padding: 4px 7px 7px 7px; 
}

.profileSelected {
	background: #00B7E7; 	
	color: #fff;
}

.headerSearch {
	width: 150px; 
	border: none; 
	padding-top: 2px; 
	height: 17px; 
	padding-left: 5px;
}

/* Slider */

.ferdinand-slider {
	width: 650px;
	height: 250px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.ferdinand-content {
	width: 650px;
	left: 0;
	opacity: 0.7;
	background-color: #000;
}

.ferdinand-content .title {
	color: #fff;
	line-height: 30px;
}

.ferdinand-content .tekst {
	color: #fff;
}

.ferdinand-slider .next {
	background: transparent url('../i/next.png') no-repeat;
}

.ferdinand-slider .prev {
	background: transparent url('../i/previous.png') no-repeat;
}