body {
	background-color: #FFE0CC;
	min-width: 320px;
	font-size: 100%;
}

#hd {
	position: fixed;
    top: 0;
	background-color: #FFE0CC;
	width: 100%;
    z-index: 100;
	border-bottom: 2px solid #052D6E;
}

h1 {
	display: block;
	float: none;
	margin: 0 5px 0 auto;
	padding: 0;
	background-image: url(../images/draftime-fantasy-sports-draft-manager-mobile.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 200px;
	height: 51px;
}

h1 a {
	display: block;
	margin: 0 5px 0 auto;
	padding: 0;
	width: 200px;
	height: 51px;
	font-size: 1px;
	color: inherit;
	text-indent: -20000px;
	text-decoration: none;
}

#mobileMenu {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 50px;
	height: 50px;
}

#mobileMenu li {
	display: block;
	margin: 0;
}

#mobileMenu li a {
	display: block;
	padding-top: 2px;
	width: 50px;
	height: 50px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#mobileMenu li#buttonOpen {
	background-image: url(../images/icon-mobile-menu.png);
	background-repeat: no-repeat;
	font-size: 1px;
	text-indent: -20000px;
}

#mobileMenu li#buttonClose {
	display: none;
	background-image: url(../images/icon-mobile-menu-open.png);
	background-repeat: no-repeat;
	font-size: 1px;
	text-indent: -20000px;
}

#mobileMenuWrapper {
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
	padding: 8px;
	background-color: #FFF;
	border: 5px solid #A64300;
}

#navUserContainer {
	padding-bottom: 5px;
	border-bottom: 1px solid #F60;
}

#navUserContainer #navUser li {
	margin: 10px 0;
}

#navUserContainer #navUser li#dateTime {
	display: none;
}

#navMainContainer {
	padding: 5px 0;
}

#navMainContainer #navMain li {
	margin: 10px 0;
}

ul#navMainSignup {
	padding-top: 5px;
	border-top: 1px solid #F60;
}

ul#navMainSignup li {
	margin: 10px 0;
}

#bd {
	margin-top: 52px;
	background-color: #DBE6F2;
}

#draftimeStats {
	display: none;
}

.titleBar {
	background-color: #052D6E;
	color: #FFF;
}

.titleBar h2 {
	padding: 5px 5px 0 5px;
	font-weight: bold;
}

.titleBar ul.navTitleBar {
	text-align: left;
	padding: 5px 0 5px 5px;
}

.titleBar ul.navTitleBar li,
.titleBar ul.navTitleBar li {
	display: inline;
}

.titleBar ul.navTitleBar li a {
	padding: 0 2px;
}

.titleBar ul.navTitleBar li.first a {
	padding-left: 0;
}

.content {
	padding: 5px;
}

.content .section {
	margin: 0 0 5px 0;
	background-color: #FFF;
}

.content .section .titleBar {
	background-color: #104BA9;
	overflow: auto;
	width: 100%;
}

.content .section.highlighted2 .titleBar {
	background-color: #1D8C00;
	color: #FFF;
}

.content .section .titleBar h3 {
	padding: 5px 5px 0 5px;
	font-weight: bold;
}

#home .content .section .titleBar h3 {
	float: left;
	width: 95%;
}

#home .content .section .titleBar.withNav h3,
#userPrerankPlayers .content .section .titleBar h3 {
	float: left;
	width: 75%;
}

#help .content .section .titleBar.withNav h3,
#draftHome .content .section .titleBar h3,
#draftCreate .content .section .titleBar.withNav h3,
#draftRegister .content .section .titleBar h3 {
	float: left;
	width: 45%;
}

.content .section .titleBar ul.navTitleBar {
	text-align: left;
}

#home .content .section .titleBar ul.navTitleBar,
#userPrerankPlayers .content .section .titleBar ul.navTitleBar {
	float: left;
	width: 20%;
	text-align: right;
}

#help .content .section .titleBar ul.navTitleBar,
#draftHome .content .section .titleBar ul.navTitleBar,
#draftCreate .content .section .titleBar ul.navTitleBar,
#draftRegister .content .section .titleBar ul.navTitleBar {
	float: left;
	width: 50%;
	text-align: right;
}

.highlighted1 .sectionContent,
.sectionContent {
	padding: 5px;
	border: 1px solid #104BA9;
}

.highlighted2 .sectionContent {
	background-color: #E2F5DC;
	border: 1px solid #1D8C00;
}

.sectionContent.pod4 .pod,
.sectionContent.pod2 .pod {
	margin: 5px 0 10px 0;
}

.sectionContent h4,
.highlighted1 .sectionContent h4,
.sectionContent.pod2 h4 {
	display: block;
	margin-top: 5px;
	padding: 0 0 0 5px;
	background-color: #ADC3D9;
	font-weight: bold;
}

.sectionContent .pod h4 {
	background-color: transparent;
}

.highlighted2 .sectionContent h4 {
	/*background-color: #B7D8AD;*/
	background-color: transparent;
}

.sectionContent p.podContent,
.highlighted1 .sectionContent p.podContent,
.highlighted2 .sectionContent p.podContent {
	padding-left: 5px;
}

.sectionContent.pod2 ul.navPod,
.sectionContent.pod4 ul.navPod {
	display: inline;
}

.sectionContent.pod2 ul.navPod li,
.sectionContent.pod4 ul.navPod li {
	display: inline;
	padding: 0 3px;
}

.sectionContent table {
	width: auto;
}

.sectionContent table th,
.sectionContent table td {
	margin: 0;
	padding: 1px;
}

ul.navSection {
	margin: 5px 0;
	text-align: left;
}

ul.navSection li {
	display: block;
	margin: 3px 0;
	padding: 0 3px;
}

#ft {
	padding: 5px;
	background-color: #FFF;
}

#copyright {
	font-size: 0.6em;
	color: #999;
	text-align: center;
}

ul#navFooter {
	margin: 5px 0;
	text-align: center;
}

ul#navFooter li.first {
	display: none;
}

ul#navFooter li {
	display: inline;
	padding: 0 10px;
}

#version {
	font-size: 0.6em;
	text-align: center;
	color: #999;
}

.successMessage {
	clear: both;
	margin: 10px 0;
	padding: 5px 5px 5px 25px;
	background-color: #EFE;
	background-image: url("../images/icon-success.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	width: auto;
	border: 1px solid #0C0;
	color: #030;
}

.errorMessage {
	clear: both;
	margin: 10px 0;
	padding: 5px 5px 5px 25px;
	background-color: #FEE;
	background-image: url("../images/icon-error.png");
	background-repeat: no-repeat;
	background-position: 5px 7px;
	width: auto;
	border: 1px solid #F00;
	color: #600;
}

.errorMessage ul {
	margin: 0;
}

.errorMessage ul li {
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	font-weight: bold;
}

.subtext {
	font-size: 0.9em;
	color: #667;
}

#bd .submitContainer {
	text-align: center;
}

#bd .inputSubmit, #bd .inputSubmit:focus {
	background-color: #F2F2F2;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	font-size: 1.2em;
	font-weight: bold;
}
#bd .inputSubmit:active {
	background: #F4F4F4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
	font-size: 1.2em;
	font-weight: bold;
}

#bd .inputSubmit p {
	text-align: center;
	margin-bottom: 0;
}

div.autocomplete {
	position: absolute;
	background-color: #FFF;
	border: 1px solid #1D8C00;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}
div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.autocomplete ul li.selected {
	background-color: #E2F5DC;
}

div.autocomplete ul li.playerPicked.selected,
div.autocomplete ul li.playerRemoved.selected {
	background-color: #FFF;
	cursor: default;
}

div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 3px;
	cursor: pointer;
	text-align: left;
}

div.autocomplete ul li.playerPicked {
	padding: 3px;
}

div.autocomplete ul li.playerRemoved {
	padding: 3px 3px 3px 20px;
}

div.autocomplete ul li a {
	display: block;
}

.asterisk {
	padding-right: 20px;
	background-image: url("../images/icon-asterisk.png");
	background-repeat: no-repeat;
	background-position: right center;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	margin: 3px 0;
}

#adminDraftOrderSet2 .sortList li,
#draftQueueManagementGeneral .sortList li,
#draftQueueManagementPick .sortList li,
#userPrerankPlayers .sortList li {
	display: block;
	margin: 10px 0;
}

#adminDraftOrderSet2 .sortList li .managerOrder,
#adminDraftOrderSet2 .sortList li .managerUsername,
#draftQueueManagementGeneral .sortList li .itemOrder,
#draftQueueManagementGeneral .sortList li .itemName,
#draftQueueManagementPick .sortList li .itemOrder,
#draftQueueManagementPick .sortList li .itemName,
#userPrerankPlayers .sortList li .itemOrder,
#userPrerankPlayers .sortList li .itemName {
	font-weight: bold;
}

