body {
    margin: 0px;
    padding: 0px;
    background-color: #e5e3d7;
    font-family: Verdana;
    font-size: 14px;
    color: #333333;
}

h1, h2, h3 {
    margin: 0;
    font-family: Verdana;
    font-weight: normal;
    color: #2A2A2A;
}

h1 {
/*    letter-spacing: -1px;    */
    font-size: 20px;
    margin: 5px;
}

h2 {
    font-size: 16px;
    font-weight: bold;
}

h3 {
    font-size: 14px;
}

p {
    margin: 0 0 1em 0;
    text-align: justify;

    font-family: Verdana;
}

select {
    font-family: Verdana;
}

input {
    font-family: Verdana;
}


ul, ol {
 margin: 0 0 2em 0;
 text-align: justify;
 line-height: 24px;
}

a {
    color: #0094E0;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
}

img {
    border: none;
}

.error{
 color: red;
 font-size: 12px;
 font-family: Arial;
 font-weight: bold;
}

.success {
 color: green;
 font-size: 12px;
 font-family: Arial;
 font-weight: bold;
}

#container {
    width:990px;
    margin:0px auto;
    background-color: white;
}

#bg_top {
    background: #581f01;
    height:29px;
}

/********************* AUGŠĒJĀ JOSLA ******************************************/
#header{
 width: 100%;
 height: 263px;
 padding: 0px 0px 0px 0px;
 color: #333333;
}

#up_corner_left{
 float: left;
 height: 100%;
 width: 368px;
 overflow: hidden;
}
#people{
 float: right;
}

#top_contacts {
    padding:5px 0px 0px 10px;
    float:left;
    color:white;
    font-size:11px;
}

#top_contacts a {
    color:white;    
}

#lang{
 text-align: left;
 width: 80px;
 overflow: hidden;
 float: right;
 padding-left:10px;
 padding-top:2px;
 color: #AB0107;
 font-weight: bold;
}

#lang a{
 color: white;
 font-size: 11px;
 color: #AB0107;
 font-weight: bold;
}

#lang a:hover{
 color: #DA0911;
 text-decoration: underline;
}

#contacts{
 margin:10px 0px 0px 635px;
 width:340px;
 color:#581f00;
 font-size:14px;
}

#contacts a {
    color:#581f00;     
}

#nav {
 height: 40px; 
 width: 100%;
 background: url('img/design/nav_bg.gif') repeat-x;
 margin: 0px;
 padding: 0px;
}

#nav ul{
 list-style-type: none; 
 margin: 0px;
 padding: 0px;
}

#nav li{
 float:left;
 color: white;
 vertical-align: top;
}

#nav a{
 font-size: 12px;
 font-weight: bold;
 float: left;
 color: white;
 height:30px;
 margin: 2px 0px 0px 0px;
}

#nav a:hover{
 text-decoration: underline;
}
/*-------------------- AUGŠĒJĀ JOSLA -----------------------------------------*/

/********************* GALVENĀ DAĻA *******************************************/
#main{
 width: 990px;
 overflow: hidden;
 min-height: 500px;
}
#content{
 float: left;
 /* width: 600px; */
 padding: 10px;
 background-color: white;
 overflow: hidden;
 font-size:12px;
 /*
 background-repeat: repeat-x;
 background-image: url('img/side_bg.gif');
 background-repeat: no-repeat;
 */
 
}
#down_bar{
 width: 100%;
 height: 55px;
 color: #383737;
 background: url('img/design/brown_line2.gif') center center no-repeat;
}
#mail_news{
 float: left;
 color:white;
 font-size: 12px;
 font-style: italic;
 font-weight: bold;
 display:block; 
 padding : 13px 0px 0px 10px;
 text-align: left;
}

#mail_news form {
    margin:0px;
}

#contacts2{ 
 float: right;
 margin: 25px 10px 10px 10px;
 text-align: right;
}
.input{
 border: none;
 color:#129cd6
}
.input_submit{
 background: url('img/design/submit_button.gif') no-repeat;
 color: white;
 font-weight: bold;
 border: none;
 width: 120px;
 height: 21px;
}

#main_table{
 width: 100%;
 margin: 0px;
 padding: 0px;
 border: none;
 vertical-align: top;
}

.topic, .topic:visited, .topic:hover{
 font-family: Verdana;
 font-size: 14px;
 font-weight: bold;
 color: #1F2120;
}

.topic b{
 color: #1F2120;
}
/*-------------------- GALVENĀ DAĻA ------------------------------------------*/

