body, html
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    background: url(images/bg_body.jpg) #CCC repeat-x;
    text-align: center;
}
.container
{
    width: 900px;
    margin: 0 auto;
    text-align: left;
    background: #FFF;
}

.skeleton
{
    width: auto;
}
.skeleton .content
{
    padding: 15px;
}

html > body .container
{
    margin: 15px auto;
}
#dnn_ctr_Login_cmdRegister
{
    display: none;
}
.controlpanel
{
    clear: both;
    border: none !important;
    margin: 0;
    padding: 0;
}
.header
{
    width: 900px;
    height: 90px;
    background-color: #FECB09;
    position: relative;
    color: #333;
    font-weight: bold;
}
.header .logo
{
    position: absolute;
    top: 28px;
    left: 20px;
}
.header .secondaryPanel
{
    position: absolute;
    top: 18px;
    left: 670px;
    width: 200px;
    height: 15px;
    display: block;
    margin: 0;
    padding: 0;
}
html > body .container .header .secondaryPanel
{
    top: 27px;
}
.header .header_lang
{
    text-align: right;
    padding: 0 0 5px 0;
}
.header a
{
    color: #333;
    text-decoration: none;
}
.header a:hover
{
    text-decoration: underline;
}
.menu
{
    width: 900px;
    height: 35px;
    background: #333 url(images/bg_menu.jpg) repeat-x;
    font-size: 11px;
}
.swf
{
    width: 900px;
    height: 300px;
    background: #FFF;
}
.search_box
{
    width: 200px;
    height: 22px;
    display: block;
    background: url(/images/search_bg.jpg) no-repeat;
    margin: 0;
    padding: 0 0 0 10px;
}
.search_box .NormalTextBox
{
    width: 165px;
    border: 1px solid #FFF;
    font-family: Arial;
    color: #666;
    font-size: 12px;
    margin: 0;
    padding: 3px 2px 1px 0;
    vertical-align: top;
}
.search_box a.SkinItem
{
    float: right;
    text-indent: -100000px;
    width: 25px;
    height: 22px;
    background: url(/images/search_button.jpg) no-repeat;
    margin: 0;
    padding: 0;
}
.highlights
{
    width: 900px;
    height: 70px;
    background: #FFF;
}
.highlights ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.highlights ul li
{
    float: left;
    margin: 0 4px 0 0;
    padding: 0;
    list-style: none;
}
.highlights ul li#one a
{
    width: 222px;
    height: 70px;
    display: block;
    background: url(/Portals/0/highlights_one.jpg) 0 0 no-repeat;
    text-indent: -10000px;
    overflow: hidden;
}
.highlights ul li#one a:hover
{
    background-position: 0 -70px;
}
.highlights ul li#two a
{
    width: 222px;
    height: 70px;
    display: block;
    background: url(/Portals/0/highlights_two.jpg) 0 0 no-repeat;
    text-indent: -10000px;
    overflow: hidden;
}
.highlights ul li#two a:hover
{
    background-position: 0 -70px;
}
.highlights ul li#three a
{
    width: 222px;
    height: 70px;
    display: block;
    background: url(/Portals/0/highlights_three.jpg) 0 0 no-repeat;
    text-indent: -10000px;
    overflow: hidden;
}
.highlights ul li#three a:hover
{
    background-position: 0 -70px;
}
.highlights ul li#four a
{
    width: 222px;
    height: 70px;
    display: block;
    background: url(/Portals/0/highlights_four.jpg) 0 0 no-repeat;
    text-indent: -10000px;
    overflow: hidden;
}
.highlights ul li#four a:hover
{
    background-position: 0 -70px;
}
.highlights ul li.last
{
    margin: 0 !important;
}
.wrapper
{
    clear: both;
    width: 900px;
    background: url(images/bg_content.jpg) right top repeat-y;
    position: relative;
    padding: 0 0 80px 0;
}
.wrapper .left
{
    width: 660px;
    float: left;
    margin: 0;
}
.agency
{
    background: url(images/bg_content_agency_new.jpg) no-repeat; /*height: 435px; position: relative;*/
}
.agency .welcome
{
    width: 300px; /*position: absolute; top: 20px; right: 5px;*/
    float: right;
}
.yellow
{
    background: url(images/bg_content_yellow.jpg) no-repeat;
    min-height: 400px;
}
.content
{
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    color: #666;
    padding: 15px 0 0 20px;
}
.content h1
{
    font-size: 24px;
    letter-spacing: 2px;
    color: #000;
    margin: 0 0 10px 0;
    padding: 0;
}
.content h2
{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333;
    margin: 0 0 15px 0;
    padding: 0;
}
.content h3
{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #666;
    margin: 0 0 5px 0;
    padding: 0;
}
.content h5
{
    color: #666;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 5px 0;
    padding: 0;
}
.content p
{
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 150%;
    text-align: justify;
}
.content ol, .content ul
{
    margin-bottom: 12px;
}
.content ol li, .content ul li
{
    padding-botom: 5px;
    line-height: 150%;
}
.content p.paging
{
    background: #F1F1F1;
    color: #FFF;
    padding: 10px;
    margin: 0 0 12px 0;
    text-align: right;
}
.content p.returnLink
{
    font-weight: bold;
}
.content p.extra
{
    color: #999;
}
.content a
{
    color: #333;
    text-decoration: none;
}
.content a:hover
{
    color: #000;
    text-decoration: underline;
}
.content img.imgleft
{
    float: left;
    margin: 0 15px 15px 0;
}
.content img.imgright
{
    float: right;
    margin: 0 0 15px 15px;
}

