body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11px;
}

a, a:visited {
    color: #01E;
    text-decoration: none;
}

h2 {
    font-weight: 700;
    border-left: 3px solid #C69200;
    color: #333;
    padding-left: 6px;
    margin: 6px 0;
    float: left;
    clear: left;
}

fieldset {
    float: left;
    height: 30px;
}

.fieldsetGroup {
    float: left;
    clear: both;
}

.filter {
    float: left;
    position: relative;
    padding: 6px 3px;
    font-style: normal;
    font-weight: normal;
    margin: 0 auto;
}

.right {
    float: right;
}

.inforow {
    padding: 40px 0;
    text-align: center;
    font-size: 14px;
}

.debug {
    padding: 10px 20px;
    text-align: left;
    font-family: monospace;
    font-size: 12px;
}

.loading img {
    display: block;
    margin-left: auto;
    margin-right: auto;    
}

.button {
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 10px;
    cursor: pointer;
    font-family: monospace !important;
}

.button.watchlist {
    background: #eee;
    color: #666;
    border: 1px solid #999
}

table {
    border-collapse: collapse; 
    border-spacing: 0;
}

thead {
    border-bottom: 2px solid #999;
}

tr {
    border-bottom: 1px solid #DDD;
}

th, td {
    position: relative;
    padding: 6px 3px;
    font-style: normal;
    font-weight: normal;
}

table .header, thead tr {
    background-color: #EEE;
    font-size: 10px;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 18px;
    border-bottom: none;
}

.borderLeft {
   border-left: 1px solid #999; 
}

.txtLeft {
    text-align: left;
}

.txtRight {
    text-align: right;
}

.txtCenter {
    text-align: center;
}

.defenseRatings {
    max-width: 175px;
}

.draftable {
    background: #E8F6FF;
}

.protected, .protected.draftable {
    background: #FDFFE1;
}

table tr.player-row:hover {
    background: #42A4C2;
    color: #EEE !important;
}

table tr.player-row:hover a {
    color: #EEE;
    text-decoration: underline;
}

.ballparkDetails {
    font-weight: normal;
    font-size: 12px;
    position: relative;
    float: right;
    clear: left;
    top: 10px;
}


.smallInput {
    width: 25px;
}
.mediumInput {
    width: 75px;
}
.xlInput {
    width: 200px;
}
/** button menu ***/

.buttonmenu {
	margin: 0 2px;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 10px;
    cursor: pointer;
    float: right;
    background: #999;
    list-style: none;
    border: 1px solid #fff;
}

.buttonmenu ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	display:block;
}
	
.buttonmenu ul li {
	float:left;
	display:list-item;
	list-style: none; 
	margin: 2px;
	background-color:#FFF;
	border-bottom: 5px solid #2ecc71;
}

.buttonmenu ul {
    display: none;
	position: absolute;
	background: #fff;
	z-index: 9999;
    margin-top: -14px;
    color: #222;
}

.buttonmenu li:hover > ul {
    display: list-item;
    margin-left: -7px;
}

.buttonmenu ul li {
	width:100px;
	float:none;
	position: relative;
	border-bottom:none;
}

/* First Tier Dropdown */
.buttonmenu li ul li {
	width:70px;
	float:none;
	position: relative;
	border-bottom:none;
	padding: 3px 2px;
	margin-bottom: 2px;
}

.buttonmenu li ul li:hover {
    background: #555;
    color: #fff;
}

/** end button menu ***/

.playerListContainer {
    margin-left: 20px;
    position: relative;
    bottom: 2px;
}

h2 .playerListContainer {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11px;
}

/** icon styles ***/
.icon {
    position: relative;
    float: right;
    height: 18px;
    width: 19px;
    margin-left: 3px;
    background-image: url('/images/icons.png');
}

.pointer {
    cursor: pointer;
}

.icon.reload {
    background-position: 0px -24px;
    float: left;
    margin-left: 10px;
}

.icon.draft {
    background-position: -31px -23px;    
}

.icon.delete {
    background-position: -60px -23px;
}

.icon.nodraft, .icon.freeAgent {
    background-position: 9999px 9999px;
}

.icon.one {
    background-position: 0 0;
}

.icon.two {
    background-position: -31px 0;
}

.icon.three {
    background-position: -62px 0;
}

.icon.four {
    background-position: -93px 0;
}

.icon.five {
    background-position: -124px 0;
}

.icon.six {
    background-position: -155px 0;
}

.icon.zero {
    background-position: -186px 0;
}

.lastPick {
    margin-left: 15px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 20px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }