/* CSS gia to body */
body, td {
    font-family: Arial;
    font-size: 9pt; 
}
input, select, textarea {
    font-family: Arial;
    font-size: 8pt; 
}
/* CSS for the red upper row */
.title {
    font-family: Arial; 
    font-size: 16pt; 
    color: White;
    font-weight: bold;
    font-style: italic;
}

/* CSS for the red rows */
.title2 {
    font-family: Arial; 
    font-size: 12pt; 
    color: White;
    font-weight: bold;
    font-style: italic;
}

/* CSS for the dark grey rows  */
.titleCat {
    font-family: Arial;
    font-size: 10pt;
    color: White;
    font-style: italic;
    font-weight: bold;
}
/*CSS for the orange vote your destination at Index.Htm */
.voteDes {
    font-family: Arial;
    font-size: 10pt;
    color:#FF9900;
    font-style: italic;
    font-weight: bold;
    
}
/* CSS for the black contents under the dark grey rows*/
.titleCatCon{
    font-family: Verdana;
    font-size: 9pt;
    color: black;
    font-weight: bold;
}

/* CSS for the small black contents under the dark grey rows*/
.titleCatConSmall{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
}
/* CSS for terms and conditions*/
.terms{
    font-family: Verdana;
    font-size: 5pt;
    color: Black;
    font-weight: bold;
}

/* CSS for original copyright*/
.copyrightmain {
    font-family: Arial;
    font-size: 9pt;
    color: White; 
}

.copyright{
    font-family: Arial;
    font-size: 8pt;
  /* font-weight: bold;*/
    color: White;
}


/* CSS for red text that describes the input fields */
.red {
    font-family: Arial;
    font-size: 9pt; 
    color: Red;
}

/* CSS for distances and meals */
.dm {
    font-family: Arial;
    font-size: 12pt;
    color: Black;
    font-weight: bold;
}
/* CSS for Hotel Name, times, Car, Vacations in the tables  at index.htm */
.hotelCarVac {
    font-family: Verdana;
    font-size: 10pt;
    color: Black;
    font-weight: bold;
}
/* CSS for info book in the tables  at index.htm */
.info {
    font-family: Verdana;
    font-size: 8pt;
    color:#0000ff;
    font-weight: bold;
}
/* CSS for country, date, term, euro in the tables  at index.htm */
.couDate {
    font-family: Verdana;
     font-size: 8pt;
     color: Black;
}
/* CSS for date in the tables  at index.htm */
.couDatesp {
    font-family: Verdana;
     font-size: 7pt;
     color: Black;
}
/* CSS for country, date, term, euro in the tables  at index.htm */
.couType {
    font-family: Verdana;
     font-size: 7pt;
     color: Blue;
}
/* CSS for search index at index.htm */
.searchIndex {
    font-family: Verdana;
     font-size: 7pt;
     color: Black;
}
/* CSS for links */
a {
	font-family: Verdana;
     font-size: 8pt;
     color: Black;
	  text-decoration: none;
}
/* CSS for links; on mouse over*/
a:hover {
     color: Red;
	  text-decoration: none;
}
/* CSS for for the comments on register.php */
.comm {
    font-family: Verdana;
     font-size: 7pt;
     color: red;
}
/*CSS for "pages" link*/
.pages {
    font-family: Verdana;
    font-size: 8pt;
    color:#0000ff;
	 text-decoration:none;
	 
}
/*CSS for "active pages" link*/
.active_page {
    font-family: Verdana;
    font-size: 8pt;
    color:red;
	 font-weight: bold; 

	 
}
/*Css Section for main title (next to logo)*/
a.maintitle {
     font-family: Verdana;
     font-size: 10pt;
     color: White;
	 text-decoration: none;
     font-style: italic;
}
a.maintitle:hover {
     font-family: Verdana;
     font-size: 10pt;
     color: rgb(234,234,240);
	 text-decoration: none;
     font-style: italic;
}
.roomtitle{
    font-family: Verdana;
    font-size: 11pt;
    color: Black;
    font-weight: bold;
    font-style: italic;
}
.roomtitlered{
    font-family: Verdana;
    font-size: 11pt;
    color: Red;
    font-weight: bold;
    /*font-style: italic;*/
}
/* CSS gia to body */
.letter_thanks {
    font-family: Arial;
    font-size: 11pt; 
}