body,
html {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#3366CC
}
	a:hover { color:#000066 }

.block {
	display: table;
	overflow: hidden;
	height: 100%;
	width: 100%;
	text-align:center;
}

h1 {
	display:inline-block;
	padding:7px 0 7px 45px;
	margin:10px;
	background:url(logo.png) no-repeat left;
}

.text {
	display: table-cell;
	#margin-top:200px;
	vertical-align: middle;
	font-size:100px;
	font-weight:bold;
}

	.text h2 {
		display: table-cell;
		font-size:16px;
		display:block;
		text-align:center;
		margin:0 0 -20px;
		padding:0;
	}

#container {
	width:800px;
	margin:0 auto;
}

#container .leftcon {
	width:500px;
	display:block;
	float:left;
}

	#intrebare,
	#raspuns,
	#captcha {
		width:100%;
		padding:2px;
		margin:2px;;
		border:1px solid #CCC;
		color:#333;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	#intrebare:hover,
	#intrebare:focus,
	#raspuns:hover,
	#raspuns:focus,
	#captcha:hover, 
	#captcha:focus {
		border:1px solid #F36;
	}

#container .rightcon {
	display:block;
	float:left;
	width:240px;
	text-align:left;
	margin-left:20px;
}

	#textcolor,
	#bodycolor {
		border:1px solid #000;
		width:50px;
		text-align:center;
		clear:right;
	}
	
	span {
		display:block;
		width:150px;
		float:left;
		line-height:20px;
	}
	
	.captcha {
		clear:both;
		border-left:3px solid #F30;
		padding:0 15px;
		margin:5px 0;
	}
		.captcha img { float:left }
		.captcha #captcha { font-size:12px; margin:0 2px; width:25px; }
		
	#submit,
	#modify {
		border:1px solid #F36;
		background:#FFF;
		display:block;
		margin-top:8px;
		padding:3px;
		width:100%;
	}
		#submit:hover,
		#modify:hover { background:#EEE; }
		
			#modify {
				width:80px;
			}
			
	.navi {
		clear:both;
		padding-top:20px;
		border-bottom:1px solid #CCC;
	}
	
		.navi ul#navul li {
			list-style:none;
			list-style-image:none;
			display:inline;
			text-transform:uppercase;
			padding:5px;
		}

.lists { 
	margin:0 auto; 
	width:604px; 
	clear:both; 
	padding-top:20px;
}

.list1,
	.list2 {
		width:300px;
		display:block;
		float:left;
		margin:1px;
		border-bottom:20px solid #EEEEEE;
	}
	
	.lists p {
		background:#EEEEEE none repeat scroll 0 0;
		color:#FF3366;
		font-weight:bold;
		padding:3px;
		text-transform:uppercase;
	}
	
	.lists dt {
		text-align:left
	}	
	
.dot {
	position:absolute;
	top:0;
	right:0;
	display:inline;
	padding:1px;
	background:#F36;
	color:#FFF;
	font-size:10px;
}

.dotnavi {
	display:none;
	position:absolute;
	top:0;
	right:0;
	background:#EEE;
	height:50px;
	padding:10px;
	width:250px;
	border:1px solid #CCCCCC;
}

.dotnavi:hover {
	display:block;
}

.dot:hover .dotnavi {
	display:block;
}

	.dot .navi {
		padding-top:0;
	}
	
	.dot a { font-size:18px; text-decoration:none; }
	
table#admintable {
	padding:0;
	margin:0;
	border:1px solid #CCC;
}

table#admintable tr.toptr {
	background:#DDD;
	text-transform:uppercase;
}

	table#admintable td {
		border:1px solid #CCC;
		padding:2px;
		margin:0;
		height:35px;
	}
	
	table#admintable tr {
		border-top:1px solid #CCC;
		border-bottom:1px solid #CCC;
	}
	
	table#admintable tr:hover {
		background:#EEE;
	}


		
.pagination {
	font-size:14px;
}

.pagination a {
	padding:3px 5px;
	border:1px solid #CCC;
	background:#EEE;	
	color:#FF3366;
	font-weight:bold;
	text-decoration:none;
}

.pagination a:hover {
	background:#CCC;
	color:#FFF;
}
