﻿
html, body {height:100%; /* needed for container min-height */}


.HighZIndex
{z-index:999999}

.LowZIndex
{z-index:900}

.AttractionRowStyle
{
	padding: 10px;
	border: 1px solid #c0c0c0;
	margin-bottom: 5px;
	width: 500px;
	background-color: #f0f8ff;
}

.AttractionRowInfoSubBox
{
	border: 1px solid #c0c0c0;
	padding: 5px;
	background-color: #D9EDFF;
}


.Trip_Body
{
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color:#4B3F29;
	height:100%; /* needed for container min-height */
	padding:0px;
}

.Main_Body
{
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color:#4B3F29;
	height:100%; /* needed for container min-height */
	padding:0px;
}


.MouseDayBulletList
{
	list-style-type: disc;
}

.Info_Body
{
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color:#4B3F29;
	height:100%; /* needed for container min-height */
	padding:0px;
}

.NotesControl
{
	font-family: Verdana, Arial;
	font-size: 12px;
}

.PublicPageTitle
{
	padding-left:10px;
	font-family: Verdana, Arial;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

.TourTitle
{
	font-family: Verdana, Arial;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

.TourSubTitle
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}


.top_menu_spacing
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid black;
	background-color: #ffffff;
}
.top_menu_spacing_noborder
{
 padding-top:2px;
 padding-bottom:2px;
 padding-right:5px;
 padding-left:5px;
}

.top_menu_spacing_hover
{
	background-color: #F9F9F2;
}

.ErrorList
{
	color: #FF0000;
	font-size: 10px;
}

.NoEntry
{
	font-style: italic;
	color: #808080;
}

