﻿table.TBL_TipsTable
{
	width: 100%;
	margin-bottom: 10px;
}

table.TBL_TipsTable tr.TR_Tours
{
	border-top: solid 5px white;
}

table.TBL_TipsTable tr.TR_ToursFirst
{
	border-top: none;
	width: 100%;
}

table.TBL_TipsTable td.TD_Tour
{
	width: 187px;
	background-color: #dbeaf1;
	border-left: solid 4px white;
	vertical-align: top;
}

table.TBL_TipsTable td.TD_TourFirst
{
	width: 187px;
	background-color: #dbeaf1;
	border-left: none;
	vertical-align: top;
}

table.TBL_TipsTable tr.TR_Header
{
	height              : 36px;
	background-image    : url('../../../img/TipTour/navigation.png');
	background-repeat   : repeat-x;
	background-position : center top;
}

/* nadpis */
table.TBL_TipsTable th.TH_Title
{
	padding-left        : 16px;
	vertical-align      : middle;
	text-align:left;
}

/* odkazy */
table.TBL_TipsTable th.TH_Links
{
	font-size           : 16px;
    font-weight         : bold;
    color               : white;

	padding-right       : 0px;
	text-align          : right;
	vertical-align      : middle;
}

table.TBL_TipsTable th.TD_LinksCorner
{
	background-image    : url('../../../img/TipTour/corner.png');
	background-repeat   : no-repeat;
	background-position : right top;
    text-align          : right;
    vertical-align      : top;
}

table.TBL_TipsTable th.TH_Links a
{
    font-family         :   Arial;
    font-size           :   12px;    
    color               :   White;
    font-weight         :   bold;  
    padding-right       :   10px;
}

/* ikona */
table.TBL_TipsTable th.TH_Ico div.DIV_Ico
{
	display:none;
}

th.TH_Links a,
th.TH_Links span
{
	color: White;
	text-decoration: none;
	font-size: 12px;
}

th.TH_Links div.DIV_mainLinksTableDiv
{
	vertical-align: bottom;
}

th.TH_Links div.DIV_mainLinksTableDiv div.DIV_Print,
th.TH_Links div.DIV_mainLinksTableDiv span.LBL_div
{
	display: none;
}

/*
	Tabulka se zajezdem
*/
table.TBL_Tour
{
	margin: 5px;
	text-align: left;
	color: Black;
	padding: 0;
}

table.TBL_Tour td.TD_Pict
{
    height: 138px;
}

table.TBL_Tour td.TD_Pict img
{
    width: 177px;
    height: 140px;
}

table.TBL_Tour td.TD_Dest a
{
	color: Black;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

table.TBL_Tour td.TD_Hotel a
{
	color: #2982C6;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

table.TBL_Tour td.TD_Price
{
	text-align: right;
}

table.TBL_Tour span.SPN_Price
{
	color: #2982C6;
	font-size: 14px;
	font-weight: bold;
}

table.TBL_TipsTable span.SPN_Title
{
	color			    : White;
	font-family		    : Arial;
	font-size		    : 18px;
	font-weight		    : bold; 
}