#adminDraftOrderSet2 .sortList li .managerUsername,
#adminDraftOrderSet2 .sortList li .managerRealName,
#adminDraftOrderSet2 .sortList li .managerMove .navManagerMove div,
#draftQueueManagementGeneral .sortList li .itemName,
#draftQueueManagementGeneral .sortList li .itemPosition,
#draftQueueManagementGeneral .sortList li .itemTeam,
#draftQueueManagementGeneral .sortList li .itemMove .navItemMove div,
#draftQueueManagementPick .sortList li .itemName,
#draftQueueManagementPick .sortList li .itemPosition,
#draftQueueManagementPick .sortList li .itemTeam,
#draftQueueManagementPick .sortList li .itemMove .navItemMove div,
#userPrerankPlayers .sortList li .itemName,
#userPrerankPlayers .sortList li .itemPosition,
#userPrerankPlayers .sortList li .itemTeam,
#userPrerankPlayers .sortList li .itemMove .navItemMove div {
	display: inline;
	padding-right: 10px;
}

#draftQueueManagementGeneral .sortList li .itemActionText,
#draftQueueManagementPick .sortList li .itemActionText,
#userPrerankPlayers .sortList li .itemActionText {
	display: none;
}

.settingOn,
.podContent.settingOn {
	border-left: 5px solid #0C0;
}

.settingOff,
.podContent.settingOff {
	border-left: 5px solid #F00;
}

/* PAGE-SPECIFIC */

#home #homeButtons {
	display: none;
}

#home #draftsCurrent .sectionContent,
#home #draftsFinished .sectionContent,
#home #draftsArchived .sectionContent {
	padding-top: 0;
	padding-bottom: 0;
}

#adminDraftCoAdmins .sectionContent table,
#adminDraftEdit .sectionContent table,
#adminDraftKeepersAdd .sectionContent table,
#adminDraftKeepersAdd1 .sectionContent table,
#adminDraftManagerInfo .sectionContent table,
#draftManagerInfo .sectionContent table,
#adminDraftOrder .sectionContent table,
#adminDraftOrderSet1 .sectionContent table,
#adminDraftPauses .sectionContent table,
#adminDraftPickUpdate .sectionContent table,
#adminDraftStartTime .sectionContent table,
#adminDraftSupplementalPicks .sectionContent table,
#contact .sectionContent table,
#draftAllPicks .sectionContent table,
#draftCreate .sectionContent table,
#draftHome .sectionContent table,
#draftManagerPicks .sectionContent table,
#draftPickUpdate .sectionContent table,
#draftPlayerUpdateLog .sectionContent table,
#home #draftsCurrent table,
#home #draftsFinished table,
#home #draftsArchived table,
#userEditEmail .sectionContent table,
#userEditEmailNotifications .sectionContent table,
#userEditRealName .sectionContent table {
	display: block;
	width: auto;
}

#draftPeekList .sectionContent table,
#draftAveragePicks .sectionContent table {
	width: 100%;
}

#adminDraftCoAdmins .sectionContent table tr,
#adminDraftEdit .sectionContent table tr,
#adminDraftKeepersAdd .sectionContent table tr,
#adminDraftKeepersAdd1 .sectionContent table tr,
#adminDraftManagerInfo .sectionContent table tr,
#draftManagerInfo .sectionContent table tr,
#adminDraftOrder .sectionContent table tr,
#adminDraftOrderSet1 .sectionContent table tr,
#adminDraftPauses .sectionContent table tr,
#adminDraftPickUpdate .sectionContent table tr,
#adminDraftStartTime .sectionContent table tr,
#adminDraftSupplementalPicks .sectionContent table tr,
#contact .sectionContent table tr,
#draftAllPicks .sectionContent table tr,
#draftCreate .sectionContent table tr,
#draftHome .sectionContent table tr,
#draftManagerPicks .sectionContent table tr,
#draftPickUpdate .sectionContent table tr,
#draftPlayerUpdateLog .sectionContent table tr,
#home #draftsCurrent table tr,
#home #draftsFinished table tr,
#home #draftsArchived table tr,
#userEditEmail .sectionContent table tr,
#userEditEmailNotifications .sectionContent table tr,
#userEditRealName .sectionContent table tr,
#draftPeekList .sectionContent table tr {
	display: block;
	margin: 20px 0;
	width: auto;
}

#draftPeekList .sectionContent table tr,
#home #draftsCurrent table tr,
#home #draftsFinished table tr,
#home #draftsArchived table tr {
	overflow: auto;
	width: 100%;
}

#draftPeekList .sectionContent table tr.tableHeader,
#home #draftsCurrent table tr.tableHeader,
#home #draftsFinished table tr.tableHeader,
#home #draftsArchived table tr.tableHeader {
	display: none;
}

