﻿/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
*/
html
{
    overflow-y: scroll;
}
a, a:visited, a.Normal, a.Normal:visited
{   
    color: #f78e1e;
    outline: none;
}

a:hover, a.Normal:hover
{
    color: #61A706;
    outline: none;
}

a:active, a.Normal:active
{
    color: #666;
    outline: none;
}

a.Reverse, a.Reverse:visited
{
    color: #555;
}

a.Reverse:hover
{
    color: #f78e1e;
}

a.Reverse:active
{
    color: #666;
}

a.Subtle
{
    color: #000;
}

a.Subtle:hover
{
    color: #f78e1e;
}

a.Subtle:active
{
    color: #666;
}

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;
}

ol, ul {
    list-style-type: square;
    margin: 15px 25px;
    padding: 0;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

html
{
    
}
body
{
    font-family: Arial;
    font-size: .85em;
    color: black;
}
#TCTopBar
{
    height: 35px;
    background-color: #EFEFEF;
}
.TCHeaderI
{
    background-position: center top;
    background-repeat: no-repeat;
    height: 300px;
}
.TCHeaderII
{
    background-position: center top;
    background-repeat: no-repeat;
    height: 130px;
    min-height: 130px;
}
#TCHeaderContent
{
    margin: 0 auto;
    width: 900px;
}
ul#TCNavBar
{
    float: left;
    margin: 0 0 0 3px;
    padding: 7px 0; 
    list-style-type: none;
    height: 18px;
    width: 630px;
}
ul#TCNavBar li
{
    float: left;
}

span.InboxCountLink
{
    font: normal 11px Arial;
    text-decoration: none;
    margin: 0 0 0 5px;
}

.TCSearchBar
{
    height: 30px; 
    width: 900px; 
    margin: 0 auto; 
    background-color: #d1d3d4; 
    padding: 5px 0 0;
}

.TCContentI
{
    margin: 0 auto;
    width: 900px;
}

.TCContentII
{
    margin: 0 auto;
    width: 900px;
    min-height: 325px;
    background-color: #fff;
}

#TCLoginView
{
    margin: 0 auto;
    width: 900px;
}

#TCLoginView input[type="text"], #TCLoginView input[type="password"]
{
    border: solid 1px #aaa;
    color: #888;
    padding: 4px 5px;
}

.TCTextboxWatermark, .TCLoginWatermark, .TCPasswordWatermark
{
    color: #aaa;
}

.TCLoginWatermark
{
    background-repeat: no-repeat;
    background-position: 0 3px;
    color: #FFF;
}
 
.TCPasswordWatermark
{
    background-repeat: no-repeat;
    background-position: 0 3px;
    color: #FFF !important;
}

.TCMarcomContent
{
     color: #666; 
     font-size: 10pt;
     line-height: 1.5em;
}

.TCMarcomContent h1, h1
{
    font-size: 16pt;
    margin-top: .75em;
    margin-bottom: 1.0em;
}

.TCMarcomContent h2
{
    font-size: 10pt;
    color: #888;
    font-weight: bold;
    margin-top: .75em;
    margin-bottom: .5em;
}

.TCMarcomContent p
{
    margin-bottom: .5em;
}

.TCFAQQuestion
{
}

.TCFAQQuestion a
{
    color: #61A706;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
}

.TCFAQQuestion a img
{
}

.TCFAQAnswer
{
    margin-left: -5px; 
    color: #000; 
    text-align: left; 
    background-color: #F1f1f1; 
    padding: 15px;
    margin-bottom: 15px;
}

.SubLink
{
    font-size: 8pt; 
    font-weight: normal;
    margin-top: 3px;
}

.SubLink a
{
    text-decoration: none;
}

.SubLink a:hover
{
    text-decoration: underline;
}

table.Tabs
{
    background-repeat: repeat-x;
    background-position: center bottom;
}

table.Tabs td.Tab, table.Tabs td.TabActive, table.Tabs td.TabHidden
{
   border-top: solid 1px #ccc;
   padding: 5px 10px;
   font-weight: bold;
   font-size: 8pt;
   border-left: solid 1px #ccc;
   border-right: solid 1px #ccc;
   background-color: #EFEFEF;
   border-bottom: solid 1px #ccc;
   text-align: center;
}
table.Tabs td.TabHidden
{
    background-color: Transparent;
    border: none;
    border-bottom: solid 1px #ccc;
}
table.Tabs td.TabHidden a
{
    visibility: hidden;
}
table.Tabs td.TabSpacer
{
    border: none;
    min-width: 2px;
    font-size: 2pt;
    padding: 0 0;
    border-bottom: solid 1px #ccc;
}
table.Tabs td.TabActive
{
    background-color: Transparent;
    border-bottom: none;
    color: #333;
}

.BreadCrumb
{
    color: #666; 
    background-color: #DBEBBD; 
    font-size: 8pt;
    line-height: 1.75em;
}

.BreadCrumbAdmin
{
    background-color: #fef4e8; 
    font-size: 8pt;
}

.BreadCrumbAdmin a
{
    color: #f78f1e;
}

.AltHighlight
{
    background-color: #DBEBBD; 
}

.ValidationSummary
{
    background-color: #EFEFEF; 
    border: solid 2px #ff0000; 
    padding: 5px 15px;
    color: #000;
    margin-right: 15px;
}

.ValidationSummary ul, .TCValidationSummary ul
{
    margin: 5px 0 5px 45px;
}

.TCValidationSummary, .TCValidationSummary2, .TCValidationSummary3
{
    background-color: #fef4e8;
    color: #000;
    border: solid 1px #f78f1e;
    font-size: 8pt;
    margin: 0 0 5px 0;
}

.TCValidationSummary2
{
    border: solid 1px #f00;
    margin: 10px 35px 15px 0;
}

.TCValidationSummary3
{
    border: solid 1px #f00;
    margin: 10px 0 15px 0;
}

.TCValidationSummaryHeader, 
.TCValidationSummaryHeader2, 
.TCValidationSummaryHeader3
{
    background-color: #fde9d2;
    font-size: 10pt;
    padding: 5px;
    background-color: #f78f1e;
    color: #555;
    font-weight: bold;
    color: #FFF;
}
.TCValidationSummaryHeader2,
.TCValidationSummaryHeader3
{
    background-color: #f00;
}
.MatchHistory
{
    color: #333;
    font-size: 8pt;
    width: 935px;
}
.MatchHistory th
{
    background-color: #93af7f;
    color: #FFF;
    font-weight: bold;
    padding: 3px;
}

.MatchHistory tr.SinglesSelf td
{
    padding: 3px;
    background-color: #dbebbd;
}

.MatchHistory tr.SinglesVS td,
.MatchHistory tr.SinglesStop td
{
    padding: 1px 3px;
    font-size: 8pt;
    background-color: #FFF;
    color: #999;
}
   
.MatchHistory tr.SinglesVS td.Score,
.MatchHistory tr.SinglesStop td.Score
{
    background-color: #ffffcc;
}
     
.MatchHistory tr.SinglesOpponent td
{
    padding: 3px;
    background-color: #e6e5e6;
}

.MatchHistory .Score
{   
    text-align: center;
}

.MatchHistory .ScoreLabel
{
    width: 75px;
}

.MatchDate, .ScoreType
{
    text-align: center;
}

.MatchHistory a
{
    color: #333;
    text-decoration: none;
}

.MatchHistory a:hover
{
    color: #f78e1e;
    text-decoration: underline;
}

.MatchHistory a.Normal
{
    outline: none;
    text-decoration: underline;
}

.MatchHistory a.Normal:hover
{
    outline: none;
}
.RatingBreakdown
{
    border-collapse: collapse;
    color: #333;
    font-size: 8pt;
    width: 100%;
}
.RatingBreakdown th
{
    background-color: #999;
    border-right: solid 2px #FFF;
    border-bottom: solid 2px #FFF;
    color: #FFF;
    font-weight: bold;
    padding: 3px;
    text-align: center;
}
.RatingBreakdown td
{
    border-right: solid 2px #FFF;
    border-bottom: solid 2px #FFF;
	text-align: center;
}
.RichTextBoxAttachmentsSection
{
    border: solid 2px #D4D0C8;
    margin: -1px 1px 1px 0px;
}

.RichTextBoxAttachmentsLabel
{
    font-size: .9em;
    background-color: #D4D0C8;
    padding: 0px 0px 2px 5px;
    font-weight: bold;
    color: #666;
}

.RichTextBoxAttachmentItem
{   
    margin: 5px;
}

.RichTextBoxAttachmentTitle
{
    float: left;
    width: 425px;
}

.RichTextBoxAttachmentItem + .RichTextBoxAttachmentItem
{
    border-top: solid 1px #D4D0C8;
    padding-top: 2px;
}

.RichTextEditor
{
    font-family: Arial;
    line-height: 1.5em;
}

.RichTextEditorWindow br+p
{
}

.MailBody
{
    font-family: Arial;
    font-size: 8pt;
}
.NewsItem
{
    padding: 0 5px 12px;
    border-bottom: dashed 1px #f2f2f2;
    font-size: 9pt;
    line-height: 13pt;
    margin: 10px 0;
    font-family: "Verdana", serif;
    color: #333;
}
.NewsItem h1
{
    font-family: "Verdana";
    font-weight: bolder;
    font-size: 14px;
    display: inline;
    margin-right: .5em;
    line-height: 16pt;
}
.NewsItem .Byline
{
    font-size: 8pt;
    color: #ccc;
}        
.NewsItem a.Subtle
{
    color: #999;
}
.NewsItem a.Subtle:hover
{
    color: #f78f1e;
}
.NewsItem p
{
    margin: 10px 0;
    padding: 0;
}
.CalItem
{
    padding: 0 5px 2px;
    border-bottom: solid 1px #f2f2f2;
    font-size: 8pt;
    line-height: 14pt;
    margin-top: 5px;
    color: #555;
}
.CalItem h1
{
    font-size: 8pt;
    font-weight: bold;
    display: inline;
    margin-right: .5em;
}
.CalItem .Byline
{
    font-size: 8pt;
    color: #999;
}        
.CalItem a.Subtle
{
    color: #999;
}
.CalDateHeader
{
    padding: 5px;
    background-color: #dbebbd;
    color: #000;
    font-size: 8pt;
    font-weight: bold;
}
.AltCalDateHeader
{
    border-bottom: solid 1px #CCC; 
    background-color: #fff;
    color: #999;
    padding: 0 0 2px 2px;
    margin: 5px 0 0 0;
    font-size: 8pt;
    font-weight: bold;
}
.ModalBackground
{
    background-color: #000;
    opacity: .55;
    filter: alpha(opacity=55);
    -moz-opacity: .55;
}

.AdminPanel
{
    opacity: .25;
    filter: alpha(opacity=25);
    -moz-opacity: .25;
}

.AutoCompleteListHandle
{
    background-image: url(/general/images/silk/bullet_arrow_down.png); 
    margin: 2px 0 2px -21px; 
    float: left; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-color: #e6e7e8;
    width: 19px;
    height: 17px;
    cursor: hand;
    cursor: pointer;
    z-index: 100;
}
.AutoCompleteListHandle:hover
{
    background-color: #f2f2f2;
    color: #000;
    width: 19px;
    height: 17px;
    
}
.autocomplete_completionList
{
    border: solid 1px blue;
}
.autocomplete_completionListElement li
{
    list-style-type: none;
}
.autocomplete_completionListElement
{
   background-color: #efefef;
   border: solid 1px #ccc;
   border-top: none;
   padding: 5px 0;
   overflow: scroll;
   overflow-x: hidden;
   height: 400px;
   margin: 0;
   font-size: 8pt;
   line-height: 10pt;
}
.autocomplete_listItem, .autocomplete_highlightedListItem
{
    padding: 6px;
    cursor: pointer;
}
.autocomplete_highlightedListItem
{
    background-color: #999;
    color: #FFF;
}

.autocomplete_listItem .divider
{
    border-bottom: solid 1px #ccc;
}
.autocomplete_highlightedListItem .divider
{
    border-bottom: solid 1px #999;
}

.Watermark
{
    color: #555;
}
input, select
{
    font-family: Arial;
}
input[type='text'], input[type='password']
{
    border: solid 1px #ccc;
    padding: 2px 5px;
    font-size: 9pt;
    letter-spacing: .075em;
}
select
{
    border: solid 1px #ccc;
    font-size: 9pt;
    letter-spacing: .075em;
    padding: 2px;
}
.ajax__calendar_container TABLE TD {padding: 0 0; border: 0; font-weight: normal;}
.ajax__calendar_container TABLE TH {padding: 0 0; border: 0;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#d86723; color:#fff;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#d86723; color:#fff;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#d86723; color:#fff;}
.ajax__calendar .ajax__calendar_container {background-color:#efefef;}
.ajax__calendar .ajax__calendar_dayname {border-bottom: 1px solid #efefef;}
.ajax__calendar .ajax__calendar_day {border: 1px solid #efefef;}
.ajax__calendar .ajax__calendar_month {border:1px solid #efefef;}
.ajax__calendar .ajax__calendar_year {border:1px solid #efefef;}
.ajax__calendar .ajax__calendar_footer {border-top: 1px solid #efefef;}
.ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#efefef;border-color:#efefef;color:#999;}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#efefef;border-color:#efefef;color:#999;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#d86723;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#d86723;}

.TitleNews, .TitleEvents, .TitleCalendar, .TitleAdmin, .TitleGeneric, .TitleRegistration, .TitleGenericII
{
    border-top: solid 2px #f78f1e;
    background-color: #efefef; 
    color: #666; 
    font-size: 8pt; 
    font-family: 'Lucida Sans Unicode', 'Lucida Grande'; 
    font-weight: bold; 
    padding: 5px; 
    border-top: solid 2px #f78f1e; 
    margin-bottom: 2px;
}

.TitleGenericII
{
    border-top: none;
}

h1.TitleGeneral
{
    color: #f78e1e;
}

.HighlightedBlock, .HighlightedBlockBordered, .HighlightedBlockBackgrounded
{
    background-color: #FDA335;
    background-repeat: repeat-x;
}

.HighlightedBlockBordered,
.HighlightedBlockBackgroundedBordered
{
    border: solid 1px #f78e1e;
}

.HighlightedBlockBackgrounded, 
.HighlightedBlockBackgroundedBordered
{
    background-image: url(../images/tennis/gradient_primary.jpg);   
}
.SubTitleNews, .SubTitleEvents
{
    padding: 5px; 
    background-color: #fef4e8; 
    font-size: 8pt; 
    color: #333; 
    font-weight: bold;
}

.SubTitleNews a, .SubTitleEvents a,
.SubTitleNews a:visited, .SubTitleEvents a:visited
{
    color: #f78e1e;
}

.TCLogoLink
{
    height: 75px; 
    width: 233px; 
    float: left; 
    margin-left: 33px; 
    outline: none;
}

.FilterCriteria
{
    margin: 0;
}

.FilterCriteria label
{
    font-size: 8pt;
    color: #999;
}

.Divider
{
    background-color: #efefef;
    height: 1px;
    width: 400px;
    margin: 15px auto;
    font-size: 0;
}

h5
{
    font-size: 12pt;
    color: #AAA;
}

.AdCanvas
{
    margin: 0 auto;
}

.MasterSearchButton
{
    background-color: #f2f2f2; 
    border: solid 1px #AAA; 
    padding: 2px 5px; 
    float: left; 
    border: solid 1px #CCC; 
    border-left: none; 
    margin: 0 10px 0 0; 
    background-position: center center; 
    background-repeat: no-repeat; 
    width: 16px; 
    height: 16px; 
    cursor: pointer;
}

.SubsiteLinkWrapper
{
    display: none;
    padding: 10px; 
    color: #666; 
    background-color: #DDD; 
    font-size: 8pt; 
    width: 960px; 
    margin: 0 auto;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

.EventScoreEntry
{
    border-collapse: collapse;
}
.EventScoreEntry th, .EventScoreEntry td
{
    padding: 5px;
    border: solid 1px #fef4e8;
    border-collapse: collapse;
    text-align: center;
}
.EventScoreEntry th
{
    background-color: #fef4e8;
    color: #333;
    font-weight: bold;
    border: none;
}
a.EditMatchLink, a.EditMatchLink:visited
{
    color: #f78e1e;
    outline: none;
    text-decoration: underline;
}

a.EditMatchLink:hover
{
    color: #61A706;
    outline: none;
}

a.EditMatchLink:active
{
    color: #666;
    outline: none;
}

a.ScoreEntryTabLink,
a.ScoreEntryTabLink:Visited
{
    color: #000;
    text-decoration: none;
}

a.ScoreEntryTabLink:hover
{
    color: #f78f1e;
    text-decoration: underline;
}

a.ScoreEntryTabLink:active
{
    color: #555;
    text-decoration: underline;
}

.BracketMap td.Active div
{
    background-color: #f78e1e;
}

#LeaderboardSection {margin:0 10px;}
.leaderboard-options>div {margin:5px 0;}
.leaderboard-age{padding:0 5px;height:25px;}
.leaderboard-widged {margin:10px 0;font-size:9pt;}
.leaderboard-widged .leaderboard-table{width:100%;border-style:none;}
.leaderboard-widged .leaderboard-table th{border-style:none;}
.leaderboard-widged .leaderboard-table>tbody>tr>td:first-child, .leaderboard-widged .leaderboard-table th:first-child{text-align:right;padding: 0 10px 0 0;}
.leaderboard-widged .leaderboard-table th:nth-child(2){text-align:left;}
.leaderboard-widged .leaderboard-table>tbody>tr>td:nth-child(3) {text-align: center;}
.leaderboard-widged .leaderboard-table>tbody>tr>td{border-style: none;border-bottom: solid 1px #DFDFDF;padding:2px 3px;}
.leaderboard-widged .leaderboard-table-pager>td {border-bottom: none 0px #000000!important;padding:5px!important;font-size:8pt;}
.leaderboard-widged .leaderboard-table td table{display:inline-block;}
.leaderboard-options .leaderboard-rating td,.leaderboard-options .leaderboard-gender td{width:80px;}

/*Radio button styles*/
.leaderboard-age td {
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
    text-align:center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.leaderboard-age input {
    position: absolute;
    opacity: 0;
}

/* Create a custom checkbox */
.leaderboard-age label {
    position: absolute;
    top: 0;
    left: 0;
    height: 11px;
    width: 43px;
    padding: 5px 0;
}

/* On mouse-over, add a grey background color */
.leaderboard-age td:hover input ~ label {
    background-color: #F5F6F7;
}

/* When the checkbox is checked, add a blue background */
.leaderboard-age input:checked ~ label {
    background-color: #E5E6E7;
}

/* Create the checkmark/indicator (hidden when not checked) */
.leaderboard-age label:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.leaderboard-age input:checked ~ label:after {
    display: block;
}
/*Fixed an issue while adding an Ordered List to the context. class for ol made the list-style-type as square inside the text area for summernote.*/ 
.note-editable ol {
    list-style-type: decimal;
}