/*****************************************************
  RESET STYLES
*****************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  
   }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ''; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #950b0b;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }
  a:hover img {
    opacity: 0.85; }

.ie9 a:focus,
.no-ie a:focus {
  outline: none;
  overflow: hidden; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

input[type="submit"] {
  cursor: pointer; }




/*
 * LAYOUT STYLES
 */
/*****************************************************
 FOUNDATIONS
*****************************************************/
html {
  margin: 0;
  padding: 0;
  background: #eaedf2 url("../images/layout/background.jpg") top left; }

html.ie7 {
  overflow-x: hidden; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 11px;
  line-height: 1.3em;
  color: #6c6d6e;
  font-family: Arial, Verdana, Sans-Serif; }

/* a layout container, push height to 100% to allow footer to align to bottom */
#wrapper {
  position: relative;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 100%; }

/* airlock is used in each layout section to constrain the width */
.airlock {
  width: 960px;
  padding: 0 10px;
  margin: 0 auto; 
  }
 

.ie6_upgrade_banner {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin: 5px 0; }

/*****************************************************
 HEADER
*****************************************************/
#header {
  height: 56px;
  width: 100%;
  padding: 0;
  background: url("../images/layout/header.png") left bottom repeat-x; }

#header .logo {
  float: left;
  margin-top: 6px;
  margin-right: 54px; }
  #header .logo a {
    display: block;
    width: 243px;
    height: 40px;
    text-indent: -999em;
    overflow: hidden;
    background: url("../images/layout/logo.png") no-repeat; }
    #header .logo a:hover {
      background-position: 0 bottom; }

#header .loginstats {
  float: right;
  margin-right: 0px;
  position:relative;  }
            
#header ul.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
/*  width:460px;
  height:40px;
  overflow:hidden;*/
   }

#header ul.nav li {
  position: relative;
  z-index: 400;
  float: left;
  margin-right: 2px;
  font-size: 15px;
  font-weight: bold;
  text-shadow: black 2px 2px 4px;
  font-family: 'Helvetica Neue', Helvetica, Sans-Serif; }

#header ul.nav li a {
  display: block;
  color: #fedcdd;
  height: 37px;
  text-decoration: none;
  margin: 0 0 0 13px;
  padding: 16px 13px 0 0; }

.ie7 #header ul.nav li a {
  padding-top: 18px; }

#header ul.nav li.current a,
#header ul.nav li a:hover {
  color: #fff; }

#header ul.nav li.sfHover {
  background: #740808 url("../images/layout/bg-nav-active.png") left 0 no-repeat; }

#header ul.nav li.sfHover a {
  background: url("../images/layout/bg-nav-active.png") right 0 no-repeat; }

#header ul.nav ul {
  position: absolute;
  top: 53px;
  left: 0;
  background: #740808;
  list-style: none;
  padding-top: 20px;
  border-top: 1px solid #670000;
  -webkit-box-shadow: -2px 2px 4px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 2px 4px 1px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 2px 4px 1px rgba(0, 0, 0, 0.5);
  z-index: 3000; }

#header ul.nav ul li {
  position: relative;
  border-top: none;
  width: 146px;
  margin: -10px 13px 0;
  padding-bottom: 10px;
  font-weight: normal; }

#header ul.nav ul li a {
  margin: 0; }

#header ul.nav li.sfHover ul li {
  background: none; }

#header ul.nav li.sfHover ul li a {
  display: block;
  padding: 5px 4px 8px;
  background: none; }

#header ul.nav li.sfHover ul li.has_children a {
  background-image: url("../images/layout/bg-dropdown-li-arrow.png") !important;
  background-position: 130px 6px !important;
  background-repeat: no-repeat !important; }

#header ul.nav li.sfHover ul li.sfHover a,
#header ul.nav li.sfHover ul li a:hover {
  background-color: #830b0b; }

#header ul.nav li.sfHover ul li.has_children ul li a {
  background-image: none !important; }

#header ul.nav li.sfHover ul li.sfHover li a {
  background-color: #740808; }

#header ul.nav li.sfHover ul li.sfHover ul li a:hover {
  background: #830b0b; }

#header ul.nav ul li a {
  display: block;
  height: auto;
  padding: 3px 7px 5px;
  background: none; }

#header ul.nav ul ul {
  left: 150px;
  top: -1px; }

#header .login {
  float: right;
  margin-top: 7px; }
  #header .login a {
    display: block;
    height: 36px;
    width: 188px;
    text-indent: -999em;
    overflow: hidden;
    background: url("../images/layout/btn-login.png") no-repeat; }
    #header .login a:hover {
      opacity: 0.9;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); }

#header .logout {
  margin-top:11px;
  float:left; }
  #header .logout a{
  padding-right:0px;
  padding-left:1px; 
  display:block; 
  width:24px;
  height:24px;
    background: url("../images/layout/exit_nexus.png") no-repeat;
    overflow:hidden;
    text-indent:-999em;}
    #header .logout a:hover {
      background-position: 0 bottom; }

#header .logonname 
{
 position:relative; 
  margin-top:15px; 
  float:left;    
  /*padding-left:30px;*/}
  #header .logonname p{
  font-family:Arial, Helvetica, sans-serif; 
  font-size:15px; 
  font-weight:bolder;   
  text-shadow: black 2px 2px 4px;
  color:#e3c458;}
    #header .logonname p:hover {
      background-position: 0 bottom; }

/*****************************************************
 PAGE CONTAINER
*****************************************************/
#page {
  overflow: hidden;}

/*****************************************************
 HERO
*****************************************************/
#hero {
  text-align: center;
  padding-bottom: 20px; }

/*****************************************************
 MAIN CONTENT AREA
*****************************************************/
#content {
  float: right;
  width: 667px;
  margin-right: 12px; 
  min-height:100%;
  margin-top:16px;
  }

/*****************************************************
 SIDEBAR
*****************************************************/
#sidebar {
  float: left;
  width: 270px;
  overflow: hidden;
  margin-top:16px; }

