html { overflow-y: scroll }
html, body {
	behavior: url(csshover.htc);
	margin: 0px;
	
	padding: 0px;
	text-align: center;
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	height: 100%;
	min-height: 100%;
	font-size: 12px;
	width: 100%;
}

/*table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	border: 0;
}*/

input, select, textarea {
	font-size: 11px;
}

a {
	color: #e96f34;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #de5327;
}

tr, td, th {
	margin: 0;
	padding: 0;
}

ul, li
{
	margin-top: 0px;
	margin-bottom: 1px;
}

p {
	margin: 2px 0 5px 0;
}

#main-table {
	width: 100%;
	height: 100%;
	background: url("../images/back.gif") center repeat-y;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

#main {
	width: 1000px;
	vertical-align: top;
}

#left {
	background: url("../images/left.gif") top right no-repeat;
}

#right {
	background: url("../images/right.gif") top left no-repeat;
	position: relative;
}

#header {
	background: url("../images/header.jpg") no-repeat;
	height: 162px;
	width: 1000px;
}

#footer {
    height: 125px;
    font-style: italic;
    text-align: center;
    border-top: 1px solid #e1dbed;
}

#footer a {
    text-decoration: none;
}

#footer #krivanek {
    margin-right: 20px;
}

#lang {
	width: 115px;
	height: 20px;
	position: relative;
	top: 5px;
	left: 20px;
	text-align: center;
	float: left;
}

#lang a {
	color: #8054a3;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

#header-admin {
	width: 100px;
	height: 20px;
	float: right;
	margin: 10px 15px 0 0;
	text-align: right;
}
#header-admin a {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
#header-admin a:hover {
	text-decoration: none;
}

#shadow {
	background: url("../images/shadow.gif") no-repeat;
	height: 13px;
	width: 1000px;
}

#left-column {
	float: left;
	width: 178px;
}

#right-column {
	float: right;
	width: 181px;
	text-align: left;	
}

#main-column {
	float: left;
	width: 601px;
	text-align: left;
	padding: 4px 20px 10px 20px;
	overflow: hidden;
}

#main-column a img {
	border: 0;
}

#search {
	height: 33px;
	width: 178px;
	padding-top: 12px;
}

#search input {
	border: 5px solid #e7e7e8;
	width: 139px;
	float: left;
	height: 17px;
	padding: 0;
}

#search input.submit {
	background:  url("../images/search.gif") no-repeat;
	width: 29px;
	height: 27px;
	border: 0;
	float: right;
}

#menu {
	width: 178px;
	background: #f1592a url("../images/orange-1.gif") top no-repeat;
	margin-bottom: 15px;
}

#menu2 {
	padding: 10px 0 10px 0;
	width: 178px;
	background: url("../images/orange-2.gif") bottom no-repeat;	
}

#menu .separator {
	height: 10px;
	width: 178px;
	background: url("../images/separator.gif") bottom left no-repeat;
	margin-top: 8px;
}

#menu .title, #menu a,  #menu a:visited {
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	font-size: 13px;
	text-align: left;
	color: #fff;
	width: 158px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	margin: 1px 0 1px 0;
}

#menu a.submenu_anchor {
    background: url("../images/submenu.gif") no-repeat 10px center;
}

#menu .title {
	border-bottom: 1px solid #f5835f;
	background: #de5327;
	margin-bottom: 2px;	
	font-weight: normal;
	font-size: 13px;
}

#menu a:hover, #menu a.active {
	background-color: #000;
}

#menu .submenu {
    position: relative;
    top: -1px;
    background: #f1744e;
    border-bottom: 1px solid #d84a1e;
    display: none;
}

#menu .submenu.active {
    display: block !important;
}

#menu .submenu a {
    padding-left: 35px;
    width: 143px;
    margin: 0;
    font-size: 12px;
    /*background: url("../images/submenu2.gif") no-repeat 25px center;*/
}

#menu .submenu a:hover, #menu .submenu a.active {
	background-color: #b43610;
}

#news {
	width: 181px;
	background: #f7db61 url("../images/yellow-1.gif") top no-repeat;
	margin-bottom: 15px;
	float: left;
}

#news2 {
	padding: 10px;
	width: 161px;
	background: url("../images/yellow-2.gif") bottom no-repeat;
	font-size: 10px;	
}