.content ul.nav
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.content ul.nav li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.content ul.nav li a
{
    background: #CCC;
    display: block;
    padding: 5px 5px 5px 10px;
    margin: 0 0 1px 0;
}
.content ul.nav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.content ul.nav ul li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.content ul.nav ul li a
{
    background: #D4D4D4;
    display: block;
    padding: 5px 5px 5px 35px;
    margin: 0 0 1px 0;
}
.content ul.nav ul ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.content ul.nav ul ul li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.content ul.nav ul ul li a
{
    background: #E0E0E0;
    display: block;
    padding: 5px 5px 5px 60px;
    margin: 0 0 1px 0;
}
.content ul.nav a:hover
{
    background: #333;
    color: #FECB09;
    text-decoration: none;
}

.content table.Normal
{
    width: 100%;
}
.content table.Normal td
{
    padding: 5px;
}
.content table.Normal .CategoryHeader, .TitleHeader, .ModifiedDateHeader, .SizeHeader
{
    color: #333;
}
.content table.tblForm
{
    width: 100%;
    border-top: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    margin: 0 0 10px 0;
}
.content table.tblForm th
{
    padding: 7px;
    background: #F1F1F1;
    color: #666;
    font-weight: bold;
    border-bottom: 1px solid #D4D4D4;
    line-height: 100%;
    vertical-align: top;
}
.content table.tblForm td
{
    padding: 7px;
    line-height: 120%;
    vertical-align: top;
    background: #FFF;
}
.content table.tblForm tr.alternate td
{
    background: #F1F1F1;
}
.content table.duo td, .content table.duo th
{
    padding: 4px !important;
}
.content table.duo tr.last
{
    border-bottom: 1px solid #d4d4d4;
}
.content table.duo .last
{
    border-bottom: 1px solid #d4d4d4;
}
.content table.tblForm.duo td.last
{
    border-bottom: 1px solid #d4d4d4;
}
.content table.tblForm table.tblInside td
{
    padding: 0 10px 0 0 !important;
    font-size: 10px;
    color: #999;
}
.content table.tblView
{
    width: 100%;
    border-top: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    margin: 0 0 10px 0;
}
.content table.tblView th
{
    padding: 7px;
    background: #F1F1F1;
    color: #666;
    font-weight: bold;
    border-bottom: 1px solid #D4D4D4;
    line-height: 100%;
    vertical-align: top;
}
.content table.tblView td
{
    padding: 7px;
    line-height: 120%;
    vertical-align: top;
}

