﻿body
{
    margin: 0px;
    font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #000000;
}

.bodyTable
{
     background-color: #66004D;
}
.Title
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #FFFFFF;
    font-style: normal;
}
.Category
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    font-style: normal;
}
.Subtext
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-style: normal;
}
.Blue
{
    color: #46D1FF;
}

.MenuFantasyBanner1
{
    border: thin solid #990099;
    background-color: #340050;
}
.MenuFantasyBanner2
{
    border-style: none;
}
.MenuFantasyName
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    font-style: normal;
}
.MenuFantasyDesc
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-style: normal;
}

.MenuFantasyStats
{
    font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4BE10B;
    font-style: normal;
}
.Smalltext
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-style: normal;
}
.Handle
{
    font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFFF00;
    font-style: normal;
}
.HandleTokens
{
    font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #B9B900;
    font-style: normal;
}
.Pitch
{
    font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FEA0D3;
    font-style: normal;
    line-height: 12px;
}
.Virgin
{
    color: #00CCFF;
}
.Current
{
    color: #66FF66;
}
.Expired
{
    color: #FF3300;
}
.Error
{
    color: #FF3300;
}
.Warning
{
    color: #FFFF66;
}



a
{
    color: #FF99FF;
}
a:hover
{
    color: #FFFF66;
}

.Legal
{
    font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #33CC33;
    line-height: 12px;
}
.Panic
{
    font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #F4F400;
}
.Login
{
    font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #000066;
}

.LoginError
{
    font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFF66;
    background-color: #000066;
}
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #000000;
    background-color: #E1BCE7;
    border: thin groove #FF66FF;
}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD
{
    background-color: #D2B1FE;
    border: 1px solid #AAAAAA;
}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover
{
    background-color: #899CF8;
    border: 1px solid #888888;
    cursor: pointer;
    color: #FFFFFF;
}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD
{
    background-color: #93C9FF;
    border: 1px solid #AAAAAA;
    color: #000000;
}


/* additional style information for the text that indicates the month and year */
.dpTitleText
{
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight
{
    color: #000000;
    font-weight: bold;
}


/* the forward/backward buttons at the top */
.dpButton
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    background: #CC33FF;
    font-weight: bold;
    padding: 0px;
}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
    background: #CC33FF;
	font-weight: bold;
	}

.PicPicDiv
{
    border: thin ridge #FFCCFF;
    background-color: white;
    height: 200px;
    width: 200px;
    overflow: auto;
}

.PicPicTable
{
    border: none;
}

#PicPicDiv
{   border: thin ridge #FFCCFF;
    background-color: white;
    height: 252px;
    width: 294px;
    overflow: auto;
}
.MenuNewsTitle
{
    color: #66FF33;
}

.MenuNewsText
{
    color: #00CC66;
}

.NewsPic
{
    border: medium inset #FF99FF;
    margin-right: 16px;
    margin-bottom: 10px;
}

.NewsTitle
{
    font-size: 20px;   
    font-weight: bold;
}

.NewsText
{
    font-size: 14px;
}

.SubscriptionOption
{
    font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #A8FD80;
    font-style: normal;
    font-variant: normal;
}
.SubscriptionDiscount
{
    font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #01B10A;
    font-style: normal;
}


.SystemLog
{
    font-family: Tahoma;
    font-size: 10px;
}
.divInfoBox
{
    background-color: #003448;
    border: 1px solid #00CCFF; 
}
#divComment
{
    background-color: #48004F;
    border: 1px solid #9803FC;
    z-index: 9;
}
.CommentHandle
{
    font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0099FF;
    font-style: normal;
}
.CommentStats
{
    font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #007BCE;
    font-style: normal;
}
.CommentText
{
    font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #A4E1FF;
    font-style: normal;
}
.TotalTips
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 18px;
    color: #DFFB40;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}

#FantasyFavorites
{
    font-size: 12px;
    color: #EC1334;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}
#divMP3
{
    background-color: #24301F;
    border: 1px solid #85F30C;
    z-index: 9;
}
#MP3Cost
{
    color: #FFFF00;
}

.AdminReport1
{
    background-color: #000050;
}
.AdminReport2
{
    background-color: #505050;
}
.MsgRead
{
    background-color: #0D3C04;
    margin-top: 4px;
    margin-right: 4px;
    padding: 4px;
    cursor: pointer;
}
.MsgRead:hover
{
    background-color: #1B8209;
}
.MsgUnread
{
    background-color: #002471;
    margin-top: 4px;
    margin-right: 4px;
    padding: 4px;
    cursor: pointer;
}
.MsgUnread:hover
{
    background-color: #0038AE;
}
.MsgReadFrom
{
    color: #ffffff;
    font-size: 14px;
}
.MsgReadSubject
{
    color: #00E100;
    font-size: 12px;
}
.MsgReadTime
{
    font-size: 10px;
    color: #CCCCCC;
}
.MsgUnreadFrom
{
    color: #ffffff;
    font-size: 14px;
}
.MsgUnreadSubject
{
    color: #A6E2FF;
    font-size: 12px;
}
.MsgUnreadTime
{
    font-size: 10px;
    color: #CCCCCC;
}
.MsgCurrent
{
    background-color: #600077;
    margin-top: 4px;
    margin-right: 4px;
    padding: 4px;
    cursor: pointer;
}
.MsgCurrent:hover
{
    background-color: #8E00B3;
}
.MsgCurrentFrom
{
    color: #ffffff;
    font-size: 14px;
}
.MsgCurrentSubject
{
    color: #FFAEFF;
    font-size: 12px;
}
.MsgCurrentTime
{
    font-size: 10px;
    color: #CCCCCC;
}
#divInboxHeader
{    
    background-color: #440055;
}

#divSentHeader
{
    background-color: #023848;
}
.InboxFrom
{
    font-size: 18px;
}
.InboxDate
{
    font-size: 12px;
    color: #7C94BE;
}
.InboxSubject
{
    font-size: 14px;
    color: #DBC0FE;
}
.SentFrom
{
    font-size: 18px;
}
.SentDate
{
    font-size: 12px;
    color: #7C94BE;
}
.SentSubject
{
    font-size: 14px;
    color: #C0DCFE;
}
.InboxLinks
{
    
}
.InboxLinks a 
{
    text-decoration: none;
}
.SentLinks
{
    
}
.SentLinks a 
{
    text-decoration: none;
}
#divMsgsWaiting
{
}
#divMsgsWaiting a
{
    text-decoration: none;
    color: #66FF33;
    font-size: 16px;
}
#divMsgsWaiting a:hover
{    
    color: #FFFF66;    
}

#divStatusBar
{
}
#divStatusBar a
{
    text-decoration: none;
    color: #CC99FF;
    font-size: 13px;
}
#divStatusBar a:hover
{    
    color: #FFFF66;    
}


.MsgNew
{
    background-color: #580150;
    margin-top: 4px;
    padding: 4px;
    cursor: pointer;
}
.MsgNew:hover
{
    background-color: #830176;
}

.MsgNewFrom
{
    color: #ffffff;
    font-size: 16px;
}
.MsgNewSubject
{
    color: #FA85C8;
    font-size: 14px;
}
.MsgNewTime
{
    font-size: 12px;
    color: #CCCCCC;
}
#divMsgsNew
{
    border: medium ridge #830176;
    background: url(/Assets/InboxBackground.png);
}
#spanMsgsNew
{
    font-size: 18px;
    color: #FAA5D1;
}
.divPlayerAlt
{
    padding: 24px;
    border: thin ridge #99FF99;
    color: #FFFFFF;
    background-color: #1B3500;
}
#divSettingsContacts
{
    background-color: #272778;
}

#divSettingsBlocks
{
    background-color: #6C0000;
}
.SettingsContact
{
    background-color: #1E1E5B;
    padding: 4px;
    margin: 4px;
    cursor: pointer;
}
.SettingsContact:hover
{
    background-color: #59550D;
}
.SettingsBlock
{
    background-color: #460000;
    padding: 4px;
    margin: 4px;
    cursor: pointer;
}
.SettingsBlock:hover
{
    background-color: #59550D;
}
#divPreviewHeader
{    
    background-color: #440055;
}
.ProfileTable
{
    background-color: #480036;
}
.ProfileHandle
{
    font-size: 40px;
    color: #FFFF66;
}
.ProfileAgeAre
{
    font-size: 1.1em;
}
.ProfileLive
{
    font-size: 1.1em;
}
.ProfileDesc
{
    font-size: 1.3em;
    color: #A7D9FE;
}
.ProfileDescComm
{
    font-size: 0.9em;
    color: #A7D9FE;
}

.ProfileComesSex
{
    font-size: 1.3em;
    color: #D5FEA7;
}


.ProfileKey
{
    font-size: 12px;
    color: #CC66FF;
}
.ProfileValue
{
    font-size: 14px;
    color: #FFCCFF;
}
.ProfileNoteSelf
{
    font-size: 14px;
    color: #82E6FF;
}
.ProfileNoteOther
{
    font-size: 14px;
    color: #21D906;
}
.ProfileNoteAgo
{
    font-size: 10px;
    color: #1D87FC;
}
.ProfileNoteAgo2
{
    font-size: 10px;
    color: #F9D2F2;
}

.ForumTable
{
    border: thin solid #0683FF;
}

.ForumTableTr
{
    background-color: #0E203A;
    cursor: pointer;
}
.ForumTableTrHover
{
    background-color: #1A396A;
    cursor: pointer;
}

.ForumThreadTr
{
    background-color: #0E203A;    
}
.ForumThreadTrHover
{
    background-color: #1A396A;    
}

.ForumTable th
{
    background-color: #0066CC;
    font-weight: normal;
}

.ForumIndex
{
    font-size: 24px;
    color: #FFFF99;
    text-decoration: none;
}


.ForumName
{
    font-size: 24px;
    color: #00CCFF;
    text-decoration: none;
}

.ForumThreadTopic
{
    font-size: 24px;
    color: #00FF80;
    text-decoration: none;
}

.ForumName a
{
    font-size: 24px;
    color: #00CCFF;
    text-decoration: none;
}

.ForumName a:hover
{
    font-size: 24px;
    color: #FFFF00;
    text-decoration: none;
}


.ForumDesc
{
    font-size: 14px;
    color: #0099FF;
}
.ForumStats
{
    font-size: 12px;
    color: #2FB9FB;
}

.ForumStats a
{
    font-size: 12px;
    color: #FF99FF;
    text-decoration: none;
}

.ForumStats a:hover
{
    font-size: 12px;
    color: #FFFF00;
    text-decoration: none;
}

.ForumAuthor a
{    
    color: #FF99FF;
    text-decoration: none;
}

.ForumAuthor a:hover
{    
    color: #FFFF00;
    text-decoration: none;
}

.ForumTopic a
{
    font-size: 1.1em;
    color: #00FF80;
    text-decoration: none;
}

.ForumTopic a:hover
{   
    font-size: 1.1em; 
    color: #FFFF00;
    text-decoration: none;
}

.ForumPages
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #FFFFFF;
}
.ForumPages a
{
    color: #66FF33;
    text-decoration: none;
}
.ForumPages a:hover
{
    color: #FF0066;
    text-decoration: none;
}


