﻿body
{
    margin: 0px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #000000;
}
#wrapper 
{
        margin: 0 auto;
        width: 950px; 
        text-align:left;
        background: url(/Assets/Wrapper-Background.jpg);
        background-position: left top;
        
}

.bodyTable
{
    
}
.Title
{
    
    font-size: 28px;
    color: #FFFFFF;
    font-style: normal;
}
.Category
{
    
    font-size: 20px;
    color: #FFFFFF;
    font-style: normal;
}
.Subtext
{
    
    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-size: 18px;
    color: #FFFFFF;
    font-style: normal;
}
.MenuFantasyDesc
{
    
    font-size: 14px;
    color: #FFFFFF;
    font-style: normal;
}

.MenuFantasyStats
{
    
    font-size: 12px;
    color: #4BE10B;
    font-style: normal;
}
.Smalltext
{
    
    font-size: 12px;
    color: #FFFFFF;
    font-style: normal;
}
.Handle
{
    
    font-size: 18px;
    color: #FFFF00;
    font-style: normal;
}
.HandleTokens
{
    
    font-size: 14px;
    color: #B9B900;
    font-style: normal;
}
.Pitch
{
    
    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: #99FF66;
}
a:hover
{
    color: #FFFF66;
}

.Legal
{
    
    font-size: 12px;
    color: #33CC33;
    line-height: 12px;
}
.Panic
{
    
    font-size: 12px;
    color: #F4F400;
}
.Login
{
    
    font-size: 12px;
    color: #FFFFFF;
    background-color: #000066;
}

.LoginError
{
    
    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-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-size: 10px;
    color: #FFFFFF;
    background: #CC33FF;
    font-weight: bold;
    padding: 0px;
}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	
	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-size: 16px;
    color: #A8FD80;
    font-style: normal;
    font-variant: normal;
}
.SubscriptionDiscount
{
    
    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-size: 14px;
    color: #0099FF;
    font-style: normal;
}
.CommentStats
{
    
    font-size: 12px;
    color: #007BCE;
    font-style: normal;
}
.CommentText
{
    
    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;    
}

.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;
}
.divTimeLabel
{
    font-family: Tahoma, Helvetica;
    color: #CCCC00;
    font-size: 9px;
    margin-left: 9px;
}
.divTimeValue
{
    font-family: Tahoma, Helvetica;
    color: #FFFF00;
    font-size: 10px;    
}

.MenuBar
{
    font-size: 14px;
}

#divArtList
{
    background-color: #000000;
    border: 1px inset #6699FF;
}
.ArtListName
{
    text-decoration: none;
    font-size: 16px;
}

.ArtListStats
{
    font-size: 10px;
    color: #00CCFF;
}
.divArtListItem
{
    border: 1px solid #0033CC;    
}
.divArtInfo
{    
    font-size: 32px;
}
.divArtInfo2
{ 
    font-size: 12px;
}

.divZoom
{
    cursor: pointer;
    border: ridge 3px #ffffff;
    background: url(/Assets/Blank.gif);
}
.divZoom:hover
{
    border: ridge 3px #ffff00;
}
a.ArtListName
{
    text-decoration: none;
    color: #ffffff;
}
a.ArtListName:hover
{
    text-decoration: none;
    color: #ffff00;
}
.ContactTable
{
    background-image: url(/Assets/SardinesBackgroundDim.jpg);
}
.LoginLink
{
    font-size: 0.8em;
}
.LoginLink a
{
    text-decoration: none;
}
   
.MenuLink
{
    font-size: 0.9em;
}
.MenuLink a
{
    text-decoration: none;
} 