@media all
{
 
  * { margin:0; padding: 0 }

  option { padding-left: 0.4em }

  * html body * { overflow:visible; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }

  html { height: 100%; margin-bottom: 1px; }
  body {
    font-size: 100.01%;

    color: #000;
    background: #fff;
    text-align: left;
  }

  fieldset, img { border: 0 solid; }

  ul, ol, dl { margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }

  blockquote { margin: 0 0 1em 1.5em; }

  #header { position:relative }

  #topnav {
    position:absolute;
    top: 10px;
    right: 10px;

    text-align: right;
  }

  #header, #nav, #main, #footer { clear:both; }

  #col1 { float: left; width: 200px }
  #col2 { float:right; width: 200px }
  #col3 { width:auto; margin: 0 200px }

  #col1 {z-index: 3}
  #col2 {z-index: 5}
  #col3 {z-index: 1}
  #col1_content {z-index: 4}
  #col2_content {z-index: 6}
  #col3_content {z-index: 2}

  #col1_content, #col2_content, #col3_content { position:relative }

  .hideboth #col3 {margin-left: 0; margin-right: 0}
  .hidecol1 #col3 {margin-left: 0; margin-right: 200px}
  .hidecol2 #col3 {margin-left: 200px; margin-right: 0}

  .hideboth #col1, .hideboth #col2 {display:none}
  .hidecol1 #col1 {display:none}
  .hidecol2 #col2 {display:none}

   .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
  }

  .clearfix { display: block }
  .floatbox { overflow:hidden }
  #ie_clearing { display: none }

  .subcolumns, .subcolumns_oldgecko {
    width: 100%;
    overflow:hidden;
  }

  .subcolumns_oldgecko { float:left }

  .c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; }
  .c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; margin-left: -5px; }

  .c25l, .c25r { width: 25% }
  .c33l, .c33r { width: 33.333% }
  .c50l, .c50r { width: 50% }
  .c66l, .c66r { width: 66.666% }
  .c75l, .c75r { width: 75% }
  .c38l, .c38r { width: 38.2% }
  .c62l, .c62r { width: 61.8% }

  .subc  { padding: 0 0.5em }
  .subcl { padding: 0 1em 0 0 }
  .subcr { padding: 0 0 0 1em }

  .skip, .hideme, .print {
    position: absolute;
    top: -1000em;
    left: -1000em;
    height: 1px;
    width: 1px;
  }
  .skip:focus, .skip:active {
    position: static;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
  }
}

@media all
{
  body { 
    background: #e2e3e4 url(http://xn--ubt18p.com/templates/yget/images/back.png) no-repeat top left;
    color: #414141;
  }

  #page_margins {
    width: 970px;
    margin: 0 auto; 
    border: 0px #e2e3e4 solid; 
  }
  
  #page{ }

  body { text-align: center }
  #page_margins { text-align:left }

  #header {
    background: none;
    padding: 0px; 
    min-height: 124px;
  }
  
  * html #header { height: 124px; }

  #topnav { 
    text-align: left;
    margin-left: 335px;
    padding: 0px 0px 0px 0px; 
    position: relative;
    top: auto;
    right: auto;
  }

  #topnav div#channels-nav { 
    background: url(http://xn--ubt18p.com/templates/yget/images/logo-tail.png) no-repeat 1.5em 100%;
    padding-bottom: 9px; /* same as the height of the image -3px for the bottom corners */
  }
  
  /* Style logo */
  div#header h2#logo{
    overflow: hidden;
    display: block;
    width: 227px;
    height: 51px;
    position: absolute;
    top: 50px;
    left: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #col1_content h1 {
    margin-top: 15px;
  }
  
  #nav {
    margin-top: 15px;
    min-height: 54px;
    position: relative;
  }
  * html #nav {height: 54px;}

  #main { 
    background: #fff;
    padding: 0 0 40px 0; /* a padding at the bottom keeps the footer nicely separate */
  }
  
  /* -- rounded corners for the main content block -- */
  main-corner-top.corner-top { background-position:-3px -63px; }
  main-corner-top.corner-top span { background-position: 0px -45px; }
  

  /* -- Design and adjustment for footer -- */
  #footer { 
    background: #E2E3E4 url(/graphics/sites/all/themes/nova/default/images/squid_sub.png) no-repeat bottom right;
    padding: 0px 0px 151px 0px; /* Note: the bottom padding fit the size of the background image */
  }
  
  /* -- Style of section title -- */
  div#nav h2.section-title {
    font-size: 175%;
    margin-left: 15px;
  }

  #col1 { width: 25% }
  #col1_content { margin:0 0 0 0; padding: 10px 10px 10px 20px; }

  #col2 { width: 25% }
  #col2_content { margin:10px 0 0 0; padding: 10px 20px 10px 10px; }

  #col3 { margin: 0 25% }
  #col3_content { margin:10px 0 0 0; padding: 10px }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * -- Rounded corners (generic styles) --
   *
   * By default, a silver grey container is displayed. Prepend/Append the following
   * code to your container to display corners:
   *
   *     <span class="corner-top"><span></span></span>
   *     <span class="corner-bottom"><span></span></span>
   *
   * Then override the position of the background image and the tile color:
   *
   *     .yourtile { background:#414141; }
   *     .yourtile .corner-top { background-position:-3px -33px; }
   *     .yourtile .corner-top span { background-position: 0px -33px; }
   *     .yourtile .corner-bottom { background-position:-3px -30px; }
   *     .yourtile .corner-bottom span { background-position: 0px -30px; }
   *
   * (Note: Don't touch the first number, only modify the second. The top corners
   * usually have three pixels less than the bottom corners).
   */

  .corner-top {
    display: block;
    height: 3px;
    margin-bottom: -3px;
    position: relative; /* need it for elements with position relative */
    z-index: 10;
    overflow: hidden;
    background: url(http://xn--ubt18p.com/templates/yget/images/corners.png) no-repeat -3px -51px;
  }

  .corner-top span {
    display: block;
    width: 3px;
    height: 3px;
    float: right;
    background: url(http://xn--ubt18p.com/templates/yget/images/corners.png) no-repeat 0px -51px;
  }

  .corner-bottom {
    display: block;
    height: 3px;
    clear: both;
    margin-top: -3px;
    /*position: relative; /* need it for elements with position relative */
    z-index: 10;
    overflow: hidden;
    background: url(http://xn--ubt18p.com/templates/yget/images/corners.png) no-repeat -3px -48px;
  }

  .corner-bottom span {
    display: block;
    width: 3px;
    height: 3px;
    float: right;
    background: url(http://xn--ubt18p.com/templates/yget/images/corners.png) no-repeat 0px -48px;
  }
  
  /* -- End: Rounded corners -- */
  
  
  
}


@media screen
{

  /* #col1 becomes main column | Linke float-Spalte wird zur Inhaltsspalte */
  #col1 { width: 655px; }
  #col1_content { padding: 0px 20px 0px 15px; }

  /* hide #col2 | Rechte Spalte abschalten */
  #col2, #col2_content { display:none }

  /* #col3 moves to the right | Linken Randabstand anpassen - #col3 wird zur Randspalte */
  #col3 { 
    width: 315px;
    margin-left:655px; 
    margin-right:0; 
  }
  #col3_content { padding: 0px 15px 0px 0px; }
}

@media all
{
  html * { font-size: 100.01% }
  textarea, pre, tt, code {
    font-family: "Courier New", Courier, monospace;
  }
  body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 75.00%;
    color: #414141;
  }

  h1,h2,h3,h4,h5,h6 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Arial, sans-serif;
    font-weight: bold;
    margin: 0 0 0.25em 0;
  }

  h1,h2,h3,h4 { line-height:110%; }

  h5,h6 {
    font-weight: normal;
     line-height:140%;
  }

  h1 { font-size: 175%; }                        /* 21px */
  h2 { font-size: 133.33%; }                     /* 16px */
  h3 { font-size: 125%; }                        /* 15px */
  h4 { font-size: 116.67%; color: #000; }        /* 14px */
  h5 { font-size: 116.67%;}                     /* 14px */
  h6 { font-size: 116.67%;  font-style:italic }  /* 14px */

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | Textauszeichnung ### */

  cite { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }
  .note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
  .important { color: #E40E62; font-weight: bold; }
  .warning {background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}
  .info {font-size: .9em;}
  .hint {color: #247cd9;}
  .tags {margin: 10px auto;}

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
  .center { text-align:center; margin: 0.5em auto }

  a {
    color: #247cd9;
    text-decoration: none;
    outline: none; /* remove dots in FF */
  }
  a:focus,
  a:hover,
  a:active {
    color:#414141;
  }

  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color:#414141;
  }
  h1 a:focus, h1 a:hover, h1 a:active,
  h2 a:focus, h2 a:hover, h2 a:active,
  h3 a:focus, h3 a:hover, h3 a:active,
  h4 a:focus, h4 a:hover, h4 a:active,
  h5 a:focus, h5 a:hover, h5 a:active,
  h6 a:focus, h6 a:hover, h6 a:active {
    color: #247cd9;
  }

  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  th,td { padding: 0.5em; }
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }

  input.error,
  select.error {
    border: 2px solid #E40E62;
  }

  .error-message {
    margin: 5px 0px;
    color: #E60E64;
  }

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }

  .tide-space{
    margin: 0pt;
    padding: 0pt;
    display: inline;
    letter-spacing: -0.1em;
  }

}


@media print
{

  body, #page_margins, #page, #main {margin:0; padding: 0; border: 0;}
  #page_margins, #page {width: 100% !important; min-width:0; max-width: none}
  #header {height: auto}
  #footer {display: none}
  #topnav {display: none}
  #nav {display:none}
  #search {display: none}

  .c25l, .c33l, .c38l, .c50l, .c62l, .c66l, .c75l,
  .c25r, .c33r, .c38r, .c50r, .c62r, .c66r, .c75r {
    width: 100%; margin:0; float:none; overflow:visible; display:table;
  }
  .subc, .subcl, .subcr  {margin: 0; padding: 0;}

  body * {font-family: "Times New Roman", Times, serif}
  code, pre { font-family:"Courier New", Courier, mono}
  body {font-size: 12pt}

  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }

  abbr[title]:after, acronym[title]:after {content: '(' attr(title) ')'}

  #page a[href^="http:"], #page a[href^="https:"]
  {
    padding-left: 0;
    background-image: none;
  }

  a[href]:after {
    content:" <URL: "attr(href)">";
    color:#444;
    background:inherit;
    font-style:italic;
  }

  #col1_content:before, #col2_content:before, #col3_content:before {
    content: "";
    color:#888;
    background:inherit;
    display:block;
    font-weight:bold;
    font-size:1.5em;
  }
  
  .floatbox,
  .subcolumns, 
  .subcolums_oldgecko { 
    overflow:visible; 
    display: table; 
  }

}

