﻿/*-- Body and Paragraph --*/


body, html
{ 
    margin:0; 
    padding:0; 
    height:100%;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
} 

p
{
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0px;
}


.scheduleDay
{
    color: #ffffff;
    font-family: Arial;
    font-size: 10px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 68px;
    height: 9px;
       border: 1px solid #cccccc;
}
.scheduleTime
{
    color: #ffffff;
    font-family: Arial;
    font-size: 10px; 
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 42px;
    height: 9px;
    border: 1px solid #cccccc;
}


/*-- HEADERS ---------------------------------------------------------------------------------------*/
h1
{
    color: #FF9900;
    font-family: Arial;
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
}

h2
{
    color: #ffbb00;
    font-family: Arial;
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

h3
{
    color: #ffee00;
    font-family: Arial;
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 6px;
}


/*-- HYPERLINKS ---------------------------------------------------------------------------------------*/
a:link
{
    color: #FFcc00;
    text-decoration: none;
    border: none;
}

a:hover
{
    color: #FFee00;
    text-decoration: none;
    border: none;
}
a:visited
{
    color: #FFcc00;
    text-decoration: none;
    border: none;
}
a:active
{
    color: #ff3300;
    text-decoration: none;
    border: none;
}


/*-- USER ---------------------------------------------------------------------------------------*/
.TOPMENU_Button
{
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: 900;
    padding-left: 10px;
    padding-right: 10px;
    width: 140px;
}

.TOPMENU_Button:link
{
    background-color: #000000;
    color: #cccccc;
}
.TOPMENU_Button:hover
{
    background-color: #404040;
    color: #ffffff;
}

/*-- IMAGES ---------------------------------------------------------------------------------------*/
.IMAGE_BOX
{
    border: 1px solid #C0C0C0;
    padding: 5px;
}

/*-- ARRANGEMENTS ---------------------------------------------------------------------------------------*/
.ARR_ID
{
color:#FF9900;
    float: left;
    width: 30px;
    font-family: 'Arial Black';
    font-size: 28px;
    text-align: center;
    font-weight: bolder;
}

.ARR_IMAGE
{
    float: left;
    width: 150px;
    height: 150px;
    margin-top: 5px;
}

.ARR_TITLE
{
    font-family: Arial;
    font-size: 15px;
    text-align: left;
    font-weight: bolder;
    letter-spacing: 0px;
    padding-top: 5px;
}

.ARR_BODY
{
    width: 100%;
    height: 104px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    margin-left: 5px;
}
.ARR_BODY_94px
{
    width: 100%;
    height: 89px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    margin-left: 5px;
}
.ARR_BULLETS
{
    list-style-type: square;
}

.ARR_CONDITIONS
{
    width: 100%;
    height: 20px;
    color: #cccccc;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -0.5px;
    font-style: italic;
}

.ARR_PRICE
{
    color:#FF9900;
    font-family: Arial;
    font-size: 22px;
    letter-spacing: -1px;
    text-align: right;
    margin-top: -1px;
    font-weight: 900;
}

.ARR_PERSONS
{
    color: #cccccc;
    text-align: right;
    font-family: Arial;
    font-size: 11px;
    letter-spacing: 0px;
    margin-top: 8px;
}

#lightbox{
	background-color:#000000;
	padding: 10px;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{  float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

