#list-menu {
width: 132px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-recordset {
/* this width value is also effected by
the padding we will later set on the links. */
	margin: 4px;
                                       
                                              
	width: 50%;
                                       
                                              
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px; 
} 

#list-recordset ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px; 
} 

#list-menu li {
margin: 2px 0 0;
} 

#list-recordset li {
margin: 2px 0 0;
} 

#list-menu a {
display: block;
width:120px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #dcdcdc;
text-decoration: none; /*lets remove the link underlines*/
} 

#list-recordset a {
display: block;
padding: 2px 2px 2px 10px;
border: 1px none #000000;
background: #dcdcdc;
text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-recordset a:link, #list-recordset a:active, #list-recordset a:visited {
color: #000000;
}

#list-menu a:hover {
border: 1px solid #000000;
background: #333333;
color: #ffffff;
}

#list-recordset a:hover {
border-width: 1px;
border-color: #000000;
background: #333333;
color: #ffffff;
}

.SectionBtn {
	font-weight: bold;
	font-family: Arial;
	padding-left: 10px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 122px;
	background-color: #ffcc00;
	color: black;
	font-size: 14px;
}

.ParentSectionBtn {
	font-weight: bold;
	font-family: Arial;
	padding-left: 10px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 122px;
	background-color: #4c4c4c;
	color: white;
	font-size: 14px;
}

element {
}

.adminsection {
	margin: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.adminsectiontitle {
	border-color: black;
	border-width: 1px;
	border-style: solid;
	background-color: #999999;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.actionresult {
	color: green;
}

.required {
	font-weight: bold;
	color: red;
} 

div#playerdetail {padding: 2%;
text-align: left;
margin-left: 37%;
margin-right: 37%; }

div#playerperiods {padding: 2%;
float: left;
text-align: left;
width: 33%; }

div#playerpicks {text-align: left; padding: 2%;
float: right;
width: 33%; }

.defaultformtable {
            	margin-left: 4px;
            	margin-bottom: 4px;
            	margin-right: 4px;
            	margin-top: 4px;
            	border-style: solid;
            	background-color: #cccccc;
            	font-size: 10px;
            }

.defaultformtable-label {
            	border-style: none;
            	font-size: 10px;
            }

.defaultformtable-value {
            	border-style: none;
            	background-color: #cccccc;
            	font-size: 10px;
            }

#id {
            }

li {
            	font-size: 12px;
            }

td {
            	font-size: 12px;
            }

.redbox {
            	border-color: red;
            	border-width: 1px;
            	border-style: solid;
            	background-color: #ffcccc;
            }

.columnheader12 {
            	font-size: 12px;
            	background-color: #b3b3b3;
            }

.columnheader {
            	font-size: 11px;
            	background-color: #b3b3b3;
            }

.tablerow12 {
            	font-size: 12px;
            }

.tablerow {
            	font-size: 11px;
            }

.tablerow-hi12 {
            	font-size: 12px;
            	background-color: #b3d5fe;
            }

.tablerow-hi {
            	font-size: 11px;
            	background-color: #b3d5fe;
            }

.win {
            	font-size: 11px;
            	font-weight: bold;
            	color: green;
            }

.loss {
            	font-size: 11px;
            	font-weight: bold;
            	color: red;
            }
