fieldset {  
margin: 1.5em 0 0 0;  
border-color:#E7E7E7 #BBBBBB #BBBBBB #E7E7E7;
border-style:solid;
border-width:1px;
}
legend {  
margin-left: 0em;  
padding: 0 1em 0 1em;
color: #10218A;  
font-weight: bold;
font-size:16px;
}
fieldset ol {  
padding: 1em 1em 0 3em;  
list-style: none;
}
fieldset li {  
padding-bottom: 1em;
}
fieldset.submit {  
border-style: none;
}

.label {  
float: left;  
width: 10em;  
margin-right: 1em;  
text-align: right;
}

/*
label {  
display: block;
}

 Right align label (does not work with DNNLabel) /*
label {  
float: left;  
width: 10em;  
margin-right: 1em;  
text-align: right;
}

/* Field focus 
input:focus, textarea:focus, select:focus {
border-color:#ABADB3;
}

input 
{
border-color:#ABADB3 #DBDFE6 #E3E9EF #E2E3EA;
border-style:solid;
border-width:1px;
font-size:125%;
padding:4px 4px;
}
*/

/* EVERYTHING BELOW HAS BEEN COPIED TO SITE CSS */
/* Forms 
.example {
	color:#888888;
	font-size:11px;
	line-height:14px;
}
.buttonpanel
{
	margin: 20px 5px 18px 0px;
	text-align :right;
}
.formhelp
{
	margin: 5px 0px 15px 0px;
	padding:10px 10px 10px 35px;
	background: #FFFFC1 url('http://www.pokerdiy.com/portals/6/site/icons/tip.png') no-repeat 10px 10px;
}

*/

.userSearchCustomFilter
{
	float: right;  
}

/* Smart-Thinker League Custom Styles AJAX Calendar - http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx - in Portal.css */
.calendar
{
	cursor: hand;
	border: none;
}

/* Event pw Requirements */
.RequirementsPassed
{
	color: #00cc00;
	font-weight: bold;
}

.RequirementsFailed
{
	color: #ff0000;
	font-weight: bold;
}

/* League Seasons */
.CurrentSeasonGridItem
{
	/* the current season on League page (only 1) */
	font-weight: bold;
}

/* League Players and Games */
.GridFooter
{
	/* Footer for grid - used on Game Players */
	font-weight: bold;
	text-align: center;
	background-color: #E6E6FA;
}
.GridItem1
{
	font-size: large;
	background-color: GhostWhite;
}
.GridItem2
{
	font-size: medium;
	background-color: GhostWhite;
}

.GridItem3
{
	font-size: small;
	background-color: GhostWhite;
}
.GridAlternatingItem1
{
	font-size: large;
	background-color: white;
}
.GridAlternatingItem2
{
	font-size: medium;
	background-color: white;
}
.GridAlternatingItem3
{
	font-size: small;
	background-color: white;
}
.GridItemNotActive
{
	background-color: beige;
}

/* For some reason border is in the style of the IMG tag (runs on server) */
.LeagueLogo
{
	vertical-align: top;
}   

.LeagueDetailDescription
{
}
.LeagueDetailTags
{
}
.LeagueDetailCategories
{
}
.LeagueResultsLessThanZero
{
	color: red;
}
         
