* {
	margin:0;
	padding:0;
}

.debug {
	border: 1px solid red;
}

.clear {
	clear:both;
	float:none;
}

.hide {
	display:none;
}

a img {
	border: 0;
}

hr {
	display:none;
	clear:both;
	float:none;
}

.lx {
	float: left;
}

.rx {
	float: right;
}

.error {
	color:red;
}


body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
}


/*
#content {
	text-align:center;
	margin-top: 180px;
}
*/



.en {
	font-style:italic;
}

a {
	color: #000;
}

#header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	position:relative;
}

#header h1 a span {
	display: none;
}

#header #logout {
	font-size: 80%;
	position:absolute;
	right: 0;
	top: 20px;
}

#header #logout a {
	text-decoration:none;
}

#header #logout a:hover {
	text-decoration:underline;
}

#pagecontent {
	background: #DADADA url(/img/bg.gif) repeat-x 0 0;
	margin:0;
}

#content {
	width:960px;
	margin: 0 auto;
	padding: 40px 0;
}

#content .col {
	width: 479px;
	text-align: left;
}

/*
#content .col h3, #content .col p, #content .col table {
	width:320px;
}
*/

#content .col h3 {
	font-size: 150%;
}

#content .col p {
	font-size: 75%;
	margin-bottom: 5px;
}


#content #login {
	padding-right: 60px;
	width: 380px;
}

#content #register {
	padding-left: 59px;
	width: 380px;
	border-left:1px solid #D0D0D0;
}

#content form p {
	line-height: 30px;
	clear:left;
	float:none;
}

#content form {
	margin-top: 20px;
}

#content label {
	display:block;
	float:left;
	width:160px;
}

#content label.error {
	clear:both;
	display:block;
	float:none;
	width: auto;
}

#content input {
	float:right;
	width: 200px;
	border: 2px solid #c8c8c8;
	height: 18px;
	padding: 3px;
	margin: 3px 0;
}

#content input.agree {
	display: block;
	float:left;
	width: 20px
}

#content label.agree {
	display: block;
	float:left;
	padding-left: 30px;
	width: 330px;
	line-height:15px;
}


#content input.submit, #questionarea input.submit {
	width: 80px;
	height: 24px;
	line-height:20px;
	border:0;
	color: #FFFFFF;
	background: #004f91;
	cursor: hand;
	cursor: pointer;
}


#content.slides {
	padding: 0;
	height: 430px;
}
#content #playerarea {
	width: 340px;
}

#content #playerarea #palinsesto {
	height: 160px;
	width:340px;
	background: #FFF;
	position:relative;
}

#content #playerarea #palinsesto .btn {
	position: absolute;
	width: 340px;
	height: 26px;
	cursor: pointer;
	cursor: hand;
}

#content #playerarea #palinsesto .up {
	background: url(/img/up_off.gif) no-repeat 0 0;
}

#content #playerarea #palinsesto .up.active {
	background: url(/img/up_on.gif) no-repeat 0 0;
}

#content #playerarea #palinsesto .down {
	background: url(/img/down_off.gif) no-repeat 0 0;
	bottom:0;
}

#content #playerarea #palinsesto .down.active {
	background: url(/img/down_on.gif) no-repeat 0 0;
}

#content #playerarea #palinsesto #palinsesto_items {
	height: 150px;
	width: 340px;

}

#content #playerarea #palinsesto #palinsesto_items li {
	font-size: 90%;
	border-bottom: 1px solid #ebebeb;
	line-height: 28px;
	cursor: pointer;
	cursor: hand;
	color: #2e2e2e;
	padding: 0 26px;
}

#content #playerarea #palinsesto #palinsesto_items li.active {
	color: #FFF;
	background: #004f91;
	border:none;
}


#content #slidearea {
	width: 560px;
	position:relative;
	margin-top:5px;
}

#content.slides #slidearea p {
	margin-bottom:0 !important;
}

#content #slidearea #slide {
	position: absolute;
	right: 40px;
}

#content #slidearea #slideinfo {
	position:absolute;
	top: -60px;
	left: -38px;
}

#content #slidearea #slideinfo h2 {
	font-size: 110%;
}

#content #slidearea #slideinfo h3 {
	font-size: 90%;
	font-weight: normal;
	margin-top: 5px;
}



#content #slidearea #fullscreen {
	position: absolute;
	right: 0;
	top: 10px;
}

#content #slidearea #fullscreen a {
	display:block;
	width: 34px;
	height: 46px;
	background: url(/img/fullscreen_off.gif) no-repeat 0 0;
}

#content #slidearea #fullscreen a:hover {
	background: url(/img/fullscreen_on.gif) no-repeat 0 0;
}

#content #slidearea #fullscreen a span {
	display:none;
}


#thumbnailsarea, #questionarea {
	float:none;
	clear:both;
	width:960px;
	margin: 10px auto;
	padding:0;
	position:relative;
}

#thumbnailsarea #thumbs {
	list-style-type:none;
	width:960px;
}

#thumbnailsarea #thumbs li {
	float:left;
	display:block;
	width: 100px;
	font-size: 70%;
	color: #2e2e2e;
}

#thumbnailsarea #thumbs li.active {
	color: #004f91;
}

#thumbnailsarea #thumbs li img {
	border: 2px solid #2e2e2e;
	cursor: pointer;
	cursor: hand;
}
#thumbnailsarea #thumbs li.active img {
	border: 2px solid #004f91;
}

#thumbnailsarea .btn {
	position: absolute;
	width: 26px;
	height: 150px;
	cursor: pointer;
	cursor: hand;
}

#thumbnailsarea .left {
	background: url(/img/left_off.gif) no-repeat 0 0;
	left:0;
}

#thumbnailsarea .left.active {
	background: url(/img/left_on.gif) no-repeat 0 0;
}

#thumbnailsarea .right {
	background: url(/img/right_off.gif) no-repeat 0 0;
	right:0;
}

#thumbnailsarea .right.active {
	background: url(/img/right_on.gif) no-repeat 0 0;
}

#questionarea #questioninfo {
	font-size:90%;
	width: 340px;
	float:left;
}

#questionarea #questioninfo p {
	font-size:90%;
	color: #2D2D2D;
	margin-top: 5px;
}

#questionarea #questionform {
	width:560px;
	float:right;
	margin-right:40px;
}

#questionarea .form {
	width:280px;
	float:left;

}

#questionarea .form .lbl {
	color: #8a8a8a;
	font-size: 90%;
	padding-left: 10px;
	margin-bottom: 5px;
}

#questionarea .form input.txt {
	width:250px;
	border: 1px solid #C8C8C8;
	color: #2D2D2D;
	height: 22px;
	padding: 4px 3px 2px 3px;
}

#questionarea .form textarea {
	width: 272px;
	border: 1px solid #C8C8C8;
	color: #2D2D2D;
	height: 90px;
	padding: 3px;
}

#questionarea .form p.submit {
	margin-top:5px;
	text-align:right;
}

#questionarea .form input.submit {
	/*width:94px;*/
}

#questionarea #msg {
	color: red;
	font-size: 90%;
	margin-top: 5px;
}

#footer {
	width:960px;
	margin:20px auto;
	border-top: 1px solid #CFCFCF;
	padding-top:5px;
}

#thumbnailsarea, #questionarea {
	display:none; 
}

#footer p {
	float:right;
}

#footer #poweredby {
	width: 137px;
	height:17px;
	display:block;
	background: url(/img/poweredby.gif) no-repeat 0 0;
}