﻿/* Menu background strip */
.dvMainMenu-left {
  float: left;
}
.dvMainMenu-right {
  float: right;/*padding-top:8px;
        padding-right:5px;*/
}
/*    
.dvMainMenu-right a
    {
        padding-top:8px;
    }
*/

.dvMainMenu-right {
  float: right;
  height: 35px;
}
.mainMenuBG {
  background-color: #EEEEEE;
  text-align: left;
  height: 35px;
}
.subMenuBG {
  height: 35px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #FB9d04;
  background-image: url('../images/SubMenu_Slice.jpg');
  background-repeat: repeat-x;
}
/* Menu Active/Inactive */
.mainMenuActive {
  color: #10367d;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  background-image: url('../images/MenuSelect_Slice.jpg');
  background-repeat: repeat-x;
}
.mainMenuInactive {
  background-color: #eeeeee;
  color: #F78411;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
}
/* SubMenu Active/Inactive */
.subMenuActive {
  color: #10367d;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: bold;
  font-size: 13px;
}
.subMenuInactive {
  color: #FFFFFF;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: bold;
  font-size: 13px;
}
/* Menu Links */
.lnkMenu {
  color: #F78411;
  text-decoration: none;
  background-image: url('../images/MenuSelect_Slice.jpg');
  background-repeat: repeat-x;
}
.dvSubMenu-left {
  float: left;
}
.dvSubMenu-right {
  float: right;
  margin-top: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 4px;
  padding-right: 1px;
  background-color: #FFFFFF;
  height: 22px;
  vertical-align: middle;
}
.lnkSubMenu {
  color: #FFFFFF;
  text-decoration: none;
}
/* Site Search */  
.SearchButton {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: bold;
  height: 22px;
  width: 62px;
  background: #fb9d04 url(../images/search_button.gif) no-repeat top;
  background-position: center;
  background-repeat: no-repeat;
}
.SearchBox2 {
  border-color: #FF9900;
  border-style: solid;
  width: 200px;
  height: 18px;
  font-weight: bold;
}
.SearchBox {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  border: 1px solid #FFFFFF;
  vertical-align: top;
  height: 16px;
  width: 224px;
}
.arMenuInactive {
  color: #F78411;
  font-family: verdana;
  font-size: 15px;
  font-weight: bold;
}
/* START: Footer */
/*
#navFooter
{
    
}

#navFooter ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#navFooter li
{
    float: left;
}

#navFooter li a
{
    height: 35px;
    line-height: 2em;
    float: left;
    display: block;
    text-decoration: none;
    text-align: center;
}

.footer_company_logo
{
    height: 35px;
    width: 116px;
    float: left;
    margin-right: 20px;
    background: #fb9d04 url(../images/footer_company_logo.jpg) no-repeat top;
    background-position: left;
    background-repeat: no-repeat;
}
.footer_live
{
    height: 35px;
    width: 113px;
    float: left;
    margin-left: 30px;
    background: #fb9d04 url(../images/footer_live.jpg) no-repeat top;
    background-position: left;
    background-repeat: no-repeat;
}
.footer_video
{
    height: 35px;
    width: 82px;
    float: left;
    margin-left: 30px;
    background: #fb9d04 url(../images/footer_video.jpg) no-repeat top;
    background-position: left;
    background-repeat: no-repeat;
}
.footer_podcasts
{
    height: 35px;
    width: 96px;
    float: left;
    margin-left: 30px;
    background: #fb9d04 url(../images/footer_podcasts.jpg) no-repeat top;
    background-position: left;
    background-repeat: no-repeat;
    cursor: pointer;
}
.footer_rss
{
    height: 35px;
    width: 141px;
    float: left;
    margin-left: 30px;
    background: #fb9d04 url(../images/footer_rss.jpg) no-repeat top;
    background-position: left;
    background-repeat: no-repeat;
    cursor: pointer;
}
.footer_mobile
{
    height: 35px;
    width: 83px;
    float: left;
    margin-left: 30px;
    background: #fb9d04 url(../images/footer_mobile.jpg) no-repeat top;
    background-position: left;
    background-repeat: no-repeat;
    cursor: pointer;
}
.footer_twitter
{
    height: 35px;
    width: 155px;
    float: left;
    margin-left: 30px;
    background: #fb9d04 url(../images/footer_twitter.jpg) no-repeat top;
    background-position: left;
    background-repeat: no-repeat;
    cursor: pointer;
}
*/
/* END: Footer */

#userEmail {
  display: none;
  width: 100%;
}
.modalTop {
  background-color: #FB9d04;
  padding: 4px;
  color: #ffffff;
  text-align: right;
}
.modalTop a, .modalTop a:visited {
  color: #ffffff;
}
.modalBody {
  border-style: solid;
  border-width: thin;
  padding: 10px;
  border-top-color: #FB9d04;
  border-right-color: #FB9d04;
  border-bottom-color: #FB9d04;
  border-left-color: #FB9d04;
}
