﻿html
{
    overflow-y: scroll;
    padding: 0 0;
}
body 
{
    background-image: url(../images/20/bg.png);
    background-repeat: repeat-x;
    background-color: #cecfd1;
    color: black;
    font-family: Arial;
    line-height: 1em;
    margin: 0 0 0 -7px;
    padding: 0 0;
    min-height: 65px;
}

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;
}

h1
{
    color: #f78e1e;
}

#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;
    background-position: 3px top;
    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;            
}
#TCHeader
{
    background-repeat: no-repeat;
    background-position: center 41px;
    height: 125px;
    width: 1005px;
    position: absolute;
    top: 0;
}
#TCClientHeaderBase
{
    background-position: center top;
    background-repeat: no-repeat;
    height: 132px;
    width: 1005px;
    position: absolute;
    top: 43px;
}
#TCClientHeader
{
    background-image: url(../images/20/tcheader_gray.png);
    background-color: #cecfd1;
    height: 250px;
    position: relative;
    margin: 0 auto;
    width: 985px;   
}
#TCClientHeaderOverlay, .TCClientHeaderOverlay
{            
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}
.TCHeaderLink
{
    height: 50px;
    width: 230px;
    position: absolute;
    top: 41px;
    left: 10px;
    display: block;
    position: relative; 
    z-index: 20;
}
#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/tabs_off_gray.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 40px;
    width: 1005px;
    padding: 0 0;
    position: absolute;
}
#TCStageBase
{
    top: 175px;
    position: absolute;
    width: 1005px;
}
.TCSearchBar
{
    background-color: Transparent;
    left: 580px;
    position: absolute;
    text-align: left;
    top: 45px;
    width: 985px;
    z-index: 100;
}
ul#TCActiveTabs
{
    background-position: center bottom;
    background-repeat: no-repeat;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    height: 115px;
    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: -463px -17px;
    margin-left: 333px;
    width: 54px;
}
ul#TCActiveTabs li.DashboardTab a
{
    background-position: -534px -17px;
    margin-left: 17px;
    width: 92px;
}
ul#TCActiveTabs li.ProfileTab a
{
    background-position: -648px -17px;
    margin-left: 22px;
    width: 71px;
}
ul#TCActiveTabs li.FriendsTab a
{
    background-position: -740px -17px;
    margin-left: 21px;
    width: 78px;
}
ul#TCActiveTabs li.NetworksTab a
{
    background-position: -839px -17px;
    margin-left: 21px;
    width: 93px;
}
ul#TCActiveTabs li.EventsTab a
{
    background-position: -950px -17px;
    margin-left: 18px;
    width: 63px;
}
ul#TCActiveTabs li.InboxTab a
{
    background-position: -1036px -17px;
    margin-left: 23px;
    width: 70px;
}
ul#TCActiveTabs li.HomeTab a:hover,
ul#TCActiveTabs li.DashboardTab a:hover,
ul#TCActiveTabs li.ProfileTab a:hover,
ul#TCActiveTabs li.FriendsTab a:hover,
ul#TCActiveTabs li.NetworksTab a:hover,
ul#TCActiveTabs li.EventsTab a:hover,
ul#TCActiveTabs li.InboxTab a:hover
{
    background-image: url(../images/20/tabs_hover_gray.png);
    cursor: pointer;
    cursor: hand;
}
ul#TCActiveTabs li.Active a:hover
{
    background-image: none;
}
#TCStageFrame
{
    background-image: url(../images/20/bg_stage_frame.png);
    background-repeat: repeat-y;
    background-position: center top;
    position: relative;
    padding: 2px 0 35px 0;
}
#TCStage
{
    background-color: #fff;
    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: #b9b9b9;
    font-size: 8pt;
    margin: -15px auto 35px;
    text-align: center;           
    width: 1005px;
}
#TCSubFooter a, #TCSubFooter a:visited
{
    color: #b9b9b9;
}
/*** End Core Layout ***/

.TCMarcomContent
{
     color: #666; 
     font-size: 10pt;
     line-height: 1.5em;
     background-color: #FFF;
}

