﻿#glMapPanel #glMapWrapper
{
	font-family:Arial,Verdana,Helvetica;
}


#glCategoriesWrapper > p
{
	background-color:#8c5918;
	color:#f0e0cd;
	font-family:Arial,Verdana,Helvetica;
	-moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px;
	
}

#glResultsWrapper > p
{
	background-color:#8c5918;
	color:#f0e0cd;
	font-family:Arial,Verdana,Helvetica;
	-moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px;
	
}

#glDepartureWrapper > p
{
	background-color:#8c5918;
	color:#f0e0cd;
	font-family:Arial,Verdana,Helvetica;
	-moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px;
	
}

#glCircumfenceWrapper > p
{
	background-color:#8c5918;
	color:#f0e0cd;
	font-family:Arial,Verdana,Helvetica;
	-moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px;
	
}


#areaMap
{
	height:650px;
}

.glInfoBox
{
	font-size:11px;
}

#glSidebarCategories
{
	max-height:329px;
}

.glImageLink
{
	text-decoration:none;
}

.glInfoBoxImage
{
	border:0px;
}

a.glInfoBoxLink {
    color: #fff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    text-align:center;
    margin-top:10px;
    margin-left:0px;
    background-color: #007a94;
    border: 1px solid #007a94;
}

a.glInfoBoxLink:hover {
    color: #007a94;
    background-color: #fff;
}

a.glInfoBoxLink span {
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 


a.glInfoBoxLink:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.glInfoBoxLink:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

#glCategoriesWrapper {
    height: 671px;
    width: 100%;
}

#glMapSidebarLogo
{
	position:absolute; margin-top: 30px; margin-left: 20px; z-index:1000;
}

#glCategoryNavigation {
    padding: 70px 30px 30px;
    width: 70%;
}

#glCategoriesWrapper #glCategoryNavigation {
	    padding: 5px;
}


