body {
    background: #dbdbdb;
    color: #444444;
}

#page {
    margin-top: 0px;
}

#frame {
    background: #ffffff url(footer_bg.gif) repeat-x left bottom;
    margin-bottom: 2em;
    -webkit-box-shadow: 0px 0px 5px #444444;
    box-shadow: 0px 0px 5px #444444;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#container {
    
}

#header {
    
}

div.logo {
    font-family: 'Myriad Pro',Verdana, sans-serif;
    white-space: nowrap;
    vertical-align: top;
    color: #333333;
}

div.logo img {
    display: inline-block;
    vertical-align: text-bottom;
}

div.logo h1 {
    display: inline-block;
    font-size: 170%;
    font-weight: 400;
    margin-bottom: 0px;
}

div.logo h3 {
    font-size: 100%;
    font-weight: 400;
    margin-top: 0px;
}


#body {
    background-image: url(menu_hr.gif);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 1em;
}

#footer {
    height: 50px;
    background: transparent url(footer_hr.gif) repeat-x 3px top;
    white-space: nowrap;
    overflow: hidden;
}

    #footer div {
        line-height: 50px;
        padding-right: 0px;
        padding-left: 0px;
    }

#footer ul {
        display: inline-block;
        margin: 0px;
    }

        #footer ul li {
            display: inline-block;
        }

            #footer ul li a {
                display: block;
                padding-right: 0.5em;
                padding-left: 0.5em;
                background-color: transparent;
                color: #444444;
                text-decoration: none;
            }

                #footer ul li a:hover {
                    text-decoration: underline;
                }

    #footer a.social {
        padding-right: 0.5em;
        display: inline-block;
        vertical-align: middle;
    }

        #footer a.social img {
            display: block;
        }

div.copyright {
    color: #808080;
    margin-bottom: 2em;
    font-size: 80%;
}

.padded
{
    padding: 2%;
}

.paddedSide
{
    padding-left: 2%;
    padding-right: 2%;
}

.paddedLeft
{
    padding-left: 2%;
}

.paddedRight
{
    padding-right: 2%;
}

.paddedTop
{
    padding-top: 2%;
}

.paddedBottom
{
    padding-bottom: 2%;
}

.offsetTop 
{
    margin-top: 3%;
}

#mainmenu {
    border-bottom: 1px solid #5f5f5f;
    background-color: #444444;
    color: white;
    white-space: nowrap;
    padding: 0.3em;
    cursor: default;
}

    #mainmenu div {
        padding-right: 1%;
        padding-left: 0px;
    }

    #mainmenu ul {
        display: inline-block;
        margin: 0;
    }

        #mainmenu ul li {
            display: inline-block;
            border: 1px solid #444444;
        }

            #mainmenu ul li a {
                display: block;
                padding-right: 0.5em;
                padding-left: 0.5em;
                background-color: transparent;
                color: white;
                text-decoration: none;
            }

                #mainmenu ul li a:hover, #mainmenu ul li.active a {
                    text-decoration: none;
                }

@media only screen and (max-width: 767px) {
    .mobile-hide {
        display: none;
    }

    #mainmenu ul.mainmenupart {
        display: none;
		clear: both;
		width: 100%;
        float: right;
        text-align: left;
        position: relative;
        border-left: 1px solid #555555;
    }
	
        #mainmenu ul.mainmenupart li {
            display: block;
        }

            #mainmenu ul li a {
                border: 1px solid #444444;
            }

            #mainmenu ul li a:hover {
                border: 1px solid #454545;
                background-color: #393939;
            }

    #mainmenu ul.mainmenupart li ul li {
        padding-left: 1em;
    }

    div.mobilemenu {
        display: inline-block;
        cursor: pointer;
        border: 1px solid #444444;
        width: 26px;
        height: 20px;
        background-image: url(menu.gif);
        background-position: center center;
        background-repeat: no-repeat;
    }

        div.mobilemenu:hover {
            border: 1px solid #454545;
            background-color: #393939;
        }

    #mainmenu ul.mainmenupart li ul, #mainmenu ul.mainmenupart li:hover ul {
        display: block;
    }
}