#banners {
    padding: 10px 0 10px 0;
    width: 178px;
    text-align: center;
}

#banners a {
    text-decoration: none;
}

#banners img {
    border: 0;
}

.time {
	font-size: 10px;
	font-style: italic;
	color: #584e30;
	margin: 10px 0 1px 0;
	text-align: right;
}

#news h2 {
	font-size: 13px;
	margin: 7px 0 3px 0;
	color: #000;
	text-decoration: none;
}

#news h2 a {
	font-size: 13px;
	color: #000;
	text-decoration: none;	
}
#news h2 a:hover {
	text-decoration: underline;
}

#news .separator {
	width: 161px;
	height: 1px !important;
	line-height: 1px !important;
	font-size: 0;
	margin: 5px 0 5px 0px;
	border-bottom: 1px solid #aaa;
}

#news-page {
	font-size: 13px;
}

#news-page h2 span.place {
	color: #000 !important;
	font-size: 14px;
}

h1 {
	color: white;
	text-align: left;
	font-size: 16px;
	margin: 11px 0 14px 0;
}

h1 span {
	background: #6063ad;
	padding: 4px 8px 4px 8px;

}

div.hr {
	background: #c8c7c7;
	width: 621px;
	height: 1px;
	display: block;
	margin: 5px 0 5px 0;
	position: relative;
	left: -10px;
	font-size: 0;
}

#main-column h1 {
	position: relative;
	left: -10px;	
}

#main-column h2 {
	margin: 2px 0 5px 0;
	color: #6063ad;
	font-size: 18px;
}

#main-column h3 {
	margin: 12px 0 2px 0;
	color: #000;
	font-size: 15px;
}


#main-column .time {
	margin: 10px 0 0 0;
}

/*#main-column table {
	table-layout: auto !important;
	border-collapse: separate;
	border-spacing: inherit !important;
	border: inherit !important;
}
#main-column table td, #main-column table th {
	padding: inherit !important;
	margin: inherit !important;
}

#main-column table.tableFixed {
	table-layout: fixed !important;
}*/

#fed-chars {
	float: left;
	width: 100%;
	clear: both;
}

#fed-chars span {
	float: right;
	margin-right: 40px;
}

#fed-chars a {
	padding: 0 3px 0 3px;
	text-decoration: underline;
	color: #6063ad;
	font-size: 14px;
	display: block;
	width: 150px;
	float: left;
}

#fed-chars span a {
	font-size: 12px !important;
	text-decoration: none;
	color: #6063ad;
	width: auto;
	display: inline !important;
	/*color: #8054a3;*/
}

#fed-chars a:hover {
	background: #e3d4ed;
}

#fed-chars a.active {
	color: #000;
	font-weight: bold;
	background: #e3d4ed;
}

.round-tbl {
	margin: 0;
	vertical-align: top;
	table-layout: auto !important;
	border-collapse: collapse;
	border-spacing: 0;
}

.federations .round-tbl {
	width: 600px;
	padding: 6px 0 6px 0;	
}

.members .space-vert {
	width: 12px;
}
.members .space-horiz {
	height: 12px;
}

.round-tbl a {
	color: #8054a3;
}

.round-tbl a:hover {
	text-decoration: none;
}

.round-tbl .stretch {
	border-left: 1px solid;
	border-right: 1px solid;
	float: left;
	height: 100%;
	display: table-cell;
}

.round-tbl .head {
	background: #e7e7e9 url("../images/tr-corner.gif") top right no-repeat;
	width: 600px;
	color: #787878;
}

.federations .head {
	float: left;
}

.federations center {
	margin: 10px 0 5px 0;
	color: #6063ad;
	/*color: #f1592a;*/
	font-size: 13px;
	font-weight: bold;
}

#fed-choser {
	border-bottom: 1px solid #8054a3;
	padding-bottom: 3px;
}

.members .head {
	width: 294px;
	height: 5px;
}

.round-tbl .head1, .members .head div {
	background: url("../images/tl-corner.gif") top left no-repeat;
	padding: 5px 10px 4px 10px;
	width: 500px;	
	float: left;
}

.round-tbl .head2 {
	width: 60px;
	float: right;
	padding: 5px 10px 4px 10px;
	text-align: right;
}

