﻿/********************************************************************************************************************
*
* Definovani stylu pro specialni nabidky
* 
********************************************************************************************************************/

/*
************************************************************************************************************
*
* TipTour
*
************************************************************************************************************
*/

/* zakladni tabulka*/
table.specialOffers {
    font-family         :   tahoma;
    font-size           :   12px;
    border-bottom       :   3px solid #2981C0;
    width               :   100%; 
    padding-bottom      :   0px;
    border-collapse		:	separate;
}

/* nadpis */
table.specialOffers tr.TR_Nadpis
{
    height              : 36px;
	background-image    : url('../../../img/TipTour/navigation.png');
	background-repeat   : repeat-x;
	background-position : center top;
}

table.specialOffers td.TD_Nadpis
{
	padding-left        : 16px;
	vertical-align      : middle;
}

table.specialOffers td.TD_Links
{
    font-size           : 16px;
    font-weight         : bold;
    color               : white;

	padding-right       : 0px;
	text-align          : right;
	vertical-align      : middle;
}
table.specialOffers td.TD_LinksCorner
{
	background-image    : url('../../../img/TipTour/corner.png');
	background-repeat   : no-repeat;
	background-position : right top;
    text-align          : right;
    vertical-align      : top;
}

/* legenda */
table.specialOffers tr.legenda_tr{
    font-size           :   11px;
    text-align          :   center;
    color               :   red;    
}

/* zobrazit vice nabidek*/
table.specialOffers td.ZobrazitViceNabidek{
    background-color    :   #43a2fe;
    text-align          :   center;
}

table.specialOffers td.ZobrazitViceNabidek a{    
    color               :   White;
    font-weight         :   bold;
}


/* nadpis */
table.specialOffers span.nadpis{
	color			    : White;
	font-family		    : Arial;
	font-size		    : 18px;
	font-weight		    : bold; 
}


/* tisknout */
table.specialOffers span.nadpis_tisknout a
{
    font-family         :   Arial;
    font-size           :   12px;    
    color               :   White;
    font-weight         :   bold;  
    padding-right       :   10px;  
}

/* obrazky */
table.specialOffers img{
    border              :   0px;
    text-align          :   right;
    vertical-align      :   top;
}

/* formularove prvky */
table.specialOffers select{
    font-family         :   tahoma;
    font-size           :   11px;
}
table.specialOffers td.termin select
{
    width: 65px;
}


/* formularove prvky */
table.specialOffers button{
    font-family         :   tahoma;
    font-size           :   10px;
}

/* sudy radek tabulky */
table.specialOffers tr.sudy{
    background-color    :   #f3f3f3;
    background-color    :   #dbeaf1;
}
table.specialOffers tr.sudy:hover{
    background-color    :   #fad405;
}


/* lichy radek tabylky */
table.specialOffers tr.lichy{
    background-color    :   White;
}
/* lichy radek tabylky */
table.specialOffers tr.lichy:hover{
    background-color    :   #fad405;
}

table.specialOffers td
{
    vertical-align      :   middle;
}

table.specialOffers td.hotel a{
    color               :   Red;    
}

table.specialOffers td.rezervovat a{    
    color               : Red;
}

table.specialOffers td.cenaEur{    
    text-align:center;
}

table.specialOffers td.cenaSkk{
    text-align:center;
}

table.specialOffers td.cena{
    text-align  : center;
    color       : Red;
    font-weight : bold;
}

table.specialOffers td.cenaStara{
    text-align:center;
}

table.specialOffers td.cenaEurHEAD{  
    vertical-align:top;  
    text-align:center;
}

table.specialOffers td.cenaSkkHEAD{
    vertical-align:top;
    text-align:center;
}

table.specialOffers td.cenaHEAD{
    vertical-align  :top;
    text-align      :center;
}

table.specialOffers td.cenaStaraHEAD{
    vertical-align:top;
    text-align:center;
}

table.specialOffers table.TBL_DataTable
{
	width: 100%;
}

table.specialOffers table.TBL_DataTable tr.TR_Header
{
	width: 100%;
}

table.specialOffers td.TD_Paging
{
    padding: 5px;  
}

/* Ikony */
table.TABLE_SearchResult td.TD_Nadpis table.TBL_Nadpis td.TD_Icons
{
	text-align: right;
}

/*
	Bunka s dopravou
*/
td.doprava
{
}

td.doprava div.bus
{
	height              : 32px;
	width				: 32px;
    background-image	: url('../../../img/TipTour/bus.png'); 
    float				: left;
}

td.doprava div.air
{
	height              : 32px;
	width				: 32px;
    background-image	: url('../../../img/TipTour/air.png'); 
}

td.doprava div.id
{
	height              : 32px;
	width				: 32px;
    background-image	: url('../../../img/TipTour/car.png'); 
    float				: left;
}

td.doprava div.com
{
	height              : 32px;
	width				: 32px;
    background-image	: url('../../../img/TipTour/com.png'); 
}