﻿#body
{
	background-image: url(../Images/PageBackground.jpg);
	background-repeat: repeat-x;
	background-color: #1c52ab;
}

.pageFrameInner 
{
	border: none;
	background-image: url(../Images/PageBack_Grey.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: White;
}

.pageHeaderFrame 
{
	padding: 0;
	height: 121px;	
	background-image: url(../Images/HeaderLogo.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #f2f2ef;	
}

.middleFrame 
{
	background-color: #f2f2ef;
}

.sideMenuFrame 
{
	border-right: none;	
	background-color: #f8f8f8;
	background-image: url(../Images/RightSideGradient.gif);
	background-position: left top;
	background-repeat:repeat-x;	
}

.leftContentFrame 
{
	border-right: solid 1px #dddddd;
}

.mainContentFrame 
{
	padding-bottom: 40px;
}

.footerFrame 
{
	color: #2c72bb;
}

.footer a 
{
	color: #ffffff !important;
	text-decoration: none;
}

.footer a:hover
{
	color: #cccc33 !important;
	text-decoration: none;
}

.headerDividerBar 
{
	display: none;
}

h1 
{
	font-size: 18px;
	color: #0b419b;	
	margin: 0 0 16px 0;
	font-family: Arial Rounded MT Bold; 
	font-weight: normal;
}

.pageHeaderMenu 
{	
	font-family: Arial Rounded MT Bold; 
	font-size: 20px;
	height: 54px;
}

.pageHeaderMenu a
{
	color: #000066;
	font-family: Arial Rounded MT Bold; 
	font-size: 20px;
	text-decoration: none;	
}

.pageHeaderMenu a:hover
{
	color: #da251d;
}

.sidePanel 
{
	width: 148px;
	padding: 6px 0;	
}

.sidePanel h2
{
	text-decoration: none;
	color: Black;
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 3px 0;
	font-family: Arial Rounded MT Bold; 
}

.sidePanel h3
{
	text-decoration: none;
	color: Black;
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 3px 0;
	font-family: Arial Rounded MT Bold; 
}

.sidePanel .infoText 
{
	padding: 1px 0 4px 0;
	color: #333333;
}

.sidePanel a 
{
	text-decoration: none;
	font-weight: normal;
}

.contentPanel 
{
	/*
	width: 520px;
	background-color: #f9f9f6;
	padding: 6px;
	*/
	width: 532px;
}

.oddRow td, div.oddRow
{
	background-color: #f9f9f6;
}

.evenRow td, div.evenRow
{
	background-color: #fcfcf9;
}

.eventTable 
{
	width: 100%;	
}

.eventTable td
{
	
}

.eventTable .topRowCell 
{
	padding: 6px 4px 2px 4px;	
}
.eventTable .bottomRowCell 
{
	padding: 2px 4px 6px 4px;
	border-bottom: solid 1px #ccccca;
}
.eventTable .noteCell *
{
	font-size: 12px;
	color: #333333;
}

.bold 
{
	font-weight: bold;
}

a 
{
	color: #0b419b;
	text-decoration: none;
}

a:hover 
{
	color: #da251d;
	text-decoration: none;
}

.entryForm 
{
	
}

.entryForm tr
{
	vertical-align: top;
}

.entryForm tr td
{
	padding: 2px;
}

.entryForm td.label
{
	color: #666666;	
	padding-top: 6px;
	padding-left: 0;
}

.entryForm td.subheading
{
	color: Black;	
	padding: 16px 3px 6px 0;
	font-weight: bold;
}

.entryForm td.fullWidth
{
	padding-left: 0px;
}

.infoForm 
{
}

.infoForm tr 
{
	vertical-align: top;
}

.infoForm td 
{
	padding: 2px;
}

.infoForm td.subheading
{
	color: Black;	
	padding: 16px 3px 6px 0;
	font-weight: bold;
}

.infoForm td.label
{
	color: #666666;	
	padding-left: 0;
}

.infoForm td.paddedRightAlign
{
	text-align: right;
	padding-right: 30px;
}

.infoForm td.fullWidth
{
	padding-left: 0px;
}

input.disabled 
{
	background-color: #f6f6f6;
	border: solid 1px #cccccc;
}

.gamePointsInput 
{
	text-align: center;
}

.playerLinkBlock 
{
	width: 148px; 
	overflow: hidden;
	position:relative;
}

.playerLinkBlockOddRow 
{
}

.playerLinkDeleteBlock
{
	z-index: 2000; 
	position: absolute; 
	right: 2px;
	bottom: 3px;	
}

.playerLinkDeleteBlock a 
{
	font-size: 10px;
}

.playerLinkDeleteBlock a:hover
{
}

.smallText, .smallText *
{
	font-size: 11px;
}