.members .head div {
	width:274px;
}

.round-tbl .content {
	border-left: 1px solid #d8d8da;
	border-right: 1px solid #d8d8da;
	width: 574px;
	padding: 12px 12px 6px 12px;
	float: left;
	background: #f3f3f5;
}
.members .content {
	border: 0;
	background: url("../images/member-bg.gif") repeat-y;
	width:268px;
	float:none;
	vertical-align: top;
}

.round-tbl .head h2 {
	color: #000 !important;
	font-size: 12px !important;
	margin: 0 0 5px 0 !important;
	font-weight: bold;
}
.round-tbl .foot {
	height: 6px;
	overflow: hidden;
	clear: both;
}

.round-tbl .foot table {
	border-collapse: collapse;
}

.member .foot-out{
	height: 6px;
}

.round-tbl .foot1 {
	width: 6px;
	height: 6px;
	background: url("../images/bl-corner2.gif") no-repeat;
	float: left;
}

.actual-slide .foot1 {
	background: url("../images/bl-corner.gif") no-repeat;
}

.round-tbl .foot2 {
	width: 588px;
	height: 5px;
	border-bottom: 1px solid #d8d8da;
	float: left;
	background: #e7e7e9;
}

.actual-slide .foot2 {
	background: #f3f3f5;
}

.members .foot2 {
	width:282px;
}

.round-tbl .foot3 {
	width: 6px;
	height: 6px;	
	background: url("../images/br-corner2.gif") no-repeat;
	float: left;
}

.actual-slide .foot3 {
	background: url("../images/br-corner.gif") no-repeat;
}

.round-tbl .logo {
	width: 80px;
	float: left;
}

.members .logo {
	width: 100px;
}

.round-tbl .minheight {
	width: 1px;
	height: 120px;
	display: block;
	float: left;
	visibility: hidden;
}

.round-tbl .tbl-1, .round-tbl .tbl-2  {
	width: 481px;
	float: right;
	margin-left: 12px;
	table-layout: fixed !important;
}

.round-tbl .tbl-1 p, .round-tbl .tbl-2 p {
	margin: 0 !important;
}

.members .tbl-1 {
	width: 155px !important;
}

.round-tbl .tbl-2 {
	width: 571px;
	float: left;
	margin: 0;
}

.round-tbl .content table td {
	vertical-align: top;
}

#no-fed {
	font-size: 14px;
	margin-top: 60px;
	text-align: center;
	color: #e96f34;
	font-weight: bold;
}

.round-tbl .sep {
	width: 1px;
}

.members .round-tbl .bottom {
	vertical-align: bottom;
}

#form-add {
	margin: 15px auto 15px auto;
	font-size: 12px;
	border: 1px solid #a7a7a7;
	width: 95%;
}

#form-add td, #form-add th {
	padding: 5px;
	border: 1px solid #a7a7a7;	
}

#form-add th {
 	text-align: left;
 	padding-right: 10px;
 	background: #e7dcf0;
 	width: 150px;
}

#form-add td {
	padding-left: 10px;
}

#form-add input, #form-add select, #form-add textarea {
	width: 300px;
	background: #fff;
	border: 1px solid #a7a7a7;
} 

#form-add textarea {
	height: 120px;
}

#form-add .submit {
	text-align: center;
}

#form-add .submit input{
	width: 80%;
	height: 27px;
	font-weight: bold;
	font-size: 14px;
	background: #662d91 !important;
	color: #fff;
	border: 0;
}

#calendar-div {
	border: 1px solid #a7a7a7;
	border-top:0;
	padding: 3px;
	text-align: center;
	width: 155px;
}

#calendar-div a {
	color: #8054a3;
	text-decoration: none;
	display: block;
	width:20px;
	text-align: center;
	margin: 0 1px 0 1px;
}

#calendar-div .cpDayColumnHeader {
	font-weight: bold;
	text-align: center;
	width: 22px;
}

#calendar-div .cpTodayText {
	padding-top: 5px;
}

#calendar-div select {
	background: #d8c8e5;
}

#call-click {
	width: 50px !important;
	margin-left: 5px;
	background: #8054a3 !important;
	color: #fff;
	border: 0 !important;
}