@media print
{
  #col1, #col1_content { float:none; width: 100%; margin: 0; padding: 0; border: 0}

  #col2 {display:none}
  #col3 {display:none}
}


@media all
{
  div.navigation-main {
    /* containing floats in IE */
    width: 100%;
    overflow: hidden;
    /* containing floats in all other browsers */
    float: left;
    display: inline;
    /* Repeat the main color from the image */
    line-height: 0;
    position: absolute;
    bottom: 0;
  }
  
  div.navigation-main ul {
    /* Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    margin: 10px 0 0 15px;
    padding: 0;
  }
  
  div.navigation-main ul li {
    /* Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 91.67%; /* 11px from 12px */
    font-weight: bold;
    line-height: 1em;
    list-style-type: none;
    margin: 0 5px 0 0;
    padding: 0;
    color: #fff;
    background: #414141;
    width: 10.5em;
  }
  
  div.navigation-main ul li.newpassword {
    width: 15em;
  }
  
  div.navigation-main ul li.active {
    background: #247cd9;
    color: #ffffff;
  }
  
  div.navigation-main ul li a,
  div.navigation-main ul li strong {
    background: transparent;
    color: #ffffff;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0.5em;
    text-decoration: none;
    text-align: center;
  }
  
  div.navigation-main ul li a:focus,
  div.navigation-main ul li a:hover,
  div.navigation-main ul li a:active  {
    background: transparent;
    color: #cccccc;
    text-decoration: none;
  }
  
  div.navigation-main ul li.active a {
    background: transparent;
    color: #ffffff;
  }
  
  /* -- rounded corners -- */
  div.navigation-main ul li .corner-top { background-position:-3px -75px; }
  div.navigation-main ul li .corner-top span { background-position: 0px -75px; }
  div.navigation-main ul li.active .corner-top { background-position:-3px -69px; }
  div.navigation-main ul li.active .corner-top span { background-position: 0px -69px; }
}

@media all
{
  div.navigation-sub {
    overflow: hidden;
    clear:both;
    background-color: #247cd9;
    width: 620px;
  }

  div.navigation-sub ul {
    /* Bugfix: IE - Doubled Float Margin Bug */
    padding: 0;
    display: block;
    margin: 0;
    float: none;
    background-color: #247cd9;
  }
  
  div.navigation-sub ul li {
    /* Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    font-size: 91.67%; /* 11px from 12px */
    font-weight: normal;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #ffffff;
    background: transparent;
    width: auto;
    float: left;
  }
  
  div.navigation-sub ul li a {
    font-weight: normal;
  }

  div.navigation-sub ul li.active {
    font-weight: bold;
    padding-left: 15px;
  }
  div.navigation-sub ul li.active a {
    font-weight: bold;
  }
  div.navigation-sub ul li.active img {
    float: left;
    display: inline;
    margin-top: 0.8em;
  }

  div.navigation-sub ul li a,
  div.navigation-sub ul li strong {
    background: transparent;
    color: #ffffff;
    display: block;
    padding: 0 1em;
    margin: 0.8em 0 0.9em;
    border-right: 1px solid #414141;
    text-decoration: none;
    text-align: center;
  }
  
  div.navigation-sub ul li.last a,
  div.navigation-sub ul li.last strong {
    border-right-style: none;
  }

  div.navigation-sub ul li a:focus,
  div.navigation-sub ul li a:hover,
  div.navigation-sub ul li a:active  {
    background: transparent;
    color: #fff;
    text-decoration: none;
  }

  div.navigation-sub ul li.active a {
    background: transparent;
    color: #414141;
  }

  div.navigation-sub div.wrapper-454 {
    margin: 0;
  }
  div.navigation-sub div.wrapper-454 div.wrapper-body {
    padding: 1em;
    height: 1.5em;
  }
  div.navigation-sub div.wrapper-454 div.wrapper-body div.form-item {
    float: left;
    padding: 0 2em 0 0;
  }

  #main div.navigation-sub .corner-top { background-image: none;}
/*  #main div.navigation-sub .corner-bottom { background-position:-3px -6px;}
  #main div.navigation-sub .corner-bottom span { background-position:0 -6px;}*/
  /* -- corners style  --*/
  div.navigation-main div.navigation-sub .corner-top { background-position:-3px -69px;}
  div.navigation-main div.navigation-sub .corner-top span { background-position:0px -69px;}
  div.navigation-main div.navigation-sub .corner-bottom { background-position:-3px -84px;}
  div.navigation-main div.navigation-sub .corner-bottom span { background-position:0px -84px;}
}


@media all
{
  div.navigation-channels {
    width: 100%;
    overflow: hidden;
    float: none;
    display: block;
    position: relative;
  }
  
  div.navigation-channels ul {
    /* Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #414141;
  }
  
  div.navigation-channels ul li {
    /* Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 91.67%; /* 11px from 12px */
    font-weight: bold;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
  }

  div.navigation-channels ul li span.title {
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0.6em 2.5em 0.7em 0.8em;
    text-decoration: none;
    width: auto;
    background: url(/graphics/sites/all/themes/nova/default/images/menu_arrow_temp1.png) no-repeat 95% center; 
  }
    
  div.navigation-channels ul li a,
  div.navigation-channels ul li strong {
    background: transparent;
    color: #cccccc;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0.6em 0.58em 0.7em 0.58em;
    text-decoration: none;
    width: auto;
  }
  
  div.navigation-channels ul li a:focus,
  div.navigation-channels ul li a:hover,
  div.navigation-channels ul li a:active  {
    background: transparent;
    color: #fff;
    text-decoration: none;
  }
  
 div.navigation-channels ul li.active a {
    background: #247cd9;
    color: #414141;
  }
  
  div.navigation-channels .corner-bottom {
    background-position:-3px -12px; 
    margin:0;
    position:relative; top:-3px;
  }
  div.navigation-channels .corner-bottom span { background-position: 0px -12px; }
}