.inputText
{
    border: 1px solid #D4D4D4;
    background-color: #FFF;
    font-size: 12px;
    color: #666;
    padding: 2px;
}
.inputButton
{
    text-decoration: none;
    padding: 5px;
    background-color: #000;
    color: #FFF;
    border: 1px solid #D4D4D4;
    font-weight: bold;
    cursor: pointer;
}
a.linkButton:link, a.linkButton:visited, a.linkButton:hover, a.linkButton:active
{
    text-decoration: none;
    padding: 6px;
    color: #000;
    background-color: #D4D4D4;
    color: #000;
    border-top: 1px solid #F1F1F1;
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    cursor: pointer;
}

.warning
{
    font-style: normal;
    font-weight: bold;
    color: #FF0000;
    padding: 10px 0 10px 0;
    display: block;
}
.error
{
    font-style: normal;
    color: #FF0000;
}
.info
{
    font-style: normal;
    color: #999;
    font-size: 10px;
}
.content table.tblOffice
{
    margin: 0 0 25px 0;
}
.content table.tblOffice td
{
    vertical-align: top;
    padding: 5px;
}
.content table.tblOffice th
{
    font-size: 12px;
    vertical-align: top;
    padding: 5px;
    color: #333;
    background-color: #F1F1F1;
    border: 1px solid #D4D4D4;
}
.content table.tblGarage
{
    margin: 0 0 20px 0;
    border-top: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
}
.content table.tblGarage th
{
    vertical-align: top;
    padding: 5px;
    color: #333;
    background-color: #F1F1F1;
    border-bottom: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
}
.content table.tblGarage td
{
    vertical-align: top;
    padding: 5px;
    border-bottom: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
}
.content p.paging a
{
    background: #CCC;
    padding: 2px 4px 2px 4px;
    color: #FFF;
}
.content p.paging span.normalbold
{
    background: #666;
    padding: 2px 4px 2px 4px;
    color: #FFF;
}
.content .NukeNews_Item, .content .NukeNews_AltItem
{
    padding: 10px;
    background: none !important;
    border-bottom: 1px solid #D4D4D4;
    line-height: 150%;
}
.content .NukeNews_Item p, .content .NukeNews_AltItem p
{
    margin: 0 !important;
}
.content em.date
{
    font-size: 11px;
    font-style: normal;
}
.content a.newstitle
{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #333;
}
.content a.newstitle:hover
{
    color: #000;
    text-decoration: underline;
}
.frontTabs
{
    float: left;
    width: 200px;
}
.frontTabs ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(images/bg_tab.jpg) right 25px no-repeat;
}
.frontTabs ul li
{
    margin: 0 0 18px 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.frontTabs ul li a
{
    padding: 0 25px 0 0;
    font-size: 14px;
    color: #666 !important;
    text-decoration: none;
    font-weight: bold;
}
.frontTabs ul li a:hover
{
    color: #000;
}
.frontTabs ul li a.selected
{
    color: #000 !important;
    background: url(images/bg_tab_arrow.jpg) right 3px no-repeat;
}
.frontTabs ul li a.active
{
    color: #000 !important;
    background: url(images/bg_tab_arrow.jpg) right 3px no-repeat;
}
.frontNews, .frontWhatsOn
{
    float: right;
    width: 440px;
}
.frontNews ul, .frontWhatsOn ul
{
    margin: 0 0 0 25px;
    padding: 0;
    list-style: none;
}
.frontNews li, .frontWhatsOn li
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #999;
    list-style: none;
}
.frontNews li a, .frontWhatsOn li a
{
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.frontNews a.newstitle:hover, .frontWhatsOn a.newstitle:hover
{
    color: #000;
    text-decoration: underline;
}
.wrapper .right
{
    width: 222px;
    float: right;
}
.submenu h1, .agencymenu h1
{
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    margin: 0;
    padding: 0;
    background: #000 url(images/title_submenu.jpg) repeat-x;
    padding: 12px 0 12px 12px;
}
.submenu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    font-weight: bold;
    width: 222px;
}
.submenu ul li
{
    margin: 0 0 1px 0;
    padding: 0;
    list-style: none;
}
.submenu ul li a
{
    color: #999;
    padding: 7px 0 7px 35px;
    width: 187px;
    display: block;
    text-decoration: none;
}
.submenu ul li a:hover
{
    color: #333;
    text-decoration: none;
}
.submenu ul li.active a
{
    background: #DDD url(images/bg_submenu_active.jpg) no-repeat;
    color: #000;
    line-height: 140%;
}
.pollContainer
{
    width: 200px;
    margin: 20px 0 0 10px;
    border: 1px solid #D4D4D4;
}
.pollContainer h1
{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 6px 10px;
    background: url(images/bg_title_poll.jpg) repeat-x;
}
.pollContent
{
    padding: 10px 10px 15px 10px;
    background: #CCC url(images/bg_content_poll.jpg) no-repeat;
}
.pollContent .question
{
    font-weight: bold;
}
.pollContent a.CommandButton
{
    color: #FFF;
    background-color: #666;
    padding: 4px;
    text-decoration: none;
    font-weight: bold;
}
.jumperContainer
{
    width: 200px;
    margin: 0 0 0 5px;
}
.jumperContainer h1
{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 10px 0;
}
.jumperContainer .inputSelect
{
    width: 200px;
    border: 1px solid #D4D4D4;
    color: #666;
    margin: 0 0 5px 0;
}
.banner
{
    padding: 10px;
}
.banner p
{
    margin: 0;
    padding: 0;
}