#home #draftsCurrent table td.draftHomeLink a,
#home #draftsFinished table td.draftHomeLink a,
#home #draftsArchived table td.draftHomeLink a {
	font-weight: bold;
}

#adminDraftCoAdmins .sectionContent table th,
#adminDraftEdit .sectionContent table th,
#adminDraftKeepersAdd .sectionContent table th,
#adminDraftKeepersAdd1 .sectionContent table th,
#adminDraftOrder .sectionContent table th,
#adminDraftOrderSet1 .sectionContent table th,
#adminDraftPauses .sectionContent table th,
#adminDraftStartTime .sectionContent table th,
#contact .sectionContent table th,
#draftCreate .sectionContent table th,
#draftHome .sectionContent table th,
#draftHome .sectionContent table tr.previousPick td.pickQueue,
#draftPlayerUpdateLog .sectionContent table th,
#home #draftsCurrent table th,
#home #draftsFinished table th,
#home #draftsArchived table th,
#userEditEmail .sectionContent table th,
#userEditEmailNotifications .sectionContent table th,
#userEditRealName .sectionContent table th,
#draftPeekList .sectionContent table th,
#draftAveragePicks .sectionContent table th.draftAverageHigh,
#draftAveragePicks .sectionContent table th.draftAverageLow,
#draftAveragePicks .sectionContent table td.draftAverageHigh,
#draftAveragePicks .sectionContent table td.draftAverageLow {
	display: none;
}

#adminDraftManagerInfo .sectionContent table th,
#draftManagerInfo .sectionContent table th,
#adminDraftPickUpdate .sectionContent table th,
#adminDraftSupplementalPicks .sectionContent table th,
#draftAllPicks .sectionContent table th,
#draftManagerPicks .sectionContent table th,
#draftPickUpdate .sectionContent table th {
	display: block;
	width: auto;
	text-align: left;
}

#adminDraftCoAdmins .sectionContent table td,
#adminDraftEdit .sectionContent table td,
#adminDraftKeepersAdd .sectionContent table td,
#adminDraftKeepersAdd1 .sectionContent table td,
#adminDraftManagerInfo .sectionContent table td,
#draftManagerInfo .sectionContent table td,
#adminDraftOrder .sectionContent table td,
#adminDraftOrderSet1 .sectionContent table td,
#adminDraftPauses .sectionContent table td,
#adminDraftPickUpdate .sectionContent table td,
#adminDraftStartTime .sectionContent table td,
#adminDraftSupplementalPicks .sectionContent table td,
#contact .sectionContent table td,
#draftAllPicks .sectionContent table td,
#draftCreate .sectionContent table td,
#draftHome .sectionContent table td,
#draftManagerPicks .sectionContent table td,
#draftPickUpdate .sectionContent table td,
#draftPlayerUpdateLog .sectionContent table td,
#home #draftsCurrent table td,
#home #draftsFinished table td,
#home #draftsArchived table td,
#userEditEmail .sectionContent table td,
#userEditEmailNotifications .sectionContent table td,
#userEditRealName .sectionContent table td,
#draftPeekList .sectionContent table td {
	display: block;
	width: auto;
	text-align: left;
}

#home #draftsCurrent .sectionContent table td,
#home #draftsFinished .sectionContent table td,
#home #draftsArchived .sectionContent table td {
	padding-bottom: 5px;
}

#home #draftsCurrent .sectionContent table td.draftRdPk,
#home #draftsFinished .sectionContent table td.draftRdPk,
#home #draftsArchived .sectionContent table td.draftRdPk {
	float: left;
	width: 24%;
}

#home #draftsCurrent .sectionContent table td.draftPickUsername,
#home #draftsFinished .sectionContent table td.draftPickUsername,
#home #draftsArchived .sectionContent table td.draftPickUsername {
	float: left;
	padding-left: 0;
	width: 74%;
}

#home #draftsCurrent .sectionContent table td.draftStatus,
#home #draftsFinished .sectionContent table td.draftStatus,
#home #draftsArchived .sectionContent table td.draftStatus,
#home #draftsCurrent .sectionContent table td.draftAdminLink,
#home #draftsFinished .sectionContent table td.draftAdminLink,
#home #draftsArchived .sectionContent table td.draftAdminLink,
#home #draftsFinished .sectionContent table td.draftResults,
#home #draftsArchived .sectionContent table td.draftResults,
#home #draftsFinished .sectionContent table td.draftRenewLink,
#home #draftsArchived .sectionContent table td.draftRenewLink {
	float: left;
	width: 48%;
}

#draftPeekList .sectionContent table td.draftPeekName a {
	font-weight: bold;
}