/*****************************************************
 FOOTER
*****************************************************/
#footer {
  bottom: 0;
  height: 119px;
  width: 100%;
  overflow: hidden;
  background: url("../images/layout/footer.png") center bottom repeat-x; }
  #footer a {
    color: #fff; }

#scroller {
  visibility: hidden;
  width: 100%;
  padding-top: 16px; }
  #scroller li {
    padding: 0 8px;
    display: inline-block; }
    #scroller li img {
      opacity: 0; }

.ie9 #scroller li,
.no-ie #scroller li {
  position: relative; }

/* The Cool Canvas Based grayscalling doesn't work in IE<9 so we'll just use some basic IE filters here */
.ie7 #scroller li {
  position: auto; }

.ie7 #scroller img,
.ie8 #scroller img {
  filter: gray;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }

.ie7 #scroller img:hover,
.ie8 #scroller img:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }

#scroller .ui-widget-content
{
    border:0px;
}
#footer .social {
  float: right; }
  #footer .social ul {
    margin: 0;
    padding: 28px 0 0;
    list-style: none; }
    #footer .social ul li {
      float: left;
      margin-left: 12px; }
      #footer .social ul li a {
        display: block;
        height: 36px;
        text-indent: -999em;
        overflow: hidden; }
      #footer .social ul li:hover {
        opacity: 0.9;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); }
      #footer .social ul li.twitter {
        width: 213px;
        background: url("../images/layout/btn-twitter.png") no-repeat; }
      #footer .social ul li.facebook {
        width: 189px;
        background: url("../images/layout/btn-facebook.png") no-repeat; }

#footer .info {
  float: left;
  margin-top: 18px; }
  #footer .info ul.nav {
    overflow: hidden;
    padding: 10px 0 4px;
    list-style: none;
    width: 630px;
    height: 11px;
    margin-bottom: 9px;
     }
    #footer .info ul.nav li {
      float: left;
      font-size: 13px;
      font-weight: bold;
      line-height: 13px;
      padding-right: 10px;
      padding-left: 9px;
      border-right: 1px solid #fff; }
    #footer .info ul.nav li.first {
      padding-left: 0; }
    #footer .info ul.nav li.last {
      border: 0; }
  #footer .info p.copyright {
    color: #fff;
    font-size: 11px;
    font-weight: bold; }

/*
 * CONTENT STYLES
 */
/*****************************************************
 CONTENT: HEADINGS
*****************************************************/
#page h1, #page h2, #page h3,
#page h4, #page h5, #page h6 {
  color: #824030;
  margin-bottom: 12px;
  line-height: 1em;
  font-weight: bold;
  text-shadow: 2px 2px 1px #ffffff; }

#page h1 {
  font-size: 25px;
  color: #cb0000;
  margin-bottom: 14px;
/*  text-shadow: 1px 1px 1px #000000;*/ }

#page h2 {
  font-size: 17px; }

#page h3 {
  font-size: 14px; }

#page h4 {
  font-size: 13px; }

#page h5 {
  font-size: 12px; }

#page h6 {
  font-size: 11px; }

/*****************************************************
 CONTENT: TEXT
*****************************************************/
/* Paragraphs */
#page p {
  margin: 0 0 1.2em;
  font-size: 12px;
  line-height: 1.25em; }

#page p.last {
  margin-bottom: 0; }

#page p.intro,
#page p.abstract, #page .abstract p,
#page p.summary, #page .summary p {
  font-size: 19px;
  color: #629423 !important; }

/* Lists */
#page ul ul, #page ol ol,
#page ol ul, #page ul ol {
  font-size: 1em; }

#page ul, #page ol {
  font-size: 14px;
  padding-left: 20px; }

#page ol {
  list-style: decimal; }

#page ul {
  list-style: disc; }

#page li {
  line-height: 1.45;
  margin: .75em 0; }

/* Definition lists */
#page dl {
  margin: 0 0 1.5em 0; }

#page dl dt {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.25em;
  margin: 1.1em 0 0.5em 0; }

#page dd {
  margin-left: 1.1em;
  font-size: 12px;
  line-height: 1.45em; }

/* Strong/Em/Bold/Italic */
#page strong, #page b {
  font-weight: bold; }

#page strong span, #page b span {
  font-weight: bold; }

#page strong em, #page strong i, #page b em, #page b i {
  font-style: italic; }

#page em, #page i {
  font-style: italic; }

#page em strong, #page em b, #page i strong, #page i b {
  font-weight: bold; }

/* Links */

#page a, #page a:link, #page a:visited {
  color: #b60807;
  text-decoration: none; }s

#page a:hover, #page a:active {
  text-decoration: underline; }

#page h2 a, #page h2 a:link, #page h2 a:visited {
  color: #824030;
  text-decoration: none; }
  
  #page h2 a:hover, #page h2 a:active {
  text-decoration: none; 
   color: #b60807;}


/* Code / Pre-Formatted */
#page pre {
  margin: 1.5em 0; }

#page pre,
#page code,
#page tt {
  font: 12px 'lucida console', monospace;
  line-height: 1.5; }

#page tt {
  display: block;
  margin: 1.5em 0;
  line-height: 1.5; }

/* Other */
#page abbr,
#page acronym {
  border-bottom: 1px dotted #666; }

#page address {
  margin-top: 1.5em;
  font-style: italic; }

#page del {
  color: #666; }

#page sup {
  font-size: 0.5em;
  padding-left: 1px;
  vertical-align: top; }

/*****************************************************
 CONTENT: IMAGES
*****************************************************/
#page img.right {
  float: right;
  margin: 0 0 10px 20px; }

#page img.left {
  float: left;
  margin: 0 23px 9px 0; }

#page .imgwrap {
  float: right;
  padding: 5px;
  margin: 0 0 10px 10px;
  background: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px; }
  #page .imgwrap .caption {
    display: block;
    margin: 0;
    padding: 0;
    color: #824030;
    font-size: 11px;
    font-weight: bold;
    width: 205px; }

#page .imgwrap.left {
  float: left;
  margin: 0 10px 10px 0; }

#page .imgwrap.right {
  float: right;
  margin: 0 0 10px 10px; }