@media all
{
  div.navigation-services {
    /* containing floats in IE */
    width: 100%;
    overflow: hidden;
    float: none;
    display: block;
    position: relative;
    background: #eff0f0;
  }
  
  div.navigation-services ul {
    /* Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  
  div.navigation-services ul li {
    /* Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 91.67%; /* 11px from 12px */
    font-weight: bold;
    line-height: 1em;
    list-style-type: none;
    margin: 1px 0px 0px;
    padding: 0;
    color: #414141;
  }
  
  div.navigation-services ul li a,
  div.navigation-services ul li strong {
    background: transparent;
    color: #414141;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
  }
  
  div.navigation-services ul li a:focus,
  div.navigation-services ul li a:hover,
  div.navigation-services ul li a:active  {
    background: transparent;
    color: #247cd9;
    text-decoration: none;
  }

  div.navigation-services a.active {
    background: transparent;
    color: #247cd9;
  }

  div.navigation-services a.active:focus,
  div.navigation-services a.active:hover,
  div.navigation-services a.active:active {
    color: #414141;
    background: transparent;
  }

  div.navigation-services ul li a.important { color: #ed174e; }
  
  div.navigation-services ul li a.important:focus,
  div.navigation-services ul li a.important:hover,
  div.navigation-services ul li a.important:active  {
    color: #247cd9;
  }

  div.navigation-services ul li.is-signed { padding: 0.5em 0.8em; }

  div.navigation-services ul li.is-signed a {
    display: inline;
    padding: 0;
    color: #E60E64;
  }

  div.navigation-services ul li.is-signed a:hover { color: #414141; }

  /* Note: this link is outside of the list */
  div.navigation-services a.home {
    background: #BBBDBF;
    color: #414141;
    text-decoration: none;
    font-weight: bold;
    padding: 0.5em 0.8em 0.5em 0.8em;
    margin-right: 0.8em;
    display: block;
    float: left;
    font-size: 91.67%; /* 11px from 12px */
  }
  
  div.navigation-services a.home:focus,
  div.navigation-services a.home:hover,
  div.navigation-services a.home:active {
    color: #fff;
    background: #247cd9;
  }
  
  div.navigation-services .corner-top { background-position:-3px -3px; position:absolute; top:0; left:0; width:100%; }
  div.navigation-services .corner-top span { background-position: 0px -57px; }
}

@media all
{
  div.navigation-footer {
    /* containing floats in IE */
    width: 100%;
    overflow: hidden;
    background: #414141;
    position: relative;
  }
  

  div.navigation-footer h4.title {
    background:transparent url(/graphics/sites/all/themes/nova/default/images/logo-footer.png) no-repeat scroll right center;
    color:#FFFFFF;
    display:block;
    float:left;
    font-size:1.2em;
    font-weight:bold;
    line-height:32px;
    margin:0pt;
    padding:0px 0px 0px 15px;
    text-decoration:none;
    text-indent:-9999px;
    width: 126px; /* same as the background image */
  }

  div.navigation-footer ul {
    /* Bugfix: IE - Doubled Float Margin Bug */
    display:inline;
    float:left;
    margin: 0.55em 0 0 1.2em;
    padding:0pt;
  }
  
  div.navigation-footer ul li {
    /* Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 91.67%; /* 11px from 12px */
    font-weight: bold;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0.5em 0em 0.8em 0em;
    color: #fff;
  }
    
  div.navigation-footer ul li a,
  div.navigation-footer ul li strong {
    background: transparent;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0em 0.8em 0em 0.8em;
    text-decoration: none;
    width: auto;
    border-left: 1px solid #FFFFFF;
  }
  
  div.navigation-footer ul li a:focus,
  div.navigation-footer ul li a:hover,
  div.navigation-footer ul li a:active  {
    background: transparent;
    color: #247cd9;
    text-decoration: none;
  }
  
  div.navigation-footer ul li.first a,
  div.navigation-footer ul li.first strong {
    border-left: none;
  }

  div.navigation-footer ul li.active a{
    background: #247cd9;
    color: #414141;
  }
  
  div.navigation-footer .corner-top { background-position:-3px -21px; margin:0; }
  div.navigation-footer .corner-top span { background-position: 0px -21px; }
  div.navigation-footer .corner-bottom { background-position:-3px -12px; margin:0; }
  div.navigation-footer .corner-bottom span { background-position: 0px -12px; }
}
@media all
{
  div.navigation-drop {
    overflow: hidden;
    clear:both;
    background-color: #F8F0CE;
  }
  
  div.navigation-drop div.wrapper-4b4 {
    margin: 0px;
  }
  
  div.navigation-drop form {
    padding: 15px 0px 15px 10px;
  }
  
  div.navigation-drop div.form-02 div.form-item {
    margin: 0px;
  }
  
}

@media all
{
  div.navigation-login {
    position: absolute;
    right: 0px;
    top: 35px;
    width: 290px;
	float:right;
  }

  div.navigation-login ul {
    /* Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: right;
    margin: 0;
    padding: 0;
  }

  div.navigation-login ul li {
    /* Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 91.67%; /* 11px from 12px */
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 2px 5px;
    border-right: 1px solid #414141;
  }

  div.navigation-login ul li.join {
    font-weight: bold;
  }

  div.navigation-login ul li.last {
    border-right: 0px;
  }

  div.navigation-login ul li.is-signed a {
    color: #E60E64;
  }

  div.navigation-login ul li a {
    color: #414141;
  }

  div.navigation-login ul li a:hover,
  div.navigation-login ul li a:focus,
  div.navigation-login ul li a:active {
    color: #247cd9;
  }

}


@media all
{

  /* -- General style -- */
  div.wrapper-header h2 {
    background-color: transparent;
    color: #414141;
    margin: 0;
    padding: 10px 10px 8px 10px;
  }

  div.wrapper-header h2 a { 
    background-color: transparent;
    color: #414141;
    text-decoration: none;
  }
  
  div.wrapper-header h4 {
    color:#DEB406;
    font-weight:bold;
    font-size:100%;
  }
  
  div.wrapper-header span.header-button {
    display: block;
    float: right;
  }

  div.wrapper-header span.header-button a {
    display: block;
  }
  
  div.wrapper-header span.header-button a.button-01a-xs,
  div.wrapper-header span.header-button a.button-01-xs,
  div.wrapper-header span.header-button a.button-01-s,
  div.wrapper-header span.header-button a.button-01-m,
  div.wrapper-header span.header-button a.button-01-l,
  div.wrapper-header span.header-button a.button-01-xl,
  div.wrapper-header span.header-button a.button-01-xxl,
  div.wrapper-header span.header-button a.button-01-xxxl {
    color: #fff;
    font-size: 0.7em;
    line-height: 20px;
    margin: 0;
  }
  div.wrapper-header h2 em,
  div.wrapper-header h2 a.inline,
  div.wrapper-header h2 a:focus,
  div.wrapper-header h2 a:hover,
  div.wrapper-header h2 a:active {
    background-color: transparent;
    color: #247cd9;
    text-decoration: none;
    font-style: normal;
  }
  div.wrapper-header h2 a.inline:focus,
  div.wrapper-header h2 a.inline:hover,
  div.wrapper-header h2 a.inline:active {
    color: #414141;
    text-decoration: none;
    font-style: normal;
  }

  /* -- wrapper-333 sytle -- */  
  div.wrapper-333 h2 {
    font-size: 175%;
    margin: 0;
    padding: 10px 10px 20px 10px;
    color: #FFFFFF;
  }

  /* -- Customized headers -- */
  
  div#block-np_sidebar-recent-comments div.wrapper-header h2 {
    padding: 5px 0px 5px 10px;
  }
  
  div#block-np_sidebar-recent-comments div.wrapper-header img.icon-float-left {
    margin: 0px 5px 0px 0px;
  }
  
  * html div.wrapper-header h2.comments { height: 100%; } /* hack: for ie6 */

  div.wrapper-header h2.comments span { 
    float: right; 
    font-size: 80%;
    font-weight: normal;
  }

  div#now-on-this-site h2 a { color: #e40e62; }
  
  div.wrapper-header div.page-counter {
    text-align: right;
    float: right;
    display: inline;
    margin: 10px;
    font-size: 125%;
  }

  * html div#login-box div.wrapper-header h2 { width: 275px; } /* solve a bug in ie6: display close button */


}

@media all
{

  /* -- General style for div.wrapper-footer */
  div.wrapper-footer { }
  
  /* -- Style for class p.more */
  p.more {
    text-align: right;
    margin: 0;
    padding: 10px;  
    font-size: .9em; /* 10px */
  }
 
  p.more a {
    color: #414141;
    text-decoration: none;
  }
 
  p.more a:focus,
  p.more a:hover,
  p.more a:active {
    color: #247cd9;
    text-decoration: none;
  }

  p.more a span {
    color: #414141;
    height: 8px;
    padding-left: 10px;
    background: url(/graphics/sites/all/themes/nova/default/images/gray_right_arrow_temp1.png) no-repeat left center;
  }
 
  /* hack: for ie6 */
  * html p.more a {
    padding-right: 10px;    
    position: relative;
  }
 
  * html p.more a span { 
    display: block; 
    position: absolute;
  }
  /* end: ie6 hacks */

  p.more a:focus span,
  p.more a:hover span,
  p.more a:active span {
    background-position: -10px center;
  }

  /* -- Style for location form -- */
  #edit-user-location { width: 30%; }
  div.wrapper-footer a.highlight {
    display: block;
    line-height: 20px;
    height: 20px;
    padding: 10px;
  }
  div.wrapper-footer a.highlight span {display: block; float: left; margin: 0 10px 0 0;}
  div.wrapper-footer form.rss-feed { padding: 10px; }
  
  div.wrapper-footer div.pager {
    margin: 0px 0px 10px;
  }

}

@media all
{

  /* -- General style -- */

  /* -- Customized bodies -- */
  
  div#block-privatemsg-0 div.wrapper-body  {
    padding: 5px 0px 5px 10px;
  }
  
  div#block-privatemsg-0 div.wrapper-body img {
    margin-right: 10px;
  }
  
  div#block-np_sidebar-promo-what-is-np div.wrapper-body {
    padding: 15px 10px 0px 15px;
  }

}