.ForumPath
{
    color: #FFCCFF;
}

.ForumPath a
{
    color: #FFCCFF;
    text-decoration: none;
}

.ForumPath a:hover
{
    color: #FFFF00;
    text-decoration: none;
}

.ForumPostHandle a
{
    font-size: 1.4em;
    color: #FF99FF;
    text-decoration: none;    
}
.ForumPostHandle a:hover
{    
    color: #FFFF00;
}
.ForumPostLevel
{    
    color: #C400C4;
}

.ForumPostStats
{
    font-size: 0.8em;
    color: #CCCCCC;
}

.ForumPostOnline
{
    font-size: 0.9em;
    color: #FF3399;
}

.ForumPostWhen
{
    font-size: 0.8em;
    color: #99CCFF;
    margin-bottom: 0.5em;
}

.ForumPostDeleteEdit a
{    
    color: #98D50B; 
}

.ForumPostDeleteEdit a:hover
{    
    color: #FFFF00;    
}

.ForumPostText
{    
    font-size: 1.1em;
    color: #ffffff;    
}
.ForumSettingsTitle
{
    font-size: 1.4em;
    margin-bottom: 0.5em;
    color: #66CCFF;
}
.ForumSettingsDesc
{
    color: #00A8F9;
}
.ForumSettingsHr
{
    color: #0099FF;
    background-color: #0099FF;
    height: 1px;
    border: none;
}
.ForumThreadWatch
{
    color: #FFFF00;
}
.ForumPostTable
{
    background-color: #091324;
}
.ForumPostDesignBox {
    font-size: 14px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
    background-color: #0E203A;
    color: #ffffff;
}
.CustomSoundTable
{
    background-color: #000066;
}