/*****************************************************
 CONTENT: TABLES
*****************************************************/
#page .tablewrap {
  background: white url("../images/layout/bg-shadow-table.gif") left bottom no-repeat;
  padding: 8px 8px 16px;
  margin: 0 0 15px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px; }

#page table {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%; }

#page table thead tr {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px; }
  #page table thead tr th {
    font-size: 14px;
    font-weight: bold;
    color: #bd0000;
    background: #e6d5d5;
    padding: 10px 8px;
    vertical-align: middle;
    text-shadow: 2px 2px 1px #ffffff;
    text-align: left; }
    #page table thead tr th.first {
      background: #e6d5d5 url("../images/layout/bg-corner-left.gif") left top no-repeat; }
    #page table thead tr th.last {
      background: #e6d5d5 url("../images/layout/bg-corner-right.gif") right top no-repeat; }
    #page table thead tr th.type {
      width: 30px; }
#page table thead tr th.center
{
    text-align:center;
    }
#page table td {
  margin: 0;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.4em;
  border-right: #d3d3d3 1px solid;
  border-top: #d3d3d3 1px solid;
  vertical-align: middle; }

#page table tbody tr:first-child td {
  border-top: 0; }

#page table td.last {
  border-right: 0; }

#page table tr.even {
  background: #faf8fb; }

#page table td a.preview {
  display: inline-block;
  height: 20px;
  color: #6c6d6e;
  padding-right: 23px;
  background: url("../images/layout/icon-preview.gif") right 2px no-repeat; }
  #page table td a.preview:hover {
    color: #bd0000;
    text-decoration: none; }

#page table td.nodata
{
    text-align:center;
    padding:20px;
}
/*
 * MISC REUSABLE CLASSES
 */
/*****************************************************
 BUTTON LINKS
*****************************************************/
#page a.btn-more {
  display: inline-block;
  height: 17px;
  width: 40px;
  text-indent: -999em;
  overflow: hidden;
  background: url("../images/layout/btn-more.gif") no-repeat; }
  #page a.btn-more:hover {
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); }

/*
 * HOMEPAGE STYLES
 */
/*****************************************************
  PAGE CONTAINER
*****************************************************/
body.home #page {
  background: url("../images/layout/page_shadow.png") center 80px no-repeat; }

body.home #sidebar {
  background: url("../images/layout/shadow3.png") 202px 0 no-repeat; }

/*****************************************************
  HERO
*****************************************************/
#hero {
  padding: 28px 0 33px 1px;
  background: url("../images/layout/hero.png") center 0 no-repeat;
  /*next button*/
  /*previous button*/ }
  #hero .container {
    width: 818px;
    margin: 0 auto; }
  #hero ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    height: 302px;
    overflow: hidden; }
  #hero img {
    width: 818px;
    height: 291px; }
  #hero .bx-next {
    position: absolute;
    top: 40%;
    right: -38px;
    z-index: 999;
    width: 26px;
    height: 70px;
    text-indent: -999999px;
    background: url("../images/layout/slider-controls.png") no-repeat right top; }
  #hero .bx-next:hover {
    background-position: right bottom; }
  #hero .bx-prev {
    position: absolute;
    top: 40%;
    left: -36px;
    z-index: 999;
    width: 26px;
    height: 70px;
    text-indent: -999999px;
    background: url("../images/layout/slider-controls.png") no-repeat left top; }
  #hero .bx-prev:hover {
    background-position: left bottom; }

/*****************************************************
  PAGE: Spotlights
*****************************************************/
#page .spotlights {
  overflow: hidden; }
  #page .spotlights .partner_spotlight {
    position: relative;
    float: left;
    width: 437px; }
    #page .spotlights .partner_spotlight p.more {
      position: absolute;
      top: 0;
      right: 0; }
  #page .spotlights .spotlight {
    float: right;
    width: 207px; }

/*****************************************************
  PAGE: Announcements
*****************************************************/
#page .announcements {
  position: relative;
 /* padding: 0px 0 10px;*/
  overflow: hidden;
  width: 667px;
  /*background: url("../images/layout/shadow.png") 0 -48px no-repeat; */
  }

.ie6 #page #page .announcements {
  background: none; }

#page .announcements .wrap {
  overflow: hidden;
  background: url("../images/layout/shadow2.png") 300px 20px no-repeat; }
#page .announcements h3 a {
  color: #6c6d6e;
  text-decoration: none; }
  #page .announcements h3 a:hover {
    color: #b60807; }
#page .announcements p.more {
  position: absolute;
  top: 0px;
  right: 0; }
#page .announcements .announcement {
  position: relative;
  float: left;
  width: 304px;
  padding-bottom: 10px; }
  #page .announcements .announcement .content {
    padding-left: 48px;
    min-height: 55px; }
  #page .announcements .announcement .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    padding: 4px 4px;
    line-height: 1em;
    font-weight: bold;
    border: 1px solid #b5b8bb;
    text-align: center;
    font-size: 11px;
    font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    background: #f7f7f7 url("../images/layout/bg-date2.gif") left top repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px; }
    #page .announcements .announcement .date span {
      display: block; }
    #page .announcements .announcement .date .day {
      font-size: 16px;
      margin: 3px 0 6px; }
#page .announcements .announcement.alt {
  /* NOTE: css class chaining can have issues in IE6 but we are only providing limited IE6 support so 
  lets go for simplification over full IE6 support. */
  float: right; }

/*****************************************************
  PAGE: Quick Jump
*****************************************************/
#page .quickjump {
  background: #eff1f6;
  padding: 10px 10px;
  margin: 0 10px 10px;
  width: 231px; }
  #page .quickjump select {
    font-size: 12px;
    padding: 5px 4px;
    height: 29px;
    width: 180px;
    border: 1px solid #bfc1c4;
    font-family: Arial, Sans-Serif;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    margin-right: 7px; }
    #page .quickjump select option {
      font-size: 12px;
      line-height: 1.1em;
      font-family: Arial, Sans-Serif; }
  #page .quickjump input[type="image"]:hover {
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); }

