table.draftListTable, table.customDraftListTable {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   border-left: 2px solid #A64502;
   border-right: 2px solid #A64502;
   border-top: 1px solid #A64502;
   border-bottom: 1px solid #A64502;
   width: 310px;
   background-color: #FFF;
}
table.customDraftListTable {
   width: 325px;
}
table.draftListTable tr.draftHeader, table.customDraftListTable tr.draftHeader {
   background: url('../../css/images/navbg.gif') white repeat-x;
   font-family: sans-serif;
   font-size: 8pt;
   color: #2F2F2F;
   font-weight: normal;
   text-align: center;
}
table.draftListTable td, table.customDraftListTable td {
   font-family: sans-serif;
   font-size: 9pt;
   color: #2F2F2F;
   font-weight: bold;
   padding-top: 2px;
   padding-bottom: 2px;
}
table.customDraftListTable td.desc {
   width: 140px;
   font-size: 8pt;
   font-weight: normal;
}
table.draftListTable td, table.customDraftListTable td {
   text-align: center;
   padding-right: 3px;
   padding-left: 3px;
}
table.draftListTable td a, table.customDraftListTable td a {
   font-family: sans-serif;
   font-size: 8pt;
   color: #A64502;
   font-weight: bold;
}
table.draftListTable td a:hover, table.customDraftListTable td a:hover {
   color: #2F2F2F;
}
table.draftListTable tr.table_footer, table.customDraftListTable tr.table_footer {
   background: #fff url('../../css/images/footerbg.gif') repeat-x;
}
table.draftListTable td.table_note, table.customDraftListTable td.table_note {
   text-align: right;
   color: #A64502;
   font-size: 9pt;
}
table.customDraftListTable td.table_note2 {
   text-align: left;
   color: #A64502;
   font-size: 8pt;
}
table.draftListTable td.table_note a, table.customDraftListTable td.table_note a {
   font-family: sans-serif;
   font-weight: bold;
   font-size: 9pt;
   color: #000;
}
table.draftListTable td.table_note a:hover, table.customDraftListTable td.table_note a:hover {
   color: #2F2F2F;
}
table#managerListTable {
   margin: 0px 0px 0px 0px;
   border: 1px solid #A64502;
   border-right: 2px solid #A64502;
   border-left: 2px solid #A64502;
   width: 300px;
}
table#managerListTable tr.managerHeader {
   background: url('../../css/images/navbg.gif') white repeat-x;
   font-family: sans-serif;
   font-size: 9pt;
   color: #2F2F2F;
   font-weight: bold;
   text-align: left;
}
table#managerListTable th, table#playerListTable th {
   padding: 4px;
}
table#managerListTable td {
   padding: 4px;
   font-family: sans-serif;
   font-size: 9pt;
   color: #2F2F2F;
   font-weight: bold;
}

table#playerListTable {
   margin: 0px 0px 0px 0px;
   border: 1px solid #A64502;
   border-right: 2px solid #A64502;
   border-left: 2px solid #A64502;
   width: 220px;
}
table#playerListTable tr.playerHeader {
   background: url('../../css/images/navbg.gif') white repeat-x;
   font-family: sans-serif;
   font-size: 9pt;
   color: #2F2F2F;
   font-weight: bold;
   text-align: left;
}
table#playerListTable tr td {
}
table#playerListTable td {
   font-family: sans-serif;
   font-size: 8pt;
   color: #2F2F2F;
   padding: 4px;
}
table.leftSide, table.rightSide {
   margin-right: 1px;
}
table.farRightSide {
   width: 155px;
}
table#managerListTable tr.table_footer, table#playerListTable tr.table_footer {
   height: 28px;
   background: #fff url('../../css/images/footerbg.gif') repeat-x;
}
