﻿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 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
{
    background-image: url(../images/20/header_expando_raw.png);
    background-position: center top;
    background-repeat: repeat-y;
    position: absolute;
    top: 125px;
    width: 1005px;
    height: 10px;
    margin: 0 auto;
}
.TCTabs
{
    background-image: url(../images/20/header_expando_raw.png);
    background-repeat: repeat-y;
    background-position: center top;
    height: 26px;
    width: 1005px;
    position: absolute;
    top: 135px;
}
#TCStageBase
{
    top: 160px;
    position: absolute;
    width: 1005px;
}
/** End Tencap Version **/  

#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;
}

.SignupFormWrapper
{
    background-color: #d0cfd4;
    background-image: url(../images/20/bg_signup6.jpg);
    background-position: right -95px;
    background-repeat: no-repeat;
    margin: 0px auto;
    padding: 12px 5px;
    border: solid 1px #999;
    width: 460px;
}
table.SignupForm
{
    font-family: Lucida Sans Unicode;
    margin: 0 0 0 25px;
    width: 425px;
}

table.SignupForm td.Validator
{
    width: 18px;
    text-align: center;
}

.SignupFormWrapper h1
{
    font-family: Verdana;
    font-size: 14pt;
    margin: 0 0;
}

.SignupFormWrapper h2
{
    font-family: Verdana;
    font-size: 11pt;
    margin: 8px 0 10px;
    font-weight: normal;
}

table.SignupForm td.Label
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    white-space: nowrap;
}

table.SignupForm td.Input
{
    padding: 2px;
}

table.SignupForm td.Input input[type='text'], table.SignupForm td.Input input[type='password']
{
    width: 250px;
    border: solid 1px #999;
    padding: 2px;
}

table.SignupForm td.Input select
{
    border: solid 1px #999;
    padding: 2px;
}

table.SignupForm .SubLabel
{
    font-size: 8pt;
    padding: 0 0 1px 2px;
}

table.SignupForm .SubLabel a
{
    color: #999;
    text-decoration: none;
}

table.SignupForm .SubLabel a:hover
{
    text-decoration: underline;
}

table.SignupForm td.SubmitButton
{
    padding: 5px 0 2px 2px;
}

table.SignupForm input.Button, .StyledButton
{
    border: solid 1px #000;
    background-color: #6a5da9;
    color: #FFF;
    padding: 2px 10px;
}

table.SignupForm input.Button:hover, .StyledButton:hover
{
    background-color: #a5d05e;
    color: #fff;
    cursor: pointer;
    padding: 2px 10px;
}

table.SignupForm .ValidationSummary
{
    color: #000;
    font-size: 8pt;
    margin: -5px 0 5px 0;
}

table.SignupForm .ValidationSummary ul
{
    margin: 0;
    padding: 0 0 0 15px;
    list-style-type: square;
    color: #333;
}

.FacilityDetail
{
    display: none;
}

input[type='checkbox']:focus
{
    outline: 1px dotted #333;
}

.HPFormElement /** Honeypot Form Element **/
{
    display: none;
}