/*****************************************************
  PAGE: Key Dates
*****************************************************/
#page .keydates {
  background: #eff1f6;
  padding: 10px 10px;
  margin: 0 10px 10px;
  width: 231px; }
  #page .keydates .item {
    position: relative;
    width: 100%;
    min-height:40px; }
    #page .keydates .item .content {
      padding-left: 38px; }
      #page .keydates .item .content h3 {
        margin: 0 0 3px; }
        #page .keydates .item .content h3 a:hover {
          opacity: 0.8;
          -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); }
    #page .keydates .item .date {
      position: absolute;
      top: 0;
      left: 0; }
      #page .keydates .item .date span {
        display: block;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        color:#6c6d6e; }
        #page .keydates .item .date span.day {
          text-align: center;
          overflow: hidden;
          font-size: 14px;
          padding-top: 11px;
          height: 21px;
          width: 31px;
          margin-bottom: 2px;
          
          background: url("../images/layout/bg-date.gif") no-repeat; }

/*
 * GENERIC (CONTENT) PAGE STYLES
 */
/*****************************************************
 BANNER
*****************************************************/
#banner {
  height: 87px;
  width: 933px;
  margin: 14px 0 0px;
  padding: 12px 6px 7px;
  background: url("../images/layout/bg-banner.png") center top no-repeat; }

/*****************************************************
 BREADCRUMB BAR
*****************************************************/
#breadcrumb_bar {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 1;
  padding: 5px 7px 5px 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px; }
  #breadcrumb_bar .breadcrumbs {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    #breadcrumb_bar .breadcrumbs li {
      display: inline;
      font-size: 12px;
      font-weight: bold;
      color: #6c6d6e; }
      #breadcrumb_bar .breadcrumbs li a {
        color: #6c6d6e;
        padding: 0 10px 0 4px;
        background: url("../images/layout/bc-sep.gif") right 3px no-repeat; }
        #breadcrumb_bar .breadcrumbs li a:hover {
          color: #cb0000;
          text-decoration: none; }
      #breadcrumb_bar .breadcrumbs li span {
        padding: 0 10px 0 4px; }
  #breadcrumb_bar .addthis_toolbox {
    float: right; }

/*****************************************************
 SIDEBAR: SIDEMENU
*****************************************************/
#page #sidemenu {
  padding-left: 19px;
  padding-top: 10px;
  min-height: 564px;
  background: url("../images/layout/shadow-sidemenu.png") left top no-repeat; }
  #page #sidemenu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #page #sidemenu ul li {
      font-size: 16px;
      font-weight: bold;
      margin: -3px 0 0;
      background: url("../images/layout/bg-menu-divider.png") -29px bottom no-repeat; }
      #page #sidemenu ul li:last-child {
        background: none; }
      #page #sidemenu ul li a {
        display: block;
        color: #6c6d6e;
        padding: 8px 18px 9px;
        text-shadow: 2px 2px 1px #ffffff; }
        #page #sidemenu ul li a:hover {
          color: #b65151;
          text-decoration: none; }
      #page #sidemenu ul li.current {
        zoom: 1;
        background: transparent url("../images/layout/bg-menuactive.png") 0 0 no-repeat; }
        #page #sidemenu ul li.current a {
          color: #fff;
          text-shadow: 1px 1px 1px #000000; }
         
        #page #sidemenu ul li.current .submenu {
          padding-bottom: 5px;
          background: url("../images/layout/bg-menu-divider.png") -29px bottom no-repeat; }
        #page #sidemenu ul li.current ul {
          margin-left: 21px;
          padding: 5px 16px;
          width: 168px;
          background: #f8fafb url("../images/layout/bg-submenu.png") left bottom repeat-x; }
          #page #sidemenu ul li.current ul li {
            font-size: 13px;
            line-height: 1.2em;
            margin: 0 0 4px;
            padding: 0;
            background: none; }
            #page #sidemenu ul li.current ul li a {
              color: #6c6d6e;
              display: inline;
              padding: 0;
              text-shadow: 2px 2px 1px #ffffff; }
                 #page  #sidemenu ul li.current ul li a.current-child {
          color: #b65151;
          /*text-shadow: 1px 1px 1px #000000;*/ }
              
              #page #sidemenu ul li.current ul li a:hover {
                color: #b65151; }


/*
    LOGON
*/

#logon-inner {
width: 350px;
background:#ddb9b9;
color:#8c0000;
padding:20px;
text-align: left;
margin-left:auto;
margin-right:auto;
border:1px solid #b77171;
margin-bottom: 20px;
}

#logon-container 
{
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 368px;
top:30px;
} 

#logon-outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}

.login-button {
    background:url("../images/forms/Login.png") no-repeat;
    cursor:pointer;
    width: 147px;
    height: 39px;
    border: none;
    text-indent:-999em;
}  
.login-and-agree-button {
    background:url("../images/forms/AgreeLogin.png") no-repeat;
    cursor:pointer;
    width: 167px;
    height: 39px;
    border: none;
    text-indent:-999em;
}  

#logon-inner .editor-label
{
    margin-top:10px;
    font-weight:bold;
}

.logon-field
{
    
    width:300px;
}


#logon-inner .field-validation-error
{
     background:url("../images/icons/alert.png") no-repeat;
     background-position:left center;
   line-height:20px;
    padding-left:25px;
  
    display:block;
    
}

/*
    REGISTRATION
*/

#register-inner input[type="text"],
#register-inner input[type="password"]
{
    width:100%;
}
#register-inner {
width: 400px;
background:#ddb9b9;
color:#8c0000;
padding:20px;
text-align: left;
margin-left:auto;
margin-right:auto;
border:1px solid #b77171;

}

#register-container 
{
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 368px;
top:30px;
} 

#register-outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}

