#navCell, .pagelabel, #staticlinks_bottom, #secnav, #search, .titlebar, .titlebar_hr {
        display:none;
}

div.registration_top {
background-image: url(/userimages/registration-form-top.jpg);
background-position: top left;
background-repeat: no-repeat;
background-color: #ffffff;
width: 855px;
margin-left: 10px;
height: 13px;
}

table.registration_table, .userform {
background-color: #ffffff;
padding: 10px;
width: 855px;
margin-top: -3px;
}

div.registration_bottom {
background-image: url(/userimages/registration-form-bottom.jpg);
background-position: left bottom;
background-repeat: no-repeat;
background-color: #ffffff;
width: 855px;
margin-left: 10px;
height: 13px;
margin-top: -3px;
}

table.login_table {
background-image: url(/userimages/registration-form-top.jpg);
background-position: top left;
background-repeat: no-repeat;
background-color: #ffffff;
width: 855px;
margin-left: 1px;
height: 13px;
}

table.login_form_table .td_left {
color: #000000;
}

table.login_form_table .td_center a {
color: #000000;
}

table.leagues {
	border-width: 0px 0px 0px 0px;
	border-spacing: 5px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
	width:509px;
}

table.leagues td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
}

/*  "Show All" + "Hide All" links */
#TJK_ToggleON, #TJK_ToggleOFF {
	border:1px solid #333;
	padding:0 5px;
	margin-right:5px
}
/* zeroing out padding and margin */
#TJK_DL dd, #TJK_DL dt {
	margin:0;
	padding:0
}
/* margin for the DTs (shorthand) */
#TJK_DL dt {
	margin:7px 0;
}
/* image and left padding for DDs */
#TJK_DL dd {
	padding-left:20px;
}
/* styling all anchors in the DTs */
#TJK_DL dt a {
	background:0 50% no-repeat;
	padding-left:20px;
	color:#000;
	text-decoration:none;
}
#TJK_DL dt a:visited {

}
#TJK_DL dt a:visited:hover, #TJK_DL dt a:hover, #TJK_DL dt a:active, #TJK_DL dt a:focus {
        text-decoration:underline;
        color: #ff0000;
}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {
	background-image:url(/userimages/toggle_plus.gif);
}
#TJK_DL .DTminus a {
	background-image:url(/userimages/toggle_minus.gif);
}
/**********************************/
/**********************************/
#TJK_DL .showDD {
	position:static;
}
#TJK_DL dd, .hideDD {
	top:-9999px;
	position:absolute;
}
#TJK_ToggleON, #TJK_ToggleOFF {
	display:inline;
	cursor:pointer;
	cursor:hand;
}

.accordionItem li {
	margin: 0;
	padding: 3px 0 3px 0;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.accordionItem li:hover {
	cursor: pointer;
}
.accordionItem div {
	margin-left: 12px;
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
        font-weight:normal;
}
.accordionItem.hide li {
	font-weight:normal;
}
.accordionItem.hide div {
	display: none;
}

