﻿/*
 *   ------- main --------
 */
body 
{
	font-family: "Verdana", Helvetica, Arial;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	}
table
{
	font-family: "Verdana", Helvetica, Arial;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	table-layout: inherit;	
	}
input
{
	font-family: "Verdana", Helvetica, Arial;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	}
select
{
	font-family: "Verdana", Helvetica, Arial;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	}
hr
{
	width: 100%;
	}		
.bgLight
{
	background-color: #BDDEF7;
	}
.bgLight50
{
	background-color: #A7D3F4;
	}		
.bgWhite
{
	background-color: #FFFFFF;
	}		
.tableLayoutAuto
{
	table-layout: auto;
	}
.tableLayoutFixed
{
	table-layout: fixed;
	}
.tableBgLight
{
	background-color: #BDDEF7;	
	}	
.alignRight
{
	float: right;
	}
.alignLeft
{
	float: left;
	}	
.list
{
	list-style-type: none;
	padding-left: 20px;
	margin: 0;
	}	
.listItem
{
	background-image: url(../../images/itemIcon.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 7px;	
	}	
.copyright
{
	font-family: "Verdana", Helvetica, Arial;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	table-layout: inherit;	
	}					
/*
 *   ------- masterpages --------
 */
.navBlockTop
{
	background-color: #65388C;
	height: 10px;	
	}

/*
 *   ------- menu --------
 */
.mnuItem
{
	font-size: 13px;
	line-height: 16px;
	padding: 5px;
	border-bottom: solid 1px #000000;
	width: 150px;	
	}  
.mnuItemHover
{	
	background-color: #BDDEF7;	
	} 
.mnuMenu
{	
	text-align: left;
	} 	 	
.mnuSubItem
{
	font-size: 13px;
	line-height: 16px;
	padding: 5px;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	width: 150px;
	}  	
.mnuSubItemHover
{
	background-color: #BDDEF7;
	}  	
/*
 *   ------- footer --------
 */

       
/*
 *   ------- siteMapPath --------
 */
.node
{
	font-size: 13px;
	line-height: 13px;
	vertical-align: super;
	padding-right: 8px;
	}      	
.currentNode
{
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	color: #65388C;
	vertical-align: super;
	}  	
/*
 *   ------- treeviewSitemap --------
 */
.trvSiteMap
{
	padding-left: 12px;
	}
.trvNode
{
	font-size: 13px;
	line-height: 13px;
	padding: 7px 0px 7px 5px;
	}      	
.trvCurrentNode
{
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	color: #65388C;
	padding: 7px 0px 7px 5px;
	}  	
.trvHoverNode
{
	text-decoration: underline;
	}  	
/*
 *   ------- spaces --------
 */	
.space5
{
	width: 5px;
	}
.space10
{
	width: 10px;
	}
.space20
{
	width: 20px;
	}	
.space25
{
	width: 25px;
	}		
.space40
{
	width: 40px;
	}	
.space60
{
	width: 60px;
	}	
.space95
{
	width: 95px;
	}
.space110
{
	width: 110px;
	}
.space120
{
	width: 120px;
	}
.space125
{
	width: 125px;
	}		
.space140
{
	width: 140px;
	}		
.space150
{
	width: 150px;
	}	
.space160
{
	width: 160px;
	}		
.space200
{
	width: 200px;
	}	
.space210
{
	width: 210px;
	}			
.space225
{
	width: 225px;
	}	
.space300
{
	width: 300px;
	}	
.space385
{
	width: 385px;
	}
.space600
{
	width: 600px;
	}	
.space20pct
{
	width: 20%;
	}
.space30pct
{
	width: 30%;
	}
.space50pct
{
	width: 50%;
	}
.space80pct
{
	width: 80%;
	}	
.space100pct
{
	width: 100%;
	}			
/*
 *   ------- hSpaces --------
 */	
.hSpace5
{
	height: 5px;
	}					
.hSpace10
{
	height: 10px;
	}	
.hSpace20
{
	height: 20px;
	}	
.hSpace25
{
	height: 25px;
	}
.hSpace30
{
	height: 30px;
	}	
.hSpace50
{
	height: 50px;
	}
.hSpace60
{
	height: 60px;
	}			
.hSpace70
{
	height: 70px;
	}	
.hSpace85
{
	height: 85px;
	}		
.hSpace100
{
	height: 100px;
	}
.hSpace150
{
	height: 150px;
	}	
.hSpace100pct
{
	height: 100%;
	}						
/*
 *   ------- borders --------
 */					
img
{
	border: none 0px #FFFFFF;
	}
.borderBlack
{
	border: solid 1px #000000;	
	}
.borderBottomBlack
{
	border-bottom: solid 1px #000000;	
	}
.borderRightBlack
{
	border-right: solid 1px #000000;	
	}		
.borderBottomDotted
{
	border-bottom: dotted 1px #AAAAAA;
	}
.borderTopDotted
{
	border-top: dotted 1px #AAAAAA;
	}	
/*
 *   ------- hyperlinks --------
 */
A
{
	color: Blue;
	}
A:hover
{
	color: #996633;	
	}
A.upper
{
	
	text-transform: uppercase;
	}
A.upper:hover
{
	color: #996633;
	text-transform: uppercase;
	}
/*
 *   ------- HTML Headers --------
 */
H1
{
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	text-transform: uppercase;
	margin: 0px;
	}	
H1.hotel
{
	font-size: 16px;
	line-height: 18px;
	color: #65388C;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0px;
	}	
H2
{
	font-size: 13px;
	line-height: 15px;
	color: #65388C;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0px;
	}		
H3
{
	font-family: "Verdana", Helvetica, Arial;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
}
/*
 *   ------- information --------
 */		
.tableNavigationLeft
{
	border: solid 1px #AAAAAA;
	background-color: #BDDEF7;	
	}
/*
 *   ------- validation --------
 */		
.tableValidation
{
	border: solid 1px #993333;
	background-color: #FEB8B8;
	padding: 10px 10px 10px 10px;
	font-size: 10px;
	color: #993333;
	
	}
.validationSummary
{
	font-size: 10px;
	color: #993333;
	}
/*
 *   ------- infoTable --------
 */		
			
.infoTableBorder
{
	padding-right: 5px;
	border-right: solid 1px #000000;
	width: 20%;
	table-layout: fixed;	
	}	
.infoTableCategory
{
	padding-left: 5px;
	width: 80%;
	height: 150px;
	}	
.infoTableTitel
{
	background-color: #65388C;
	border-bottom: solid 1px #000000;
	padding-left: 5px;
	width: 80%;
	height: 20px;	
	font-size: 13px;
	font-weight: 900;
	line-height: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	}	
/*
 *   ------- review --------
 */		
	
.totalReviews
{
	text-transform: uppercase;
	font-style: italic;
	}
.averageScore
{
	font-size: 16px;
	line-height: 20px;
	font-weight: 900;
	}
.averageStyle0
{
	background-color: #CCFFCC;
	}						
.averageStyle1
{
	background-color: #CCFFCC;
	}						
.averageStyle2
{
	background-color: #99FF99;
	}						
.averageStyle3
{
	background-color: #00FF00;
	}						
.averageStyle4
{
	background-color: #00CC00;
	}
.averageStyle5
{
	background-color: #009900;
	}		
/*
 *   ------- location --------
 */		
	
.subtitle
{
	text-transform: uppercase;
	font-style: italic;
	}
/*
 *   ------- price --------
 */
.priceTitle
{
	font-style: italic;
	font-weight: bold;
	}
.priceHeader
{
	text-transform: uppercase;
	font-style: italic;
	}													
.priceBlock1
{
	background-color: #A7D3F4;
	}
.priceBlock2
{
	background-color: #BDDEF7;
	}
.priceBig
{
	font-size: 14px;
	line-height: 16px;
	color: #993333;
	font-weight: 900;
	}
.pricePromoIndex
{
	background-color: #993333;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: 900;
	height: 25px;
	}
/*
 *   ------- promotions --------
 */
.promoHeaderIndex
{
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 10px;
	font-weight: 900;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #65388C;	
	}
.promoHeaderIndex a
{
	color: #FFFFFF;
	text-decoration: none;
}	
.promoTable
{
	border: solid 1px #000000;	
	}
.promoInfoTable
{
	border: solid 1px #AAAAAA;
	background-color: #BDDEF7;
	padding: 10px 10px 10px 10px;	
	}	
.promoTitle
{
	font-size: 13px;
	line-height: 15px;
	font-weight: 900;
	color: #FFFFFF;
	background-color: #65388C;
	border-bottom: solid 1px #AAAAAA;
	}
.promoTitle a
{
	font-size: 13px;
	line-height: 15px;
	font-weight: 900;
	color: #FFFFFF;
	}
/*
 *   ------- guestbook --------
 */

/*
 *   --- WaitScreen ---
 */
div.waitscreen
{
	/* - Set ex. style="height:120%;" in DIV tag of aspx to cover the whole page - */
	position:absolute;
	width:100%;
	z-index:4;
	left:0px;
	top:0px;
	background-image: url(http://www.Transeurope.com/images/wait_bg.gif);
	background-repeat: repeat;
	cursor:progress;
	}
table.waitscreen
{
	height:100%;
	width:100%;
	}

td.waitscreen
{
	vertical-align:top;
	padding-top: 200px;
	}

table.waitscreensub
{
	width: 30%;
	border-style: ridge;
	border-width: 5px;
	border-color: #ff3333;
	font-weight: bold;
	color: #000000;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	}
/*
 *   --- Indexpage ---
 */	
.indexTop10
{
	font-size: 13px;
	line-height: 17px;
	font-weight: 900;
	text-transform: uppercase;
}
.indexHeaderTop10
{
	font-size: 13px;
	line-height: 15px;
	font-weight: 900;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #65388C;	
	}
/*
 *   --- Bookingrooms ---
 */	
.tableBookingRooms
{
	border: solid 1px #AAAAAA;
	background-color: #BDDEF7;	
	width: 50%;
	}	
/*
 *   --- gvTravelAgents ---
 */	
.gvTravelAgents
{
	line-height: 20px;
	}		
/*
 *   ------- tabSearchAll --------
 */	
#tabSearchAll {
    float: left;    
    background: #EAECF4;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 0px;
    padding-left: 10px;
    }
#tabSearchAll ul {	
    margin: 5px 0px 0px 0px;
    padding: 5px 0px 0px 0px;    
    list-style: none;
    }
#tabSearchAll li {
    float: left;
    background: url("../images/tabDownRight.gif") no-repeat left top;
    margin: 0;
    padding: 0;
    }    