/*****************************************************
 DASHBOARD
*****************************************************/
.dashboard-block-content{
  width: 215px;
  height: 205px;
  background: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.dashboard-block{
  float: left;
  margin: 0 10px 0 0;
  
}
.dashboard-block-lower{
  background:url("../images/dashboard/lower-shadow.png") no-repeat;
  width: 215px;
  height: 10px;
  margin-bottom: 15px;
}
.dashboard-block .image-holder{
  background: url("../images/dashboard/img-placeholder.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 85px;
    margin: 5px 5px 10px;
    width: 205px;
	cursor: pointer;
}
#dashboard-container{
  padding-top:10px;
}
#dashboard-container .last{
  margin: 0;
}
#dashboard-container h1{
  float: right;
  text-align: right;
  font-size: 15px;
  margin-right: 12px;
  margin-top: 40px;
  width: 72px;
}
#dashboard-container h1.multi-line{
  margin-top: 30px;
  line-height: 1.2em;
  text-align: left;
}
#dashboard-block-1{

}
#dashboard-container h1.single-push{
  margin-right: 20px;
}
#dashboard-block-1 .image-holder img{
  margin-left: -6px;
  float: left;
  margin-top: -10px;
}
#dashboard-block-2 .image-holder img{
  margin-left: 6px;
  float: left;
  margin-top: -10px;
}
#dashboard-block-3 .image-holder img {
   margin-left: 6px;
    margin-top: -12px;
    float: left;
}
#dashboard-block-4 .image-holder img {
   margin-left: -3px;
    margin-top: 2px;
    float: left;
}
#dashboard-block-5 .image-holder img {
   margin-left: 1px;
   float: left;
    margin-top: 2px;
}
#dashboard-block-6 .image-holder img {
   margin-left: -12px;
    margin-top: -2px;
    float: left;
    position: absolute;
}
.dashboard-block-content-details{
  clear: both;
  width: 90%;
  margin: 0 auto;
}
#dashboard p{
  margin: 2px 0;
}
#dashboard p.imp{
  font-weight: bold;
}
#dashboard p.gold{
  font-weight: bold;
  color: #f7c12f;
  margin: 3px 0;
  font-size: 16px;
}
#dashboard-block-1 table thead tr th {
    background: none;
      color: #BD0000;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0 5px;
    text-align: center;
    text-shadow: 2px 2px 1px #FFFFFF;
    vertical-align: middle;
}
#dashboard-block-1 table td {
    border: none;
    font-size: 12px;
    line-height: 2em;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
#dashboard-block-1 table td p.agency-id{
    margin-top: 3px;
}
#dashboard-block-1 table td p.agency-id span{
    font-weight: bold;
}
#dashboard-block-2 table thead tr th {
    background: none;
      color: #BD0000;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0; 
    text-align: left;
    text-shadow: 2px 2px 1px #FFFFFF;
    vertical-align: middle;
}
#dashboard-block-2 table td {
    border: none;
    font-size: 12px;
    line-height: 1.7em;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}
#dashboard-block-3 table thead tr th {
    background: none;
      color: #BD0000;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0;
    text-align: center;
    text-shadow: 2px 2px 1px #FFFFFF;
    vertical-align: middle;
}
#dashboard-block-3 table td {
    border: none;
    font-size: 12px;
    line-height: 1.7em;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}
#dashboard-block-4 table thead tr th {
    background: none;
      color: #BD0000;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0;
    text-align: center;
    text-shadow: 2px 2px 1px #FFFFFF;
    vertical-align: middle;
}
#dashboard-block-4 table td {
    border: none;
    font-size: 12px;
    line-height: 1.7em;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}
#dashboard-block-4 table td.link{ 
    text-align: right;
}
#dashboard-block-5 table thead tr th {
    background: none;
      color: #BD0000;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0;
    text-align: left;
    text-shadow: 2px 2px 1px #FFFFFF;
    vertical-align: middle;
}
#dashboard-block-5 table td {
    border: none;
    font-size: 12px;
    line-height: 2em;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}
#dashboard-block-6 table thead tr th {
    background: none;
      color: #BD0000;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0 0;
    text-align: center;
    text-shadow: 2px 2px 1px #FFFFFF;
    vertical-align: middle;
}
#dashboard-block-6 table td {
    border: none;
    font-size: 12px;
    line-height: 2.5em;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
#dashboard table img{
  float: left;
    margin-right: 7px;
    margin-top: 4px;
}
#dashboard table img.sms{
  margin-top: 3px;
}
#dashboard table img.email{
   margin-top: 7px;
   margin-right: 10px;
}
#dashboard table td.last-rpw-center{
      text-align: center;
      padding-top: 6px;
}
.dashboard-block .image-holder:hover{
	opacity: 0.85;
}
/*have to make it important to make visited links appear green*/
#dashboard a, #dashboard a:visited{
  color: #29af0a !important;
  /*text-decoration : underline !important;*/
}
/*scroll bar image*/
.scroll-pane
{
	width: 100%;
	height: 470px;
	overflow: auto;
}
.horizontal-only
{
	height: 72px;
	max-height: 200px;
}




/*****************************************************
  PAGE: Announcements-new
*****************************************************/

#announncements-wrapper .announcement-date{
  background: url('../images/announcements/date-holder.png') no-repeat;
  float: left;
  width: 36px;
  height: 49px;
  padding: 2px;
}
#announncements-wrapper .announcement-date p{
  margin: 2px 0;
  font-weight: bold;
  text-align: center;
}
#announncements-wrapper .announcement-date .announcement-date-day{
  font-family: 'Helvetica Neue', Helvetica, Sans-Serif;
  font-size: 16.68px;
  font-weight: bold;
  margin: 2px 0 1px 0;
}
#announncements-wrapper .announcement-date .announcement-date-month{
  margin-top: -3px;
  font-family: 'Helvetica Neue', Helvetica, Sans-Serif;
  font-size: 12px;
}
#announncements-wrapper .announcement-date .announcement-date-year{
  margin-top: -1px;
  font-family: 'Helvetica Neue', Helvetica, Sans-Serif;
  font-size: 10.97px;
  line-height: 9px;
}
#announncements-wrapper .announcement-content{
  float: right;
  width: 615px;
