

body, table, tr, td {
	font-family: Trebuchet MS, tahoma, verdana;
	font-size: 14px;
	color: #5a5a5a;
}
body  {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
img {
	border: 0px;
}
a {
	color: #5a5a5a;
	text-decoration: none;
}
a:hover
{
	color: #ff8000;
}
p {
	padding: 5px 0px;
	text-indent: 20px;
}
p.p1 {
	padding: 5px 0px 5px 0px;
	text-indent: 20px;
}
p.p2 {
	padding: 5px 0px 5px 20px;
	text-indent: 20px;

}
table {
	border-collapse: separate;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
    background-color: transparent;
    margin: 0;
    padding-top: 0.5em;
}
h1 {
    font-size: 130%;
    margin-bottom: 0.5em;
    /*border-bottom: 1px solid #fcb100;*/
}
h2 {
    font-size: 120%;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #aaa;
}
h3 {
    font-size: 110%;
    margin-bottom: 0.5em;
    text-decoration: underline;
}
h4 {
    font-size: 100%;
    font-weight: bold;
}
h5 {
    font-size: 100%;
    font-weight: bold;
}
h6 {
    font-size: 80%;
    font-weight: bold;
}

input[type=text], input[type=password] {
	font-size: 11px;
	border: 1px solid #ac4200;
	color: #5a5a5a;
	background-color: #fff5dd;
	padding: 1px;
}

input[type=button], input[type=submit] {
	font-size: 11px;
	border-left: 1px solid #d09b7a;
	border-top: 1px solid #d09b7a;
	border-right: 1px solid #ac4200;
	border-bottom: 1px solid #ac4200;
	color: #000;
	background-color: #fff5dd;
	padding: 5px;
}

div.head
{
	height: 100px;
	background: url(img/head_bg.png) no-repeat;
}
	.head div.logo
	{
		width: 310px;
		height: 100px;
		float: left;
	}
		.logo img {
			margin: 10px 0px 0px 10px;
		}
	.head div.menu
	{
		width: 690px;
		height: 100px;
		float: right;
		padding-top: 18px;
		padding-top: 14px;
	}
		.menu table {
			margin: auto 0px auto auto;
		}
		.menu table td.pad {
			padding: 0px 5px 0px 5px;

		}
		.menu table td.padc {
			padding: 0px 5px 0px 5px;
			text-align: center;
		}
			.padc a {
				font-size: 9px;
				font-weight: bold;
			}
			.padc a.lang_link {
				padding: 2px;
				background-color: #feba00;
				font-size: 14px;
				color: #fff;
			}

		.menu table td.padl {
			padding: 0px 0px 0px 5px;
		}


	.login div.login_bg {
		width: 200px;
		height: 50px;
		background: url(img/login_bg-200x50.png) no-repeat;
		padding: 0px 5px 0px 5px;
	}
		.login_bg table {
			margin: auto;
			width: 100%;
			height: 50px;
			color: #ac4200;
		}
		.login_bg table td {
			padding: 0px 10px 0px 10px;
			font-size: 11px;
		}

	.login td.top {
		vertical-align: top;
	}
	.login input[type=text], input[type=password] {
		width: 100px;
	}

div.page
{
	min-height: 500px;
	height: 500px;
	background: url(img/content_bg2.png) no-repeat top right;
}
div.page2 {
	min-height: 500px;
	height: 500px;
	background: url(img/content_bg_l2.png) no-repeat;
}

div.left
{
	float: left;
/*	background: url(img/content_bg_l.png) no-repeat;*/
	padding: 10px;
	width: 480px;
	height: 450px;
}

div.right
{
	float: right;
/*	background: url(img/content_bg_r.png) no-repeat;*/
	padding: 10px;
	width: 480px;
	height: 450px;
}
	.right div.map_content {
		padding: 10px;
	}

div.block
{
	border: 2px solid #ac4200;
	width: 460px;
    min-height: 460px;
}
div.map
{
	width: 460px;
    height: 460px;
}

div.block_all {
	border: 2px solid #ac4200;
	width: 960px;
    min-height: 460px;
}

div.footer
{
	padding: 20px;
	text-align: center;
	font-size: 10px;
}

	.footer a {
		font-size: 10px;
	}

div.page_bg  {
	background: url(img/content_bg.png) no-repeat;
}
div.page_content {
	padding: 10px;
}
div.page_content2 {
	padding: 20px;
}
div.page_content3 {
	padding: 0px;
}
	.page_content ul.list, .page_content2 ul.list {
		padding: 10px 10px 10px 50px;
	}

div.content {
	color: #000;
	padding: 20px;
	text-align: justify;
}
	.content table.about_table, .content table.register_table {
		width: 100%;
	}
		.about_table td, .register_table td {
			vertical-align: top;
			padding: 10px;
			color: #000;
		}

	.content ul.list2 {
		padding-left: 100px;
	}

div.question {
	padding: 15px;
}
	.question div.caption {
		background: url(img/check.png) no-repeat;
		text-indent: 25px;
		color: #ac4200;
	}
	.question div.answer {
		padding-top: 10px;
		padding-left: 35px;
	}

.gpstrace_label	{
	color: #ac4200;
}

div.register {

}
	.register input[type=text], .register  input[type=password] {
		font-size: 14px;
		color: #5a5a5a;
		padding: 2px;
		height: 21px;
		width: 200px;
	}
	.register table {

	}
	.register table td {
		padding: 10px;
	}


.faq_bg {
	background: url(img/faq_bg.png) no-repeat top right;
}
.about_bg {
	background: url(img/about_bg.png) no-repeat top left;
}
.register_bg {
	background: url(img/register_bg.png) no-repeat top left;
}
.agreement_bg {
	background: url(img/agreement_bg.png) no-repeat top right;
}

.statistics {
	/*height: 230px;*/
	font-size: 11px;
	/*background: url(img/stat_bg.png) repeat-y;*/
	text-align: center;
	display: none;
	position: absolute;
}
	.statistics .stat {
		/*width: 460px;*/
		text-align: left;

	}
		.stat table.stat_dev, .stat table.stat_server {
			border-right: 2px solid #ac4200;
			border-bottom: 2px solid #ac4200;

			text-align: left;
			margin-left: auto;
			margin-right: auto;
		}
			.stat_dev td, .stat_server td {
				vertical-align: top;
				font-size: 11px;
				font-weight: bold;
				color: #000;
				white-space: nowrap;
				padding-left: 5px;
				padding-right: 5px;
				padding-top: 0px;
				padding-bottom: 0px;
				color: #c80a0a;
		}

div.statistics_register {
	padding: 10px;
	border: 1px solid #5a5a5a;
	background-color: #F0F6F9;
	height: 250px;
}
	.statistics_register table td {
		font-weight: bold;
		padding: 0px 20px;
		margin: 0px;
		color: #ac4200;
		white-space: nowrap;
	}
	.statistics_register table thead tr {
		height: 30px;
	}

.statistics_register .stat_separator {
	height: 1px;
	background-color: #ac4200;
	margin: 5px 20px;
}

div.hw_add_info {
	padding: 0px;
}
	.hw_add_info ul {
		padding-left: 50px;
	}

table.hw_list_table {
	border: 1px solid #ac4200;
	width: 100%;
}

.hw_list_table th {
	padding: 3px;
	background-color: #ac4200;
	color: #fff;
	white-space: nowrap;
	border: 1px solid #fff;
}

.hw_list_table td {
	padding: 3px;
	white-space: nowrap;
	border-bottom: 1px solid #ac4200;
}

table.hw_table {
	border: 1px solid #ac4200;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.hw_table th {
	padding: 3px;
	background-color: #ac4200;
	color: #fff;
	white-space: nowrap;
	border: 1px solid #fff;
}

.hw_table td {
	padding: 3px;
	white-space: nowrap;
	background-color: #feba00;
	border: 1px solid #fff;
}

.place_table {
	border: 0px;
	width: 100%;
}

.place_table td {
	padding: 5px;
}

.place_table img {
	border: 1px solid #feba00;
}
.place_table textarea {
	border: 1px solid #feba00;
	width: 800px;
	height: 40px;
}