#draftPeekList .sectionContent table td.draftPeekSport,
#draftPeekList .sectionContent table td.draftPeekLink,
#home #draftsFinished .sectionContent table td.draftSport,
#home #draftsArchived .sectionContent table td.draftSport {
	float: left;
	width: 34%;
}

#draftPeekList .sectionContent table td.draftPeekKeeper,
#draftPeekList .sectionContent table td.draftPeekGrid,
#home #draftsFinished .sectionContent table td.draftYear,
#home #draftsArchived .sectionContent table td.draftYear {
	float: left;
	padding-left: 0;
	width: 64%;
}

#draftPeekList .sectionContent table td.draftPeekRSS {
	display: none;
}

#adminDraftOrder .sectionContent table td.orderRealName,
#adminDraftCoAdmins .sectionContent table td.coAdminRealName,
#draftAllPicks .sectionContent table td.pickOverall,
#draftAllPicks .sectionContent table td.pickPosition,
#draftAllPicks .sectionContent table td.pickTeam,
#draftHome .sectionContent table td.pickOverall,
#draftHome .sectionContent table tr.currentPick td.pickQueue,
#draftHome .sectionContent table tr.futurePick td.pickQueue,
#draftHome .sectionContent table td.pickPosition,
#draftHome .sectionContent table td.pickTeam,
#draftManagerPicks .sectionContent table td.pickOverall,
#draftManagerPicks .sectionContent table td.pickTeam,
#draftManagerPicks .sectionContent table td.pickClockElapsed,
#draftManagerPicks .sectionContent table td.pickTotalElapsed,
#home #draftsCurrent table td.draftPickUsername,
#home #draftsFinished table td.draftPickUsername,
#home #draftsArchived table td.draftPickUsername,
#home #draftsCurrent table td.draftYear,
#home #draftsFinished table td.draftYear,
#home #draftsArchived table td.draftYear {
	display: inline;
	padding-left: 10px;
}

#draftHome .sectionContent table tr.currentPick td.pickQueue,
#draftHome .sectionContent table tr.futurePick td.pickQueue {
	display: block;
	padding-left: 0;
}

#adminDraftOrder .sectionContent table td.orderUsername,
#adminDraftCoAdmins .sectionContent table td.coAdminUsername,
#adminDraftManagerInfo .sectionContent table td.managerUsername,
#adminDraftManagerInfo .sectionContent table td.managerTotalClockElapsed,
#draftAllPicks .sectionContent table td.pickRdPk,
#draftAllPicks .sectionContent table td.pickPlayer,
#draftHome .sectionContent table td.pickRdPk,
#draftHome .sectionContent table td.pickPlayer,
#draftManagerPicks .sectionContent table td.pickRdPk,
#draftManagerPicks .sectionContent table td.pickPosition,
#draftManagerPicks .sectionContent table td.pickTimeElapsed,
#home #draftsCurrent table td.draftRdPk,
#home #draftsFinished table td.draftRdPk,
#home #draftsArchived table td.draftRdPk,
#home #draftsCurrent table td.draftSport,
#home #draftsFinished table td.draftSport,
#home #draftsArchived table td.draftSport {
	display: inline;
}

#draftAllPicks .sectionContent table td.pickRdPk,
#draftAllPicks .sectionContent table td.pickOverall,
#draftHome .sectionContent table td.pickRdPk,
#draftHome .sectionContent table td.pickOverall,
#draftManagerPicks .sectionContent table td.pickRdPk,
#draftManagerPicks .sectionContent table td.pickOverall {
	font-weight: bold;
}



/* v2.4.1.9320 */
#draftHome .sectionContent.pod2 h4,
#draftHome .sectionContent.pod4 h4,
#draftQueueManagementGeneral .sectionContent.pod4 h4,
#draftQueueManagementPick .sectionContent.pod4 h4 {
	width: 60%;
	float: left;
	margin-top: 0;
	margin-top: 5px;
	padding-top: 7px;
	border-top: 1px solid #DBE6F2;
}

#draftHome .sectionContent.pod2 div.podContent,
#draftHome .sectionContent.pod4 p.podContent,
#draftQueueManagementGeneral .sectionContent.pod4 p.podContent,
#draftQueueManagementPick .sectionContent.pod4 p.podContent {
	width: 37%;
	float: left;
	margin-top: 5px;
	padding-top: 7px;
	border-top: 1px solid #DBE6F2;
}

#draftQueueManagementGeneral .sectionContent.pod4 p.podContent,
#draftQueueManagementPick .sectionContent.pod4 p.podContent {
	border-left: none;
	padding-left: 0;
}