@media all
{
  div.wrapper-more-on-this-site {
    background: #247cd9;
    color: #414141;
    padding: 10px 15px 15px 15px;
    position: relative;
  }

  div.wrapper-more-on-this-site a.back-to-top {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #414141;
    font-weight: bold;
  }

  div.wrapper-more-on-this-site a.back-to-top:hover {
    text-decoration: underline;
  }

  div.wrapper-more-on-this-site .subcolumns {
    color: #414141;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  div.wrapper-more-on-this-site .subcolumns .c33l .subcl {
    padding: 0 0 0 0;
    margin: 5px 15px 0 0; /* removed the equal height hack */
    background: #FFF;
  }

  div.wrapper-more-on-this-site .subcolumns .c33r .subcr {
    padding: 0;
    margin: 5px 0 0 0; /* removed the equal height hack */
    background: #FFF;
  }

  div.wrapper-more-on-this-site .subcolumns a {
    color: #414141;
  }

  div.wrapper-more-on-this-site .subcolumns a:hover {
    color: #247cd9;
  }

  /* -- Rounded corners -- */
  div.wrapper-more-on-this-site .subcolumns .corner-top { background-position:-3px -33px; }
  div.wrapper-more-on-this-site .subcolumns .corner-top span { background-position: 0px -33px; }
  div.wrapper-more-on-this-site .subcolumns .corner-bottom { background-position:-3px -30px; }
  div.wrapper-more-on-this-site .subcolumns .corner-bottom span { background-position: 0px -30px; }
  /* -- End: Rounded corners -- */

  /* -- Content of subcolumns -- */
  div.wrapper-more-on-this-site .subcolumns h3 {
    margin:6px 12px 0 12px;
  }

  div.wrapper-more-on-this-site .subcolumns .content-text {
    margin:6px 12px 8px 12px;
  }
  /* -- End: Content of subcolumns -- */
}


@media all
{
  /* -- general -- */
  div.wrapper-shadow {
    background: url(/graphics/sites/all/themes/nova/default/images/shadow.gif) no-repeat bottom right;
    clear: both;
    float: left;
    position: absolute;
    z-index: 5;
    margin: 10px 0 0 10px;
  }

  /* -- body -- */
  div.wrapper-shadow div.wrapper-body {
    padding: 4px 0px 0px 4px;
    display: block;
    margin: -5px 5px 5px -5px;
    position: relative;
  }

  /* -- sub bodies -- */
  div.wrapper-shadow div.wrapper-body div.wrapper-body {
    /* reset spacing */
    margin: 0;
  }

}

@media all
{

  div.horizscroll-container {
    overflow: hidden;
    position: relative;
  }

  div.horizscroll-content {
    position: relative;
    overflow: hidden;
    height: 95px;
    width: 32767px;
  }

  div.horizscroll-content div.horizscroll-item {
    display: inline;
    padding: 0px 20px 0px 0px;
  }

  div.horizscroll {
    position: relative;
    padding: 15px 37px 15px 37px;
    margin: 0 3px;
    width: 540px;
  }

  div.horizscroll a.horizscroll-left,
  div.horizscroll a.horizscroll-right {
    background:transparent url(/graphics/sites/all/themes/nova/default/images/arrow-lr-w10px-h15px.png) no-repeat scroll left top;
    display: block;
    width: 10px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    top: 50%;
    margin: -8px 10px 0 -25px;
  }

  div.horizscroll a.horizscroll-left {
    background-position:0px -60px;
  }

  div.horizscroll a.horizscroll-left:hover {
    background-position:0px -15px;
  }

  div.horizscroll a.horizscroll-right {
    right: 0;
    background-position:-10px -60px;
  }

  div.horizscroll a.horizscroll-right:hover {
    background-position:-10px -15px;
  }

  div.footage-thumb {
    display: inline;
  }

}

@media all
{


  div.wrapper-000 div.wrapper-header {
    background: #FFF;
    color: #414141;
    padding: 0px;
  }

  div.wrapper-000 div.wrapper-header h2 {
    padding: 10px 0px 8px 0px;
  }

  /* -- body -- */
  div.wrapper-000 div.wrapper-body {
    background: transparent;
    color: #414141;
  }
  
  /* -- footer -- */ 
  div.wrapper-000 div.wrapper-footer {
    background: transparent;
    color: #414141; 
  }
  
  * html div.wrapper-000 div.wrapper-footer {width:100%;}
  
  div.wrapper-000 .corner-top { background-position: 0px 0px;}
  div.wrapper-000 .corner-top span { background-position: 0px 0px;}
  div.wrapper-000 .corner-bottom { background-position: 0px 0px;}
  div.wrapper-000 .corner-bottom span { background-position: 0px 0px;}

}

@media all
{

  /* -- general -- */
  div.wrapper-0a0 { 
    margin: 15px 0px;
  }
  
  /* -- header -- */ 
  div.wrapper-0a0 div.wrapper-header {
    background: #EFF0F0 url(http://xn--ubt18p.com/templates/yget/images/corners.png) repeat-x left -168px;
    color: #414141;
  }

  /* -- body -- */  
  div.wrapper-0a0 div.wrapper-body {
    background: transparent;
    color: #414141;
  }

  /* -- footer -- */   
  div.wrapper-0a0 div.wrapper-footer {
    background: transparent;
    color: #414141;
  }

  /* -- corners style  --*/
  div.wrapper-0a0 .corner-top { background-position:-3px -51px;}
  div.wrapper-0a0 .corner-top span { background-position:0px -51px;}

}

@media all
{

  /* -- general -- */

  
  /* -- header -- */  
  div.wrapper-040 div.wrapper-header {
    background: #F8F0CE;  
    color: #414141;
    padding: 15px 0px 15px 10px;
  }
  
  /* -- body -- */
  div.wrapper-040 div.wrapper-body {
    background: transparent;
    color: #414141;
  }
  
  /* -- footer -- */ 
  div.wrapper-040 div.wrapper-footer {
    background: transparent;
    color: #414141; 
  }
  
  * html div.wrapper-040 div.wrapper-footer {width:100%;}

  /* -- corners style  --*/
  div.wrapper-040 .corner-top { background-position:-3px -87px;}
  div.wrapper-040 .corner-top span { background-position:0px -87px;}
  div.wrapper-040 .corner-bottom { background-position:-3px -84px;}
  div.wrapper-040 .corner-bottom span { background-position:0px -84px;}  

}

@media all
{

  /* -- general -- */

  
  /* -- header -- */  
  div.wrapper-055 div.wrapper-header {
    background: #247cd9;  
    color: #414141;
    padding: 15px 0px 15px 10px;
  }
  
  /* -- body -- */
  div.wrapper-055 div.wrapper-body {
    background: transparent;
    color: #414141;
  }
  
  /* -- footer -- */ 
  div.wrapper-055 div.wrapper-footer {
    background: #247cd9;
    color: #414141; 
  }
  
  * html div.wrapper-055 div.wrapper-footer {width:100%;}

  /* -- corners style  --*/
  div.wrapper-055 .corner-top { background-position:-3px -87px;}
  div.wrapper-055 .corner-top span { background-position:0px -87px;}
  div.wrapper-055 .corner-bottom { background-position:-3px -84px;}
  div.wrapper-055 .corner-bottom span { background-position:0px -84px;}  

}



@media all
{

  /* -- general -- */
  div.wrapper-1a1 {
    margin: 15px 0px;
  }

  /* -- header -- */
  div.wrapper-1a1 div.wrapper-header {
    background: #E2E3E4 url(http://xn--ubt18p.com/templates/yget/images/corners.png) repeat-x left -168px;
    color: #414141;
    border-bottom: 2px solid white;
  }

  /* -- body -- */
  div.wrapper-1a1 div.wrapper-body {
    background: #E2E3E4;
    color: #414141;
  }

  /* -- footer -- */
  div.wrapper-1a1 div.wrapper-footer {
    background: #E2E3E4;
    color: #414141;
    border-top: 2px solid white;
  }

  /* -- corners style  --*/
  div.wrapper-1a1 .corner-top { background-position:-3px -105px; }
  div.wrapper-1a1 .corner-top span { background-position: 0px -105px; }
  div.wrapper-1a1 .corner-bottom { background-position:-3px -102px; }
  div.wrapper-1a1 .corner-bottom span { background-position: 0px -102px; }

}




@media all
{

  /* -- general -- */
  div.wrapper-111 {
    margin: 10px 0px;
  }

  /* -- header -- */
  div.wrapper-111 div.wrapper-header {
    background: #E2E3E4;
    color: #414141;
  }

  /* -- body -- */
  div.wrapper-111 div.wrapper-body {
    background: #E2E3E4;
    color: #414141;
    border: 1px solid #E2E3E4;  /* note: keeps margins inside container */
  }

  /* -- footer -- */

  div.wrapper-111 div.wrapper-footer {
    background: #E2E3E4;
    color: #414141;
    border-top: 2px solid #fff;
  }

  * html div.wrapper-111 div.wrapper-footer {width:100%;}

  /* -- corners style  --*/
  div.wrapper-111 .corner-top { background-position:-3px -105px; }
  div.wrapper-111 .corner-top span { background-position: 0px -105px; }
  div.wrapper-111 .corner-bottom { background-position:-3px -102px; }
  div.wrapper-111 .corner-bottom span { background-position: 0px -102px; }

}