@media only screen and (min-width: 768px) {

        #mainmenu ul li ul 
		{
			display: none;
		}

            #mainmenu ul li:hover ul {
                display: block;
                position: absolute;
                z-index: 2000;
                background-color: #393939;
                border-left: 1px solid #393939;
                border-right: 1px solid #393939;
                border-top: 0px none;
                border-bottom: 5px solid #454545;
                -webkit-box-shadow: 1px 3px 2px #808080;
                box-shadow: 1px 3px 2px #808080;
                text-align: left;
                padding: 2px;
            }

            #mainmenu ul li:hover {
                border: 1px solid #454545;
                background-color: #393939;
            }

             #mainmenu ul li:hover ul li {
                    display: block;
                    border: 0px none;
                }

                    #mainmenu ul li:hover ul li a {
                        -webkit-text-shadow: none;
                        text-shadow: none;
                        color: #ffffff;
                        padding: 0.3em;
                        padding-right: 3em;
                    }

                        #mainmenu ul li:hover ul li:hover a, #mainmenu ul li:hover ul li a:hover {
                            color: #ffffff;
                            background-color: #454545;
                            
                        }

    .mobile-show {
        display: none;
    }
}

a.language {
    display: inline-block;
}

    a.language img {
        -webkit-box-shadow: 0px 0px 2px #888888;
        box-shadow: 0px 0px 2px #888888;
        border: 1px solid #444444;
        vertical-align: text-top;
        -moz-transition: box-shadow 0.2s ease-in-out;
        -o-transition: box-shadow 0.2s ease-in-out;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
    }

        a.language img:hover {
            -webkit-box-shadow: 0px 0px 2px #ffffff;
            box-shadow: 0px 0px 2px #ffffff;
            -moz-transition: box-shadow 0.2s ease-in-out;
            -o-transition: box-shadow 0.2s ease-in-out;
            -webkit-transition: box-shadow 0.2s ease-in-out;
            transition: box-shadow 0.2s ease-in-out;
        }

div.sliderHolder {
    padding: 0px;
    padding-left: 0.8em;
	padding-bottom: 10px;
}

    div.sliderHolder div.sliderOverlay {
        position: absolute;
        float: left;
        z-index: 200;
        padding: 0px;
    }

        div.sliderHolder div.sliderOverlay div.clock {
            vertical-align: bottom;
            display: inline-block;
            padding-top: 4px;
            padding-right: 0.8em;
        }

            div.sliderHolder div.sliderOverlay div.clock span {
                display: inline-block;
                font-size: 100%;
                color: #ffffff;
                -webkit-text-shadow: 1px 1px 2px #444444;
                text-shadow: 1px 1px 2px #444444;
            }

            div.sliderHolder div.sliderOverlay div.clock span.hours {
                font-size: 350%;
                height: 350%;
                padding-right: 4px;
                float: left;
            }

            div.sliderHolder div.sliderOverlay div.clock span.minutes {
                font-size: 200%;
                height: 200%;
                padding-top: 2px;
                float: left;
            }

            div.sliderHolder div.sliderOverlay div.clock span.seconds {
                padding-top: 4px;
                padding-left: 4px;
                float: left;
            }

            div.sliderHolder div.sliderOverlay div.clock span.date {
                padding-top: 2px;
            }

div.sliderHolder div.sliderOverlay div.weather {
            vertical-align: bottom;
            display: inline-block;
            padding-top: 4px;
        }

            div.sliderHolder div.sliderOverlay div.weather span {
                display: inline-block;
                font-size: 100%;
                color: #ffffff;
                -webkit-text-shadow: 1px 1px 2px #444444;
                text-shadow: 1px 1px 2px #444444;
            }

            div.sliderHolder div.sliderOverlay div.weather span.icon {
                float: left;
            }

            div.sliderHolder div.sliderOverlay div.weather span.temperature {
                font-size: 280%;
                height: 280%;
                padding-top: 4px;
                padding-right: 4px;
                float: left;
            }

            div.sliderHolder div.sliderOverlay div.weather span.degrees {
                font-size: 160%;
                height: 160%;
                padding-top: 2px;
                float: left;
            }

            div.sliderHolder div.sliderOverlay div.weather span.conditions {
                padding-top: 2px;
                float: left;
            }

            div.sliderHolder div.sliderOverlay div.weather span.stopName {
                font-size: 140%;
                height: 140%;
            }

#mainSlider {
    background: url(ajax-loader.gif) no-repeat center center;
    padding: 0 !important;
    margin: 0 !important;
    height: 238px;
}

    #mainSlider.orbit {
        height: auto;
    }

    #mainSlider img {
        display: none;
        width: 100%;
    }

        #mainSlider img.orbit {
            display: normal;
            width: 100%;
        }

