﻿.body
{
    background-image: url(images/Background-repeat.jpg);
    background-repeat: repeat;
    font-family: Tahoma, Arial;
}

h3
{
    font-size: 12pt;
    font-weight: bold;
    color: gray;
}


.text
{
    font-size: 10pt;
    color: gray;
    font-family: Tahoma, Arial;
    margin: 20px 35px 12px 20px;
}

.tourtextTemp
{
	font-size: 10pt;
	color: navy;
	font-family: Tahoma, Arial;
	
}

.smalltext
{
    font-size: 8pt;
    color: gray;
    font-family: Tahoma, Arial;
}

.errormessage
{
    font-size: 9pt;
    color: #ff0033;
}

.credit
{
    font-size: 8pt;
    color: white;
    font-family: Tahoma, Arial;
}

.privacy
{
    font-size: 7pt;
    color: black;
    font-family: Tahoma, Arial;
    text-decoration: underline;
    margin-left: 20px;
    margin-right: 20px;
}

.downloadtext
{
    font-size: 8pt;
    color: black;
    font-family: Tahoma, Arial;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
}

.tabletext
{
    font-size: 10pt;
    color: gray;
    font-family: Tahoma, Arial;
    text-align: right;
}

.button
{
    font-size: 10pt;
    color: white;
    font-family: Tahoma, Arial;
}

.textimage
{
    border-right: #c6dde9 thin solid;
    border-top: #c6dde9 thin solid;
    border-left: #c6dde9 thin solid;
    border-bottom: #c6dde9 thin solid;
    float: left;
    margin-right: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
}

A.cdLink
{
    font-size: 10pt;
    color: gray;
    font-family: Tahoma, Arial;
    line-height: 14pt;
    margin-left: 10px;
}

A:hover.cdLink
{
    font-size: 10pt;
    color: #c6dde9;
    font-family: Tahoma, Arial;
    line-height: 14pt;
    margin-left: 10px;
}

A:visited.cdLink
{
    font-size: 10pt;
    color: #3b677d;
    font-family: Tahoma, Arial;
    line-height: 14pt;
    margin-left: 10px;
}




/*guest book */


.GuestBookContainer
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    width: 96%;
    padding-top: 5px;
}

.GuestBookMessageText
{
    font-weight: bold;
    font-size: 9pt;
    color: #000066;
    width: 96%;
}

.GuestBookFrom
{
    font-weight: bold;
    font-size: 9pt;
    color: #999999;
}

/*photo gallery */


.PhotoGallerySectionHeading
{
    font-size: 13pt;
    color: gray;
    font-weight: bold;
}

.PhotoGalleryPhotoDescription
{
    font-size: 10pt;
    color: gray;
}

.PhotoGalleryThumbnail
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    text-align: center;
    width: 135;
}

.PhotoGalleryFullSizedImage
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    text-align: center;
}


A.PhotoGalleryList
{
    font-size: 10pt;
    color: gray;
    font-family: Tahoma, Arial;
    line-height: 14pt;
    margin-left: 10px;
}

A:hover.PhotoGalleryList
{
    font-size: 10pt;
    color: #c6dde9;
    font-family: Tahoma, Arial;
    line-height: 14pt;
    margin-left: 10px;
}

A:visited.PhotoGalleryList
{
    font-size: 10pt;
    color: #3b677d;
    font-family: Tahoma, Arial;
    line-height: 14pt;
    margin-left: 10px;
}

A:link.PhotoGalleryList
{
    font-size: 10pt;
    color: gray;
    font-family: Tahoma, Arial;
    line-height: 14pt;
    margin-left: 10px;
}

/*on the road*/
.OTRTableHeader
{
    background-color: #3B677D;
    font-size: 10pt;
    color: white;
    font-weight: bold;
}

