/* DEBUG */

/* div { border: 1px solid red; }  */
/* ul { border: 1px solid green; } */

/*
	COLORS:
		Titles: #36b6f0 (light blue)
		Left links: #d50458 (red)
		Left titles: #007fba (dirty blue)
	FONTS:
		Titles and left menu: Tahoma (24px, 18px, 14px)
		body text: Verdana (12px, 10px)

*/

/* GENERAL */

body, html, tr, td, div, span, ul, li, img, form, input, table, h1, h2, h3, h4 {
	margin: 0; padding: 0;
}

html,body {
	background: #fff url(/images/header_bg.jpg) top left repeat-x;
	color:#000;
	font: normal 100%/130% Verdana, Arial, Helvetica, sans-serif; /* 16px */
	width:100%; height:100%;
}

p {
	padding:0;
	margin: 10px 0;
}

h1 {
	font: normal 2.4em Tahoma; /* 24px */
	color: #36b6f0;
	margin-bottom:20px;
}

h2,h3 {
	font: normal 1.8em Tahoma; /* 18px */
	color: #36b6f0;
	margin:15px 0 5px 0;
}

h2.mainTitle {
	font-size: 2.4em; /* 24px */
	margin: 25px 0;
}

a, a:visited{
	color:#36b6f0;
	text-decoration:none;
}

a:hover {
	color:#d50458;
	text-decoration:none;
}

/* COMMON CLASSES */

input.btn {
	color:#fff;
	background-color:#69c;
	border:1px solid;
	border-color:#69aee7 #000 #000 #69aee7;
	font-size:11px;
	margin:0;
	padding:2px 10px 3px;
	cursor:pointer;cursor:hand;

}

.err {
	color:red;
	border: 1px solid #f2da47;
	background: #ffffcc url(images/warning.gif) 10px center no-repeat;
	padding: 5px;
	padding-left: 40px;
}

.msg {
	padding:5px 10px;
	background-color:#f0fbff;
	color:#36b6f0;
}

.small-note {
	font-style: italic;
	font-size:0.9em;
}

.clearDiv {
	clear:both;
	height:1px;
}

.boxOuter {
	zoom:1;
	background: #eff1f3 url(/images/box_top.gif) no-repeat;
}

.boxInner {
	zoom:1;
	background: url(/images/box_bttm.gif) bottom no-repeat;
	padding: 10px;
}

.sidebox {
	margin:10px 0;
	padding:10px;
	background-color:#ddeefe;
	border:1px solid #36b6f0;
}

.lista {
	list-style-type:none;
}

.lista li {
	display:block;
	border-bottom: 1px dashed #999;
}

.lista h3 a, .lista h3 a:visited {
		color: #36b6f0;
	}

.lista h3 a:hover {
		text-decoration:underline;
	}


.lista li.extrapadding {
	padding:5px 0;
	margin:10px 0;
}

.lista li.last {
	border:0 none;
}

img.smallthumb {
	width:70px;
	height:70px;
	float:left;
	margin-right:5px;
	border:1px solid #ccc;
}

.lista .userListData {
	margin-left:85px;
}

.lista .userListData p {
	margin:0;padding:0;
	line-height:130%;
	margin-bottom:10px;
}

.lista .userListData p .perc {
	font-size:1.2em;
	line-height:140%;
}

.lista .userListData h3 {
	margin:0 0 5px 0;padding:0;
	font-size:1.6em;
}

.small-list {
	list-style-type:none;
}

.small-list li {
	display:block;
	padding:3px 10px;
}

.small-list li.odd {
	background-color: #eee;
}

.perc {
	font-size:1.4em;
	line-height:2em;
}

.perc em {
	color:#d50458;
	font-style:normal;
}

.perc b {
	color:#d50458;
	font-size:1.2em;
}

.icon {
	float:right;
	border:0 none;
	margin-right:5px;
}



/* WHOLE PAGE */

#page {
	position:relative;
	width: 960px;
	margin: 0 auto;
	font-size: 0.625em; /* make 10px default */
}

/* HEADER */

