html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: "Fredoka One", "lucida grande", tahoma, sans-serif; /* Added by Stas font for whole website */
}

body {
  margin-top:0px;
  background-color: #554408;
}

table {
  color: #4e3f07;
  /* font-family: Arial, Helvetica, Verdana, sans-serif;    This is original fort by Eduard*/
  font-size: 13px;
}

table.main {
  width: 940px;
  margin-top:0px;
  padding-bottom: 0px;
  background-color: #876f19;
  border: 1px solid #876f19;
}

table.centr {
  margin-top: 1px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:1px;
  width: 477px;
  text-align:left; /*stas fix HTML 5 issue with all text allined to center */
 }

table.centr_internal {
	border-width:1px;
	border-style:solid;
	border-color:#69560e;
	border-collapse:collapse;
 }
table.centr_internal td{
	border-color:#69560e;
 }
 
table.hotel_descr{
	text-align:left;
}

table.city_descr{
	text-align:left;
}


table.centr_gallery {
    padding-left: 15px;
	width:517px; /* Stas 28.05.2012 */
 } 

table.centr_gallery_wide {
    padding-left: 15px;
	width:752px; /* Stas 28.05.2012 */
 } 

table.news {
  margin-bottom: 10px;
  margin-left: 20px;
}

table.bottom_menu {
  font-size: 13px;
  border-bottom-color: #b2a36c; 
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #ffffff;
}

td.copywrite {
  font-size: 11px;
  padding-top:5px;
  padding-bottom:5px;
  color: #ffffff;
}

table.left_menu {
  margin-top: 20px;
  margin-left: 30px;
}

td.left_menu_td {
  border-bottom-color: #b2a36c; 
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

td.left_menu {
  background-color: #b69009;
  width: 188px; /* Stas 28.05.2012 */
}
	
td.centr {
  background-color: #eeb415;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 517px; /* this line is Added by Stas for align of central tables to 517px  */ 
}

td.centr_wide {
  background-color: #eeb415;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 752px; /* this line is Added by Stas for align of central tables  */ 
}

td.news {
  background-color: #f8c538;
  width: 235px; /* Stas 28.05.2012 */
 }

td.right {
  background-color: #eeb415;
  width:235px; /* Stas 28.05.2012 226px*/
 }


td.brown_link {
  color: #954d01;
  font-size: 14px;
  font-weight: bold;
}

h1{
	color: #954d01;
	font-size: 15px; 
	font-weight: bold;
	text-align:center;
}

h2{
    color: #4e3f07;
	font-size: 13px; 
	font-weight: normal;
	text-align:left;
}

h2.heb{
    color: #4e3f07;
	font-size: 13px; 
	font-weight: normal;
	text-align: right;
	direction:rtl;
}

h2.general{
	color: #4e3f07;
	font-size: 13px; 
	font-weight: bold;
	margin-bottom:0;
}


td.h1_text {
	color: #954d01;
	font-size: 15px; 
	font-weight: bold;
	text-align:center;
	padding:0px;
	border-style:none;
}


td.tour_date {
	color: #000; /*#954d01;*/
	font-size: 15px; 
	font-weight: 100;
	text-align:left;
	padding-top:10px;
	padding-bottom:0px;
	border-style:none;
}
td.tour_date_he {
	color: #954d01;
	font-size: 15px; 
	font-weight: bold;
	text-align: right;
	padding-top:10px;
	padding-bottom:0px;
	border-style:none;
}


span.brown {
  color: #954d01;
  font-size: 15px;
  font-weight: bold;
}

span.black {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}

span.green {
  color: #717c16;
  font-size: 13px;
  font-weight: bold;
}

a.details {
 color: #954d01;
 font-size: 13px;
 font-weight: bold;
 width:160px; 
 text-decoration:none;
}

a.details:hover {
 color: #6F0;
 text-decoration:none;
}

a.gall {
 color: #954d01;
 font-size: 13px;
 font-weight: bold;
 text-decoration:none;
}

a.text {
  color:#cb6400; /*#cb6400*/
}

/*Stas - Light up links*/
a.text:hover {
  color:#C00;
}

a.link_in_text:hover {
  color:#900;
}


#light_up a {
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/*Stas - Light up links END*/


a.bottom_menu {
  color: #ffffff;
  text-decoration:none;
}

img.news {
  border: 3px solid #6f7a12;
  width:140px;
}

img.tours {
  border: 3px solid #69560e;
}

img.gallery {
  border: 3px solid #b68207; /*ORIG by Eduard 954d01 */
}
img.hotels {
  border: 3px solid #b68207; /*IE use this value however, firefox somehow use the inherited from litebox2 css qt_screen.css */
}
div.gmap {
  border: 3px solid #69560e;
}


/*Stas - QTerra custom definition*/

/*  for /announces/hotels_registration/announce_tours_list.php  */
tr.brown {
  color: #954d01;
  font-size: 13px;
  font-weight: bold;
}

a.link_in_text {
 color: #4e3f07;
 font-size: 13px;
/* font-weight: bold; */
}


/*Light up items in shedule table*/
a.schedule_tab
{
	color:#000;
	text-decoration:none
}

a.schedule_tab_q
{
	color:#00F;
	text-decoration:none
}

#shedule_table {
  list-style: none;
  /* margin: 1.5em 0 1em 0;  */
  font-size: 11px; /*14px */
  /* text-transform: uppercase; */
  /* letter-spacing: 0.1em; */
}

#shedule_table a {

  display: block;
  /* height: 2em;  */
  /* padding: 0.6em 0.2em 0.3em 20px; */
  /* background: #505050; */
  /* border-top: 1px solid rgba(255, 255, 255, 0.15); */
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.4); */
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#shedule_table a:hover {
  /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6); */
  color: #F00;   /*ORIG #F00 */
  /* background: #b69009; */
}


/*Light up back_to_schedule text*/
#back_to_schedule {
  list-style: none;
  /* margin: 1.5em 0 1em 0;  */
  font-size: 14px; /*14px */
  /* text-transform: uppercase; */
  /* letter-spacing: 0.1em; */
}

#back_to_schedule a {
  display: block;
  /* height: 2em;  */
  /* padding: 0.6em 0.2em 0.3em 20px; */
  /* background: #505050; */
  /* border-top: 1px solid rgba(255, 255, 255, 0.15); */
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.4); */
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#back_to_schedule a:hover {
  /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6); */
  color:#F00;   /*ORIG #F00 */
  /* background: #b69009; */
}


/*center galery block with TEXT in the bottom*/
img.center_galery_block {
  border: 3px solid #6f7a12;
  width:134px; /*Image size  (border 4 + width 134 = 140) should be same as width of a.details_center below  */
}

a.details_center {
 color: #954d01;
 font-size: 13px;
 font-weight: bold;
 width:140px; /*Text size*/
 text-decoration:none;
}

a.details_center:hover {
 color: #6F0;
 text-decoration:none;
}
/*END center galery block with TEXT in the bottom*/





/*Stas - QTerra custom definition END*/