#draftHome .sectionContent.pod2 .pod.first h4,
#draftHome .sectionContent.pod2 .pod.first div.podContent,
#draftHome .sectionContent.pod4 .pod.first h4,
#draftHome .sectionContent.pod4 .pod.first p.podContent,
#draftQueueManagementGeneral .sectionContent.pod4 .pod.first h4,
#draftQueueManagementGeneral .sectionContent.pod4 .pod.first p.podContent,
#draftQueueManagementPick .sectionContent.pod4 .pod.first h4,
#draftQueueManagementPick .sectionContent.pod4 .pod.first p.podContent {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

#draftHome .sectionContent.pod2 .pod .podContent ul.navPod li {
	display: block;
	margin: 10px 0;
}

#draftHome .sectionContent.pod2 .pod .podContent ul.navPod li.first {
	margin-top: 0;
}

#draftHome .sectionContent.pod2 .pod .podContent ul.navPod li.last {
	margin-bottom: 5px;
}

#projectedFinishTime:before,
#draftAllPicks .sectionContent table td.pickTime:before,
#draftManagerPicks .sectionContent table th.pickPlayer:before,
#draftManagerPicks .sectionContent table td.pickPlayer:before,
#draftManagerInfo .sectionContent table th.managerTotalClockElapsed:before,
#draftManagerInfo .sectionContent table td.managerTotalClockElapsed:before,
#draftManagerInfo .sectionContent table th.managerTotalTimeElapsed:before,
#draftManagerInfo .sectionContent table td.managerTotalTimeElapsed:before,
#adminDraftManagerInfo .sectionContent table th.managerTotalClockElapsed:before,
#adminDraftManagerInfo .sectionContent table td.managerTotalClockElapsed:before,
#adminDraftManagerInfo .sectionContent table th.managerTotalTimeElapsed:before,
#adminDraftManagerInfo .sectionContent table td.managerTotalTimeElapsed:before {
    content: '\A';
    white-space: pre;
}

#draftAllPicks .sectionContent table td.pickTime,
#draftAllPicks .sectionContent table td.pickDelete,
#draftManagerPicks .sectionContent table td.pickPlayer {
	display: inline;
}

#draftHome .sectionContent table,
#draftAllPicks .sectionContent table,
#draftManagerPicks .sectionContent table,
#draftManagerInfo .sectionContent table,
#adminDraftManagerInfo .sectionContent table,
#home .sectionContent table {
	display: table;
	width: 100%;
}

#draftAllPicks .sectionContent table th {
	display: none;
}

#draftHome .sectionContent table tr.previousPick,
#draftAllPicks .sectionContent table tr.previousPick,
#draftManagerPicks .sectionContent table tr,
#draftManagerInfo .sectionContent table tr,
#adminDraftManagerInfo .sectionContent table tr,
#home .sectionContent table tr {
	margin: 15px 0 0 0;
	padding: 0 10px 15px 10px;
	border-bottom: 1px solid #1D8C00;
}

#draftAllPicks .sectionContent table tr.previousPick,
#draftManagerPicks .sectionContent table tr,
#draftManagerInfo .sectionContent table tr,
#adminDraftManagerInfo .sectionContent table tr {
	border-bottom: 1px solid #DBE6F2;
}

#draftHome .sectionContent table tr.futurePick {
	margin: 0 0 15px 0;
	padding: 15px 10px 0 10px;
	border-top: 1px solid #1D8C00;
}

#draftHome .sectionContent table tr.previousPick td,
#draftHome .sectionContent table tr.futurePick td,
#draftHome .sectionContent #currentPick table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

#draftHome .sectionContent table tr.futurePick td.pickQueue {
	padding-bottom: 0;
}

#draftHome .sectionContent table tr.previousPick td.pickOverall,
#draftHome .sectionContent table tr.futurePick td.pickOverall {
	padding-left: 10px;
}

#draftHome .sectionContent table tr.previousPick td.pickPlayer,
#draftHome .sectionContent table tr.previousPick td.pickPosition,
#draftHome .sectionContent table tr.previousPick td.pickTeam {
	font-weight: bold;
}

#draftHome .sectionContent table tr.futurePick td.pickPlayer {
	display: none;
}

#draftHome .sectionContent table tr.futurePick.userPick td.pickPlayer {
	display: inline;
}

#draftAllPicks .sectionContent table tr.currentPick,
#draftManagerPicks .sectionContent table tr.currentPick {
	margin: 0;
	padding: 15px 10px;
}

#draftHome .sectionContent #currentPick h4 {
	background-color: #94DC4C;
	padding: 5px;
}