/********************* SIDE BAR ***********************************************/
#side{
 /* width: 190px; */
 padding-left: 10px;
 padding-top: 15px;
 overflow: hidden;
 float: right;
 min-height: 200px;
}

#side ul {
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
}

#side li {
    margin: 0;
    padding: 1px 0;
    border-bottom: 1px dashed #D1D1D1;
}

#side li a {
    margin: 0;
    padding-left: 15px;
}
/*-------------------- SIDE BAR ----------------------------------------------*/

/********************* ADMIN LIST *********************************************/

#admin_list{
 border-spacing: 0px;
 padding-right: 3px;
 width: 100%;
}
#admin_list thead tr{
 font-weight: bold;
 text-align: center;
 background-color: #0094E0;
 color: white;
}
#admin_list thead *{
 padding: 3px 0px 3px 0px;
}
#admin_list tbody{
 font-weight: normal;
 text-align: left;
}
#admin_list tbody tr:nth-child(even):hover, 
#admin_list tbody tr:nth-child(odd):hover{
 background-color: #8BCB2F;
 color: white;
}
#admin_list a{ color: #333333;}
#admin_list tr:hover a{ color: white; }

#admin_list tbody tr:nth-child(even){
 background-color: white;
}
#admin_list tbody tr:nth-child(odd){
 background-color: #E5F7FF;
}

#admin_lang {
 list-style-type: none;   
}

#admin_lang li {
 display: inline; 
 font-weight: bold;
 margin-right: 5px;
}
/*-------------------- ADMIN LIST --------------------------------------------*/

/********************* BANNERS ************************************************/
#banners_160px{
 width: 160px;
 margin: 0px auto;
}  
#banners_468px{
 width: 468px;
 height: 95px;
 float: right;
 z-index: -1;
}        
/*-------------------- BANNERS -----------------------------------------------*/

/********************* FORUM & COMMENTS ***************************************/
#forum{
 width: 100%;
}
#forum thead tr{
 background-color: #0094E0;
 color: white;
}
#forum thead *{
 padding: 3px 0px 3px 0px;
}
#forum thead tr:hover{
 background-color: #0094E0;
 color: white;
}
#forum tr:hover{
 background-color: #E7E7E7;
}
#forum td{
 border: 1px dotted #C7C7C7;
}

.comment{
 border: 1px dotted #C7C7C7;
 overflow: hidden;
}
.comment_date{
 text-align: center;
 float: left;
 width: 50px;
 height: 50px;
 background-image: url('img/calendar.png');
 background-repeat: no-repeat;
}
.comment_date p{
 color: white;
 text-align: center;
 margin-top: -3px;
 margin-bottom: 2px;
}
.comment_date b{
 color: #333333;
}
.comment_head{
 border-bottom: 1px dashed #E7E7E7;
 padding: 3px;
 margin-left: 5px;
 overflow:hidden;
}
.comment_author{
 font-weight: bold;
 width: 49%;
 float: left;
}
.comment_email{
 width: 49%;
 float: left;
}
/*-------------------- FORUM & COMMENTS --------------------------------------*/
.post{
 width: 100%;
 border-bottom: 1px dashed #C7C7C7;
 margin-top: 20px;
 overflow: hidden;
}
#jaunumi{
 width: 970px;
 overflow: hidden;
 text-align: justify;
}
.title_under{
 width: 450px;
 height: 15px;
 background-image: url('img/title_under.jpg');
}
.entry{
 margin-top: 5px;
}
.meta{
 overflow: hidden;
}
.meta *{
 float: right;
}
.news_date{
 text-align: center;
 float: right;
 width: 50px;
 height: 50px;
 background-image: url('img/calendar.png');
 background-repeat: no-repeat;
 margin: 5px;
}
.news_date p{
 text-align: center;
 color: white; 
 margin-top: 0px;
 margin-bottom: -2px;
}
.news_date b{
 color: #333333;
 font-size: 18px;
}
.links{
 float: right;
 margin: 0px 5px 5px 5px;
}
/* login */
#logged_in{
 border: 1px dotted #C7C7C7;
 margin-bottom: 10px;
}
#authorization{
 width: 300px;
 margin: 0 auto;
 border: 1px dotted #C7C7C7;
}
.price_table{

}
.price_table tr th{
 background-color: #333333;
 color: white;
 font-weight: bold;
 text-align: center;
 padding: 3px;
}
.price_table tr td{
 border: 1px dotted #999999;
}
.price_table tr:hover {
background-color: #C7C7C7;
}
.chapter_content_type{
 color: white;
 background-color: #0094E0; 
 height: 30px;
 padding: 5px;
 margin: 0px 5px 15px 0px;
}
.category{
 margin: 10px;
}
.category a, .category a:hover{
    text-decoration:none;
}
    