/*  text-align: justify;*/
}
#announncements-wrapper .announcement-pagging{
  width: 100%;
  clear: both;
}
#announncements-wrapper .announcement-pagging ul{
  float: right;
  background: url('../images/paging/pager-bg.png') no-repeat;
  width: 123px;
  height: 24px;
  margin: 0  0 10px 0;
  list-style: none;
  padding: 0;
}
#announncements-wrapper .announcement-pagging ul li{
  float: left;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  line-height: 22px;
  padding: 2px;
  height: 20px;
}
#announncements-wrapper .announcement-pagging ul li:hover{
  opacity: 0.85;
}
#announncements-wrapper .announcement-pagging ul li a{
  text-decoration: none;  
  color: #ffffff;
}
#announncements-wrapper .announcement-pagging ul li.announcement-pagging-prev{
  width: 70px;
  
  background: url('../images/paging/pager-divider.png') right no-repeat;
}
#announncements-wrapper .announcement-pagging ul li.announcement-pagging-next{
  width: 45px;
}

#announncements-wrapper .announcement-pagging ul li.disabled
{
    color:#a39292;
}
/*****************************************************
  PAGE: announcement-landing page
*****************************************************/

#announcement-landing-page-wrapper .announcement-landing-page-block{
    float: left;
    width: 310px;
}
#announcement-landing-page-wrapper .announcement-landing-page-left-block-top{
    padding: 0px 15px 0px 0px;
}
#announcement-landing-page-wrapper .announcement-landing-page-right-block-top{
    padding: 0px 0px 0px 15px;
}
#announcement-landing-page-wrapper .announcement-landing-page-left-block{
    background: url('../images/announcements/bottom-shade.png') top right no-repeat;
    padding: 23px 15px 0px 0px;
}
#announcement-landing-page-wrapper .announcement-landing-page-right-block{
    padding: 23px 0px 0px 15px;
    background: url('../images/announcements/bottom-shade-right.png') top left no-repeat;
}
#announcement-landing-page-wrapper .announcement-landing-page-block .announcement-landing-page-block-date{
    background: url('../images/announcements/date-holder.png') no-repeat;
    float: left;
    width: 36px;
    height: 49px;
    padding: 2px;
}
#announncements-wrapper .announcement-date{
    background: url('../images/announcements/date-holder.png') no-repeat;
    float: left;
    width: 36px;
    height: 49px;
    padding: 2px;
}
#announcement-landing-page-wrapper .announcement-landing-page-block .announcement-landing-page-block-date p{
    margin: 2px 0;
    font-weight: bold;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, Sans-Serif;
}
#announcement-landing-page-wrapper .announcement-landing-page-block .announcement-landing-page-block-date .announcement-landing-page-block-day{
    font-size: 16.68px;
    font-weight: bold;
    margin: 2px 0px 1px 0px;
}
#announcement-landing-page-wrapper .announcement-landing-page-block .announcement-landing-page-block-date .announcement-landing-page-block-month{
    margin-top: -3px;
    font-size: 12px;
}
#announcement-landing-page-wrapper .announcement-landing-page-block .announcement-landing-page-block-date .announcement-landing-page-block-year{
    margin-top: -1px;
    font-size: 10.97px;
    line-height: 9px;
}
#announcement-landing-page-wrapper .announcement-landing-page-block .announcement-landing-page-block-content{
    float: right;
    width: 255px;
    padding: 0px 5px;
    text-align: justify;
}
#announcement-landing-page-wrapper .announcement-landing-page-block .announcement-landing-page-block-content a{
    color: #b60807;
}
#announcement-landing-page-wrapper .announcement-landing-page-block .announcement-landing-page-block-content p.title a{
    margin: 2px 0px;
    font-size: 14px;
    color: #6c6d6e;
    font-weight: bold;
}

#announcement-landing-page-wrapper .announcement-landing-page-block .announcement-landing-page-block-content p.title a:hover{
  color: #b60807;
  text-decoration:none;
}

#announcement-landing-page-wrapper .announcement-landing-page-block-divider-bottom{
    background: url('../images/announcements/bottom-divider.png') top no-repeat;
    width: 13px;
    height: 148px;
    text-align: justify;
    float: left;
}
#announcement-landing-page-wrapper .announcement-landing-page-block-divider-top{
    background: url('../images/announcements/top-divider.png') bottom no-repeat;
    width: 13px;
    height: 148px;
    text-align: justify;
    float: left;
}
#announcement-landing-page-wrapper .announcement-landing-page-block-divider-center{
    background: url('../images/announcements/center-divider.png') center no-repeat;
    width: 13px;
    height: 170px;
    text-align: justify;
    float: left;
}
#announcement-landing-page-wrapper .clear-box{
    clear: both;
}

/*****************************************************
  PAGE: paging
*****************************************************/
#page .page-paging{
    clear: both;
    width: 100%;
}
#page .page-paging ul{
    float: right;
    height: 24px;
    margin: 20px 0;
    list-style: none;
    padding: 0;
}
#page .page-paging ul li{
    float: left;
    height: 24px;
    margin: 0;
    line-height: 23px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
#page .page-paging ul li a{
    color: #ffffff;
    text-decoration: none;
}
#page .page-paging ul li a:hover{
    opacity: 0.85;
    text-decoration: underline;  
}
#page .page-paging ul li.page-paging-first{
    padding-left:10px;
    padding-right:10px;
    background: url('../images/paging/paging-prev.png') no-repeat;
}
#page .page-paging ul li.page-paging-number{
    width: 25px;
    background: url('../images/paging/paging-number.png') no-repeat;
}
#page .page-paging ul li.page-paging-last{
    width: 50px;
    background: url('../images/paging/paging-next.png') no-repeat;
}
#page .page-paging ul li.paging-active{
    background: #673737;
}

#page .page-paging ul li.disabled a, #page .page-paging ul li.disabled{
    color:#a39292;
}

/*****************************************************
  Profile Validation
*****************************************************/
#content .field-validation-valid
{
    display: none;
}

#content .input-validation-error
{
    background-color: #FFEDBE;
}

#content .validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

#content .validation-summary-valid
{
    display: none;
}

