body {
	scrollbar-3dlight-color: White;
	scrollbar-arrow-color: #FF9000;
	scrollbar-base-color: #DFDFDF;
	scrollbar-darkshadow-color: White;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: #9E9E9E;
	scrollbar-track-color: White;
	background: White url(interface/bg_body.png) repeat-x top;
	margin: 25px;
	font-family: Verdana, 'Geneva', Arial, Helvetica, sans-serif;
	color: #4e4e4e;
}

#body {
	width: 785px;
	margin: auto;
	padding: 0 10px;
	background: url(interface/bg_page.png) no-repeat;
	position: relative;
}

/* HEADER */
#header { height: 188px; position: relative;}
#header h1, #header h2, #header h3 { display: none; }
#header a {
	position: absolute;
	top: 50px;
	right: 50px;
	border: none;
	display: block;
	width: 490px;
	height: 115px;
}
#header a span { display: none;}

#header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	height: 26px;
}
#header ul li { float: left; }
#header ul li a {
	display: block;
	font-size: 1px;	
	margin-left: 2px;
	height: 11px;
	width: 11px;		
	border: 1px solid #9e9e9e;
}
#header ul li a:hover {	border: 1px solid #6c6c6c; }
ul.styles, ul.langs {
	position: absolute;
	left: 677px;
	top: 8px;	
	width: 30px;
	background: url(interface/bg_styles.jpg) no-repeat bottom right;
}
ul.langs {
	left: 716px;
	width: 45px;
	background: url(interface/bg_langs.jpg) no-repeat bottom right;
}

/* MENU */
#menu {
	height: 74px;
	margin: 2px 0;
}
#menu ul {
	float: left;
	padding: 11px 0 0 17px;
	margin: 0;

	background: url(interface/bg_buttons.jpg) no-repeat;
	background-position: 17px 46px;
	width: 252px;	
	height: 63px;
	font-size: 1px;
	list-style-type: none;	
}

#menu ul li {
	float: left;
	position: relative;
	margin-right: 6px;		
}

#menu ul li a {	border: none;}
#menu ul li a img {	border: 1px solid #9E9E9E; }
#menu ul li a:hover img {	border: 1px solid #6C6C6C; }

#cont {
	float: left;
	width: 486px;
	background: url(interface/bg_cont.png) no-repeat;
	background-position: top left;
	padding: 30px 30px 20px 20px;
}
	#cont p { font-size: 70%; }
	#cont ul {
		font-size: 70%;
		list-style: url(interface/pn_ball.png);
	}
	#cont img.in {	float: left; margin: 10px 10px 35px 0;}
	
#add {
	float: left;
	width: 204px;
	background: url(interface/bg_add.png) no-repeat top;
	padding: 30px 6px 10px 19px;
}
	#add h2 { margin: 0 0 10px 0;	}
	#add h2.add {	margin-top: 20px;	}
	.ss {	font-size: 0px; }
	.ss img { margin-right: 3px; }
	.progress {
		font-size: 70%;
		font-family: Georgia, "Times New Roman", Times, serif;
		padding-bottom: 10px;
	}
	.progress h3 {
		font-size: 120%;
		margin-bottom: 3px;
	}
	.progress a { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	}
	.progress div {
		width: 160px;
		padding: 1px;
		margin-right: 5px;			
		border: 1px solid #DFDFDF;
		float: left;
		font-size: 0;	
	}
	
	.pblock {
		padding: 7px 0px 7px 0px;
		background: url(interface/dotted.png) repeat-x bottom;
	}
	.pblock a {
		display: block;
		padding: 0px 5px 0px 15px;
		border: none;
	}
	.pblock a:hover {	background: url(interface/bg_block.png) no-repeat left;	}	
	.pblock a h3 {
		color: #353535;
		border: none;
		margin: 0;
	}
	.pblock a:hover h3 {	color: #FF9000; }
	.pblock a p {	
		font-size: 70%;
		margin-top: 2px;
		color: #6C6C6C;
	}
	.adds {
		background: url(interface/bg_adds.png) no-repeat top;
		margin: 0 -6px 0 -19px;
		padding: 10px 6px 10px 19px;
	}
	
/* LOGIN FORM */
#loginform {
	clear: both;
	background: url(interface/bg_login.jpg) no-repeat;
	background-position: top left;
	width: 160px;
	padding: 18px 0 0 38px;
}
.username, .password {
	width: 100px;
	height: 16px;
	padding: 2px 7px 0 50px;
	margin: 5px 0 0 0;
	border: none;
	font-size: 70%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}
