
DIV#image{
    width: 100%;
    background-repeat: no-repeat; background-size: cover; background-position: center;
    -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
DIV#content {
    padding: 10px;
    min-height: 70px;
    background-color: #F6F6F6;
    color: #888888;
    font-size: 7pt;
}
DIV#profilecontent {
    padding: 10px;
    min-height: 30px;
    background-color: #F6F6F6;
    color: #888888;
    font-size: 7pt;
    text-align: center;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

}
 DIV#content A#headline, DIV#profilecontent A#headline {
    font-family: 'Open Sans', sans-serif;
    color: #444444;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
}
DIV#videostats {
    font-family: 'Open Sans', sans-serif;
    color: #888888;
    font-size: 7pt;
    padding: 5px 10px;
    height: 16px;
    background-color: #EEEEEE;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


.bb {
border: 1px outset #2F2F2F; padding: 10px 20px; color: #FFFFFF; font-size: 9pt; font-weight: bold; text-decoration: none;
                                                                                        background: #111111;
                                   background: -moz-linear-gradient(top,  #222222 0%,               #111111 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#111111));
                                background: -webkit-linear-gradient(top,  #222222 0%,               #111111 100%);
                                     background: -o-linear-gradient(top,  #222222 0%,               #111111 100%);
                                    background: -ms-linear-gradient(top,  #222222 0%,               #111111 100%);
                                  background: linear-gradient(to bottom,  #222222 0%,               #111111 100%);
filter: progid:DXImageTransform.Microsoft.gradient(        startColorstr='#222222',    endColorstr='#111111', GradientType=0 );
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.bb:hover {
border: 1px outset #3F3F3F; padding: 10px 20px; color: #FFFFFF; font-size: 9pt; font-weight: bold; text-decoration: none;
                                                                                        background: #222222;
                                   background: -moz-linear-gradient(top,  #333333 0%,               #222222 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#222222));
                                background: -webkit-linear-gradient(top,  #333333 0%,               #222222 100%);
                                     background: -o-linear-gradient(top,  #333333 0%,               #222222 100%);
                                    background: -ms-linear-gradient(top,  #333333 0%,               #222222 100%);
                                  background: linear-gradient(to bottom,  #333333 0%,               #222222 100%);
filter: progid:DXImageTransform.Microsoft.gradient(        startColorstr='#333333',    endColorstr='#222222', GradientType=0 );
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

TABLE#vdata {
    border: 1px solid #DDDDDD;
    margin: 10px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

TABLE#vdata tr:nth-child(even) { background-color: #F6F6F6; }
TABLE#vdata tr:nth-child(odd) { background-color: #FFFFFFF; }
TABLE#vdata TR TH:first-child {
    -webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
}
TABLE#vdata TR TH:last-child {
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
}
TABLE#vdata TR TH {

                                                                                        background: #111111;
                                   background: -moz-linear-gradient(top,  #222222 0%,               #111111 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#111111));
                                background: -webkit-linear-gradient(top,  #222222 0%,               #111111 100%);
                                     background: -o-linear-gradient(top,  #222222 0%,               #111111 100%);
                                    background: -ms-linear-gradient(top,  #222222 0%,               #111111 100%);
                                  background: linear-gradient(to bottom,  #222222 0%,               #111111 100%);
filter: progid:DXImageTransform.Microsoft.gradient(        startColorstr='#222222',    endColorstr='#111111', GradientType=0 );
    font-size: 10pt;
    color: #FFFFFF;
    padding: 10px;
    text-align: left;
}

TABLE#vdata TR TD {
    padding: 5px;
    font-size: 10pt;
    color: #666666;
    border-bottom: 1px solid #DDDDDD;
}


TABLE#vdata TR TD A {
    color: #25618F;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
}



.act {
  background-color: #25618F;
  color: #FFFFFF;
  font-weight: bold;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  text-decoration: none;
  padding: 8px 15px;
  font-size: 12pt;
}

#ad.act:hover {
  background-color: #559CD3;
  color: #FFFFFF;
}

#fu.act:hover {
  background-color: #559CD3;
  color: #FFFFFF;
}
#fc.act:hover {
  background-color: #559CD3;
  color: #FFFFFF;
}
UL.toc {
  margin: 5px;
}

UL.toc LI {
  padding: 5px 10px; margin: 0px; border-bottom: 1px solid #EEEEEE;
}
UL.toc LI A {
 font-size: 12pt; 
 text-decoration: none;
 color: #000000;
}

UL.toc LI A:hover {
 font-size: 12pt; 
 text-decoration: none;
}

P.summary {
  font-size: 12pt;
}

.ltgrey {
    background-color: #F6F6F6; display: block; padding: 30px 0px;
}