/**
 * Portail UniSpy.org - Skin
 * @author Verite
 * @version 2.0
 * @package Portal
 * @created 22/01/2009
 */

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#171A22;
}

h1 {
	color:#454B58;
}

a, a:visited, a:active {
	color:#4D5F87;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

input {
	border: 1px solid #454B58;
	background:#000000;
	height:25px;
	font-size:17px;
	color:#454B58;
}

select {
	border: 1px solid #454B58;
	background:#000000;
	font-size:17px;
	color:#454B58;
}

#header {
	background-color:#1A1F29;
	width:90%;
	min-width:670px;
	height:65px;
	margin:10px 0 0 5%;
	-moz-border-radius:15px;
	border: 1px solid #454B58;
	text-align:center;
}

#menu {
	float: left;
	background:#1A1F29;
	width:16%;
	min-height:490px;
	margin:30px 0 0 5%;
	-moz-border-radius:15px;
	border: 1px solid #454B58;
}

#menulist {
	position:relative;
	right:35px;
	list-style:none;
}

#menulist li {
	margin:20px 0 0 0;
}

.menutexte {
	position:relative;
	bottom:17px;
	left:5px;
	font-size:13px;
}

.menutexte_selected {
	position:relative;
	bottom:17px;
	left:5px;
	font-size:13px;
	color:#FFFFFF;
}

.valign_middle {
	vertical-align:middle;
}

#content {
	float: left;
	background:#1A1F29;
	width:72%;
	min-height:490px;
	margin:30px 0 0 2%;
	-moz-border-radius:15px;
	border: 1px solid #454B58;
	color:#A0A0A0;
}

#content p {
	margin:0 5px 25px 10px;
}

#footer {
	margin:25px 0 0 0;
	font-size:10px;
	color:#454B58;
	text-align:center;
}

#register_form {
	margin:0 5px 25px 10px;
	font-size:15px;
	width:100%;
}

.register_name {
	width:27%;
	padding:5px;
}

.register_img {
	width:23px;
}

.register_comment {
	width:460px;
}

#register_help {
	width:100%;
	margin:0 0 0 10px;
}

#register_help_img {
	width:40px;
}

#register_help_comment {
	font-size:12px;
}

.clear {
	clear:both;
}

.clearer {
	height:1px;
}

.center {
	text-align:center;
}

.italic {
	font-style:italic;
}

.valid {
	color:#18DB4C;
	font-size:12px;
}

.error {
	color:red;
	font-size:12px;
}

.open {
	color:#18DB4C;
	}

.close {
	color:red;
}

.important {
	font-size:18px;
	font-weight:bold;
}

