* {
	margin: 0px;
	padding: 0px;
}

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;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 300px;
    height: 180px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #5a5a5a;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 250px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 210px;
    height: 320px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  250px;
    height: 180px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  200px;
    height: 320px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 200px;
    height: 150px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 110px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 110px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
