body {
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #424242;
	background: #525252 url(../interface/bg_page.png);
	margin: 40px 20px;
}

#page {
	width: 743px;
	margin: auto;
}

#header { height: 80px;}
	#header div.bg, #header div.en {
		height: 80px;
		background: url(../interface/header_bg.png) no-repeat top;	
	} 
	#header div.en { 	background-image: url(../interface/header_en.png);}
	
#header h1, #header h2 { display: none;}

ul#menu { list-style: none;}
ul#menu li { float: left; }
ul#menu li a {
	display: block;
	width: 66px;
	height: 22px;
	background: url(../interface/menu.png) no-repeat left;
	text-decoration: none;
	text-align: right;	
	color: Black;
	font-size: 60%;
	padding: 15px 7px 0 0;
}
ul#menu li a:hover {
	background-image: url(../interface/menu_hover.png);
	color: #ff4800;
}
ul#menu li a.sel {
	background-image: url(../interface/menu_sel.png);
	color: White;
}

#body {
	background: White url(../interface/bg_body.png) repeat-y left;
}

#cont {
	float: left;
	width: 490px;
	padding: 20px 10px;
	background: url(../interface/bg_cont.png) repeat-x top;
}
#cont h3 {
	text-align: right;
	font-size: 110%;
}
#cont p {
	font-size: 9pt;
	line-height: 130%;
}

#add {
	float: right;
	width: 231px;
}
#add img {
	border: 1px solid White;
	border-left: none;
}
#add .empty {
	width: 230px;
	height: 2px;
	border: 1px solid White;
	border-left: none;
	font-size: 2px;
	margin-bottom: 2px;	
}

#additional {
	margin-top: -5px;
}
#additional h4 {
	display: block;
	width: 230px;
	height: 27px;
	background: url(../interface/add_bg.png) no-repeat top;
	border-bottom: 1px solid White;
	border-right: 1px solid White;
	margin: 0;
}
	#additional h4.en { background-image: url(../interface/add_en.png);}
	
#additional h4 span { display: none;}

#add_menu {
	width: 230px;
	background: url(../interface/sub_arrow.png) no-repeat;
	background-position: top left;	
	padding-bottom: 10px;
}
#add_menu ul {
	list-style: none;
}
#add_menu ul li {	float: right;}
#add_menu ul li a, #add_menu ul li.end {
	display: block;
	width: 204px;
	height: 19px;
	padding: 2px 0 0 10px;
	color: #424242;
	font-size: 70%;
	text-decoration: none;
	background: url(../interface/add_menu.png) no-repeat left;
}
#add_menu ul li a:hover { color: #FF4800;}
#add_menu ul li a.first { background-image: url(../interface/add_menu_1st.png);}
#add_menu ul li.end {
	height: 3px;
	font-size: 1px;
	padding-top: 0;
	background-image: url(../interface/add_menu_end.png);
}

#footer {
	position: relative;
	height: 35px;
	background: url(../interface/bg_footer.png) no-repeat top;
	border-top: 1px solid White;
	color: #1E437B;

}
#footer p {
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 9pt;
}

/* GLOBAL */
h1, h2, h3, h4, form, fieldset, ul, ol {
	margin: 0;
	padding: 0;
	border: none;
}
a img { border: none;}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF4800;
	font-weight: normal;
}

.clear, .clear_left, .clear_right {
	clear: both;
	font-size: 1px;
	height: 1px;
}
.clear_left { clear: left;}
.clear_right {	clear: right;}

.border {
	border: 1px solid #1e437b;
	padding: 2px;
	background-color: White;
}

.image {
	float: left;
	width: 105px;
	margin: 20px 10px 10px 0;
}
#cont .image p {
	margin: 0;
	color: #FF4800;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
}

/* LANGUAGE */
#lang {
	position: absolute;
	left: 10px;
	top: 10px;
}
#lang a img {
	padding-bottom: 5px;
	margin-right: 3px;
}
#lang a.sel img { background: url(../interface/ar_lang.png) no-repeat bottom; }


/* GOLDENORBS */
#copyrights {
	position: absolute;
	top: 12px;
	right: 10px;
}
#copyrights a {
	display: block;
	width: 95px;
	height: 24px;
	background: url(../interface/bt_goldenorbs.png) no-repeat;
}
#copyrights a:hover { background-image: url(../interface/bt_goldenorbs_hover.png);}
#copyrights a span { display: none;}

/* FORM */
form { margin: 20px;}
form label { font-size: 9pt;}
form label input {
	background: White;
	border: 1px solid #1E437B;
	color: #424242;
}
form input {
	margin-top: 10px;
	background-color: #1E437B;
	border: 3px double White;
	color: White;
	font-size: 11pt;
}

.admin {
	background-color: White;
	border: 1px solid #989898;
	border-top: 3px solid #1E437B;
	font-size: 70%;
	padding: 5px;
	margin: 5px;
}