#draftHome .sectionContent #currentPick table tr {
	margin: 0;
	padding: 15px 10px;
}

#draftManagerPicks .sectionContent table th.pickRdPk,
#draftManagerPicks .sectionContent table th.pickOverall,
#draftManagerPicks .sectionContent table th.pickPlayer,
#draftManagerPicks .sectionContent table th.pickPosition,
#draftManagerPicks .sectionContent table th.pickTeam,
#draftManagerPicks .sectionContent table th.pickTime {
	display: none;
}

#draftManagerPicks .sectionContent table th.pickTimeElapsed,
#draftManagerPicks .sectionContent table th.pickClockElapsed,
#draftManagerPicks .sectionContent table th.pickTotalElapsed {
	display: inline;
}

#draftManagerPicks .sectionContent table th .lineBreak {
	display: none;
}

#draftManagerInfo .sectionContent table th,
#draftManagerInfo .sectionContent table td,
#adminDraftManagerInfo .sectionContent table th,
#adminDraftManagerInfo .sectionContent table td {
	display: inline;
}

#adminDraftManagerInfo .sectionContent table th.managerEmails,
#adminDraftManagerInfo .sectionContent table td.managerEmails {
	display: block;
}

#draftManagerInfo .sectionContent table th.managerClockPerPick,
#draftManagerInfo .sectionContent table th.managerTimePerPick,
#draftManagerInfo .sectionContent table td.managerClockPerPick,
#draftManagerInfo .sectionContent table td.managerTimePerPick,
#adminDraftManagerInfo .sectionContent table th.managerClockPerPick,
#adminDraftManagerInfo .sectionContent table th.managerTimePerPick,
#adminDraftManagerInfo .sectionContent table td.managerClockPerPick,
#adminDraftManagerInfo .sectionContent table td.managerTimePerPick {
	margin-left: 15px;
}

#draftQueueManagementGeneral .section div.titleBar.withNav .navTitleBar li,
#draftQueueManagementPick .section div.titleBar.withNav .navTitleBar li {
	display: block;
}

#draftQueueManagementGeneral .sortList li,
#draftQueueManagementPick .sortList li {
	margin: 20px 0;
}

#draftQueueManagementGeneral .sortList li .itemOrder,
#draftQueueManagementPick .sortList li .itemOrder {
	display: inline;
	padding-right: 10px;
}

#draftQueueManagementGeneral .sortList li .itemMove,
#draftQueueManagementGeneral .sortList li .itemRemove,
#draftQueueManagementPick .sortList li .itemMove,
#draftQueueManagementPick .sortList li .itemRemove {
	float: left;
}

#draftQueueManagementGeneral .sortList li .itemMove .navItemMove div,
#draftQueueManagementPick .sortList li .itemMove .navItemMove div {
	padding-right: 5px;
}

#draftQueueManagementGeneral .sortList li .itemRemove,
#draftQueueManagementPick .sortList li .itemRemove {
	margin-left: 5px;
}

#draftQueueManagementPick .sectionContent table tr th {
	padding-bottom: 10px;
}

#draftQueueManagementPick .sectionContent table tr td {
	padding: 10px 0;
	border-top: 1px solid #DBE6F2;
}

#draftHome .sectionContent.pod2:after,
#draftHome .sectionContent.pod4:after,
#draftQueueManagementGeneral .sectionContent.pod4:after,
#draftQueueManagementGeneral .sortList li:after,
#draftQueueManagementPick .sectionContent.pod4:after,
#draftQueueManagementPick .sortList li:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
/* END v2.4.1.9320 */



#adminDraftEdit #draft_time_limit_hours,
#adminDraftEdit #draft_time_limit_minutes {
	width: 50px;
}

#help .content .sectionContent li {
	margin: 5px 0;
}

#help h4,
#learnMore h4,
#adminDraftKeepersAdd .keeperDescription h4,
#adminDraftOrderType .roundDescription h4 {
	padding-left: 0;
	font-style: italic;
}

#adminReviewDraftPause .sectionContent table td.paused {
	padding: 12px 0;
	background-image: url(../images/icon-status-paused2.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 1px;
	text-indent: -20000px;
}

#liveUpdateText {
	display: none;
	font-weight: bold;
}

#liveUpdateFail {
	display: none;
	padding: 0 5px;
	background-color: #F00;
	font-weight: bold;
}

.sectionContent table tr.currentPick,
.sectionContent table tr.currentPick td {
	background-color: #C9EDBE;
	color: #000;
}

.sectionContent table tr.currentPick td a:link,
.sectionContent table tr.currentPick td a:visited {
	color: #000;
}