#contact {
	background: #f3f3f4;
	width: 	275px;
	margin: 15px auto 0 auto;
	border: 1px solid #662d91;
}

#contact #inner {
	padding: 20px;
	margin: 0 auto;
}

#contact input, #contact textarea {
	border: 1px solid #d0cce5;
	width: 420px;
}

#contact table th, #contact table td {
	padding: 1px 0 1px 0;
}

#login-check {
	width: 15px !important;
}

#contact table th {
	width: 80px;
}

#contact-send {
	text-align: center;
	padding-top: 10px !important;
}

#contact-send input {
	width: 100px;
	background: #662d91;
	color: #fff;
	border: 0;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
}

.tour-add {
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
}

.tour {
	width: 95%;
	margin: 0 auto;
	font-size: 12px;
	table-layout: auto;
	border-collapse: collapse;
}

.tour td, .tour th {
	padding: 4px;
}

.tour thead tr th{
	background: #de5327;
	color: #fff;
	font-size: 13px;
	padding: 5px;
	text-align: center;
}

.tour thead a {
	color: #fff;
	text-decoration: none;
}
.tour thead a:hover {
	text-decoration: underline;
}
.tour thead a img {
	border: 0;
}

.tour tbody td, .tour tbody th {
	background: #f9ded6;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #f9ded6;
	cursor: pointer;
}
.tour tbody tr:hover td, .tour tbody tr:hover th {
	background: #fed4c7;
}

.tour tr.no-admin td, .tour tr.no-admin th {
    background: #ffeee9;
    color: #555;
}

#tour-pages {
	margin: 15px auto;
	font-size: 14px;
}

#tour-pages td, #tour-pages th {
	padding: 0 2px 0 2px;
}

p.error,p.error-small {
	color:#f00;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

p.error-small {
	font-size: 11px;
	width: 90%;
}

#posts-themes {
	width: 600px;
	table-layout: auto;
	border-collapse: collapse;
}

#posts-themes td {
	border: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	vertical-align: bottom;
	height: 35px;
}

#posts-themes td a {
	width: 100%;
	display: block;
	line-height: 30px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	border-bottom: 2px solid #fff;	
}

#posts-themes td a:hover, #posts-themes td a.active {
	margin: 0;
	line-height: 35px;
	border-bottom: 0;
}

#posts-themes #split {
	height: 6px;
    font-size: 3px;
}

#posts-submenu {
	width: 600px;
	table-layout: auto;
	border-collapse: collapse;	
}

#posts-submenu td {
	border: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	vertical-align: bottom;
	height: 30px;
}

#posts-submenu td a {
	width: 100%;
	display: block;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	border-bottom: 3px solid #fff;
}

#posts-submenu td a:hover, #posts-submenu td a.active {
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 3px solid #aaa;
}

#big-posts-submenu {
    margin: 0px auto 5px auto;
    table-layout: fixed;
}

.click-help {
    text-align: center !important;
    height: inherit !important;
    font-style: italic;
    font-size: 12px;
    margin-top: 3px;
}

.click-help span {
    background: none !important;
    padding: 3px 5px 3px 5px;
    color: #333;
    font-weight: bold;
}

#big-posts-submenu td {
    height: 40px;
    width: 160px;
}

#big-posts-submenu td a {
    margin: 5px;
    padding: 10px 10px 10px 15px;
    display: block; 
    text-align: left;
    color: #000;
    font-size: 14px;
    border: 0px solid;
    background: url("../images/pointer.gif") no-repeat 0px center !important;
    text-decoration: none;
}

#big-posts-submenu td a small {
    font-size: 10px;
    font-style: italic;
    display: block;
    padding: 2px 0 0 5px;
}

#big-posts-submenu td a span {
    text-decoration: underline;
}

h1#posts-title {
    left: 10px !important;
    margin-top: 4px;
}