#header {
	position:relative;
	height:230px;
}

	#header #logo {
		position:absolute;
		top:55px;
		left:10px;

		font-size:36px;
		color:#fff;
	}

	#header #topmenu {
		position:absolute;
		top:-26px;
		right:0;
	}
		#header #topmenu a {
			float:left;
		}
			#header #topmenu a.current, #header #topmenu a:hover{
				padding-top:15px;
			}

/* MAIN CONTENT */

#wrapper {
	float:left;
	width:100%;
}

#content {
	position:relative;
	margin: 1px 265px 0 165px;
	padding: 0 40px;
	width:450px;
	min-height:450px;
}


	#content #intro {
		font-size: 1.2em; /* 12px */
		text-align:justify;
	}

	#content #featured {
		position:relative;
		padding-top:10px;
	}

		#content #featured #title {
			color:#d50458;
			font-size:2em;
		}

		#content #featured #rabbit {
			position:absolute;
			top:30px;
			left:250px;

		}

		#content #featured div.plavo {

			background-color:#ddeefe;
			padding:1px 200px 10px 10px;
			line-height:165%;
		}

	#content .testthumb {
		float:left;
		margin: 0 25px 10px 0;
		padding:2px;
		border:1px solid #ccc;
	}

	#content .testmeta {
		font-size:0.9em;
		color:#aaa;
		clear:left;
	}

/* PAGINATION */

.pagination {
	margin-top:10px;
	line-height:100%;
}

.pagination span.pag_text {
	display:block;
	float:left;
	padding:6px;
	margin:0;
	font-size:1.2em;
	color:#aaa;
}

.pagination ol.pag_links {
	float:right;
	list-style:none;
	padding:0;margin:0;
}

.pagination ol.pag_links li {
	float:left;
	display:inline;
	padding:0; margin:0;
	margin-left:7px;
}

.pagination ol.pag_links li a {
	display:block;
	padding:6px;
	background-color:#EFF1F3;
	color:#000;
}

.pagination ol.pag_links li a:hover {
	background-color:#ddeefe;
}

.pagination ol.pag_links li.current {
	background-color:#ddeefe;
	color:#36b6f0;
	padding:6px;
	font-weight:bold;
}


/* LEFT SIDEBAR */

#leftside {
	float:left;
	width:160px;
	overflow: hidden;
	margin-left:-100%; /* width of wrapper */
	margin-top:10px;
}

#leftside h2 {
	margin: 15px 0 5px 0;
}

#leftside p {
	line-height:130%;
	margin:10px 0;
}

#leftmenu {
	margin-bottom: 20px;
}

#leftmenu a, #leftmenu a:visited {
	color:#d50458;
	font: bold 1.2em/180% Tahoma;
	display:block;
	padding:5px;
}

#leftmenu a:hover {
	background-color:#EFF3F7;
}

/* RIGHT SIDEBAR */
#rightside {
	float:left;
	width:260px;
	overflow: hidden;
	margin-left:-260px;
	margin-top:10px;
}

#newMembers h2 {
	margin:25px 0 5px 0;
}




/* FOOTER */
#footer {
	margin-top: 30px;
	margin-bottom:10px;
	font-size: 0.562em; /* 9px */
	font-style:italic;
	color: #888;
	background-color:#EFF1F3;
	text-align:center;
}


#srchForm {
	margin:10px 0;
	padding:10px;
	border:1px solid #ccc;
	background-color:#f2f2f2;

}

	#srchForm input.txt {
		width: 100px;
	}

	#srchForm input.btn {
		padding:1px 2px;
	}


/* PAGE FOR TESTS */

#testpage ol.testlist {
	margin-left:20px;
	padding:0;
}

	#testpage ol.testlist h3{
		margin-bottom:10px;
		border-bottom:1px solid;
	font-size:1.6em;
	}

	#testpage ol.testlist ul{
		list-style-type:none;
		margin:5px 0 15px 0;
		clear:both;
	}

		#testpage ol.testlist ul label{
			margin-left:5px;
			font-size:0.9em;
		}

		#testpage ol.testlist li{
			padding:0;
			font-size:1.2em;
		}

		#testpage ol.testlist ul.imgs li {
			margin-bottom:10px;
			float:left;
			clear:both;
		}

		#testpage ol.testlist ul.imgs label {
			display:block;
			float:left;
		}

		#testpage ol.testlist ul.imgs img {
			visibility:hidden;
		}
		#testpage ol.testlist ul.imgs input {
			vertical-align:top;
			float:left;
		}

