﻿body {
    margin:9px 9px 0 9px;
    padding:0;
    background-image: url("../Images/background.png");
    background-repeat:repeat;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    color: #FFFFFF;
}

a
{
	color: #FFD202
}

img 
{
	border: 0;
}

legend
{
	color: #FFD202;
	font-weight: bold;
	font-size:medium;
}

.TogglePage
{
}

.blinky
{
	width: 10px;
	margin-left: 3px;
	height: 20px;
}
.MenuLink
{
	font-weight:bold;
	cursor:pointer;
	height: 20px;
	margin-top: -10px;
	position: relative;
	margin-left: 3px;
	padding: 0px;
}

.GeneralInfoTitleContainer
{
	background: #FFD202;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 2px;
}

.GeneralInfoTitle
{
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.ImageChanger
{
	border-color:#ffd202;
	cursor:pointer;
}

.LC_ImageTitle
{
	font-weight:bold;
	font-size: 8pt;
	text-align: left;
}

.LC_ImageTitleY
{
	font-weight:bold;
	font-size: 8pt;
	text-align: left;
	color: #FFD202;
}

.AttendeeListTable
{
	width: 100%;
	border: 0px;
	padding: 5px;
}
.GameListTable
{
	width: 100%;
	border: 0px;
	padding: 5px;
}

.ListTableHeader
{
	background-color: #5e5e5e;
	color: #FFD202;
	font-weight: bold;
}
.SelectedRow
{
	background-color: Yellow;
	color: #5e5e5e;
}
.SelectedRow a
{
	color: #5e5e5e;
}

.ErrorMessage
{
	color: Red;
}

#DirectionsLabel
{
	font-weight: bold;
}

#GameSuggestionForm
{
	width: 350;
	display: none;
	text-align: left;
}
#GameSuggestionLink
{
	display: none;
}
#UsernameDiv
{
	display: none;
}
.GameVoteLink
{
	display: none;
}
.TableDetails
{
	font-size:smaller;
}
.LoginMessageCurve
{
}

/* curve height, background image */
.LoginMessageCurve .t, .LoginMessageCurve .b, .LoginMessageCurve .b b, .LoginMessageCurve .t b{
height:10px;
background-image:url(../Images/LoginMessageImage.png);
}

/* inner color, border color, border width */
.LoginMessageCurve .c{
background:#5e5e5e;
border-color:#FFD202;
border-left-width:4px;
border-right-width:4px;
}

.NewsTitle
{
    clear: right;
    padding: 3px;
    background: #5e5e5e;
    font-weight: bold;
}
.NewsDate
{
    font-weight: normal;
    font-size: x-small;
}
.NewsBody
{
	font-size: smaller;
}

.NewsCommentsLink
{
	font-size: smaller;
	margin-bottom: 15px;
	float: right;
	margin-top: -10px;
}

.ForumPostTitle
{
    background: #5e5e5e;
    clear: right;
    padding: 3px;
    font-weight: bold;
}
.ForumPostBody
{
	font-size: smaller;
}

.HeaderSecondaryTitle
{
    font-style: italic;
    font-weight: bolder;
    font-size: larger;
    color: #9e9e9e;
}

.MinorDetails
{
	font-size: x-small;
}


.AttendeeRow
{
}
.AttendeeRowAlternating
{
	background-color: #000000;
}

.SponsorsTitle
{
    text-align: center;
    color: White;
    font-size: xx-small;
    font-weight: bold;
}

.Footer
{
	font-size: xx-small;
}

.EdgeText
{
    color:#0099ff;
    font-size: x-small;
}