.sectionContent table tr.currentPick td a:hover {
	color: #1D8C00;
}

.sectionContent table tr.missedPick td {
	background-color: #FFD9D9;
	color: #804040;
}

.sectionContent table tr.missedPick td a:link,
.sectionContent table tr.missedPick td a:visited {
	color: #804040;
}

.sectionContent table tr.missedPick td a:hover {
	color: #600;
}

.sectionContent table tr.missedPick td.pickPlayer a{
	font-weight: normal;
}

.sectionContent table tr.userPick.missedPick td.pickRdPk,
.sectionContent table tr.currentPick.userPick td.pickRdPk,
.sectionContent table tr.userPick td.pickRdPk,
.sectionContent table tr.keeperPick td.pickPlayer,
.sectionContent table tr.tradedPick td.pickPlayer,
.sectionContent table tr.autoPick td.pickPlayer,
.sectionContent table tr.tradedPick.autoPick td.pickPlayer,
.sectionContent a.feed,
#draftGrid li.keeperPick,
#draftGridExternal li.keeperPick,
#draftGrid li.tradedPick,
#draftGridExternal li.tradedPick,
#draftGrid li.autoPick,
#draftGrid li.tradedPick.autoPick,
#draftGridExternal li.autoPick,
#draftGridExternal li.tradedPick.autoPick {
	background-repeat: no-repeat;
	background-position: left center;
}

#draftHome .sectionContent table tr.previousPick.tradedPick td.pickPlayer,
#draftHome .sectionContent table tr.futurePick.tradedPick td.pickPlayer,
#draftHome .sectionContent table tr.previousPick.autoPick td.pickPlayer,
.sectionContent table tr.keeperPick td.pickPlayer,
.sectionContent table tr.tradedPick td.pickPlayer,
.sectionContent table tr.autoPick td.pickPlayer {
	padding-left: 20px;
}

.sectionContent table tr.userPick td.pickRdPk,
.sectionContent table tr.userPick.missedPick td.pickRdPk,
.sectionContent table tr.currentPick.userPick td.pickRdPk {
	background-image: url(../images/user-pick-arrow.png);
	background-position: -8px center;
	padding-left: 10px;
}

#draftHome .sectionContent table tr.previousPick.userPick td.pickRdPk,
#draftHome .sectionContent table tr.futurePick.userPick td.pickRdPk {
	padding-left: 10px;
}

 .sectionContent table tr.currentPick.userPick td.pickRdPk{
	background-position: -8px center;
}

.sectionContent table tr.keeperPick td.pickPlayer,
#draftGrid li.keeperPick,
#draftGridExternal li.keeperPick {
	background-image: url(../images/icon-keeper.png);
	background-position: 2px center;
	padding-left: 20px;
}

.sectionContent table tr.tradedPick td.pickPlayer,
#draftGrid li.tradedPick,
#draftGridExternal li.tradedPick {
	background-image: url(../images/icon-traded.png);
	background-position: 2px center;
	padding-left: 20px;
}

.sectionContent table tr.autoPick td.pickPlayer,
#draftGrid li.autoPick,
#draftGridExternal li.autoPick {
	background-image: url(../images/icon-auto.png);
	background-position: 2px center;
	padding-left: 20px;
}

.sectionContent table tr.tradedPick.keeperPick td.pickPlayer {
	background-image: url(../images/icon-keeper-traded.png);
}

#draftGrid td.managerName,
#draftGridExcel td.managerName,
#draftGridExternal td.managerName,
#draftGridExternalExcel td.managerName {
	background-color: #ffb280;
	border-right: 1px solid #ffe0cc;
	border-bottom: 1px solid #ffe0cc;
	font-weight: bold;
}

#draftGrid td.positionPicks,
#draftGridExcel td.positionPicks,
#draftGridExternal td.positionPicks,
#draftGridExternalExcel td.positionPicks {
	background-color: #FFF;
	border-right: 1px solid #ffe0cc;
	border-bottom: 1px solid #ffe0cc;
}

#draftGrid td.positionPicks ul li,
#draftGridExcel td.positionPicks ul li,
#draftGridExternal td.positionPicks ul li,
#draftGridExternalExcel td.positionPicks ul li {
	margin: 0;
}

#draftGridExcel {
	display: none;
}

#draftHome .sectionContent table td.pickQueue a {
	display: inline;
	text-decoration: none;
}

#draftNotesEdit textarea {
	margin: 0 auto;
	width: auto;
}

#draftQueueManagementDelay #auto_pick_delay {
	width: 50px;
}