.clear
{
    clear: both;
}
.footerLinks
{
    font-size: 11px;
    width: 900px;
    margin: 10px auto 5px auto;
    text-align: center;
    color: #999;
}
.footerLinks ul
{
    margin: 0 0 0 60px;
    padding: 0;
    list-style: none;
    font-weight: bold !important;
}
.footerLinks ul li
{
    float: left;
    margin: 0;
    padding: 0 7px 0 7px;
    list-style: none;
    border-right: 1px solid #999;
}
.footerLinks ul li.last
{
    border-right: none !important;
}
.footer
{
    font-size: 11px;
    clear: both;
    width: 900px;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #666;
}
.footer p
{
    margin: 0;
    padding: 5px 0 10px 0;
}
.footerLinks a, .footer a
{
    color: #666 !important;
    text-decoration: none;
    font-weight: bold;
}
.footerLinks a:hover, .footer a:hover
{
    color: #666;
    text-decoration: underline;
}
.bottomLogo
{
    width: 200px;
    color: #999;
    position: absolute;
    bottom: 15px;
    right: 5px;
}
.bottomLogo a img
{
    text-decoration: none;
    border: none;
    float: right;
}
.bottomLogo img
{
    padding: 0 15px 0 0;
}

/* Agency Room Enhancement */
.amenu
{
    background: #FFF url(images/bg_agencymenu.jpg) repeat-x;
}
.amenu, .amenu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.amenu li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.amenu li.collapsed a
{
    background: url(images/arrow_up.gif) 205px 10px no-repeat;
}
.amenu li.expanded a
{
    background: url(images/arrow_down.gif) 205px 10px no-repeat;
}
.amenu li a
{
    padding: 7px 0 7px 10px;
    width: 213px;
    display: block;
    text-decoration: none;
    border-top: 1px solid #FECB09;
    color: #000;
    font-weight: bold;
}
.amenu li a:hover
{
    text-decoration: underline;
}
.amenu li li a
{
    padding-left: 25px;
    color: #666;
    width: 197px;
    background: none !important;
}
.hidden
{
    display: none;
}
.form-login
{
    padding: 10px;
}
.form-login h2
{
    color: #000;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
}
.form-login .link-register
{
    float: right;
    margin: -26px 0 0 0;
    padding: 2px 10px 2px 10px;
    display: block;
    background: #990000;
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
}
.form-login label
{
    display: block;
    font-weight: bold;
    font-size: 11px;
    margin: 0 0 2px 0;
}
.form-login .input-text
{
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 11px;
    padding: 2px;
    border: 1px solid #D4D4D4;
    width: 200px;
    margin: 0 0 5px 0;
}
.form-login .input-submit
{
    float: right;
    padding: 2px 15px 2px 15px;
    display: block;
    background: #000;
    font-size: 11px;
    color: #FFCC00;
    font-weight: bold;
}
/* End */