#tabSearchAll a 
{
	color: #996633;
	font-weight: bold;
	text-decoration: none;
    display: block;
    background: url("../images/tabDownLeft.gif") no-repeat right top;
    padding: 5px 15px 0px 15px;
    }
#tabSearchAll a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
    display: block;
    background: url("../images/tabDownLeft.gif") no-repeat right top;
    padding: 5px 15px 0px 15px;
    }        
#tabSearchAll li.active {
    background-image: url("../images/tabDownRightActive.gif");
    }
#tabSearchAll li.active a {
    background-image: url("../images/tabDownLeftActive.gif");
    }   
#tabSearchAll li.active a:hover {
    background-image: url("../images/tabDownLeftActive.gif");
    }	
.tableSearchAll
{
	/*border: solid 1px #6699CC;*/
	background-color: #A7D3F4;	
	}  
.tabBar
{	
	background-image: url("../images/tabDownBg.gif");	
	height: 20px;	
	}
/*
 *   ------- tabSearchAll_small --------
 */	
#tabSearchAll_small {
    float: left;    
    background: #EAECF4;
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 0px;
    padding-left: 0px;
    }
#tabSearchAll_small ul {	
    margin: 5px 0px 0px 0px;
    padding: 5px 0px 0px 0px;    
    list-style: none;
    }
