html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
  background: #000;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #312F1A;
}

/** layout **/
#page_content {
	margin: auto;
	width: 1040px;
}
#page_top {
	/*width: 1000px;*/
	/*height: 100px;*/
}
#left_google {
	float: left;
	width: 160px;
	margin: 10px 0px 0px 0px;
}
#right_google {
	float: right;
	width: 160px;
	margin: 10px 0px 0px 0px;
}
#wrapper {
	float: left;
	text-align: left;
	margin: 0px 0px 0px 2px;
	width: 714px;
}

/** Header **/
#header {
	padding: 0px;
	width: 714px;
	margin: 0px 0px 2px 0px;
}
#ads_top {
	float: left;
	width: 555px;
	height: 100px;
	padding: 0px;
	margin: 0px;
}
#login {
	float: left;
	width: 148px;
    height: 87px;
    min-height: 87px;
	background: #E8E7DA url(images/login_top.jpg) no-repeat top;
	text-align: center;
	padding: 13px 0px 0px 0px;
	margin: 0px 0px 0px 1px;
}
#login_user {
	width: 80%;
	height: 16px;
	border: solid #797979 1px;
	margin: 2px 0px 5px 0px;
}
.login_user_normal {
	background: #ffffff url('images/username.gif') no-repeat right;
}
.login_user_focus {
	background: #ffffff;
}
#login_pass {
	width: 80%;
	height: 16px;
	border: solid #797979 1px;
	margin: 2px 0px 5px 0px;
}
.login_pass_normal {
	background: #ffffff url('images/password.gif') no-repeat right;
}
.login_pass_focus {
	background: #ffffff;
}
#login_button {
    width: 50px;
    height: 20px;
    border: none;
    background: url('images/login.gif') no-repeat;
    cursor: pointer;
    margin: 0 10px 0 0;
}
#login_button:hover {
    background: url('images/login_over.gif') no-repeat;
}
#register_button {
    width: 60px;
    height: 20px;
    border: none;
    background: url('images/register.gif') no-repeat;
    cursor: pointer;
}
#register_button:hover {
    background: url('images/register_over.gif') no-repeat;
}
/** Body **/
#body {
  width: 714px;
  margin: 0px;
}
#body .body_left {
	float: left;
	width: 10px;
	height: 278px;
	background: url('images/body_left.gif') no-repeat;
}
#body .body_right {
	float: right;
	width: 10px;
	height: 278px;
	background: url('images/body_right.gif') no-repeat;
}
#body .body_content {
	float: left;
	width: 694px;
	height: 278px;
	background: #e8e7da;
}
#body_view {
	width: 100%;
	height: 258px;
	margin: 10px 0px 0px 0px;
	overflow: auto;
	/*border: solid red 1px;*/
}

/** Footer **/
#footer {
	width: 714px;
	padding: 0px;
	margin: 2px 0px 0px 0px;
}
#menu {
	float: left;
	width: 217px;
	background: #991111 url('images/menu_bg.jpg') no-repeat bottom;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
html>body #menu {
	margin: 0px 0px 0px 10px;
}
#menu ul {
	padding: 5px 20px 15px 20px;
}
html>body ul {
	padding: 5px 20px 15px 20px;
}
#menu li {
	list-style: none;
	background: bottom left url('images/dots.jpg') repeat-x;
}
#menu a {
	color: #FDE7C2;
	background: #991111;
	padding-right: 8px;
}
#copyright {
	float: left;
	width: 515px;
	color: #E8E7DA;
	margin: 0px 4px 0px 4px;
}
#privacy {
	float: right;
	width: 148px;
	padding: 4px 0;
	text-align: center;
	background: #E8E7DA bottom left url('images/footer_tab.jpg') no-repeat;
	margin: 0px 10px 0px 0px;
}
#privacy a {
  color: #000;
  font-weight: normal;
}
#ads_bottom {
	float: right;
	width: 469px;
	height: 77px;
	margin: 2px 5px 0px 5px;;
}

/** content **/

#content {
  background: #E8E7DA bottom right url(images/body_bottom_right.jpg) no-repeat;
  border-bottom-width: 2px;
  border-bottom: black;
  width: 462px;
  margin-left: 254px;
  min-height: 278px;
}

#content .main, #content .main2 {
  float: right;
  width: 250px;
  margin-top: 14px;
  padding-right: 28px;
}

#content .main {
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}

#content .main p, #content .main2 p {
  margin: 0em 1em 0 0;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}

#beauty {
  float: right;
  width: 134px;
  border-left: 1px solid #D6D3BA;
  padding: 12px;
  background: top right url(images/bogy_top_right.jpg) no-repeat;
}
#beauty span {
  float: left;
  width: 12px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}
#beauty p {
  float: left;
  width: 110px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 1em;
  line-height: 1.3;
}
#beauty .clear {
  height: 10px;
}

