﻿@charset "utf-8";
body {
    background-image: url(/teens/images/teen-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #013D45;
}
#header{
    background-image: url(/teens/images/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
#topnav {
    font-size: 12px;
    color: #FFFFFF;
}
#topnav a {
    color: #FFFFFF;
}
#contentcontainer {
    background-image: url(/teens/images/content_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #d9e3e5;
}
#purplebox {
    background-image: url(/teens/images/purple_box-bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
}
#purplebox-content {
    background-image: url(/teens/images/purple_box_gradient-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 175px;
}
#purplebox-bottom {
    background-image: url(/teens/images/purple_box-bottom.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
#orangebox {
    background-image: url(/teens/images/orange_box-bg2.jpg);
    background-repeat: repeat-y;
    background-position: center top;
}
#orangebox-top {
    background-image: url(/teens/images/orange_box-top.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
#orangebox-content {
    background-image: url(/teens/images/orange_box_gradient-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 150px;
}
#orangebox-bottom {
    background-image: url(/teens/images/orange_box-bottom.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
#fullcontent-top {
    background-image: url(/teens/images/teen_content-top-bg.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#fullcontent {
    background-image: url(/teens/images/teen_content-bg.gif);
    background-repeat: repeat-y;
    background-position: left top;
}
#fullcontent table {
    border: 1px solid #7dd823;
}
#fullcontent   table   tr {
    background-image: url(/teens/images/table_tr_bg.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
}

#fullcontent  table tr:hover {
    background-color: #68ce02;
}
#fullcontent table td.vertical {
    background-image: url(/teens/images/table_td_bg.gif);
    background-repeat: repeat-y;
    background-position: right top;
    vertical-align: top;
}
#fullcontent  table th {
    background-color: #7dd823;
}
#fullcontent-bottom {
    background-image: url(/teens/images/teen_content-bottom-bg.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
#footercontainer {
    background-image: url(/teens/images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width:950px;
    margin-left:auto;
    margin-top:0px;
    padding: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    height: 70px;
}
#footer {
    color: #FFFFFF
}
#footer  a {
    color: #D9E3E5;
    text-decoration:none;

}
#footer  a:hover {
    text-decoration:underline;
}

#fullcontent div.tube a {
    color: #FFFFFF;
    text-decoration: underline;
}
#fullcontent div.tube img.thumb  {
    text-decoration: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: 2px solid #FFFFFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
