﻿#nav
{
    background: url(navigationBarV4.png) no-repeat;
    height: 23px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

#nav span
{
}

#nav li
{
    list-style-type: none;
    float: left;
}

#nav a
{
    height: 22px;
    display: block;
}

#itemDashboard
{
    width: 65px;
}

#itemDashboard a:hover
{
    background: url(navigationBarV4.png) 0px -48px no-repeat;
}

#itemDashboard a.ActiveLink
{
    background: url(navigationBarV4.png) 0px -24px no-repeat;
    color: #FFFFFF;
}

#itemEvents
{
    width: 93px;
}

#itemEvents a:hover
{
    background: url(navigationBarV4.png) -65px -48px no-repeat;
}
#itemEvents a.ActiveLink
{
    background: url(navigationBarV4.png) -65px -24px no-repeat;
    color: #FFFFFF;
}

#itemMaps
{
    width: 120px;
}

#itemMaps a:hover
{
    background: url(navigationBarV4.png) -158px -48px no-repeat;
}

#itemMaps a.ActiveLink
{
    background: url(navigationBarV4.png) -158px -24px no-repeat;
    color: #FFFFFF;
}

#itemAbout
{
    width: 61px;
}

#itemAbout a:hover
{
    background: url(navigationBarV4.png) -278px -48px no-repeat;
}

#itemAbout a.ActiveLink
{
    background: url(navigationBarV4.png) -278px -24px no-repeat;
    color: #FFFFFF;
}

.itemMode
{
    width: 114px;
}

.itemMode a:hover
{
    background: url(navigationBarV4.png) -456px -44px no-repeat;
}

.itemMode a.ActiveLink
{
    background: url(navigationBarV4.png) -456px -22px no-repeat;
    color: #1840A4;
}


#itemRest
{
    width: 60px;
}

#itemOr
{
    width: 15px;
}

#itemSignUp
{
    width: 60px;
}

#itemRest a:hover
{
    background: url(navigationBarV4.png) -792px -27px no-repeat;
}
#itemRest a.ActiveLink
{
    color: #1840A4;
    background: url(navigationBarV4.png) -792px -53px no-repeat;
}

#myAccount
{
    width: 130px;
    background: url(navigationBarV4.png) -662px -66px no-repeat;
}

#myAccount a:hover
{
    background: url(navigationBarV4.png) -662px -44px no-repeat;
}
#myAccount a.ActiveLink
{
    color: #1840A4;
    background: url(navigationBarV4.png) -662px -22px no-repeat;
}

div#NavigationBar
{
    height: 26px;
    width: 475px;
    background-color: #CCDBEE;
    clear: both;
    float: right;
}

div#NavigationBar li a
{
    text-decoration: none;
    color: #FFFfff;
    padding-top: 1px;
    padding-bottom: 0px;
    padding-left: 3px;
    display: block;
    font-size: 1.0em;
}

div#NavigationBar li #LanguagePanel a
{
    border-right: medium none;
    color: #1840A4;
    cursor: pointer;
    text-decoration: none;
}

div#NavigationBar li #LanguagePanel a:hover
{
    background: none;
}

.HeaderSearchBox
{
    border: 0 none;
    margin-left: 45px;
    margin-top: 3px;
    width: 123px;
    background-color: #A9D59F;
    padding: 0px;
}


#header
{
    padding: 10px 0px 0px 10px;
}

.HotTopicsHeader
{
    background-color: #5A7DA7;
    color: #E3ECF7;
    padding: 3px 5px;
    font-weight: bold; /* background-image: url('../../images/hot_links_header.gif'); */
    background-repeat: repeat-x; /*margin-top:8px;*/
}

#HotLinksMenu li a
{
    color: #000000;
}

.HotTopicsHeaderTitle
{
    float: left;
    font-weight: bold;
}
.HotTopicsHeaderDate
{
    float: right;
    font-weight: bold;
}
.HotTopicsContent
{
    background-color: White;
    padding: 5px;
}
#HotLinksMenu
{
    padding: 0;
    margin: 5px;
}
#HotLinksMenu li
{
    list-style-type: none;
    margin-bottom: 5px;
}

.TagLabel
{
    font-size: x-large;
    margin-left: 35px;
    font-family: Arial;
    font-size: 23px;
}

/*Margin setup for three rounded borders*/

.roundBorder1, .roundBorder2, .roundBorder3
{
    border-style: solid;
    border-width: 0;
    display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
}

.roundBorder1
{
    margin: 0 4px;
}

.roundBorder2
{
    border-width: 0 2px;
    margin: 0 2px;
}

.roundBorder3
{
    border-width: 0 1px;
    height: 2px;
    margin: 0 1px;
}

/*Event Summary Panels Rounded Borders*/
/*Colour Setup for top and bottom borders*/

.roundBorderTop .roundBorder2, .roundBorderTop .roundBorder3
{
    background: none repeat scroll 0 50% #5A7DA7;
    border-color: #5A7DA7;
}

.roundBorderTop .roundBorder1
{
    background: none repeat scroll 0 50% #5A7DA7;
    border-color: #5A7DA7;
}

.roundBorderBottom .roundBorder2, .roundBorderBottom .roundBorder3
{
    background: none repeat scroll 0 50% #FFFFFF;
    border-color: #5A7DA7;
}

.roundBorderBottom .roundBorder1
{
    background: none repeat scroll 0 50% #5A7DA7;
}

/*Colour Setup bottom border when panel is closed*/
.roundBorderBottomClosed .roundBorder2, .roundBorderBottomClosed .roundBorder3
{
    background: none repeat scroll 0 50% #5A7DA7;
    border-color: #5A7DA7;
}

.roundBorderBottomClosed .roundBorder1
{
    background: none repeat scroll 0 50% #5A7DA7;
}

/*Hot Topics Rounded Borders*/

.roundBorderHotTopics .roundBorder1, .roundBorderHotTopics .roundBorder2, .roundBorderHotTopics .roundBorder3
{
    background: none repeat scroll 0 50% #5A7DA7;
    border-color: #5A7DA7;
}

/*White Rounded Borders*/

.roundBorderWhite .roundBorder2, .roundBorderWhite .roundBorder3
{
    background: none repeat scroll 0 50% #FEFCD5;
    border-color: #49A8C0;
}

.roundBorderWhite .roundBorder1
{
    background: none repeat scroll 0 50% #49A8C0;
}

.headerIcon
{
    padding: 0px 10px !important;
    height: 22px;
    width: 22px;
}


.SearchTextMap
{
    color: Black;
    font-size: 1em;
    width: 423px;
    height: 1.4em;
    border: 1px solid #38619c;
    padding-right: 0px;
    padding-left: 1px;
    float: right;
}

.SearchTextMapActive
{
    float: right;
    color: Blue;
    font-size: 1em;
    width: 423px;
    height: 1.4em;
    border: 1px solid #38619c;
    padding-right: 0px;
    padding-left: 1px;
}