h2 {
  font: italic 22px "Times new roman", serif;
  color: #991111;
  margin: 0 0 0.5em 0;
}

/** Contact **/
#contact {
    width: 500px;
    margin: auto;
}
#contact .input_text {
    
}
#contact .input_request {
    display: none;
    color: #ff0000;
    font-weight: bold;
    margin: 0px 0px 0px 5px;
}
#contact .input_input {
    width: 100%;
    margin: 0px 0px 5px 0px;
}
#contact .input_input input {
    width: 100%;
}
#contact .input_input textarea {
    width: 100%;
    height: 80px;
}
#contact .input_submit {
    text-align: center;
}


/** Uber **/
#ubr_debug {
	font: 10px Arial;
	background-color: #F8F8F8;
	border: 1px solid #969696;
	width: 780px;
	height: 100px;
	overflow: auto;
	text-align: left;
	margin: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}

#ubr_alert {
	font: 18px Arial;
	text-align: center;
	margin-bottom: 5px;
}

.ubrError {
	color: red;
}

.ubrWarning{
	color: orange;
}

#upload_container{
	display:none;
}

/* PROGRESS BAR */
#progress_bar_container{
	width:482px;
	margin:auto;
	text-align:center;
	display:none;
	height:22px;
}

#upload_stats_toggle{
	float:left;
	width:40px;
	height:20px;
	font: 14px Arial;
	text-align:center;
	padding-top: 3px;
	cursor:pointer;
	/*
	background-image: url('./images/toggle.png');
	background-repeat: no-repeat;
	background-position:12px 3px;
	*/
}

#progress_bar_background{
	float:left;
	background-color: #DBDBDB;
	height:21px;
	width:400px;
	z-index:5;
	border:1px solid #969696;
	/*
	background-image: url('./images/progress_bar_white.png');
	background-repeat: repeat-x;
	*/
}

#progress_bar{
	float:left;
	background-color: #5E6F83;
	height:21px;
	width:0px;
	z-index:6;
	/*
	background-image: url('./images/progress_bar_blue.png');
	background-repeat: repeat-x;
	*/
}

#percent_complete{
	float:left;
	width:40px;
	height:20px;
	font: 14px Arial;
	text-align:center;
	padding-top: 3px;
}
/* PROGRESS BAR */

/* UPLOAD STATISTICS */
#upload_stats_container{
	font: 14px Arial;
	background-color:#F8F8F8;
	width:323px;
	margin:auto;
	display:none;
	border-top:1px solid #969696;
	margin-bottom: 5px;
}

.upload_stats_label{
	width: 160px;
	height: 20px;
	text-align: left;
	float:left;
	background-color:#F8F8F8;
	border-bottom:1px solid #969696;
	border-left:1px solid #969696;
	padding-top: 3px;
}

.upload_stats_data{
	width: 160px;
	height: 20px;
	text-align: center;
	float:left;
	background-color:#F8F8F8;
	border-bottom:1px solid #969696;
	border-right:1px solid #969696;
	border-left:1px solid #969696;
	padding-top: 3px;
}
/* UPLOAD STATISTICS */

/* FILE PICKER */
#file_picker_container{
	width:500px;
	margin:auto;
	text-align:center;
	margin-bottom: 10px;
}

.upfile_ultimo{}
/* FILE PICKER */

/* UPLOAD SLOTS */
#upload_slots_container{
	display:none;
	margin:auto;
	text-align:center;
	font: 14px Arial;
	width:400px;
	border-top:1px solid #969696;
	margin-top: 10px;
	margin-bottom: 10px;
}

.upfile_label{
	height:24px;
	background:#F9F9F9;
}

.upfile_name {
	width:371px;
	height:20px;
	float: left;
	border-bottom:1px solid #969696;
	border-left:1px solid #969696;
	padding-top: 3px;
}

.upfile_remove{
	float:left;
	width:26px;
	height:20px;
	padding-top: 3px;
	cursor:pointer;
	border-left:1px solid #969696;
	border-right:1px solid #969696;
	border-bottom:1px solid #969696;
	/*
	background-image: url('./images/cross.png');
	background-repeat: no-repeat;
	background-position:5px 3px;
	*/
}
/* UPLOAD SLOTS */

/* UPLOAD BUTTONS */
#upload_buttons_container{
	width:500px;
	height:20px;
	margin:auto;
	text-align:center;
	margin-top: 10px;
}

#reset_button{}

#upload_button{}
/* UPLOAD BUTTONS */

/* UPLOAD RESULTS */
#upload_results_container{
	width:603px;
	margin:auto;
	text-align:center;
	font: 14px Arial;
}

#upload_results_file_name_header{
	font: 16px Arial;
	font-weight:bold;
	background-color:#D8D8D8;
	float:left;
	width:450px;
	height:20px;
	padding-top: 2px;
	border-top:1px solid #969696;
	border-bottom:1px solid #969696;
	border-left:1px solid #969696;
}