div#container 
{
	border-top:1px solid #4B3F29;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	background:#ffffff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#containertrip 
{
	border-top:1px solid #4B3F29;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	background:#4B3F29;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#content {
	padding-top:5px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:5px;
}


div#footer 
{
	text-align:center;
	width:500px;
	position:absolute;
	bottom:0; /* stick to bottom */
	border-top:1px #4B3F29 solid;
}






.DayViewShowHours
{
	font-size:10px;
}

.DayViewTimeSlot
{
	border: 1px black solid;
	height: 40px;
	width: 35px;
	margin-bottom: 2px;
	padding: 2px;
}


.TripNavFont
{
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-decoration:none;
	}

.TripNavFont:Hover
{
	color: #ffffff;
	text-decoration:underline;

}

.InfoNavFont
{
	color: #0000ff;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-decoration:none;
	}

.InfoNavFont:Hover
{
	color: #FF0000;
	text-decoration: underline;
}


div#footer 
{
	text-align:center;
	width:100%;
	position:absolute;
	bottom:0; /* stick to bottom */
}





.MainBodyTrip
{
	width: 850px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 25px;
	background-image: url(Images/BackGround_mid.gif);
	background-repeat: repeat-y;
	padding-bottom:0px;
}
  
.SubHeader
{
	font-size: 10px;
	font-weight: bold;
	color: #3366FF;
	font-style: italic;
	
}

.PanelTitleWhite
{
	font-size: 13px;
	color: #FFFFFF;
	text-align:left;
	font-weight:bold;
}
.PanelLevel1
{
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
}
.PanelLevel2
{
	width: auto;
	padding: 5px;
	border-left: 1px solid #a6a08d;
	border-bottom: 1px solid #a6a08d;
	border-right: 1px solid #a6a08d;
	background-color: #c0b9a2;
}
.PanelLevel3
{
	width: auto;
	padding: 3px;
	border-left: 1px solid #a6a08d;
	border-bottom: 1px solid #a6a08d;
	border-right: 1px solid #a6a08d;
	background-color: #ffffff;
}

.PanelLevel3_nopad
{
	width: auto;
	padding: 0px;
	border-left: 1px solid #a6a08d;
	border-bottom: 1px solid #a6a08d;
	border-right: 1px solid #a6a08d;
	background-color: #ffffff;
}

.GeneralPanel
{
	background-color: #f0f8ff;
	width: 95%;
	padding: 5px;
	border-right: #b0c4de 1px solid;
	border-top: #b0c4de 1px solid;
	border-left: #b0c4de 1px solid;
	border-bottom: #b0c4de 1px solid;
	 }

.toolbarGen
{
	font-size: 13px;
	margin-right: 3px;
	margin-left: 2px;
	height: 30px;
}

/*Modal Popup*/
.modalBackground
{
	background-color: #999999;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.ModalPanel
{
	border: #808080 2px solid;
	padding: 3px;
	background-color: #ffffff;
}

.toolbarBack
{
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.Gradient (gradientType=0,startColorStr=#ffffff,endColorStr=#add8e6);
	border-top: #dcdcdc 1px solid;
	border-bottom: #87cefa 1px solid;
}

.toolbarHover
	{
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	background: #add8e6;
}

.toolbarDynamic
	{
	font-size: 13px;
	width: 200px;
	filter: progid:DXImageTransform.Microsoft.Gradient (gradientType=0,startColorStr=#ffffff,endColorStr=#add8e6);
	border: #87cefa 1px solid;
	color: #ffffff;
	}


.IE8Fix { z-index: 100;}

.PageViewTripNameText
{
	font-size: 16px;
	font-weight: bold;
	color: #3366FF;
	font-style: italic;
	text-decoration:none;
}
.PageViewTripNameText:hover
{
	text-decoration:underline;
}

.AllViewDayNameText
{
	font-size: 12px;
	font-weight: bold;
	color: #3366FF;
	font-style: italic;
}


.PageViewPageNameText
{
	font-size: 24px;
	font-weight: bold;
	color: #3366FF;
	font-style: italic;
	text-decoration:none;
}
.PageViewPageNameText:hover
{
	text-decoration:underline;
}

.PageViewDateText
{
	font-size: 16px;
	font-weight: bold;
	color: #3366FF;
}

.RowMain
{
	background-color: #d3d3d3;
}
.RowAlt
{
	background-color: #f5f5f5;
}

.EditMain
{
	background-color: #d3d3d3;
}
.EditAlt
{
	background-color: #f5f5f5;
}
.RowSubText
{
}
.bordergeneric1
{
	border-right: black thin groove;
	border-top: black thin groove;
	border-left: black thin groove;
	border-bottom: black thin groove;
	margin: 3px;
}
.bordergeneric2
{
	border-right: green thin groove;
	border-top: green thin groove;
	border-left: green thin groove;
	border-bottom: green thin groove;
	margin: 3px;
}
.bordergeneric3
{
	border-right: blue thin groove;
	border-top: blue thin groove;
	border-left: blue thin groove;
	border-bottom: blue thin groove;
	margin: 3px;
}
.panelgeneric
{
	border-right: gray thin groove;
	border-top: gray thin groove;
	border-left: gray thin groove;
	border-bottom: gray thin groove;
}
.panelgeneric1
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}
.paneltext
{
	margin-top: 3px;
	margin-left: 5px;
}


.msmenu-dyn-menu-style
{
	border: #4B3F29 1px solid;
}

A
{
	color: #0e53A7;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-decoration:none;
}
A:hover
{
	color: #FF9C00;
	text-decoration:underline;
}



.AdminHdrTitle
{
	font-weight: bold;
	vertical-align: top;
	color: white;
	font-style: italic;
	position: relative;
	top: 8px;
	font-family: Verdana, Arial;
}
.UserHdrTitle
{
	font-weight: bold;
	vertical-align: top;
	color: white;
	font-style: italic;
	position: relative;
	top: 8px;
	font-family: Verdana, Arial;
}

.CoinListRowMain
{
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color: #add8e6;
}

.CoinListRowAlt
{
	font-family: Verdana, Arial;
	font-size: 12px;	
	background-color: #f0f8ff;
}
.CoinListHeadingPanel
{
	font-family: Verdana, Arial;
	font-size: 12px;	
	border-top: gray 2px solid;
	border-bottom: gray 2px solid;
	background-color: #ffffff;

}
.CoinListHeadingPanelNoTop
{
	font-family: Verdana, Arial;
	font-size: 12px;	
	border-bottom: gray 2px solid;
	background-color: #ffffff;

}
.CoinListFooter
{
	font-family: Verdana, Arial;
	font-size: 12px;	
	border-top: gray 2px solid;
	background-color: #ffffff;
}

.error
{
	color: #FF0000;
}

.CoinListItemPanel
{
	font-family: Verdana, Arial;
	font-size: 12px;	
	border-right: gray 2px solid;
	border-top: gray .5px solid;
	border-left: gray 2px solid;
	border-bottom: gray .5px solid;
}
.CoinListText
{
	font-family: Verdana, Arial;
	font-size: 12px;
-webkit-text-size-adjust:none;
}	
.CoinListLink
{
	font-family: Verdana, Arial;
	font-size: 10px;
}	

.CoinListLocationText
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
-webkit-text-size-adjust:none;
}
.AllContent
{
	font-size: 9px;
}

.ButtonCtrl
{
	font-family: Verdana, Tahoma, Arial;
	color: #000000;
	font-size: 85%;
	border: 1px solid;
	background-color: #dcdcdc;
	border-right: #4B3F29 1px solid;
	border-top: #4B3F29 1px solid;
	border-left: #4B3F29 1px solid;
	border-bottom: #4B3F29 1px solid;
}

.ButtonCtrlhov
{
	border: #FF0000 1px solid;
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/StarFilled.gif);

}

.emptyRatingStar {
    background-image: url(Images/StarEmpty.gif);
}

.savedRatingStar {
    background-image: url(Images/StarSaved.gif);
}

.PanelDayAllView
{
	width: auto;
	padding: 3px;
	border: 1px solid #a6a08d;
	background-color: #ffffff;
}