/* Root = Horizontal, Secondary = Vertical */
.menu ul.nav
{
    margin: 0;
    border: 0 none;
    padding: 0;
    list-style: none;
    cursor: pointer;
    cursor: hand;
    z-index: 100000;
}

.menu ul.nav li
{
    margin: 0;
    padding: 0 3px 0 0;
    float: left; /*For Gecko*/
    display: inline;
    list-style: none;
    position: relative;
    background: url(images/bg_menu_separator.jpg) top right no-repeat;
}

.menu ul.nav ul
{
    margin: 0;
    padding: 0 0 10px 0;
    width: 160px !important;
    list-style: none;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 9999;
}

.menu ul.nav ul li
{
    float: none; /*For Gecko*/
    display: block !important;
    display: inline; /*For IE*/
    padding: 0;
}

/* Root Menu */
.menu ul.nav li a
{
    padding: 10px 12px 11px 12px;
    float: none !important; /*For Opera*/
    float: left; /*For IE*/
    height: 1%; /*For IE*/
    display: block;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.menu ul.nav ul li a
{
    margin: 0;
    padding: 7px 7px 7px 11px;
    border-bottom: 1px solid #222;
    background-image: none !important;
}

.menu ul.nav ul li ul li a
{
    border-bottom: 1px solid #444 !important;
}

/* Root Menu Hover Persistence */
.menu ul.nav a:hover, .menu ul.nav li:hover a, .menu ul.nav li.sfhover a
{
    background: url(images/bg_menu_hover.jpg) repeat-x;
    color: #FFF;
}

/* 2nd Menu */
.menu ul.nav li:hover li a, .menu ul.nav li.sfhover li a
{
    float: none;
    background-color: #333;
    color: #FFF;
}

/* 2nd Menu Hover Persistence */
.menu ul.nav li:hover li a:hover, .menu ul.nav li:hover li:hover a, .menu ul.nav li.sfhover li a:hover, .menu ul.nav li.sfhover li.sfhover a
{
    background: #555;
    color: #FFF;
}

/* 3rd Menu Hover Persistence */
.menu ul.nav li:hover li:hover li a:hover, .menu ul.nav li:hover li:hover li:hover a, .menu ul.nav li.sfhover li.sfhover li a:hover, .menu ul.nav li.sfhover li.sfhover li.sfhover a
{
    background: #555;
    color: #FFCC00;
}

.menu ul.nav ul ul, .menu ul.nav ul ul ul
{
    display: none;
    position: absolute;
    top: 0;
    left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
.menu ul.nav li:hover ul ul, .menu ul.nav li:hover ul ul ul, .menu ul.nav li.sfhover ul ul, .menu ul.nav li.sfhover ul ul ul
{
    display: none;
}

.menu ul.nav li:hover ul, .menu ul.nav ul li:hover ul, .menu ul.nav ul ul li:hover ul, .menu ul.nav li.sfhover ul, .menu ul.nav ul li.sfhover ul, .menu ul.nav ul ul li.sfhover ul
{
    display: block;
}