#upload_results_file_size_header{
	font: 16px Arial;
	font-weight:bold;
	background-color:#D8D8D8;
	float:left;
	width:150px;
	height:20px;
	padding-top: 2px;
	border-top:1px solid #969696;
	border-bottom:1px solid #969696;
	border-left:1px solid #969696;
	border-right:1px solid #969696;
}

.upload_results_file_name{
	float:left;
	width:450px;
	height:20px;
	padding-top: 3px;
	border-bottom:1px solid #969696;
	border-left:1px solid #969696;
}

.upload_results_file_size{
	float:left;
	width:150px;
	height:20px;
	padding-top: 3px;
	border-bottom:1px solid #969696;
	border-left:1px solid #969696;
	border-right:1px solid #969696;
}

.upload_results_even{
	background-color:#F0F0F0;
}

.upload_results_odd{
	background-color:#F8F8F8;
}
/* UPLOAD RESULTS */

#preloader{
	position: absolute;
	left: -110%;
	top: -110%;
	height: 0;
	width: 0;
	border-width: 0;
	z-index: -30;
}

#statistica {
    position: fixed;
    width: 88px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    z-index: 99;
    /*border: solid red 1px;*/
}
#statistica .head {
    font-family: arial;
    font-size: 12px;
    color: #ffffff;
    background: #ff0000;
}
#over_stats {
    position: fixed;
    width: 150px;
    height: 100px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    z-index: 150;
    background: #000000;
}

.info_table {
	border-top: solid #797979 1px;
	border-left: solid #797979 1px;
	background: #F8F8F8;
	margin: 0 auto 20px auto;
	font-size: 11px;
}
.info_table td {
	border-right: solid #797979 1px;
	border-bottom: solid #797979 1px;
	padding: 3px;
	text-align: left;
}
.info_table th {
	border-right: solid #797979 1px;
	border-bottom: solid #797979 1px;
	padding: 3px;
	font-size: 12px;
	background: #FAFAFA;
	text-align: left;
}
.info_table .unique_row {
	/*border-top: solid #797979 1px;*/
}
.info_table td input[type="text"], input[type="password"] {
	width: 99%;
	border: solid #797979 1px;
}
.info_table textarea {
	width: 99%;
	height: 50px;
	border: solid #797979 1px;
}

.ok_bg {
	background: #ffffff url('images/ok.gif') no-repeat right;
}
.cancel_bg {
	background: #ffffff url('images/cancel.gif') no-repeat right;
}

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

.page_body {
	width: 100%;
	height: 258px;
	vertical-align: center;
	text-align: center;
}

ul {
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#show_message {
	margin: 2px;
}

.termeni_title {
	font: 16px Arial;
	font-weight:bold;
	margin: 0 0 10px 0;
}
.termeni_text {
	text-align: justify;
	padding: 0 5px 0 0;
}
#accept_termeni {
	width: 676px;
	height: 205px;
	overflow: scroll;
	margin: 0 auto 0 auto;
	padding: 5px;
	background: #F8F8F8;
	border: solid #797979 1px;
}

#downloader {
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    margin: -15px 0 0 0;
}
.finish {
    text-align: center;
    padding: 15px 0 15px 0;
    font-size: 12px;
}

#header_menu {
    width: 684px;
    margin: 0 2px 0 15px;
    background: url('images/menu_left.gif') left top no-repeat #991111;
}
#header_menu_content {
    width: 684px;
    height: 16px;
    padding: 4px 0 0 0;
    background: url('images/menu_right.gif') right top no-repeat transparent;
    margin: 0 0 2px 0;
    text-align: center;
}
#header_menu_content ul {
    
}
#header_menu_content ul li {
    float: left;
    padding: 0 10px 0 10px;
}
#header_menu_content a {
    background:#991111 none repeat scroll 0 0;
    color:#FDE7C2;
    padding: 0 10px 0 10px;
    text-transform: uppercase;
}

#download_top {
    width: 100%;
    height: 110px;
    color: #fff;
}
#download_top #header_menu {
    width: 684px;
    margin: 0 auto 0 auto;
    background: url('images/download_menu_left.gif') left bottom no-repeat #991111;
}
#download_top #header_menu_content {
    width: 684px;
    height: 16px;
    padding: 4px 0 0 0;
    background: url('images/download_menu_right.gif') right bottom no-repeat transparent;
    margin: 0 0 2px 0;
    text-align: center;
}
#download_top #header_menu_content ul {
    
}
#download_top #header_menu_content ul li {
    float: left;
    padding: 0 10px 0 10px;
}
#download_top #header_menu_content a {
    background:#991111 none repeat scroll 0 0;
    color:#FDE7C2;
    padding: 0 10px 0 10px;
    text-transform: uppercase;
}
#download_top #file_name {
    width: 100%;
    text-align: center;
    color: #000;
    cursor: pointer;
}