@media all
{

  /* -- general -- */
  div.wrapper-101-padded { 
    margin: 10px 0px;
  }
  
  /* -- header -- */  
  div.wrapper-101-padded div.wrapper-header {
    background: transparent;  
    color: #414141;
  }
  
  /* -- body -- */
  div.wrapper-101-padded div.wrapper-body {
    background: #E2E3E4;
    color: #414141;
    border: 1px solid #E2E3E4;  /* note: keeps margins inside container */
    padding: 10px;
  }
  
  /* -- footer -- */ 
  
  div.wrapper-101-padded div.wrapper-footer {
    background: #E2E3E4;
    color: #414141;
    border-top: 2px solid #fff; 
  }
  
  * html div.wrapper-101-padded div.wrapper-footer {width:100%;}

  /* -- corners style  --*/
  div.wrapper-101-padded .corner-top { background-position:-3px -51px;}
  div.wrapper-101-padded .corner-top span { background-position:0px -51px;}
  div.wrapper-101-padded .corner-bottom { background-position:-3px -48px;}
  div.wrapper-101-padded .corner-bottom span { background-position:0px -48px;}  

}

@media all
{

  /* -- general -- */
  div.wrapper-101 {
    margin: 10px 0px;
  }

  /* -- header -- */
  div.wrapper-101 div.wrapper-header {
    background: transparent;
    color: #414141;
  }

  div.wrapper-101 div.wrapper-header div.wrapper-description {
    margin-bottom: 10px
  }

  /* -- body -- */
  div.wrapper-101 div.wrapper-body {
    background: #E2E3E4;
    color: #414141;
    border: 1px solid #E2E3E4;  /* note: keeps margins inside container */
  }

  /* -- footer -- */

  div.wrapper-101 div.wrapper-footer {
    background: #E2E3E4;
    color: #414141;
    border-top: 2px solid #fff;
  }

  * html div.wrapper-101 div.wrapper-footer {width:100%;}

  /* -- corners style  --*/
  div.wrapper-101 .corner-top { background-position:-3px -105px; }
  div.wrapper-101 .corner-top span { background-position: 0px -105px; }
  div.wrapper-101 .corner-bottom { background-position:-3px -102px; }
  div.wrapper-101 .corner-bottom span { background-position: 0px -102px; }

}


@media all
{

  /* -- general -- */
  div.wrapper-100 {
    margin: 15px 0px;
  }

  /* -- header -- */
  div.wrapper-100 div.wrapper-header {
    background-color: transparent;
    color: #414141;
  }

  /* -- body -- */
  div.wrapper-100 div.wrapper-body {
    background: #E2E3E4;
    color: #414141;
    border: 1px solid #E2E3E4; /* note: keeps margins inside container */
  }

  /* -- footer -- */

  div.wrapper-100 div.wrapper-footer {
    background-color: transparent;
    color: #414141;
    border-top: 2px solid #fff;
  }

  * html div.wrapper-100 div.wrapper-footer {width:100%;}

  /* -- corners style --*/
  div.wrapper-100 .corner-top { background-position:-3px -51px;}
  div.wrapper-100 .corner-top span { background-position:0px -51px;}
  div.wrapper-100 .corner-bottom { background-position:-3px -48px;}
  div.wrapper-100 .corner-bottom span { background-position:0px -48px;}

}

@media all
{

  /* -- general -- */
  div.wrapper-262 { 
    margin: 10px 0px;
  }
  
  /* -- header -- */  
  div.wrapper-262 div.wrapper-header {
    background-color: #414141;
    color: #FFF;
  }

  div.wrapper-262 div.wrapper-header h2 {
    color: #FFF;
  }
  
  /* -- body -- */
  div.wrapper-262 div.wrapper-body {
    background: #E2E3E4;
    color: #414141;
  }
  
  /* -- footer -- */ 
  
  div.wrapper-262 div.wrapper-footer {
    background: #E2E3E4;
    color: #414141;
    border-top: 2px solid #FFF; 
  }
  
  * html div.wrapper-101 div.wrapper-footer {width:100%;}

  /* -- corners style  --*/
  div.wrapper-262 .corner-top { background-position:-3px -51px;}
  div.wrapper-262 .corner-top span { background-position:0px -51px;}
  div.wrapper-262 .corner-bottom { background-position:-3px -48px;}
  div.wrapper-262 .corner-bottom span { background-position:0px -48px;}  

}



@media all
{

  /* -- general -- */
  div.wrapper-333 {
  	margin: 15px 0px;
    background: #7E8082;
    color: #FFFFFF;
  }

  div.wrapper-333 .corner-top { background-position:-3px -99px; }
  div.wrapper-333 .corner-top span { background-position: 0px -99px; }
  div.wrapper-333 .corner-bottom { background-position:-3px -96px; }
  div.wrapper-333 .corner-bottom span { background-position: 0px -96px; }

}



@media all
{

  /* -- general -- */
  div.wrapper-454 {
    margin: 15px 0px;
  }

  /* -- header -- */
  div.wrapper-454 div.wrapper-header {
    background-color: #247cd9;
    color: #414141;
    border-bottom: 2px solid white;
  }

  /* -- body -- */
  div.wrapper-454 div.wrapper-body {
    background: #F8F0CE;
    color: #414141;
    border-bottom: 1px solid #F8F0CE; /* note: keeps the margins inside the container */
  }

  /* -- footer -- */
  div.wrapper-454 div.wrapper-footer {
    background: #F8F0CE;
    color: #414141;
    border-top: 2px solid white;
  }

  /* -- corners style  --*/
  div.wrapper-454 .corner-top { background-position:-3px -87px;}
  div.wrapper-454 .corner-top span { background-position:0px -87px;}
  div.wrapper-454 .corner-bottom { background-position:-3px -84px;}
  div.wrapper-454 .corner-bottom span { background-position:0px -84px;}

}


@media all
{

  /* -- general -- */
  div.wrapper-4b4 { 
    margin: 15px 0px;
  }
  
  /* -- header -- */ 
  div.wrapper-4b4 div.wrapper-header {
    background: #F8F0CE url(http://xn--ubt18p.com/templates/yget/images/corners.png) repeat-x left -264px;
    color: #414141;
    border-bottom: 2px solid white;
  }

  /* -- body -- */  
  div.wrapper-4b4 div.wrapper-body {
    background: #F8F0CE;
    color: #414141;
    border-bottom: 1px solid #F8F0CE; /* note: keeps the margins inside the container */
  }

  /* -- footer -- */   
  div.wrapper-4b4 div.wrapper-footer {
    background: #F8F0CE;
    color: #414141;
    border-top: 2px solid white;
  }

  /* -- corners style  --*/
  div.wrapper-4b4 .corner-top { background-position:-3px -87px;}
  div.wrapper-4b4 .corner-top span { background-position:0px -87px;}
  div.wrapper-4b4 .corner-bottom { background-position:-3px -84px;}
  div.wrapper-4b4 .corner-bottom span { background-position:0px -84px;}  

}

@media all
{
  div.wrapper-445 {
    color: #414141;
    position: relative;
    text-align: left;
  }

  div.wrapper-445 div.wrapper-header {
    background: #F7EECD;
  }

  div.wrapper-445 div.wrapper-body {
    padding: 0 15px;
    background: #F7EECD;
  }
  div.wrapper-445 div.wrapper-footer {
    padding: 10px 15px;
    color: #FFF;
    background: #247cd9;
  }

  div.wrapper-445 h2 .close {
    float: right;
  }

  div.wrapper-445 div.form-item {
    text-align: left;
  }

  /* -- Rounded corners -- */
  /* I can't tell what corners to use... just a random one */
  div.wrapper-445 .corner-top { background-position:-3px -39px; }
  div.wrapper-445 .corner-top span { background-position: 0px -39px; }
  div.wrapper-445 .corner-bottom { background-position:-3px -37px; }
  div.wrapper-445 .corner-bottom span { background-position: 0px -37px; }
  /* -- End: Rounded corners -- */

}


@media all
{

  /* -- general -- */
  div.wrapper-404 {
    margin: 10px 0px;
  }

  /* -- header -- */
  div.wrapper-404 div.wrapper-header {
    background: transparent;
    color: #414141;
  }

  div.wrapper-404 div.wrapper-header div.wrapper-description {
    margin-bottom: 10px
  }

  /* -- body -- */
  div.wrapper-404 div.wrapper-body {
    background: #F8F0CE;
    color: #414141;
    border-bottom: 1px solid #F8F0CE; /* note: keeps the margins inside the container */
  }

  /* -- footer -- */

  div.wrapper-404 div.wrapper-footer {
    background: #F8F0CE;
    color: #414141;
    border-top: 2px solid white;
  }

  * html div.wrapper-404 div.wrapper-footer {width:100%;}

  /* -- corners style  --*/
  div.wrapper-404 .corner-top { background-position:-3px -105px; }
  div.wrapper-404 .corner-top span { background-position: 0px -105px; }
  div.wrapper-404 .corner-bottom { background-position:-3px -102px; }
  div.wrapper-404 .corner-bottom span { background-position: 0px -102px; }

}


