﻿@charset "utf-8";
body {
    background-image: url(/parents/images/parent_bg.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #DDDDDD;
}
#header{
    background-color: #FFFFFF;
}
#topnav {
    font-size: 11px;
    color: #CCCCCC;
}
#topnav a {
    color: #F7A535;
}
#contentcontainer {
    background-color: #FFFFFF;
}
#purplebox {
    background-image: url(/parents/images/purple_box-white-bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
}
#purplebox-content {
    background-image: url(/parents/images/purple_box_gradient-white-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 200px;
}
#purplebox-bottom {
    background-image: url(/parents/images/purple_box-white-bottom.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
#orangebox {
    background-image: url(/parents/images/orange_box-white-bg2.jpg);
    background-repeat: repeat-y;
    background-position: center top;
}
#orangebox-top {
    background-image: url(/parents/images/orange_box-white-top.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
#orangebox-content {
    background-image: url(/parents/images/orange_box_gradient-white-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 175px;
}
#orangebox-bottom {
    background-image: url(/parents/images/orange_box-white-bottom.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
#fullcontent-top {
    background-image: url(/parents/images/parent_content-bg-top.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#fullcontent {
    background-image: url(/parents/images/parent_content-bg.jpg);
    background-repeat: repeat-y;
    background-position: left top;
}
#fullcontent table {
    border: 1px solid #EEEEEE;
}
#fullcontent   table   tr {
    background-image: url(/parents/images/table_tr_bg-parent.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
}
#fullcontent  table tr:hover {
    background-color: #dedede;
}
#fullcontent table td.vertical {
    background-image: url(/parents/images/table_td_bg-parent.gif);
    background-repeat: repeat-y;
    background-position: right top;
    vertical-align: top;
}
#fullcontent table th {
    background-color: #eeeeee;
}

#fullcontent-bottom {
    background-image: url(/parents/images/parent_content-bg-bottom.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
#footercontainer {
    background-image: url(/parents/images/parent_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: #666666;
    padding-top: 35px;
    text-align: center;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 13px;

}
#footer  a {
    color: #005D6F;
    text-decoration:none;
}
#footer  a:hover {
    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 #bbbbbb;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
#fullcontent div.tube a {
    color: #333333;
    text-decoration: underline;
}
#navdots {
    display:none;
}