﻿body 
{
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:14px;
	line-height:20px;
	background-color:#ffffff;
	color:#000000;
}

h1
{
	font-size:18px;
	font-weight:bold;
	color:#55B230;
}

h2
{
	font-size:18px;
	font-weight:bold;
	color:#55B230;
}

table#hpLinks a:link, table#hpLinks a:visited, table#hpLinks a:active ,table#hpLinks a:hover
{
	color:#FBFBFB;
    font-size:14px;
    text-decoration:none;
}


.Amail, .Amail:link, .Amail:active, .Amail:visited

{
	text-decoration:none;
	color: #828282;
	font-size:12px;
}

.Amail:hover
{
	text-decoration:none;
	color: #828282;
	font-size:12px;
}

.HPgalDesc
{
	font-size:14px;
	line-height:20px;
	color:#ffffff;
}

#divGalDesc
{
	height:70px;
	background-color:#000000;
	padding:10px;
	font-size:14px;
	line-height:20px;
	color:#ffffff;
	/*
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
*/
}

div#divGalDesc a:link, div#divGalDesc a:visited, div#divGalDesc a:active ,div#divGalDesc a:hover
{
	font-size:14px;
	line-height:20px;
	color:#ffffff;
	text-decoration:underline;
}

.TourPagingText
{
	color:#53A946;
	font-size:14px;
	font-weight:bold;
}

.TourPaging:link, .TourPaging:hover, .TourPaging:active, .TourPaging:visited
{
	color:#53A946;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.TourPagingCurrent:link, .TourPagingCurrent:hover, .TourPagingCurrent:active, .TourPagingCurrent:visited
{
	color:#EB3544;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}


.TourNumber
{
	color:#2A2A2A;
	font-size:24px;
	font-weight:bold;
	font-family:Trebuchet MS;
}

.TourName
{
	color:#B7001C;
	font-size:20px;
	font-weight:bold;
}

.TourLocation
{
	color:#B7001C;
	font-size:16px;
	font-weight:bold;
}
.TourSchedule
{
	color:#B7001C;
	font-size:14px;
	font-weight:bold;
}
.TourMapLink
{
	color:#000000;
	text-decoration:underline;
	font-size:14px;
	font-weight:normal;
}

.tourValidation
{
	color:Red;
	font-size:14px;
	font-weight:bold;
}

/*************** comboBox Jquery Styles *******************/
.comboboxContainer
{
	border: none;
	font-family: Helvetica, Arial;
}

.comboboxValueContainer
{
	background: url(js/images/dropdownBG.gif) no-repeat left top;
}

.comboboxValueContent
{
	padding-right: 5px;
	/*text-transform: uppercase;*/
	font-size: 85%;
	max-height: 20px;
}

.comboboxDropDownContainer
{
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	background: #fff;
	overflow: hidden;
	padding-right: 0px;
	width:76px;
}

.comboboxDropDownButton
{
	/*
	width: 19px;
	height: 19px;
	background-image: url(js/images/ddbutton_mac.gif);
	*/
	width: 1px;
	height: 23px;
}

.comboboxGroupItemHeader
{
	display: block;
	font-weight: bold;
}

.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin-left: 0px;
}

.comboboxItem
{
	background: #fff;
	color: #000;
	font-weight: normal;
	font-style: normal;
}

.comboboxItemHover
{
	background-color: #3366cc;
	color: #fff;
}

.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 20px;
	margin-left: 0px;
}

/*************************************************/