.posts {
	width: 600px;
	margin: 15px 0 15px 0;
}
.posts .line {
	display: block;
	height: 4px;
}
.posts .head {
	padding: 7px;
    cursor: pointer;    
}
.posts .date {
	font-size: 13px;
	color: #635e5b;
    display: block;
    float: right;
}
.posts h2 {
	font-size: 14px !important;
	color: #393939 !important;
	font-weight: bold !important;
	margin: 5px 0 5px 5px !important;
}
.posts .text {
	padding: 7px;
}
.posts .link {
	display: block;
	text-align: right;
	border: 0;
	margin-right: 7px;
}
.posts .link a {
	color: #6063ad;	
	text-decoration: none;	
}
#post {
	margin: 15px 1px 10px 1px;
}
a.post-back {
	color: #6063ad;
	display: block;
	text-align: center;
	text-decoration: underline;
	margin: 10px 0 5px 0;
	font-size: 14px;
}
a.post-back:hover {
	text-decoration: none;
}

#tour-filter {
	width: 450px;
	display:block;
	margin: 0 auto 10px auto !important;
	padding: 5px;
}

#tour-filter #from, #tour-filter #to {
	width: 75px;
}

#tour-filter .cal-click {
	background: #de5327;
	color: white;
	border: 1px solid #f9ded6;
	margin-left: 5px;
	width: 25px;
}

#tour-filter th {
	padding: 3px;
	text-align: right;
}
#tour-filter td {
	padding: 3px 15px 3px 3px;
}

#tour-filter #submit-filter {
	text-align: center;
	border-top: 1px solid #ccc;
	margin-top: 5px;
}

#tour-filter #submit-filter input {
	background: #de5327;
	color: white;
	border: 1px solid #f9ded6;
	padding: 2px 15px 2px 15px;
}

#tour-filter legend {
	font-size: 14px;
	color: #de5327;
}
#tour-filter table {
	table-layout: auto !important;
}
#tourn-data {
	width: 90%;
	margin: 0 auto 15px auto;
	table-layout: auto !important;
}
#tourn-data th {
	text-align: right;
	padding: 3px 10px 3px 3px;
	width: 80px;
	background: #e7e7e8;
}
#tourn-data td {
	padding: 5px 15px 5px 5px;
	border: 1px solid #e7e7e8;
}

#search-tbl center{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#search-tbl .posts .head {
	padding: 4px 4px 4px 10px;
}

#search-tbl .posts .head h2{
	font-size: 13px !important;
}

#search-tbl .posts .date {
	font-size: 11px;
}

#search-tbl a{
	text-decoration: none;
	color: #000;
	font-weight: inherit;
}

table#fed-list {
	margin: 0 auto;
	table-layout: fixed;
	width: 600px;
}

#fed-list .hr {
	width: 600px;
	position: static;
}

#fed-list td, #fed-list th {
	padding: 0px;
	text-align: center;
	padding: 2px;
}

#fed-list td{
	height: 40px;
	line-height: 40px;
	/*border: 1px solid #9a9cd1;*/ 
}

#fed-list img {
	border: 1px solid #aaa !important;
}

#fed-list .empty {
	border: 0;
}

#fed-list th {
 	color: #6063ad;
	font-size: 18px;
	padding: 10px 0 7px 0;	
 }
 
.partner {
	width: 600px;
 	padding-bottom: 10px;
 	float: left;
}
 
.partner .head, .partner .foot {
 	height: 4px;
 	width: 600px;
}
 
.partner .head1, .partner .head3, .partner .foot1, .partner .foot3 {
 	width: 5px;
 	height: 4px;
 	background: url("../images/partners-corn1.gif") no-repeat;
 	float: left;
}
 
.partner .head3 {
	background: url("../images/partners-corn2.gif") no-repeat;
}
 
.partner .foot1 {
	background: url("../images/partners-corn4.gif") no-repeat;
}

.partner .foot3 {
	background: url("../images/partners-corn3.gif") no-repeat;
}

.partner .head2 {
	width: 590px;
	height: 2px;
	border-top: 2px solid #eee;
	float: left;
}

.partner .foot2 {
	width: 590px;
	height: 3px;
	float:left;
	border-bottom: 1px solid #dedede;
}

.partner .content {
	width: 568px;
	padding: 8px 15px 8px 15px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	float: left;
}

.partner .content table{
	width: 568px;
	float: left;
	border-collapse: collapse;
	border-spacing: 0;
}

.partner .content table td {
	margin: 0;
	padding: 0;
}

.partner-logo {
	float: left;
	width: 150px;
	padding-right: 15px;
	text-align: center;
	float: left;
}

