* 
{
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-Serif;
}

html {overflow-y: scroll;} 

#body {
	background-color: White;
	text-align:center;
	padding: 0px;
}

th 
{
	text-align: left;
}

.pageFrameOuter 
{
	margin:0px auto; 
	text-align:left;	
	width: 900px;
	border: none; 
	background-color: White;
}

.pageFrameInner 
{
}

.pageHeaderFrame 
{
	padding: 0;
}

.middleFrame 
{
	background-color: #f2f2ef;
	position: relative;	
}

.sideMenuFrame 
{
	border-right: 1px #888888;	
	width: 160px;
	overflow: hidden;	
}

.leftContentFrame 
{
	width: 190px;
	overflow: hidden;
	border-right: solid 1px #dddddd;
}

.mainContentFrame 
{
	overflow: hidden;
	padding-bottom: 60px;
}

.contentFooterFrame 
{
	clear: both;
}

.footerFrame 
{
	margin:0px auto; 
	text-align:left;	
	width: 900px;
	padding-top: 4px;
	color: #333333;
}

.footer a 
{
	color: #666666 !important;
	text-decoration: none;
}

.footer a:hover
{
	color: #336699 !important;
	text-decoration: none;
}

.leftContent {
	padding: 0px 12px 12px 12px;
}

.mainContent {
	padding: 6px 16px 12px 16px;
}

.sideMenu
{
	margin-top: 0;
	padding: 12px;
	min-height: 500px;
}

h1 
{
	font-size: 18px;
	color: #0886b6;	
	margin: 0 0 16px 0;
	font-family: Arial Rounded MT Bold; 
	font-weight: normal;
}

.pageHeaderMenu 
{	
	float: right;
	padding-top:66px;
	padding-right: 16px; 
	font-family: Arial Rounded MT Bold; 
	font-size: 16px;
}

.pageHeaderMenu a
{
	color: Black;
	font-family: Arial Rounded MT Bold; 
	font-size: 16px;
	text-decoration: none;	
}

.pageHeaderMenu a:hover
{
	color: #f13b41;
}

.framedPanel 
{
	border: solid 1px #dadada;	
	margin: 12px 0;
	position: relative;
	background-color: White;
	z-index: 0;
	
	/* IE6 hack */
	height: 0;
	height: auto;
	/*zoom: 1;*/
	/* ======== */
}

.framedPanel .framedPanelContent 
{
	padding: 12px;
}

.framedPanel .TL { position: absolute; top: -1px; left: -1px; display: block; }
.framedPanel .TR { position: absolute; top: -1px; right: -1px; display: block; }
.framedPanel .BL { position: relative; left: -1px; top: 1px; }
.framedPanel .BR { position: relative; float: right; left: 1px; top: 1px}

.framedPanelTitle 
{
	font-weight:bold;
	margin-bottom: 8px;
}

.framedPanelImage
{
	margin-bottom: 8px;
	text-align:right;
}

.framedPanelCommandLink img
{
	padding-top: 6px;
}

.framedPanelTitleLink 
{
	color: #32528e;
	text-decoration: none;
}

.framedPanelTitleLink:hover
{
	color: #ab0217;
	text-decoration: none;
}

.framedPanelTopCommandControls {
	float: right;
	vertical-align: baseline;	
}

.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: #f3f3ee;
}

.evenRow td, div.evenRow
{
	background-color: #f3f3ee;
}

.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: #059cd5;
	text-decoration: none;
}

a:hover 
{
	color: #077aa5;
	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;
}


.ajax__calendar_container, .ajax__calendar_body, .ajax__calendar_footer, .ajax__calendar_header
{
	width: 200px !important;
}

.contactsTable 
{
	width: 100%;	
}

.contactsTable th
{
	background-color: #dddddd;
	padding: 2px;
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px #bbbbbb;
}

.contactsTable td
{
	padding: 2px;
	border-bottom: solid 1px #ccccca;
	background-color: #f2f2ef;
}

.imagePreviousButton
{
	left: 0px;
	position: absolute;
	width: 80px;
}

.imageNextButton
{
	right: 6px;
	position: absolute;
	width: 80px;
}

.loginFailureText 
{
	color: Red;
	font-size: 12px;
}

img.sideMenuAd 
{
	margin-bottom: 12px;
	display: block;
}