div.gallery {
    background: url(ajax-loader.gif) no-repeat center center;
}

    div.gallery.orbit {
        height: auto;
    }

    div.gallery img {
        display: none;
        width: 100%;
    }

        div.gallery img.orbit {
            display: normal;
            width: 100%;
        }

.sliderHolder div.orbit-wrapper div.timer {
    display: none;
}

div.sidebar {
    border: 1px solid #afafaf;
    -webkit-box-shadow: 0px 0px 4px #a0a0a0;
    box-shadow: 0px 0px 4px #a0a0a0;
    margin-top: 1%;
    margin-bottom: 2%;
}

    div.sidebar div.header, div.sidebar div.firstHeader
    {
        border-bottom: 1px solid #d8d8d8;
        min-height: 22px;
        background-color: #ffffff;
        background-image: url(small_header.gif);
        background-position: bottom left;
        background-repeat: repeat-x;
        padding: 0.5em 0em 0.5em 1em;
    }

    div.sidebar div.header
    {
        border-top: 1px solid #d8d8d8;
    }

    div.sidebar div.tile div.header div.nine.columns {
        padding-left: 0;
    }

    div.sidebar div.header div.scroller 
    {
        text-align: right;
        padding: 0;
        padding-right: 4px;
        margin-top: -1px;
        margin-bottom: -1px;
    }

        div.sidebar div.header div.scroller img 
        {
            cursor: pointer;
        }

    div.sidebar div.contents 
    {
        padding-top: 6%;
        padding-bottom: 6%;
    }

    div.sidebar div.tile div.contents 
    {
        padding: 6%;
        padding-top: 0;
    }

        div.sidebar div.tile div.contents h6 
        {
            display: block;
            text-transform: uppercase;
            margin: 4px 0 12px 0;
            font-size: 100%;
            height: 1.6em;
        }
		
		div.sidebar div.news.box div.tile div.contents h6 
        {
            display: block;
            text-transform: uppercase;
            margin: 4px 0 12px 0;
            font-size: 100%;
            height: 6em;
        }

        div.sidebar div.tile div.contents img 
        {
            width: 100%;
        }

        div.sidebar div.tile div.contents p {
            display: block;
            width: 100%;
            text-align: justify;
            line-height: 1.2;
            margin-top: 4px;
            height: 6.3em;
        }
		
		div.sidebar div.news.box div.tile div.contents p {
            display: block;
            width: 100%;
            text-align: justify;
            line-height: 1.2;
            margin-top: 11px;
            height: 6em;
        }

    div.sidebar #mapHolder 
    {
        border: 1px solid #afafaf;
        min-height: 21em;
    }

div.main 
{
    margin-top: 1%;
    margin-bottom: 2%;
    padding: 0;
}

    div.main div.box 
    {
        padding: 0;
        padding-left: 0.8em;
        margin-bottom: 0.8em;
    }

        div.main div.box div.tile
        {
            border: 1px solid #d5d5d5;
            min-height: 15em;
        }

        div.main div.box div.header 
        {
            background-color: #d5d5d5;
            font-weight: bold;
            min-height: 23px;
            border-bottom: 1px solid #c2c2c2;
            padding: 5px 0px 5px 8px;
        }

            div.main div.box div.header div
            {
                padding: 0;
            }

                div.main div.box div.header div.scroller 
                {
                    text-align: right;
                    padding: 0;
                    padding-right: 4px;
                    margin-top: -1px;
                    margin-bottom: -1px;
                }

                    div.main div.box div.header div.scroller img 
                    {
                        cursor: pointer;
                    }

        div.main div.box div.multi {
            padding: 0;
        }

        div.main div.box div.contents 
        {
            padding: 8px;
        }

        div.main div.box div.multi div.contents.separated 
        {
            border-left: 1px solid #d2d2d2;
        }

            div.main div.box div.contents h6 
            {
                display: block;
                text-transform: uppercase;
                margin: 4px 0 12px 0;
                font-size: 100%;
                height: 1.6em;
            }
			
			div.main div.news.box div.contents h6 
            {
                display: block;
                text-transform: uppercase;
                margin: 4px 0 12px 0;
                font-size: 100%;
                height: 6em;
            }

            div.main div.box div.contents img 
            {
                width: 100%;
            }

        div.main div.box div.contents p {
            display: block;
            width: 100%;
            text-align: justify;
            line-height: 1.2;
            margin-top: 11px;
            height: 6em;
        }