/*****************************************************
  ALERTS
*****************************************************/
#content .alerts {
  background: url("../images/layout/bg-shadow-table.gif") no-repeat scroll left bottom white;
  margin: 0px 0px 8px 0;
  padding: 6px 6px 11px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px; }
  #content .alerts p.title {
    margin:  0 0 5px;
    padding: 8px 7px 8px 27px;
    font-size: 12px;
    color: #8e6a08;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 2px 2px 1px #ffffff;
    background: #ffedbe url("../images/forms/icon-warning.png") 5px 8px no-repeat; }
   #content .rightLink
   {
       float:right;
       
   }
   #content .rightLink a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #8E6A08;
  vertical-align: baseline;
  background: transparent;
  text-decoration: underline; }

 #content .rightLink a:hover {
  text-decoration: underline; }
  
   #content .rightLink a:hover img {
    opacity: 0.85; }
    
    
    
/*****************************************************
  PAGE: Reporting
*****************************************************/


#report-list
{
    margin-bottom:10px;
}
.report-description
{
    margin-bottom:10px;
    }

.kpiUp
{color:#05bb01;
 background:url("../images/reporting/ico_up-green.png") no-repeat right;
 text-align:right;
 padding-right:15px;
 } 

.kpiDown
{color:#bd0000;
  background:url("../images/reporting/ico_down-red.png") no-repeat right 8px;
 text-align:right;
 padding-right:15px;
 
 }
.kpiSame
{
 text-align:right;
 padding-right:15px;
 
}



.rounded {
  border-radius:1ex;
   -webkit-border-radius:1ex;
  -moz-border-radius:1ex;

} 

#AjaxProcessingMessage
{
    
    padding:20px;
}

#message {
    font-family:Arial,Helvetica,sans-serif;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:99999;
    text-align:center;
    font-weight:bold;
    font-size:20px;
    color: rgb(82,146,20);
    padding:20px 0px 20px 0px;
    background-color:#E6EFC2;
    border:2px solid #C6D880;
}

#message.error
{
     color: #921414;
     background-color:#EFC2C2;
      border:2px solid #D88080;
}

#message span {
    text-align: center;
    width: 95%;
    float:left;
}

.close-notify 
{
    font-size:12px;
    white-space: nowrap;
    float:right;
    margin-right:10px;
    color:rgb(82,146,20);
    text-decoration:none;
    border:2px rgb(82,146,20) solid;
    padding-left:3px;
    padding-right:3px
}


#message.error .close-notify {color: #921414;border:2px solid #921414;}


/*###### STORE LOCATOR ######*/


#NewsagentResults
{
    margin-top:20px;    
}

#NewsagentResults p.Name
{
    font-weight:bold;
}

#NewsagentResults p.NoResults
{
    font-weight:bold;
    color:Red;
}

#StoreLocatorResult
{
    background-image: url('/images/campaigns/store-locator-content-background.png');
    background-repeat: no-repeat;
    height:79px;
}

#StoreLocatorResult p.Distance
{
    font-size: 24px;
position: absolute;
margin-left: 10px;
margin-top: 13px;
width: 75px;
text-align: center;
font-weight: bold;
}
#StoreLocatorResult p.DistanceMeasurement
{
     font-size: 11px;
    position: absolute;
    margin-left: 10px;
    margin-top: 42px;
    width: 75px;
    text-align: center;
    font-weight: bold;
}
#StoreLocatorResult p.Name
{
    font-size: 15px;
position: absolute;
margin-left: 94px;
margin-top: 6px;
text-align: center;
font-weight: bold;
}
#StoreLocatorResult p.AddressAndPhone
{
    font-size: 14px;
    position: absolute;
    margin-left: 94px;
    margin-top: 24px;
    text-align: center;
    font-weight: bold;
    color: #68803E;
}

#StoreLocatorResult p.ViewDirectionsLink
{
    font-size: 12px;
position: absolute;
margin-left: 118px;
margin-top: 45px;
text-align: center;
}
#StoreLocatorResult p.ViewDirectionsLink a
{ 
    color: #6C6D6E;
}


/*
*******************************
Page: Marketing Material
*******************************
*/

#page  .marketing-tabs
{
position: relative;
width: 700px;
height: 545px;
top: 10px;
}

/* Start of Jquery Tabs*/
#tabs 
{
	font-size: 90%;
	position:relative;
	top:-2.4em;
}
#tabs ul{
	float: left;
	position:relative;
	margin-left:-25px;
	
	}
#tabs li {
	margin-left: 5px;
	list-style: none;
	background:#FFFFFF;
	border-top-left-radius: 3px ;
	border-top-right-radius: 3px ;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-radius:3px
}
* html #tabs li {
	display: inline;
	
}

#tabs li, #tabs li a {
	float: left;
	text-decoration:none;
}
#tabs ul li.active {
	background: #ad2525;
	color:#FFFFFF;
}
#tabs ul li.active  a:hover{
	background: #ad2525;
	color:#FFFFFF;
}
#tabs ul li.active a {
	color: #fff;
}
#tabs ul li a:hover {
	color:#bb0000;
	text-decoration:none;
}

#tabs ul li a {
	text-decoration: none;
	padding:7px 14px 7px 14px;
	color: #6c6d6e;
	font-weight: bold;
}
/* End of Jquery Tabs*/

/* Red bar Under Tabs*/
.bar
{
position:relative; top:-3.9em;
width:668px;
height:4px;
}
#page  .marketing-tabs .total-files
{
	position:relative;
	float:right;
	color:6c6d6e;
	padding-right:35px;
	text-shadow: white 2px 2px 4px;
	font-size:14px;
	top:-20px;
	font-weight:bold;
	margin-top: 17px;
	}
	
#page  .marketing-tabs .showed-files
{
	position:relative;
	top:-30px;
	font-size:14px;
	font-weight:bold;
	text-shadow: white 2px 2px 4px;
	float: left;
}

#page  .gallery 
{  
position: absolute;
width:680px;
height:auto;
clear: both;
}

#page  .gallery .column-one-gallery
{  
    
position: relative;
display: inline;
float:left;
background:url(../images/marketing/holder.png) no-repeat;
width:150px;
height:214px;
margin-right:20px;
margin-bottom:20px;
z-index:1;
}