#testpage #finish {
	margin-top:40px;
	padding:5px;
	text-align:right;
	border-top:1px solid #36b6f0;
	background-color: #ECF9FF;
	clear:both;
}

	#testpage #finish input{
		padding:2px 5px;
	}

	#testpage #finish #errmsg {
		display:none;
	}

#testpage #finish.err {
	background-color: #ffffd8;
	border:1px solid red;
}

	#testpage #finish.err #errmsg {
		display:inline;
		color:red;
		font-size:1.2em;
		font-weight:normal;
		padding-right:15px;
	}

/* LOGIN FORM */

#loginForm form {
	margin:10px 0;
	padding:10px;
	text-align:right;
	font-size:1.2em;
}

	#loginForm h2 { text-align:center; }

	#loginForm input {
		width:150px;
		margin:5px 0;
	}

	#loginForm label { margin: 5px 0; }

	#loginForm label.cbox {
		margin-right: 45px;
		vertical-align:middle;
	}

	#loginForm input.btn, #loginForm label.cbox input {
		width:auto;
	}


/* RESULTS */

#resultpage #resultThumb {
	float:left;
	margin:0 10px 20px 0;
}

#resultpage textarea {
	width:100%;
	background-color:#EFF3F7;
	border:1px solid #ccc;
}

#resultpage textarea:focus {
	background-color:#fff;
}


#registerFrm {
	width:370px;
	text-align:right;
}

#registerFrm label {
	display:block;
	float:left;
	clear:left;
	width:110px;
	margin:5px 10px;
	font-weight:bold;
}


#registerFrm label.check{
	float:none;
	width: 100%;
	text-align:left;
	font-weight:normal;
}

#registerFrm label.check input {
	width:auto;
	vertical-align:middle;
	margin:5px;
}

#registerFrm input {
	width:180px;
	margin:5px 50px 5px 0;
}

#registerFrm input.btn {
	width:5em;
}


/* MY PROFILE PAGE */

#account td, #account th {
	padding:0 6px;
}

#account h2 a {
	font-size:0.9em;
}

#account .leftcol {
	color:#d50458;
	text-align:right;
	font-weight:bold;
	padding:0 5px;
	width:100px;
}

#account #resultList th {
	background-color:#ccc;
	text-align:left;
}

#left_meta{
	margin-bottom: 20px;
}
	#left_meta img{
		border:1px solid #ccc;
		padding:2px;
	}


/* EDIT PROFILE PAGE */

#settings form fieldset {
	border:1px solid #ccc;
	margin:15px 0;
	padding:5px;
	line-height:130%;
	clear:left;
}

#settings form legend {
    padding: 5px;
	font-weight:bold;
	font-size:1.2em;
	color:#d50458;
}

#settings form label {
	display:block;
	float:left;
	clear:left;
	width:90px;
	margin:12px 0 7px 0;
	padding: 0;
	text-align:right;
}

#settings form label.fullwidth, #settings form #profileSet label.fullwidth {
	width:100%;
	text-align:left;
}

#settings form #profileSet label {
	width:60px;
}



#settings form input, #settings form select, #settings form textarea {
	margin:10px 5px;
}


/* VIEW PROFILE PAGE */

#profile #content h3 {
	color:#d50458;
}

/* CONTACT PAGE */

#contactFrm {
	width:370px;
}

#contactFrm label {
	display:block;
	float:left;
	clear:left;
	width:75px;
	margin:5px 0;
	font-weight:bold;
}

#contactFrm input, #contactFrm select {
	margin:5px 0;
}

#contactFrm #textwrap {
	text-align:right;
}

#contactFrm textarea {
	width:370px;
	margin-bottom:7px;
}

/* MAIL */

#mail {
	border-collapse: collapse;
	margin-bottom:20px;
}

#mail th {
	background-color: #ccc;
	border:1px solid #eee;
	border-bottom:1px solid #000;
	padding: 3px 7px;
	text-align:left;
}

#mail td {
	padding: 3px 7px;
	border:1px solid #fff;
}

#mail tr.odd {
	background-color:#eee;
}