@media all
{

  /* -- general -- */
  div.wrapper-400 {
    margin: 15px 0px;
  }

  /* -- header -- */
  div.wrapper-400 div.wrapper-header {
    background-color: transparent;
    color: #414141;
  }

  div.wrapper-400 div.wrapper-header div.wrapper-description {
    margin-bottom: 10px
  }

  /* -- body -- */
  div.wrapper-400 div.wrapper-body {
    background: #F8F0CE;
    color: #414141;
    border-bottom: 1px solid #F8F0CE; /* note: keeps the margins inside the container */
  }

  /* -- footer -- */

  div.wrapper-400 div.wrapper-footer {
    background-color: transparent;
    color: #414141;
    border-top: 2px solid white;
  }

  * html div.wrapper-400 div.wrapper-footer {width:100%;}

  /* -- corners style  --*/
  div.wrapper-400 .corner-top { background-position:-3px -105px; }
  div.wrapper-400 .corner-top span { background-position: 0px -105px; }
  div.wrapper-400 .corner-bottom { background-position:-3px -102px; }
  div.wrapper-400 .corner-bottom span { background-position: 0px -102px; }

}


@media all
{

  /* -- general -- */
  div.wrapper-505 {
    margin: 10px 0px;
  }

  /* -- header -- */
  div.wrapper-505 div.wrapper-header {
    background: transparent;
    color: #414141;
  }

  div.wrapper-505 div.wrapper-header div.wrapper-description {
    margin-bottom: 10px
  }

  /* -- body -- */
  div.wrapper-505 div.wrapper-body {
    background: #247cd9;
    color: #414141;
    border: 1px solid #247cd9;  /* note: keeps margins inside container */
  }

  /* -- footer -- */

  div.wrapper-505 div.wrapper-footer {
    background: #247cd9;
    color: #414141;
    border-top: 2px solid #fff;
  }

  * html div.wrapper-505 div.wrapper-footer {width:100%;}

  /* -- corners style  --*/
  div.wrapper-505 .corner-top { background-position:-3px -9px; }
  div.wrapper-505 .corner-top span { background-position: 0px -9px; }
  div.wrapper-505 .corner-bottom { background-position:-3px -6px; }
  div.wrapper-505 .corner-bottom span { background-position: 0px -6px; }

}


@media all
{

  /* -- general -- */
  div.wrapper-6a0 { 
    margin: 15px 0px;
  }
  
  /* -- header -- */ 
  div.wrapper-6a0 div.wrapper-header {
    background: #EFF0F0 url(http://xn--ubt18p.com/templates/yget/images/corners.png) repeat-x left -168px;
    color: #414141;
    border-bottom: 2px solid white;
  }

  /* -- body -- */  
  div.wrapper-6a0 div.wrapper-body {
    background: #414141;
    color: #FFFFFF;
  }

  /* -- footer -- */   
  div.wrapper-6a0 div.wrapper-footer {
    background: transparent;
    color: #414141;
  }

  /* -- corners style  --*/
  div.wrapper-6a0 .corner-top { background-position:-3px -51px;}
  div.wrapper-6a0 .corner-top span { background-position:0px -51px;}
  div.wrapper-6a0 .corner-bottom { background-position:-3px -48px;}
  div.wrapper-6a0 .corner-bottom span { background-position:0px -48px;}  

}

@media all
{

  /* -- general -- */
  div.wrapper-606 { 
    margin: 10px 0px;
  }
  
  div.wrapper-606 a,
  div.wrapper-606 p.more a { 
    color: #FFFFFF; 
  }
  
  div.wrapper-606 a:hover,
  div.wrapper-606 p.more a:hover {
    color: #247cd9; 
  }
  
  div.wrapper-606 a {
    padding: 0px;
  }

  /* -- header -- */  
  div.wrapper-606 div.wrapper-header {
    background: transparent;  
    color: #414141;
  }

  /* -- body -- */  
  div.wrapper-606 div.wrapper-body {
    background: #414141;
    color: #FFFFFF;
    border: 1px solid #414141;  /* note: keeps margins inside container */
  }
  
  /* -- footer -- */ 
  
  div.wrapper-606 div.wrapper-footer {
    background: #414141;
    color: #FFFFFF;
    border-top: 2px solid #7E8082; 
  }
  
  * html div.wrapper-606 div.wrapper-footer {width:100%;}

  /* -- corners style  --*/
  div.wrapper-606 .corner-top { background-position:-3px -27px;}
  div.wrapper-606 .corner-top span { background-position:0px -27px;}
  div.wrapper-606 .corner-bottom { background-position:-3px -24px;}
  div.wrapper-606 .corner-bottom span { background-position:0px -24px;}  

}