#page  .gallery  .column-one-gallery    .detail-bottom  p.heading
{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:compact;
	color:#3d3e3e;
	position:relative;
	top:8px;
	margin:0px;
	text-align:center;
	letter-spacing:-.085em;
	text-transform:uppercase;
	z-index:-1;
}
#page  .gallery  .column-one-gallery   .detail-bottom   p.detail
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;display:compact;
	position:relative;
	color:#6c6d6e;
	margin:0px;
	top:8px;
	letter-spacing:-.0835em;
	padding-left:1px;margin-left:10px; margin-right:10px;

}



#page .custom-detail
{
    display:block;
	background:url(../images/marketing/magic-stick1.png) no-repeat;
	width:245px;
	height:26px;
	position:relative;
	top:18px;
}  

.inactive
{
position:relative; top:5px; padding:1px 7px 7px 7px;
width:138px ;height:134px;
}
/*
/////////////////////////////////////////////////////////////////////
pagging
/////////////////////////////////////////////////////////////////////
*/


#page .marketing-page-paging{
  display:block;
  clear: both;
  width:auto;
  height:80px;
  top:0px;
  position:relative;
  color:White;
}

#page .marketing-page-paging ul{
 float: right;
 height: 24px;
 margin: 35px 0px;
 list-style: none;

 padding: 0px;color:White;
}
#page .marketing-page-paging ul li{
  float: left;
  height: 24px;
  margin: 0px;
  line-height: 23px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;color:White;

  list-style:none;
}
#page  .marketing-page-paging ul li a{
 
  text-decoration: none;
  position:relative;
  top:0px; color:White;
}
 #page .marketing-page-paging ul li a:hover{

  opacity: 0.85;
  text-decoration: underline;  color:White;
}
#page .marketing-page-paging ul li.marketing-page-paging-prev{
  width: 71px;
 
  
  background: url('../images/marketing/pagging-prev.png') no-repeat;
}
 #page .marketing-page-paging ul li.marketing-page-paging-number{
  width: 25px;
  
  background: url('../images/marketing/pagging-number.png') no-repeat;
}
#page .marketing-page-paging ul li.marketing-page-paging-next{
  width: 50px;
 
  background: url('../images/marketing/pagging-next.png') no-repeat;
}
 #page .marketing-page-paging ul li.paging-active{
  background: #673737;
}

#page .marketing-page-paging  ul li.paging-deactive a
{
  color:#baa3a3;
}

#page .imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
#page .imgteaser a {
	text-decoration: none;
	float: left;
}
#page .imgteaser a img {
position:relative;
    top:6px;
	float: left;
	text-decoration:none;
	padding:1px 7px 7px 7px;
    margin: 0;
	border: none;
	width:138px;
	height:132px;	
}

#page .gallery  .column-one-gallery  .imgteaser  a:hover .descfalse
{
	display: block;
	background:url(/images/marketing/hover.png) no-repeat;
	opacity:.95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";/*--IE 8 Transparency--*/
	filter:alpha(opacity=75); 
	position:absolute;
	top:6px;
	padding:0px 10px 22px 17px;
	-moz-border-radius:3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
	margin-left:7px;
	width: 135px;
	height:118px;
	
}

#page .gallery  .column-one-gallery  .imgteaser a.popup:hover .desctrue{
	display: block;
	background:url(/images/marketing/customize-hover.png) no-repeat;
	opacity:.95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";/*--IE 8 Transparency--*/
	filter:alpha(opacity=75); 
	position:absolute;
	top:6px;
	padding:0px 10px 22px 17px;
	-moz-border-radius:3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
	margin-left:7px;
	width: 135px;
	height:118px;
	z-index:999;
}

/*************/
.radio_ul{ 
   float: left;
   position:relative;
    height: 33px;
    /*padding-left: 10px;*/
    left:-10px;
    padding-top: 9px;
	vertical-align:sub;
	margin:0px;  /*  width: 476px;*/
}
.radio_ul li{
	float:left;
	text-shadow: 2px 2px 1px #ffffff;
    font-size:13px;
	letter-spacing:-.02em;
    font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#343638;
	padding-right:10px;
	list-style:none;
}

.radio_ul li .radio-text{
	float:left;
	position:relative;
	text-shadow: 2px 2px 1px #ffffff;
    font-size:13px;

	letter-spacing:-.05em;
    font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#999999;
	padding-right:10px;
	top:3px;
	list-style:none;
	left:2px;
}

.radio_ul li .radio-text-switch{
	float:left;
	position:relative;
	text-shadow: 2px 2px 1px #ffffff;
    font-size:14px;
	color:#343638;
	letter-spacing:-.05em;
    font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#585b5e;
	padding-right:14px;
	top:3px;
	list-style:none;
}


#logon-outer h1, #logon-outer h2, #logon-outer h3, #logon-outer h4, #logon-outer h5, #logon-outer h6
{
    text-shadow:none;
}

.Intro
{
    clear: both;
    margin-bottom: 15px;
}

.Intro #breadcrumb_bar, .Intro p
{
    
}

.IconIntro #breadcrumb_bar, .IconIntro p
{
    width: 530px;
}
#page .Intro p,#page .IconIntro p
 {
     margin-top:10px;
 }
.ReportIntro #breadcrumb_bar, .ReportIntro p
{
     width: 830px;
}

.SalesIncentiveIntro #breadcrumb_bar, .SalesIncentiveIntro p
{
     width: 500px;
}

.CampaignIntro
{   
    min-height: 106px;
    background: url("../images/dashboard/img5.png") no-repeat scroll right bottom transparent
}

.SalesIncentiveIntro
{   
    min-height: 106px;
    background: url("../images/dashboard/img6.png") no-repeat scroll right bottom transparent
}

.ProfileIntro
{   min-height: 106px;
    background: url("../images/dashboard/img1.png") no-repeat scroll right bottom transparent
}

.MarketingMaterialIntro

{   min-height: 106px;
    background: url("../images/dashboard/img3.png") no-repeat scroll right bottom transparent
}

.ReportIntro
{   min-height: 106px;
    background: url("../images/dashboard/img2.png") no-repeat scroll right bottom transparent
}