.category h2 a{
 color: #333333;
 font-family: Verdana;
}
.categories_see_all{
 font-size: 11px;
}
.travel{
 overflow: hidden;
 float: left;
 width: 190px;
 height: 150px;
 text-align: center;
 margin-bottom: 10px;
}
.travels_picture{
 float:left; 
 margin: 10px;
}
.travel_price{
 color: red;
 font-weight: bold;
}
    

#swfupload-control p{ margin:10px 5px; font-size:0.9em; }  
#log{ margin:0; padding:0; width:500px;}  
#log li{ list-style-position:inside; margin:2px; border:1px solid #ccc; padding:10px; font-size:12px;  
    font-family:Arial, Helvetica, sans-serif; color:#333; background:#fff; position:relative;}  
#log li .progressbar{ border:1px solid #333; height:5px; background:#fff; }  
#log li .progress{ background:#999; width:0%; height:5px; }  
#log li p{ margin:0; line-height:18px; }  
#log li.success{ border:1px solid #339933; background:#ccf9b9; }  
#log li span.cancel{ position:absolute; top:5px; rightright:5px; width:20px; height:20px;  
    background:url('files/img/icons/delete.gif') no-repeat; cursor:pointer; }  
    
.top_page_news {
    width:400px;
    font-family: Verdana;
    font-size:13px;
}

.top_page_news .item {
    margin-bottom:10px;
    width:410px;
    background: #c6f3f9;
    padding:10px;
    color:#581f00;
    clear:both; 
}

.top_page_news h2 {
    margin-bottom:10px;
}

.top_page_news h2 a {
    color:#581f00;
}

.piedavajumi li {
    background: URL('img/design/piedavajumi_point.jpg') left center no-repeat;
    list-style: none;
    padding-left:30px;
    margin:10px 0px;
    font-size:12px;
}

.piedavajumi li a {
    color:black;
}

.categories_side_bar{
 width: 150px;
 height: 145px;
 float: right;
 /* margin: 7px; */
}
.categories_side_bar .image{
display:block; 
 width: 150px;
 height: 100px;
 overflow: hidden; 
}

.categories_side_bar .title{
    background:#119cd5; 
    display:block; 
    color:white;
    padding-top: 5px; 
    height:40px; 
    vertical-align:middle; 
    text-align:center;
}

.travel_table .img {
    padding:5px;
    width: 150px;    
}

.travel_table .text {
    padding:5px;    
}

.travel_table .text .t1 {
    font-size:16px;
    height:22px;    
}

.travel_table .text .t2 {
    margin-bottom: 5px;    
}

.travel_table .text .t3 {
    height:22px;    
}

.travel_table .text .t4 {
    height:37px;
    /* overflow: hidden; */  
    text-align:left;   
}

.travel_table_delimetr {
    border-bottom:1px solid #acacac;
    height:0px;
    font-size:0px;
    margin:5px 0px 10px 0px;
}

.zila_poga{
background: url('/img/design/mekletajs_button.jpg') bottom center no-repeat;    
height:22px;    
display:block;    
cursor:pointer;    
border:none;    
width:201px;    
font-weight:bold;    
padding-bottom:3px;
}

.pieteikties_celojumam {
 font-family:verdana;
 font-size:13px;
}

.cel_laukiem {
 font-family:verdana;
 font-size:13px;
 width: 260px;
}

.search_table {
    border-collapse: collapse;
}

.search_table td {
    border:2px solid #3071b5;
    padding:4px 5px;
}

.search_table select {
    border:1px solid #95d6fe;
    width:201px;
}

.search_table input {
    border:1px solid #95d6fe;
    padding-left:3px;
    width:196px;
}

.search_table .button {
    background: url('img/design/mekletajs_button.jpg') bottom center no-repeat;
    height:22px;
    display:block;
    cursor:pointer;
    border:none;
    width:201px;
    font-weight:bold;
    padding-bottom:3px;
}

.search_table .title div {
    padding:6px 0px 0px 15px;
    float:left;
    color:#2e68a7;
    font-weight:bold;    
}

.search_table .title img {
    float:left;    
}

#countries a.inact{color:#0094E0}
#countries a:hover, #countries a.act{color:red; text-decoration:underline}