@media all
{

  /* -- general -- */
  div.wrapper-707 { 
    margin: 10px 0px;
  }
  
  div.wrapper-707 a,
  div.wrapper-707 p.more a { 
    color: #FFFFFF; 
  }
  
  div.wrapper-707 a:hover,
  div.wrapper-707 p.more a:hover {
    color: #414141; 
  }

  /* -- header -- */  
  div.wrapper-707 div.wrapper-header {
    background: transparent;  
    color: #414141;
  }

  /* -- body -- */  
  div.wrapper-707 div.wrapper-body {
    background: #E60E64;
    color: #FFFFFF;
    border: 1px solid #E60E64;  /* note: keeps margins inside container */
  }
  
  /* -- footer -- */ 
  
  div.wrapper-707 div.wrapper-footer {
    background: #E60E64;
    color: #FFFFFF;
  }
  
  * html div.wrapper-707 div.wrapper-footer {width:100%;}

  /* -- corners style  --*/
  div.wrapper-707 .corner-top { background-position:-3px -93px;}
  div.wrapper-707 .corner-top span { background-position:0px -93px;}
  div.wrapper-707 .corner-bottom { background-position:-3px -90px;}
  div.wrapper-707 .corner-bottom span {background-position:0px -90px;}  

}
@media all
{

  ul.list-01 {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  ul.list-01 li {
    border-bottom: 2px solid #fff;
    padding: 15px 10px 15px 10px;
    margin: 0;
  }
  
  ul.list-01 li.last { border-bottom: none; }

  ul.list-01 div.content-media { 
    float: left;
    display: inline;
  }

  ul.list-01 div.content-text a {
    font-size: 100%;
    text-decoration: none;
    /* color: #414141; Note: Don't change the color of the link or all the list in the front page will get affected */
  }
  
  ul.list-01 div.content-text a:hover {
    font-size: 100%;
    color: #247cd9;
  }

  ul.list-01 li.item-w-media div.content-text { 
    margin-left: 40px;
 }

  ul.list-01 li h3 {
    font-size: 100%;
    font-weight: bold;
  }

  ul.list-01 li p { margin: 0; }

  ul.list-01 li p.info-02 { color: #9D9997; }

  ul.list-01 h3 a {
    color: #414141;
    background: none;
    text-decoration: none; 
  }
 
  ul.list-01 h3 a:focus,
  ul.list-01 h3 a:hover,
  ul.list-01 h3 a:active {
    color: #247cd9;
    background: transparent;
    text-decoration: none;
  }

  ul.list-01 blockquote {
    margin: 0px;
    background: url(/graphics/sites/all/themes/nova/default/images/quotes-left.png) left top no-repeat;
    font-style: normal;
  }

  ul.list-01 blockquote div {
    padding: 0 20px;
    margin-left: 0px;
    background: transparent url(/graphics/sites/all/themes/nova/default/images/quotes-right.png) right bottom no-repeat;
  }
  ul.list-01 blockquote div a {
    color: #414141;
  }

  /* Customizations for the newsroom tips page */
  ul.list-01.tips div.content-text h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 2px;
    padding-bottom: 3px;
  }

  ul.list-01.tips div.content-text h2.large-icon {
    padding-left: 50px;
    background:transparent url(/graphics/sites/all/themes/nova/default/images/sprite-buttons-grey_40.png) no-repeat;
  }

  ul.list-01.tips h2 a {
    text-decoration: none;
  }
  
  p.more img {
    margin-left: 10px;
  }
}
@media all
{

  ul.list-02 {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  ul.list-02 li {
    padding: 10px;
    margin: 0;
  }
  
  ul.list-02 div.content-media { 
    float: left;
    display: inline;
  }

  ul.list-02 li.item-w-media div.content-text { 
    margin-left: 40px;
 }

  ul.list-02 li h2 { font-weight: bold; }

  ul.list-02 li p { margin: 0; }

  ul.list-02 li p.info { font-size: .9em; }

  ul.list-02 h2 a {
    color: #414141;
    background: none;
    text-decoration: none; 
  }
 
  ul.list-02 h2 a:focus,
  ul.list-02 h2 a:hover,
  ul.list-02 h2 a:active {
    color: #247cd9;
    background: transparent;
    text-decoration: none;
  }

  ul.list-02 blockquote {
    margin-left: 0px;
    background: url(/graphics/sites/all/themes/nova/default/images/quotes-left.png) left top no-repeat;
    font-style: normal;
  }

  ul.list-02 blockquote div {
    padding: 0 20px;
    margin-left: 0px;
    background: transparent url(/graphics/sites/all/themes/nova/default/images/quotes-right.png) right bottom no-repeat;
  }

}
@media all
{
  ul.list-03 {
    list-style-type: none;
    margin: 0;
    padding: 6px 0 0 0;
  }

  ul.list-03 li {
    float: left;
    display: inline;
    margin: 0 6px 6px 0px;
  }

  * html ul.list-03 li { margin: 0 3px 6px 0px; }  /* patch: for ie6 */

  ul.list-03 li.last{ margin-right: 0px; }
}


@media all
{

  ul.list-04 {
    list-style-type: none;
    margin: 0;
    padding: 0px;
  }

  ul.list-04 li {
    padding: .4em 10px .4em 10px;
    margin: 0;
    color: #9d9997;
  }

  ul.list-04 img {
    float: left;
    margin-right: 10px;
  }

  ul.list-04 a {
    color: #414141;
    background: transparent;
    text-decoration: none;     
  }

  ul.list-04 a.strong { font-weight: bold; }
 
  ul.list-04 a:focus,
  ul.list-04 a:hover,
  ul.list-04 a:active {
    color: #247cd9;
    background: transparent;
    text-decoration: none;
  }
  
  ul.list-04.border li {
    border-bottom: 2px solid #FFF;
  }

  ul.list-04.border li.last {
    border-bottom: medium none;
  }
  
  ul.list-04.no-margin a {
    padding-left: 0px;
  }
  
  /* Styles specific to the blogging tools page */
  ul.list-04.toolsblogging {
    padding:0px;
  }
  
  ul.list-04.toolsblogging li {
    padding: 5px 10px;
  }
  ul.list-04.toolsblogging li a {
    padding-bottom: 2px;
    font-weight: bold;
    line-height: 20px;
  }
  
  /* Styles specific to track block */
  ul.list-04 li.np-sidebar-term-subscription a:hover, 
  ul.list-04 li.np-sidebar-term-favorite a:hover,
  ul.list-04 li.np-sidebar-subscriptions-node a:hover,
  ul.list-04 li.np-sidebar-forward a:hover { color: #414141;}
  ul.list-04 li.last.rss {
    border-top: 2px solid #fff;
    margin-top: 0.4em;
  }
  ul.list-04 li.first.rss {
    border-top-style: none;
    margin-top: 0;
  }

  ul.list-04 li.rss form.horizontal-form {
    padding: 0;
  }
}


@media all
{

  ul.list-06 {
    list-style-type: none;
    margin: 0;
    padding: 10px 0px;
  }

  ul.list-06 li {
    padding: .4em 10px .4em 20px;
    margin: 0;
    line-height: 30px;
    vertical-align: middle;
    color: #9d9997;
  }

  ul.list-06 a {
    color: #414141;
    background: none;
    text-decoration: none; 
    font-weight: bold;
  }
 
  ul.list-06 a:focus,
  ul.list-06 a:hover,
  ul.list-06 a:active {
    color: #247cd9;
    background: transparent;
    text-decoration: none;
  }

}

@media all
{

  ul.list-07 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  ul.list-07 li {
    padding: 10px 0px;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
  }
  
  ul.list-07 li.last { border: none; }

  ul.list-07 li img {
    vertical-align: middle;  
    margin-right: 5px;
    margin-left: 10px;
  }
  
}

@media all
{
  ul.list-10 {
    list-style-type: none;
    margin: 0;
    padding: 10px;
  }

  ul.list-10 li {
    float: left;
    display: inline;
    margin: 0 7px 7px 0px;
  }

  * html ul.list-10 li { margin: 0 4px 7px 0px; }  /* patch: for ie6 */

  ul.list-10 li.last{ margin-right: 0px; }
}


@media all
{
  ul.list-11 {
    list-style-type: none;
    margin: 0;
  }

  ul.list-11 li {
    display: inline;
    margin: 0 7px 7px 0px;
  }

  * html ul.list-11 li { margin: 0 4px 7px 0px; }  /* patch: for ie6 */

  ul.list-11 li.last{ margin-right: 0px; }
}



@media all
{

  ul.list-stream {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  ul.list-stream li {
    font-size: 0.9em;
    color: #9d9997;
    background: url(/graphics/sites/all/themes/nova/default/images/icons-16px.png) no-repeat -176px 0;
    border-bottom: 2px solid #fff;
    margin: 10px 10px 0pt;
    padding: 0pt 10px 10px 16px;
  }

  ul.list-stream li.ra-bookmarked-tag { background-position: -144px 0; }
  ul.list-stream li.ra-bookmarked-user { background-position: -80px 0; }
  ul.list-stream li.ra-comment-posted { background-position: -16px 0; }
  ul.list-stream li.ra-forum-reply-posted { background-position: -192px 0; }
  ul.list-stream li.ra-forum-topic-added { background-position: -208px 0; }
  ul.list-stream li.ra-story-added { background-position: -32px 0; }
  ul.list-stream li.ra-story-flagged { background-position: -48px 0; }
  ul.list-stream li.ra-story-updated { background-position: -160px 0; }
  ul.list-stream li.ra-user-joined { background-position: -112px 0; }
  ul.list-stream li.ra-wrangler-approved { background-position: -240px 0; }
  ul.list-stream li.ra-wrangler-suggested { background-position: -224px 0; }
  ul.list-stream li.ra-audio-added,
  ul.list-stream li.ra-audio-uploaded,
  ul.list-stream li.ra-image-added,
  ul.list-stream li.ra-image-uploaded,
  ul.list-stream li.ra-video-added,
  ul.list-stream li.ra-video-uploaded { background-position: -96px 0; }
  ul.list-stream li.stream-flickr { background-position: -288px 0; }
  ul.list-stream li.stream-rss { background-position: 0 0; }
  ul.list-stream li.stream-twitter { background-position: -272px 0; }
  ul.list-stream li.stream-youtube { background-position: -304px 0; }

  ul.list-stream li.last {
    border-bottom-style: none;
  }

  ul.list-stream li p {
    padding: 0;
    margin: 0;
  }
  ul.list-stream li p.info, ul.list-stream div.content-text { padding-left: 20px;}

  ul.list-stream div.content-text a.user {
    color: #247cd9;
  }
  ul.list-stream div.content-text a.action {
    font-weight: normal;
    color: #9d9997;
  }
  ul.list-stream div.content-text a.action:hover {
    color: #414141;
  }
  ul.list-stream div.content-text a.user:hover {
    color: #414141;
  }

  ul.list-stream a {
    color: #414141;
    background: none;
    text-decoration: none;
    font-weight: bold;
  }

  ul.list-stream a:focus,
  ul.list-stream a:hover,
  ul.list-stream a:active {
    color: #247cd9;
    background: transparent;
    text-decoration: none;
  }
  ul.list-stream li.item-w-media div.content-media {
    float: left;
    padding-left: 20px;
  }
  ul.list-stream li.item-w-media div.content-text {
    margin-left: 140px;
  }
}


@media all
{
  ul.list-make-news {
    margin: -5px 0 0;
    padding: 0;
    width: 100%;
  }
  
  ul.list-make-news li {
    /* Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0px 0px 0px 37px;
    color: #fff;
  }
  
  ul.list-make-news li a {
    background: transparent;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 60px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
    width: 50px;
  }
  
  ul.list-make-news li a:focus,
  ul.list-make-news li a:hover,
  ul.list-make-news li a:active  {
    background: transparent;
    color: #247cd9;
    text-decoration: none;
  }
  
  /* -- icons -- */
  ul.list-make-news li a.do-write { 
    background:transparent url(/graphics/sites/all/themes/nova/default/images/icons-50px.png) no-repeat scroll left top;
    background-position: 0pt 0pt;
  }
  
  ul.list-make-news li a.do-upload { 
    background:transparent url(/graphics/sites/all/themes/nova/default/images/icons-50px.png) no-repeat scroll left top;
    background-position: -50px 0pt;
  }
  
  ul.list-make-news li a.do-share {
    background:transparent url(/graphics/sites/all/themes/nova/default/images/icons-50px.png) no-repeat scroll left top;
    background-position: -100px 0pt;
  }
}


@media all
{
  div.list-make-news-s {
    background-color: #7E8082;
    padding: 5px;
    position: absolute;
    right: 15px;
    height: 20px;
  }
  
  div.wrapper-body div.list-make-news-s {
    position: static;
  }
  
  div.list-make-news-s h2 {
    float: left;
    display: inline;
    color: #fff;
    padding: 3px 3px 0px 5px;
    font-size: 100%;
  }
  
  div.list-make-news-s ul.list-make-news { width: auto; margin: 0px; }
  
  div.wrapper-333#block-np_sidebar-got-news-small {
    margin: 0px 0px 15px 0px;
  }
  
  div.list-make-news-s ul.list-make-news li {
    float: left;
    padding: 0 0 0 20px;
    margin: 0 0 0 5px;
    display: inline;
    background:transparent url(/graphics/sites/all/themes/nova/default/images/icons-20px.png) no-repeat scroll left top;
  }
  div.list-make-news-s ul.list-make-news li.first {
    margin: 0px;
  }
  div.list-make-news-s ul.list-make-news li.last a {
    padding-right: 0;
  }
  div.list-make-news-s ul.list-make-news li a {
    margin: 0;
    width: auto;
    text-decoration: underline;
    font-size: 92%;
    line-height: 20px;
    background: #7E8082;
    padding: 0 3px 0 3px;
    font-weight: normal;
  }
  div.list-make-news-s ul.list-make-news li a:hover { background-color: #7E8082; }
  
  div.list-make-news-s ul.list-make-news li.do-write { background-position: -1140px 0px;}
  div.list-make-news-s ul.list-make-news li.do-upload { background-position: -640px 0px;}
  div.list-make-news-s ul.list-make-news li.do-share { background-position: -680px 0px;}
}

@media all
{

  ul.list-cloud {
    list-style-type: none;
    margin: 0;
    padding: 10px;
  }

  ul.list-cloud li {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 1.1em;
  }
  
  ul.list-cloud li a {
    color: #414141;
  }
  
  ul.list-cloud li a.common {
    color: #247cd9;
  }

  ul.list-cloud li a:hover {
    color: #7E8082;
  }
}

@media all
{

  ol.list-bars, ul.list-bars {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  ol.list-bars li, ul.list-bars li {
    list-style-type: none;
    padding: 10px;
    margin: 0;
  }
  .list-bars .bar {
    background-color: #fff;
    position: relative;
  }
  .list-bars .bar .embeded-title {
    position: absolute;
    left: 10px;
    text-align: left;
    top: 1px;
    line-height: 24px;
    font-weight: bold;
  }
  .list-bars .bar .percent {
    width: 6em;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 1px;
    line-height: 24px;
  }
  .list-bars .bar .bar-fill {
    background: #DEB406 url(/graphics/sites/all/themes/nova/default/images/fill_yellow_25.png) 0 0 repeat-x;
    height: 25px;
    overflow: hidden;
  }
  ol.list-bars .title, ul.list-bars .title {
    font-size: 1em;
    font-weight: normal;
  }
  
  /* Corners */
  .list-bars .bar span.corner-top { background-position:-3px -3px;}
  .list-bars .bar span.corner-top span { background-position:0 -45px;}
  .list-bars .bar span.corner-bottom { background-position:-3px 0;}
  .list-bars .bar span.corner-bottom span { background-position:0 -42px;}
  /* For empty bars add "empty" class */
  .list-bars .bar.empty span.corner-top { background-position:-3px -45px;}
  .list-bars .bar.empty span.corner-bottom { background-position:-3px -42px;}

}


@media all
{

  /* -- general section -- */
  ul.list-memberfootage {
  	width: auto;
  	padding: 10px 0 0 10px;
  	position: relative;
    margin: 0;
  }
  
  ul.list-memberfootage li {
    list-style-type: none;
    float: left;
    padding: 0 9px 10px 0;
    margin: 0;
  }
  
}



.align-middle
{
text-align:center;
height:30px;
width:30px;
}


.le
{
text-align:center;
height:30px;
width:30px;
}

  .container-header-block .form-textarea {
    width: 405px;
    height: 170px;
    margin-bottom: 10px;
  }

  .container-header-block .subcolumns .message-left .form-textarea {
    width: 605px;
    height: 150px;
  }

  div.form-01 textarea,
  div.form-01 input.form-text {
    border: 2px #d6d6d6 solid;
  }

  div.form-01 textarea,
  div.form-01 input.form-text,
  div.form-01 input.form-file,
  div.form-01 select.form-select {
    width: 98%;
  }

 form.form-pm-new input.form-text {
    display: block;
  }


  div.form-02 textarea.form-textarea,
  div.form-02 select.form-select,
  div.form-02 input.form-text,
  div.form-02 input.form-file {
    width: 98%;
  }

  div.form-02 div.wrapper-404 input.form-text {
    width: 200px;
  }

div.form-03 input.form-text,
  div.form-03 select.form-select {
    font-size: 133%;
    padding: .2em 0;
  }


  div.form-file-upload input.form-text {
    margin-left: 0;
    padding-left: 0;
  }

@media all
{

  form.horizontal-form { padding: .8em 0.5em; }
   
  form.horizontal-form * {
    display: inline;
  }
 
  form.horizontal-form div { margin: 0; }
  
  form.horizontal-form input { 
    line-height: 1.4em;  /* same height for all elements */ 
    margin: 0em .5em 0em 0em;
  }

  form.horizontal-form select{
    vertical-align: middle;
    width: 8em;
    line-height: 1.4em;  /* same height for all elements */
    margin: 0em .5em 0em 0em;
  }

  form.horizontal-form select option {
    display: block;
  }

  form.horizontal-form a {
   font-weight: bold;
   text-decoration: none;
   color: #3b3330;
  }
  
  /* Style inside a header */
  div.wrapper-header form.horizontal-form {
    float: right;
  }
}

/***** Footer *****/

#footer {
    clear: both;
    text-align: left;
height:120px;
	 width:980px;
	 border-top:0px;
	 
} /*IE6*/

.footer-contents {
    float: left;
    padding-left: 10px;
	    padding-right: 10px;
	 width:980px;
	 	 border-top:0px;
		 height:120px;
}

.footer-contents2 {
    color: #8696A4;
}

#footer dl {
    float: left;
    margin: 10px 0 0 0;
    padding: 1px 0;
    width: 19%;
    border-right: 1px solid #ddd;
    min-height: 160px;
}

#footer dl.last {
    border: none;
    width: 20% !important;
} /*IE7*/

#footer dd {
    margin: 0;
    padding: 3px 10px;
    font-size: 85%;
}

#footer dd a {
    text-transform: uppercase;
    font: 85% tahoma, sans-serif;
    text-decoration: none;
    padding-bottom: 1px;
}

#footer dd a span {
    text-transform: none;
}