div.textual {
    padding: 0; 
    padding-left: 0.8em;
}

    div.textual div.breadcrumbs {
        border: 1px solid #d6d6d6;
        background-color: #d6d6d6;
        color: #848484;
        padding: 2px 4em 2px 4px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        line-height: 1.2;
    }

    div.textual div.breadcrumbs a {
        color: #848484;
    }

        div.textual div.breadcrumbs a:hover {
            text-decoration: underline;
        }

    div.textual div.contents {
        border: 1px solid #d6d6d6;
        border-top: 1px solid #c5c5c5;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        padding: 1.5em;
    }

        div.textual div.contents h4, div.detailsWin h4 {
            text-transform: uppercase;
            text-align: center;
            display: block;
            width: 100%;
            margin: 0;
            padding-top: 1em;
            padding-bottom: 1em;
            font-weight: normal;
            color: #0994b7;
        }

        div.textual div.contents h5, div.detailsWin h5 {
            font-variant: small-caps;
            display: block;
            width: 100%;
            margin: 0;
            font-weight: normal;
            color: #0994b7;
            border-bottom: 1px solid #0994b7;
            padding: 2px;
            margin-top: 0.8em;
            margin-bottom: 0.8em;
        }

        div.textual div.contents p {
            line-height: 1.3;
            margin-left: 3em;
            text-align: justify;
        }

        div.textual div.contents ul, div.textual div.contents ol {
            line-height: 1.3;
            margin-left: 4em;
            text-align: justify;
        }

        div.textual div.contents div p, div.textual div.contents div ul, div.textual div.contents div ol {
            margin: auto;
        }

        div.textual div.contents a, div.detailsWin a {
            font-weight: bold;
        }

            div.textual div.contents a:hover , div.detailsWin a:hover{
                text-decoration: underline;
            }

            div.textual div.contents a:visited, , div.detailsWin a:visited {
                color: #000000;
                text-decoration: underline;
            }

 .ui-autocomplete {
    max-height: 110px;
    overflow-y: auto;
    overflow-x: hidden;
}

.grid-view table.items th
{
	text-align: center;
    color: #808080;
}

.grid-view table.items th a
{
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

.grid-view table.items th a:hover
{
	color: #444444;
    text-decoration: none;
}

.grid-view table.items th a.asc
{
	background:url(up.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items th a.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items tr.even
{
	background: #F8F8F8;
}

.grid-view table.items tr.odd
{
	background: #ffffff;
}

.grid-view table.items tr.selected
{
	background: #f36066;
}

.grid-view table.items tr:hover.selected
{
	background: #ff6b73;
}

.grid-view table.items tbody tr:hover
{
	background: #ffdd8a;
}

.grid-view .link-column img
{
	border: 0;
}

.grid-view .button-column
{
	text-align: center;
	width: 60px;
}

.grid-view .button-column img
{
	border: 0;
}

.grid-view .checkbox-column
{
	width: 15px;
}

.grid-view .summary
{
	margin: 0 0 5px 0;
	text-align: right;
}

.grid-view .pager
{
	margin: 5px 0 0 0;
	text-align: right;
}

.grid-view .empty
{
	font-style: italic;
}

.grid-view .filters input,
.grid-view .filters select
{
	width: 100%;
	border: 1px solid #ccc;
}

.grid-view {
    width: 100%;
}

.grid-view table.items {
    width: 100%;
}

.detailsWin {
    padding: 0 !important;
    padding-top: 1em !important;
    margin-left: -350px !important;
    width: 700px !important;
    border: 1px solid #808080;
    border-radius: 6px;
}

    .detailsWin ul.tabs-content {
        height: 30em;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 1em;
    }
	
.nowrap
{
	white-space: nowrap;
}

div.priceRow:hover {
    background-image: url(right.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

#ajaxLoader {
    position: absolute;
}

div.main.common ul.orbit-bullets {
    margin-top: 18px !important;
    position: absolute;
    right: 0px;
}

div.newsPager {
    padding-top: 2em;
    text-align: center;
}

    div.newsPager span {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    div.newsPager span.selectedPage {
        font-weight: bold;
    }
	
div.tool-buttons
{
	text-align: right;
}

	div.tool-buttons img
	{
		cursor: pointer;
		border: 1px solid transparent;
		padding: 2px;
	}
	
	div.tool-buttons img:hover
	{
		border: 1px solid #d5d5d5;
		background-color: #dedede;
	}
	
	div.tool-buttons img:active
	{
		border: 1px solid transparent;
		background-color: #d6d6d6;
	}