.username {	background: url(interface/in_name.png) no-repeat;}
.password {	background: url(interface/in_pass.png) no-repeat;}
.login {
	color: #FF9000;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 80%;
	width: 50px;
	border: none;
	background: White;
	text-align: left;	
	cursor: pointer;	
	margin: 0;
	padding: 0;
}
	

/* GLOBAL */
a img {	border: none; }
.both {  clear: both; }
h1, h2, h3, h4, p, form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
h1, h2, h3 {
	color: #ff9000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 em, h2 em, h3 em {
	color: #6C6C6C;
	font-style: normal;
}
h1 {	font-size: 130%;}
h2 {  font-size: 110%; margin: 15px 0 5px 0; }
h3 {	font-size: 90%; margin-top: 10px;}
h3.talk {
	background: url(interface/ar_talk.png) no-repeat left;
	padding-left: 20px;
}
p {	margin-top: 10px;}
p.cl {	margin: 0px;}
p.add {	font-size: 70%;}
p.quote { font-size: 70%; }
p.quote strong {
	color: #FF9000;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: large; 
	line-height: 70%;
}
a.sbox {
	display: block;
	float: left;
	margin-right: 2px;
	border: 1px solid #DFDFDF;
	width: 20px;
	height: 14px;
	color: #FF9000;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}
a:hover.sbox {
	border: 1px solid #FF9000;
	background-color: #FF9000;
	color: White;
}
acronym {
	border-bottom: 1px dotted #4E4E4E;
	cursor: help;
}
.border {
	padding: 2px;
	border: 1px solid #dfdfdf;
}
.border_sel {
	padding: 1px;
	border: 2px solid #FF9000;
}
p img.border {
	float: left;
	margin: 0 10px 5px 0;
}

.block {
	width: 280px;
	float: left;
	margin-right: 30px;
}
.block p {	margin-top: 5px; }

.info {
	width: 165px;
	float: left;
}
.info h3 {	margin-bottom: 3px;}
.info a { font-size: 70%;}

	/* statuses */
	.sts_active, .sts_canceled, .sts_progress {
		margin-top: 20px;
		padding-left: 18px;	
		background: url(interface/sts_active.png) no-repeat left;
		height: 14px;
	}
	.sts_canceled { background-image: url(interface/sts_canceled.png); }
	.sts_progress { background-image: url(interface/sts_progress.png); }

	/* default link */
	a {
		color: #353535;
		text-decoration: none;
		border-bottom: 1px solid #FF9000;
	}
	a:hover { color: #FF9000; }
	/* pointer link */
	a.point, a.heavy {
		border: none;
		background: url(interface/ar_link.png) no-repeat left;
		padding-left: 15px;
	}
	a:hover.point, a:hover.heavy {
		color: #353535;
		background: url(interface/ar_hlink.png) no-repeat left;
		border-bottom: 1px solid #FF9000;
	}
	a.heavy {
		font-size: 100%;
		line-height: 150%;
		font-weight: bold;
	}
	a.image { border: none;	}
	a.image img { border: 1px solid #dfdfdf; }	
	a:hover.image img { 	border: 1px solid #FF9000;	}
	
	a.sel { border: none;	}
	a.sel img { border: 2px solid #FF9000; }	

	
	/* FROM */
	form input, form textarea {
		background: White;
		border: 1px solid #DFDFDF;
		width: 198px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 70%;
	}
	form input.button {
		color: #FF9000;
		font-family: Georgia, "Times New Roman", Times, serif;	
		font-size: 80%;
		border: none;
		text-align: left;	
		padding: 0;
		margin: 0;
		cursor: pointer;
	}
	form p { font-size: 70%; }
	form p strong { color: #FF9000; }

	
	/* screenshots */
	.control a {
		float: left;
		display: block;
		font-size: 8pt;
		margin: 20px 5px 10px 0;
		padding: 2px 5px;
		background-color: White;
		border: 1px solid #DFDFDF;
	}
	.control a strong { color: #FF9000;	}
	.control a.disable {
		color: #DFDFDF;
		cursor: crosshair;
	}
	.control a.disable strong {
		color: #9E9E9E; 
	}
	.control a:hover { border: 1px solid #FF9000; }
	.control a:hover strong { color: #4E4E4E;	}
	
/* info message */
#info {
	position: absolute;
	bottom: -18px;
	left: 0px;
	width: 150px; 	
	font-size: 8pt; 
	letter-spacing: 3px; 	
}
#advert {
	margin-top: 40px;
	text-align: center;
}
#advert img {
	margin-bottom: 5px;
}
#advert a {	border: none; }
.hide {	display: none; }
.end {
	background: url(interface/end.png) no-repeat left;
	height: 20px;
	margin: 10px 0 5px 0;
}
p.spacer {
	display: block;
	height: 350px;
}