#footer dt {
    font-size: 105%;
    font-weight: bold;
    letter-spacing: -0.02em;
    padding: 0 10px;
}

#footer .footer-feature {
    position: absolute;
    right: 10px;
    top: 28px;
}

.foot-clear {
    border: 1px solid red !important;
    height: 0;
}
.copyright img {
    float: left;
    margin-right: 1.5em;
	background-color:#e2e2e2;
}

.copyright {
    font-size: 85%;
    color: #999;
    clear: both;
    padding: 0 0 0 15px;
		background-color:#e2e2e2;
}

.copyright div {
    padding: 30px 15px 40px 0;
		background-color:#e2e2e2;
}

.copyright a {
    color: #999;
}

.topics-container {
        position: relative;
        border-bottom: 1px solid #ccc;
        margin-top: 0;
        margin-bottom: 0 !important;
        clear: both;
        padding: 0.5em !important;
        font-weight: bold;
}
 
.topics-container h4 {
        color: #333;
        position: absolute;
        top: 0;
        left: 20px;
        font-size: 85%;
        margin: 0 !important;
        padding: 0.8em 0 0 0;  
}

.topics-container:hover {
        background-color: #e7f0f2;
}

.topics-container ul {
        margin: 0;
        padding: 0 0 0 4em; 
        list-style: none;
        font-size: 90%;
}

.topics-container ul li  {
         margin-top: 0.2em;
         float: left;
}
 
.topics-container ul li a:link, 
.topics-container ul li a:visited { 
        cursor: default !important;
        padding: 0.3em 0.5em;
        color: #677cd8;
        text-decoration: none;
        border: 1px solid #fff;
}

.topics-container:hover a:link,
.topics-container:hover a:visited {
        border: 1px solid #e7f0f2;
}

.topics-container ul li a:hover, 
.topics-container ul li a:active { 
        background-color: #f8fbfb;
        color: #2745c7;
        border: 1px solid #2745c7 !important;
}

.topics-container li.selected a:link,
.topics-container li.selected a:visited,
.topics-container li.selected a:hover {
        background-color: #2745c7;
        border: 1px solid #2745c7;
        color: #fff;  
}

.topics {
	float: left;
    width: 70px;
	padding:4px;
	border:1px solid #c9d0e4;
}

.topics:visited  {
	float: left;
    width: 70px;
	padding:4px;
	border:1px solid #c9d0e4;
	background-color:#000000;
}

.topics:hover  {
	float: left;
    width: 70px;
	padding:4px;
	border:1px solid #c9d0e4;
	background-color:#f2f5fe;
}

.topics:focus {
	float: left;
    width: 70px;
	padding:4px;
	border:1px solid #c9d0e46;
	background-color:#000000;
}