.TCMarcomContent h1
{
    font-size: 16pt;
    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 h2
{
    color: #F78e1e;
    font-size: 14pt;
    margin: 0;
}

.TCTestimonial+.TCTestimonial
{
    border-top: solid 1px #f2f2f2; 
    margin-top: 25px; 
    padding-top: 25px;
}

.BreadCrumb
{
    margin: 10px 10px 0;
}

.BreadCrumbAdmin
{
    margin: 10px 10px 0;
    padding: 10px;
}

.TencapAdvisoryMessage
{
    line-height: 1.5em;
}

.MatchHistory
{
    width: 935px;
}

a.Subtle
{
    color: #000;
}

a.Subtle:hover, a.Subtle:active
{
    color: #f78e1e;
}

a.Stealth
{
    color: #000;
}

a.Stealth:hover
{
    color: #000;
}

a.SemiStealthReverse, a.SemiStealthReverse:visited, a.StealthWhite, a.StealthWhite:hover, a.StealthWhite:active, a.StealthWhite:visited
{
    color: #FFF;
}

a.Stealth:active, a.SemiStealthReverse:active
{
    color: #000;
}

a.SemiStealth
{
    text-decoration: none;
}

a.SemiStealth:hover, a.SemiStealth
{
    text-decoration: underline;
}

a.SemiStealthReverse:hover
{
    color: #dbebbd;
}

a.Disabled, a.Disabled:hover, a.Disabled:active
{
    color: #999;
}

a.Inverted
{
    color: #fff;
}

a.Inverted:hover
{
    color: #555;
}

.AdminPanel
{
   top: 5px !IMPORTANT;
   left: 105px !IMPORTANT;
}

.StatusFeedContainer a, .StatusFeedContainer a.Active
{
    text-decoration: none;
}
.StatusFeedContainer a:hover
{
    text-decoration: underline;
}

.StatusUpdateValidationSummary
{
    font-size: 8pt;
    border: solid 1px red; 
    text-align: center;
    margin: 3px 0;
}

.StatusUpdateValidationSummary ul
{
    margin: 5px 0 5px 5px;
}

.Events th
{
    background-color: #CCC; 
    color: #666;
    font-size: 8pt;
    text-align: left;
    color: #f2f2f2;
    padding: 2px 3px 2px 6px;
    font-weight: bold;
}
.Events tbody tr.odd td
{
    background-color: #f2f2f2;
}
.Events td
{
    font-size: 8pt;
    padding: 3px 3px 3px 6px;
}
#Column1
{
    width: 710px; 
    float: left; 
}
#NewsSection
{
    margin: 0 auto;
}
#NewsBodySection
{
    margin-top: 3px;
    overflow-x: hidden;
}

.NewsItemDetail
{
    border-left: solid 1px #ccc;
    padding: 0 0 5px 10px;
    margin: 15px 5px 10px 15px;
    overflow: hidden;
}

.NewsItemFooter
{
    margin: 15px 5px 0;
}
.NewsItemFooter .Byline a
{
    color: #AAA;
    text-decoration: none;
}
.NewsItemFooter .Byline a:hover
{
    text-decoration: underline;
}
#Column2
{
    width: 275px;
    float: left;
}

#CalendarSection, .SidebarSection
{
    margin: 0 auto;
    width: 255px;
}

#CalendarBodySection
{
    margin-top: 3px;
    overflow-x: hidden;
    padding-right: 5px;
}
.SideBarBodySection
{
    font-size: 8pt;
    margin: 5px 5px 15px;
}
.CalDayHeader
{
    font-size: 8pt;
    color: #999;
    text-align: center;
}
.CalDay, .CalWeekendDay, .CalTodayDay, .CalOtherMonthDay, .CalSelectedDay
{
    font-size: 8pt;
    color: #555;
    text-align: center;
    width: 22px;
    height: 22px;
}
.CalWeekendDay
{
}
.CalTitle
{
    background-color: #dbebbd;
    font-size: 8pt;
    font-weight: bold;
    text-align: left;
}
.CalTodayDay
{
    background-color: #efefef;
    color: #000;
    font-weight: bold;
}
.CalNextPrev
{
    font-size: 8pt;
}
.CalOtherMonthDay
{
}
.CalSelectedDay
{
    color: #fff;
    background-color: #f78f1e;
}
.CalSelector
{
    cursor: hand;
}
.WithData
{
    font-weight: bold;
}

div.breadcrumbs 
{
    background-color: #e4f4e4;
    color: #000;
    overflow:hidden;
    margin: 15px 0 0;
    padding:0;
    height:30px;
    line-height:30px;
}
div.breadcrumbs span {
    background:url(../images/breadcrumb_off.jpg) no-repeat right center;
    float:left;
    overflow:hidden;
    height:30px;
    font-style:normal;
    padding: 0 30px 0 15px;
}
div.breadcrumbs span.Active {
    background:url(../images/breadcrumb_active.jpg) no-repeat right center;
    color: #FFF;
    background-color: #548461;
    font-weight: bold;
}
div.breadcrumbs span.Done {
    background:url(../images/breadcrumb_done.jpg) no-repeat right center;
    color: #ccc;
    background-color: #548461;
}
div.breadcrumbs a
{
    color: #000;
    text-decoration: none;
}
div.breadcrumbs span.Active a
{
    color: #FFF;
}
div.breadcrumbs span.Done a
{
    color: #ccc;
}

table.SearchCriteria td
{
    padding-right: 5px;
}
table.SearchCriteria label
{
    color: #999;
    font-size: 8pt;
}

th.header { 
    background-image: url(/general/images/sortable_999.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center right; 
    border-right: 1px solid #ddd;
    text-align: center; 
    padding-right: 20px;
}

th.headerSortUp { 
    background-image: url(/general/images/sortable_999_desc.gif);
    background-color: #e6e5e6; 
    color: #999;
}

th.headerSortDown { 
    background-image: url(/general/images/sortable_999_asc.gif);
    background-color: #e6e5e6;
    color: #999;
}