#tabSearchAll_small li {
    float: left;
    background: url("../images/tabDownRight.gif") no-repeat left top;
    margin: 0;
    padding: 0;
    }    
#tabSearchAll_small a 
{
	color: #996633;
	font-weight: bold;
	text-decoration: none;
    display: block;
    background: url("../images/tabDownLeft.gif") no-repeat right top;
    padding: 5px 7px 0px 7px;
    }
#tabSearchAll_small a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
    display: block;
    background: url("../images/tabDownLeft.gif") no-repeat right top;
    padding: 5px 7px 0px 7px;
    }        
#tabSearchAll_small li.active {
    background-image: url("../images/tabDownRightActive.gif");
    }
#tabSearchAll_small li.active a {
    background-image: url("../images/tabDownLeftActive.gif");
    }   
#tabSearchAll_small li.active a:hover {
    background-image: url("../images/tabDownLeftActive.gif");
    }	
.tableSearchAll_small
{
	/*border: solid 1px #6699CC;*/
	background-color: #A7D3F4;	
	}  
/*
 *   --- Bookingflow ---
 */	
.bflItem
{
	font-size: 10px;
	line-height: 11px;
	font-weight: 900;
	color: #65388C;
	text-transform: uppercase;
	padding: 3px 3px 3px 3px;
	display: block;
	border: solid 1px #65388C;
	background-color: #BDDEF7;	
	}		
.bflItemActive
{
	font-size: 10px;
	line-height: 11px;
	font-weight: 900;
	color: #996633;
	text-transform: uppercase;
	padding: 3px 3px 3px 3px;
	display: block;
	border: solid 1px #996633;
	background-color: #FFCC99;	
	}	
/*
* Extra
*/
.extraTitle
{
	cursor: pointer;
}
.tableExtra
{
	border: solid 1px #F0F0F0;
	background-color: #F0F0F0;	
}  	    		