.partner-desc {
	width: 403px;
	/*float: right;*/
	vertical-align: middle;
}

.partner-desc a {
	color: #6264ae !important;
	text-decoration: none;
}

table.petanque {
	width: 600px;
	margin: 5px auto 5px auto;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
}

table.petanque th {
	background: #6163ae;
	color: #fff;
	border: 2px solid #fff;
	padding: 3px;
	text-align: center;
}

table.petanque td {
	padding: 3px;	
	border: 2px solid #fff;
	background: #f3f3f3;
	text-align: center;
}

#main-column .submenu a {
	border: 1px solid #d7d8ea;
	color: #6064ae;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-size: 12px;
	margin-right: 1px;
	font-weight: bold;
}
#main-column .submenu a:hover, #main-column .submenu a.active {
	color: #fff;
	border: 1px solid #6064ae;
	background: #6064ae;
}

#main-column h1.submenu a {
	font-size: 15px !important;
}

#chm-header {
	border-bottom: 2px solid #888bc2;
	float: left;
	width: 590px;
	padding: 10px;
	margin-bottom: 20px;
}

#chm-header img {
	float: right;
}

#chm-header h2 {
	font-size: 22px;
	margin: 2px 0 10px 0;
}
#chm-header table {
	width: 100%;
	border-collapse: collapse;
}
#chm-header table td {
	font-size: 16px;
	color: #6063ad;
	vertical-align: middle;
}

#chm-header table td.logo {
	text-align: center;
	color: #000;
}

#chm-header table .logo span {
	font-style: italic;
	margin-top: 5px;
	background: #ddd;
	display: block;
}

#chm-header table .logo img {
	float: none;
}

#championship {
	font-size: 12px;
}

#championship table {
	border-collapse: collapse;
}

#championship h3 {
	font-size: 18px;
	margin: 18px 0 12px 0;
}

a.results, a.results2 {
	float: right;
	color: #6063ad;
	font-size: 12px;
}

#DOM-close {
	width: 80px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	position: absolute;
	top: 0px;
	right: 20px;
	background: #f1592a; 
	cursor: pointer;
	border: 1px solid black;
	font-weight: bold;
}

.small-note {
	width: 95%;
	margin: 3px auto;
	text-align: right;
	font-size: 10px;
	color: #555;
}

.lang-submenu {
    line-height: 40px;
    display: block;
    width:100px;
    margin:5px;
    border: 1px solid #f1592a;
    text-align:center;
    color:black !important;
    float: left;
    text-decoration: none !important;
    font-weight: normal !important;
}

.active-lang {
    background:    #f1592a !important;
    color: #fff !important;
    font-weight: bold !important; 
    font-size: 14px;
    text-decoration: underline !important;  
}

#venere {
    width: 125px;
    height: 245px;
    border: 0;
    margin: 0;
    overflow: hidden;
}

#hotels {
    display: none;
}

#flights {
    display: none;
}

#flights_hotels {
    margin-top: 10px;
}
#flights_hotels a {
    font-size: 14px;
    margin-right: 3px;
}

#statistics {
    border-collapse: collapse;
    margin: 10px 0 10px 0;
    width: 100%;
    color: #fff;
}

#statistics td, #statistics th {
    padding: 3px;
    border-bottom: 2px solid #fff;
}

#statistics td {
    width: 70px;
    text-align: right;
}
#statistics .state {
    width: 60px;
    text-align: center;
    font-weight: bold;
}
#statistics th {
    padding-left: 30px;
}
#statistics tr.tr-0 {
    background: #6163ae;
}
#statistics tr.tr-1 {
    background: #898ac2;
}
#statistics tr.tr-2 {
    background: #afb1d7;
}
#statistics tr.tr-3 {
    background: #d7d8ea;
    color: #7578cc;
}
#statistics tr.tr-4 {
    background: #e6e8f4;
    color: #7578cc;
}
#statistics tr.tr-5 {
    color: #8b8ed6;    
}
#statistics tr.pos-1 th {
    font-size: 250%;
    padding: 20px 0 20px 30px;
}
#statistics tr.pos-2 th {
    font-size: 200%;
}
#statistics tr.pos-3 th {
    font-size: 150%;
}

#google-ads {
    margin-bottom: 5px;
}
