﻿html
{
    overflow-y: scroll;
    margin: 0 0;
    padding: 0 0;
}
body 
{
    background-image: url(../images/20/bg.png);
    background-repeat: repeat-x;
    background-color: #cecfd1;
    background-position: 0 0px;
    color: black;
    font-family: Arial;
    line-height: 1em;
    margin: 0 0 0 -7px;
    padding: 0;
}

a, a:visited
{
    color: #f78e1e;
}

a:hover
{
    color: #61A706;
}

a:active
{
    color: #666;
}

a.AltA, a.AltA:visited
{
    color: #666;
}

a.AltA:hover
{
    color: #fef4e8;
}

#TCLoginView
{
    margin: 0 auto;
    width: 900px;
}

#TCLoginView input[type="text"], #TCLoginView input[type="password"]
{
    border: solid 1px #999;
    color: #333;
    padding: 3px 5px;
}

.TCTextboxWatermark, .TCLoginWatermark, .TCPasswordWatermark
{
    color: #aaa;
}

.TCLoginWatermark
{
    background-image: url(../images/20/watermark_username.png);
    background-repeat: no-repeat;
    color: #FFF;
}
 
.TCPasswordWatermark
{
    background-image: url(../images/20/watermark_pass.png);
    background-repeat: no-repeat;
    background-position: 3px top;
    color: #FFF !important;
}

/*** Core Layout ***/
#TCCanvas
{
    margin: 0 auto;
    padding: 0;
    width: 1000px;            
}
/** Begin Client Version **/
#TCHeader
{
    background-image: url(../images/20/header_basic_raw.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 125px;
    width: 1005px;
    position: absolute;
    top: 0px;
}
#TCClientHeader
{
    background-image: url(../images/20/sample/BollettieriHeader.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 148px;
    width: 1005px;
    position: absolute;
    top: 43px;
}
.TCLogoLink
{
    height: 50px;
    width: 225px;
    position: absolute;
    top: 0px;
    left: 45px;
    display: block;
    position: relative; 
    z-index: 10;
}
#TCHeaderExpando
{
    background-image: url(../images/20/header_expando_raw.png);
    background-position: center top;
    background-repeat: repeat-y;
    position: absolute;
    top: 125px;
    width: 1005px;
    height: 26px;
}
#TCTabs
{
    background-image: url(../images/20/tabs_off.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 40px;
    width: 1005px;
    position: absolute;
    top: 151px;
}
#TCStageBase
{
    top: 191px;
    position: absolute;
    width: 1005px;
}
/** End Client Version **/
/** Begin Tencap Version **/
#TCHeader
{
    background-image: url(../images/20/header_tencap_raw.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 125px;
    width: 1005px;
    position: absolute;
    top: 41px;
}
#TCClientHeader
{
    background-image: url(../images/20/tcheader_orange.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 122px;
    width: 1005px;
    position: absolute;
    top: 43px;
}
#TCHeaderExpando
{
   display: none;
}

.TCTabs
{
    background-position: center top;
    background-repeat: no-repeat;
    height: 40px;
    width: 1005px;
    position: absolute;
    top: 125px;
}
#TCStageBase
{
    top: 165px;
    position: absolute;
    width: 1005px;
}
/** End Tencap Version **/  

ul#TCActiveTabs
{
    background-position: center top;
    background-repeat: no-repeat;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    height: 40px;
    width: 985px;
}
ul#TCActiveTabs li
{
    height: 20px;
    float: left;
    margin-top: 17px;
}
ul#TCActiveTabs li a
{
    height: 20px;
    display: block;
}
ul#TCActiveTabs li.HomeTab a
{
    background-position: -465px -17px;
    margin-left: 335px;
    width: 42px;
}
ul#TCActiveTabs li.AdvantageTab a
{
    background-position: -525px -17px;
    margin-left: 18px;
    width: 140px;
}
ul#TCActiveTabs li.RatingSystemTab a
{
    background-position: -683px -17px;
    margin-left: 18px;
    width: 142px;
}
ul#TCActiveTabs li.TestimonialsTab a
{
    background-position: -835px -17px;
    margin-left: 10px;
    width: 98px;
}
ul#TCActiveTabs li.FAQsTab a
{
    background-position: -955px -17px;
    margin-left: 22px;
    width: 38px;
}
ul#TCActiveTabs li.ContactUsTab a
{
    background-position: -1015px -17px;
    margin-left: 22px;
    width: 95px;
}
ul#TCActiveTabs li.HomeTab a:hover,
ul#TCActiveTabs li.AdvantageTab a:hover,
ul#TCActiveTabs li.RatingSystemTab a:hover,
ul#TCActiveTabs li.TestimonialsTab a:hover,
ul#TCActiveTabs li.FAQsTab a:hover,
ul#TCActiveTabs li.ContactUsTab a:hover
{
    background-image: url(../images/20/tabs_hover.png);
    cursor: pointer;
    cursor: hand;
}
ul#TCActiveTabs li.Active a:hover
{
    background-image: none;
    cursor: default;
}
#TCStageFrame
{
    background-image: url(../images/20/bg_stage_frame.png);
    background-repeat: repeat-y;
    background-position: center top;
    position: relative;
}
#TCStage
{
    background-image: url(../images/20/bg_stage.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #dcddde;
    margin: 0 auto;
    min-height: 400px;
    width: 985px;
}
#TCFooter
{
    background-image: url(../images/20/footer_raw.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 80px;
    margin: 0 0 25px 0;
}
#TCSubFooter
{
    color: #666;
    font-size: 8pt;
    margin: -15px auto 35px;
    text-align: center;           
    width: 1005px;
}
/*** End Core Layout ***/

.TCMarcomContent
{
     color: #666; 
     font-size: 10pt;
     line-height: 1.5em;
     background-color: #FFF;
}

.TCMarcomContent h1
{
    font-size: 16pt;
    color: #f78e1e;
    margin-top: .75em;
    margin-bottom: 1.0em;
}

.TCMarcomContent h2
{
    font-size: 10pt;
    color: #333;
    font-weight: bold;
    margin-top: .75em;
    margin-bottom: .5em;
}

.TCMarcomContent p
{
    margin: 0 0 .75em;
}

.TCFAQQuestion
{
    margin: 5px 0 0;
    background-color: #fef4e8;
    border-bottom: solid 4px #FFF;
}

.TCFAQQuestion a
{
    color: #333;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: none;
}

.TCFAQQuestion a img
{
    padding-left: 15px;
}

.TCFAQAnswer
{
    margin: 0; 
    color: #333; 
    background-color: #f2f2f2; 
    padding: 15px;
    margin: 0 0 15px 0;
    font-size: 8pt;
}

.ValidationSummary
{
    background-color: #EFEFEF; 
    border: solid 2px #ff0000; 
    padding: 5px 15px;
    color: #000;
    margin: 0 15px 10px 0;
}

.ValidationSummary ul
{
    margin: 5px 0 5px 45px;
}

.TCTestimonial
{
    margin-bottom: 25px;
}

.TCTestimonial h2
{
    color: #F78e1e;
    font-size: 14pt;
    margin: 0;
}

.TCTestimonial+.TCTestimonial
{
    border-top: solid 1px #f2f2f2; 
    padding-top: 25px;
}