body {
    font-family: Arial;
    font-size: 11px;
    margin: 0px;
}
a, a:visited {
    color: #009;
}
a:hover {
    color: #f60;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.bold {
    font-weight: bold;
}
.clear {
    clear: both;
}
.nowrap {
    white-space: nowrap;
}

.starter {
    font-weight: bold;
}
.warning {
    color: red;
    font-weight: bold;
}
.sectionHead {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #546875;
    font-style: italic;
    text-decoration: underline;
    margin-top: 10px;
}

#ada {
   padding-top: 75px;
   margin: 0 10px;
}

.cacheLoadBar {
    background-color: #ff7;
    max-height: 25px;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 3px;
    z-index: 999;
    position: fixed;
}
.cacheLoadBar button {
    float: right;
    margin-top: -1px;
    margin-right: 10px;
}

.statusManager table {
    width: 100%;
}
.statusBar {
    font-weight: bold;
    font-size: 120%;
    background-color: #9ba3da;
    background-image: linear-gradient(180deg, #a3aad4, #9ba3da 10%, #616688 90%);
    border-radius: 5px;
    border-top: 1px #aaa solid;
    border-left: 1px #aaa solid;
    border-bottom: 1px #666 solid;
    border-right: 1px #666 solid;
    padding: 10px;
    color: white;
    width: 100%;
}
.statusBar.started {
    background-color: #09c70e;
    background-image: linear-gradient(180deg, #77ff7a, #09c70e 10%, #006303 90%);
}
.statusBar.complete {
    background-color: #ff0000;
    background-image: linear-gradient(180deg, #ff7070, #ff0000 10%, #700000 90%);
}

.actionsBar {
    height: 18px;
    background-color: #aaaaaa;
    background-image: linear-gradient(180deg, #cccccc, #aaaaaa 10%, #888888 90%);
    border-radius: 3px;
    border-top: 1px #aaa solid;
    border-left: 1px #aaa solid;
    border-bottom: 1px #666 solid;
    border-right: 1px #666 solid;
    padding: 5px;
    color: white;
    width: 100%;
    padding-right: 20px;
}
.actionsBar button {
    margin: 0 5px;
}

.team {
    width: 300px;
    overflow: hidden;
    border: #999 1px solid;
    border-radius: 5px;
    padding: 2px;
    margin: 5px 2px;
    cursor: default;
    background-color: #eeeeee;
    background-image: linear-gradient(180deg, #ffffff, #eeeeee 10%, #dddddd 90%);
}
.team.myteam {
    background-color: #ffd27e;
    background-image: linear-gradient(180deg, #f7e2ba, #ffd27e 10%, #caa562 90%);
}
.team .teamName {
    font-weight: bold;
}
.team .teamName a.edit {
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-bottom: -5px;
    margin-left: 3px;
}
.team .moneyLeft {
    float: right;
    font-weight: bold;
    margin: 2px;
}
.team .moneyLeft:not(.warning) {
    color: #060;
}
.team .needs {
    margin: 1px 3px;
}
.team .roster {
    margin: 5px 3px;
}
.team .roster .position {
    float: left;
    width: 45px;
}
.team .roster .playerName {
    float: left;
    width: 115px;
}
.team .roster .value {
    float: left;
    width: 20px;
    text-align: right;
    margin-right: 5px;
}
#teamList .team {
    float: left;
}
#teamList .team.drop-active {
    border: blue 1px solid;
}
#teamList .team.drop-hover {
    border: yellow 1px solid;
}

#stats table {
    width: 100%;
}
#stats table tbody tr:nth-child(odd) {
    background-color: #e0e6f6;
}

#settings {
    text-align: center;
}
.settingLabel {
    float: left;
    width: 170px;
    margin: 4px 5px 0 30px;
    text-align: left;
}
.settingValue {
    float: left;
    width: 40px;
}

.settingInput {
    width: 20px;
    text-align: right;
}
#settings .buttonBar {
    text-align: center;
    margin-top: 20px;
}
#settings .buttonBar button {
    margin: 0 10px;
}

#positionSettings {
    margin: 20px 0 20px 25px;
    padding-top: 20px;
}

#positionSettings th {
    padding: 0 5px;
}
#positionSettings td {
    text-align: center;
}






#logger {
    display: inline-block;
    width: 100%;
    height: 230px;
    overflow: scroll;
    background-color: black;
    color: #aaa;
    font-family: Courier;
    padding: 5px;
}
#logger a {
    color: #ffff00;
}
#logger .emphasis {
    color: white;
    font-weight: bold;
}
#logger .warning .emphasis {
    color: #e7a4a4;
}
#logger table {
    width: 100%;
}
#logger td {
    vertical-align: top;
    padding: 0 5px;
    text-align: right;
}
#logger td.description {
    text-align: left;
}
#logger td.tight {
    padding-left: 0px;
}

.playerrow .handle {
    cursor: move
}
.playerrow.drafted td {
    color: #999;
}
.playerrow.ui-draggable-dragging td {
    padding: 1px 10px;
    border-top: #666 1px solid;
    border-bottom: #666 1px solid;
}
.playerrow.ui-draggable-dragging td:first-of-type {
    border-left: #666 1px solid;
}
.playerrow.ui-draggable-dragging td:last-of-type {
    border-right: #666 1px solid;
}

#warning-list {
    margin: 10px;
    padding-left: 10px;
}

#pick-window-table tbody tr td:first-of-type {
    font-weight: bold;
}


.player-heading {
    font-weight: bold;
}

#searchResults {
    max-width: 570px;
    height: 360px;
    overflow-y: scroll;
    padding: 5px;
}
#searchResults table {
    width: 100%;
}
#searchResults .undrafted {
    text-align: center;
    font-weight: bold;
}
#searchResults tbody tr:nth-child(odd) {
    background-color: #e0e6f6;
}


#playerListContainer {
    max-height: 340px;
    overflow: auto;
    margin-right: 20px;
}
#playerList {
    width: 100%;
}
#playerList tbody tr:nth-child(odd) {
    background-color: #e0e6f6;
}
#playerList thead th:not(.nosort) {
    cursor: pointer;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  float: right;
  margin-top: 4px;
  margin-left: 2px;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
  float: right;
  margin-top: 3px;
  margin-left: 2px;
}
