
#PageHeader .PageHeaderTitleIcon{
	background-image: url(../../Images/Icons/PageTitles/Correspondence.png); 
}
table.cbox_title
{
	background-image: url(../../Images/Icons/PageTitles/Correspondence.png); 
	background-position: 5px center;
	background-repeat:no-repeat;
}
.ArrowImage
{	position:absolute;
	top: 87px;
	left: 568px;
}

a#globalCorrespondenceLink,
a#globalBudgetLink,
a#globalCoachHiringLink,
a#globalHelpLink,
a#globalRulesLink
{
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 154px;
}

#globalNavigation #NavHelpMenu {
    left: 468px;
    width: 154px;
}

#globalNavigation #NavCoachingMenu {
    left: 312px;
    width: 154px;
}

#globalNavigation #NavBudgetMenu 
{
	left: 156px;
	width: 154px;
}

/* Coach Minimum Salary Control */
table.CoachMinimumSalaryTable {padding: 5px; width: 90%; margin: auto; color: #fff; border-radius: 4px; background: #403e3f;}
table.CoachMinimumSalaryTable th.title		{ text-align: center; font-size: 1.2em; padding-bottom: 10px;}
table.CoachMinimumSalaryTable td.roletitle	{ padding-left: 12px; width: 70px; }
table.CoachMinimumSalaryTable td.salary		{ padding-right: 60px; text-align: right; width: auto; }

/* Budget Breakdown page */
body#Budgeting div.budgetOptions {
    font-size: 12px !important;
    text-align: center;
    padding: 10px;
    background: #403E3F;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #272626;
}
body#Budgeting div.resetBudget,
body#Budgeting table.resetBudgetSelection {display: inline; color:#fff; font-size: 12px;}
body#Budgeting table.resetBudgetSelection {padding-right: 10px; vertical-align: sub;}
body#Budgeting table.resetBudgetSelection input {vertical-align: sub;}
body#Budgeting table.resetBudgetSelection label {font-size: 12px; color:#fff; font-weight: bold;}
body#Budgeting table.resetBudgetSelection td {padding:0 10px;}
body#Budgeting .resetGoButton {
    padding: 0 25px;
    text-align: center;
    width: 70px;
    height: 30px;
    color: #fff;
    background-color: #046973;
    background: linear-gradient(#056973, #045259);
    border-radius: 4px;
    border: none;
    cursor: pointer;
    border: 1px solid #272626;
}
body#Budgeting .resetGoButton:hover { background: #04474e;}
body#Budgeting .resetNote {padding-top: 7px; padding-bottom: 5px; color:#ababab; font-size: 11px;}


body#Budgeting div#BudgetScheduleSection {
	margin: auto;
	width: 300px;
}
body#Budgeting span.label_info {padding-left: 5px; color:#ffcc01; font-weight: bold; }
body#Budgeting div.budgetEnds.noReset {border-radius: 3px; margin-bottom: -5px;}
body#Budgeting div#BottomButtonsSection	{padding: 0 0 0 330px;}
body#Budgeting div.budgetHolder {margin-left: 5px; margin-right: 5px; margin-bottom: 5px;}
body#Budgeting div.budgetEnds {
    background: #272626;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}
body#Budgeting table#BudgetBreakdownTable td.BudgetAmount select {
    width : 50px; 
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
    background: url(../../Images/Icons/Arrows/DropDownArrow.png);
    background-repeat: no-repeat;
    background-position: 95% 42%;
    background-color: #fff;
    font-size: 11px;
}
body#Budgeting table#BudgetBreakdownTable td.BudgetAmount input { width : 44px; }
body#Budgeting table#BudgetBreakdownTable td.Note input { width : 90%; margin: auto; }
body#Budgeting table#BudgetBreakdownTable td.Note { min-width: 150px; margin: auto; width: auto;}

body#Budgeting table#BudgetBreakdownTable td.BudgetAmount {	text-align: center; width : 100px; min-width: 85px;}
body#Budgeting table#BudgetInfoTable td.BudgetAmount {	text-align: center; width : 100px; min-width: 85px; }
body#Budgeting table#BudgetInfoTable td.Note {	text-align : left; width : auto; }
body#Budgeting table#BudgetInfoTable td.BudgetAmount select { width : 50px; }
body#Budgeting table#BudgetInfoTable td.BudgetAmount input { width : 44px; }
body#Budgeting table#BudgetInfoTable td.Note input { width : 350px; }


body#Budgeting div#BudgetInfoTableWrapper, body#Budgeting div#BudgetBreakdownTableWrapper {
    margin-left:200px;
}
body#Budgeting table#BudgetInfoTable td.locked, 
body#Budgeting table#BudgetInfoTable th.locked,
body#Budgeting table#BudgetBreakdownTable td.locked, 
body#Budgeting table#BudgetBreakdownTable th.locked
{
    width:201px;
    left:0;
    text-align:right;
}
body#Budgeting table#BudgetInfoTable th.locked,
body#Budgeting table#BudgetBreakdownTable th.locked{
    width:171px;
    padding-right:30px;
}

@media only screen and (max-width: 750px) {
    body#Budgeting table#BudgetBreakdownTable td.Note {	text-align: left;  padding-left:20px;}
    body#Budgeting table#BudgetInfoTable th.Note {	text-align: left; padding-left:20px; }
}
@media only screen and (max-width: 500px) {
    body#Budgeting div#BudgetBreakdownTableWrapper{
        margin-left:116px;
    }
    body#Budgeting table#BudgetBreakdownTable td.locked, 
    body#Budgeting table#BudgetBreakdownTable th.locked{
        width:115px;
        text-align:left;
    }
    body#Budgeting table#BudgetBreakdownTable th.locked{
        padding-right:0;
        text-align:center;
    }

    body#Budgeting div#BudgetInfoTableWrapper {
        margin-left:100px;
    }
    body#Budgeting table#BudgetInfoTable td.locked, 
    body#Budgeting table#BudgetInfoTable th.locked
    {
        width:101px;
        text-align:left;
    }
    body#Budgeting table#BudgetInfoTable th.locked{
        padding-right:0;
        text-align:center;
    }
    body#Budgeting table#BudgetBreakdownTable td,
    body#Budgeting table#BudgetInfoTable td
    {
        height:35px;
        line-height:16px;
        overflow:visible;
        white-space:normal;
    }
    body#Budgeting .resetGoButton {
        margin-top: 5px;
    }
    body#Budgeting table.resetBudgetSelection td {
        padding: 0;
    }
}

/* INBOX */
body#Inbox table#InboxTable th.locked,
body#Inbox table#InboxTable td.locked {width: 30px;}
body#Inbox table#InboxTable th.secondaryLocked,
body#Inbox table#InboxTable td.secondaryLocked {width: 30px; left: 34px;}
body#Inbox table#InboxTable th.locked,
body#Inbox table#InboxTable th.secondaryLocked {height: 30px; text-align: left;}
body#Inbox table#InboxTable td.locked,
body#Inbox table#InboxTable td.secondaryLocked {height: 18px;}
body#Inbox table#InboxTable td {height: 18px;}
body#Inbox div.scrollable {margin-left: 68px;}
body#Inbox div.shadeLeft {left: 68px;}
body#Inbox table#InboxTable th.fromname {text-align : left; }
body#Inbox table#InboxTable th.subject {min-width: 250px; text-align: left; padding-left: 29px; }
body#Inbox tr.unread td {font-weight: 700;}
body#Inbox table#InboxTable td.fromname {text-align : left; padding-left: 5px;}
body#Inbox table#InboxTable td.subject {text-align : left; border-left: none; min-width: 300px; padding-left: 29px; position: relative;}
body#Inbox table#InboxTable td.link {border-right: none; width: 22px; padding: 0;}
body#Inbox table#InboxTable .linkIcon {position: absolute; left: 0; top: 2px;}
body#Inbox table#InboxTable td.emptymsg {font-weight : 700;}
body#Inbox div.inboxNav .inboxPagingHolder {text-align: center;}
body#Inbox div.inboxNav .inboxPagingHolder ul {padding-left: 0;}
body#Inbox div.inboxNav .inboxPagingHolder li {display: inline; margin: 0 4px; color:#056973;}
body#Inbox div.inboxNav .inboxPagingHolder li a {color:#056973; font-weight: 700; font-size: 13px; text-decoration: underline;}
body#Inbox div.inboxNav .inboxPagingHolder li a:hover,
body#Inbox div.inboxNav .inboxPagingHolder li a.selected {text-decoration: none;}
body#Inbox table#InboxTable th.hideMobile {display:block;}
body#Inbox table#InboxTable br.mobileBreak {display: none;}

@media only screen and (max-width: 750px) {
    body#Inbox table#InboxTable td {height: auto; line-height: 18px;}
    body#Inbox table#InboxTable td.fromname, 
    body#Inbox table#InboxTable td.subject {display: block; padding-left: 10px;}
    body#Inbox table#InboxTable td.fromname {padding-left: 10px; min-width: 100px; padding-bottom: 0;} 
    body#Inbox table#InboxTable td.subject {min-width: 100px; padding-top: 0; white-space: normal; position: relative;}
    body#Inbox table#InboxTable th.fromname {padding-left: 10px;}
    body#Inbox table#InboxTable th.hideMobile {display:none;}
    body#Inbox table#InboxTable td.subject span:not(.linkIcon) {display: block;}
    body#Inbox table#InboxTable td.icon {min-width: 20px;}
    body#Inbox table#InboxTable .linkIcon {top: auto; right: 5px; bottom: 0; left: auto; float: right; width: 20px;}
    body#Inbox table#InboxTable br.mobileBreak {display: block;}
    body#Inbox table#InboxTable td.sentdate.leftAlign,
    body#Inbox table#InboxTable th.sentdate.leftAlign {text-align: right; padding-right: 5px;}
    body#Inbox table#InboxTable span.mobileTime {padding-right: 2px;}
}

body#Inbox div.inboxNav a.mainButton {
    margin: 0 1px;
    border-radius: 2px;
    font-weight: 700;
    font-family: roboto condensed;
    background: #056973;
    border: solid 1px #04474e;
    color: #fff;
    cursor: pointer;
    padding: 1px 8px;
    font-size: 14px;
    text-decoration: none;
    vertical-align: text-bottom;
}
body#Inbox div.inboxNav a.mainButton:hover {
    background: #04474e;
}
/* Open Inbox Message Modal */

body#Inbox .InboxMessageHolder {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.8);
    z-index: 9000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
body#Inbox .inboxMessageModule {
    width: 55%;
    background: #e8e8e8;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    font: 12px Roboto;
}

body#Inbox .inboxMessageMainContent {
    padding: 20px 20px 10px;
}

body#Inbox .inboxMessageHeader {
    background-color: #403E3F;
    color: #ebebeb;
    text-align: center;
    line-height: 18px;
    height: 48px;
    position: relative;
    white-space: nowrap;
}

body#Inbox .inboxMessageHeader div {
    padding-top: 5px;
}

body#Inbox .inboxMessageHeader .inboxMessageSubject {
    font-weight: 700;
    font-size: 16px;
}

body#Inbox .inboxMessageHeader .inboxMessageSentFrom {
    font-weight: 400;
    font-size: 12px;
}
body#Inbox .inboxMessageContentBox {
    overflow-y: scroll;
    height: 250px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
    background-color: #fff; 
    -webkit-overflow-scrolling: touch;
}

body#Inbox .inboxMessageButtonBar {
    height: 40px;
    font-weight: 700;
    font-family: roboto condensed;
    margin: 10px 0 0 auto;
    padding-top: 3px;
    text-align: center;
    min-width: 275px;
}

body#Inbox .inboxMessageButtonBar .mainButton {
    width: 150px;
    height: 30px;
    border-radius: 4px;
}

body#Inbox .inboxMessageButtonBar .secondaryButton {
    color: #403e3f;
    width: 150px;
    height: 30px;
    font-weight: 700;
    border-radius: 4px;
}

body#Inbox .inboxMessageButtonBar .inboxButtonDown {
    height: 30px;
    width: 32px;
    cursor: pointer;
    vertical-align: bottom;
    margin-left: 2px;
    background: url(../../Images/Icons/InboxNextPreviousButtons.png);
    background-position: 0 30px;
    border: 0;
}

body#Inbox .inboxMessageButtonBar .inboxButtonDown:hover {
    background-position: 0 60px;
}

body#Inbox .inboxMessageButtonBar .inboxButtonUp {
    height: 30px;
    width: 32px;
    cursor: pointer;
    vertical-align: bottom;
    margin-right: 2px;
    background: url(../../Images/Icons/InboxNextPreviousButtons.png);
    background-position: 0 90px;
    border: 0;
}

body#Inbox .inboxMessageButtonBar .inboxButtonUp:hover {
    background-position: 0 0;
}

body#Inbox .InboxMessageHolder:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

body#Inbox input[type=checkbox] { vertical-align: sub;}

@media only screen and (max-width: 750px) {
    body#Inbox .inboxMessageModule {width: 75%;}

}
    
@media only screen and (max-width: 575px) {
    body#Inbox .inboxMessageButtonBar .mainButton,
    body#Inbox .inboxMessageButtonBar .secondaryButton { width: 120px;}
}

@media only screen and (max-width: 500px) {
    body#Inbox .inboxMessageModule { width: 98%; }
    body#Inbox .inboxMessageContentBox {height: 150px;}
    body#Inbox .InboxMessageHolder:before {height: 0;}
}

@media only screen and (max-width: 385px) {
    body#Inbox .inboxMessageButtonBar .mainButton,
    body#Inbox .inboxMessageButtonBar .secondaryButton { width: 110px;}
}
@media only screen and (max-height: 375px) {
    body#Inbox .inboxMessageModule,
    body#Inbox .inboxMessageUpdatePanel,
    body#Inbox .inboxMessageMainContent { height: 100%;}
    body#Inbox .inboxMessageContentBox { height: 190px;}
    body#Inbox .inboxMessageButtonBar {position: fixed; bottom: 0;  width: 80%; margin: 0 0 0 -40%;  left: 50%; }
}
@media only screen and (max-width: 355px) {
    body#Inbox .inboxMessageButtonBar .mainButton,
    body#Inbox .inboxMessageButtonBar .secondaryButton { font-size: 10px; width: 90px;}
}
@media only screen and (max-height: 320px) {
    body#Inbox .inboxMessageContentBox { height: 180px;}
}
@media only screen and (max-height: 319px) {
    body#Inbox .inboxMessageContentBox { height: 150px;}
}
@media only screen and (max-height: 285px) {
    body#Inbox .inboxMessageContentBox { height: 120px;}
}
@media only screen and (max-height: 260px) {
    body#Inbox .inboxMessageContentBox { height: 100px;}
}



/* Budget Transfer Page */
body#BudgetTransfer		tr.row		{height:50px;}
body#BudgetTransfer	select.department { 
    width:90px; 
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
    background: #fff url(../../Images/Icons/Arrows/DropDownArrow.png);
    background-repeat: no-repeat;
    background-position: 94% 42%;
    border: solid 1px #a9a9a9;
}
body#BudgetTransfer	select.amount { 
    width:60px; 
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
    background: #fff url(../../Images/Icons/Arrows/DropDownArrow.png);
    background-repeat: no-repeat;
    background-position: 94% 42%;
    border: solid 1px #a9a9a9;
}
body#BudgetTransfer	table#notes	{width: 80%; text-align:left; margin-left:10%;}
body#BudgetTransfer div.message_body {
    padding-top: 5px;
}
body#BudgetTransfer div.message {
    background: #403E3F;
    color: #fff;
    padding-top: 10px;
    width: 98%;
    margin: auto;
    border-radius: 4px;
}

/* Coaches Salary Info Control */
div#HiringCoachInfoWrapperDiv {
    background: #403E3F;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 98%;
    margin: auto;
    border-radius: 4px;
}
body div.CoachingInfoSection		{float:left; padding: 0 5px 0 10px; width: 40%;}
body div#SalaryBreakdownSection		{float:right; width: 40%; padding: 0 10px 0 5px;}

@media only screen and (max-width: 600px) {
    body div.CoachingInfoSection,
    body div#SalaryBreakdownSection {width: 90%; float: none; padding: 5px;}
}

/* Available Coaches page */
body#AvailableCoaches a.Status {height: 18px; width: 18px; }
body#AvailableCoaches span.label_info {color:#FFCC01;}
body#AvailableCoaches div.options_body.FO div.viewoptions .filterButton.buttonWide {width: 90px;}

/* Coach Rehiring page */
body#CoachRehiring .buttonBar								{position:relative; left:325px;}
body#CoachRehiring span.label_info {color:#FFCC01;}
body#CoachRehiring select.CoachTypeDropDown							{margin-left: 5px;}
body#CoachRehiring table.currentcoachingstaffmatrix td.role			{border-bottom: solid 1px #B5B5B5; vertical-align: middle; }
body#CoachRehiring table.currentcoachingstaffmatrix td.coachname	{border-bottom: none;  }
body#CoachRehiring table#RehireCoachesTable th.hidden				{display:none; }
body#CoachRehiring div.notTimePeriod {
    font-weight: 700;
    background: #97948f;
    color: #eeede9;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    width: 80%;
    padding: 10px;
    text-align: center;
    border: solid 1px #7e7b76;
    font-size: 12px;
}
body#CoachRehiring div.notTimePeriod .nodata {
    background: none;
    border: none;
}
body#CoachRehiring table#RehireCoachesTable td.outlook		{padding-left:14px; }
body#CoachRehiring table#RehireCoachesTable td.hidden		{display:none;}
body#CoachRehiring td.hidden								{display:none;}
body#CoachRehiring table.totalTable							{font-weight:700; background-color:#403E3F; color:#fff; width:100%;}
body#CoachRehiring a.Status									{height: 18px; width: 18px; }
body#CoachRehiring div#OverTheLimit							{display:none;}
body#CoachRehiring div#NotTimeToRehire						{display:none;}
body#CoachRehiring div.message								{text-align:center !important;}
body#CoachRehiring table#RehireCoachesTable select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
    background: #fff url(../../Images/Icons/Arrows/DropDownArrow.png);
    background-repeat: no-repeat;
    background-position: 94% 42%;
    border: solid 1px #a9a9a9;
}

body#CoachRehiring img.outlook_1,
body#CoachRehiring img.outlook_2,
body#CoachRehiring img.outlook_3,
body#CoachRehiring img.outlook_4
{
	width:18px;
	height:18px;
	text-align:center;
	display:block;
}

body#CoachRehiring th.secondaryLocked { text-indent: -1px;}
body#CoachRehiring th.secondaryLocked input[type=checkbox]  { margin-right: 13px;}
body#CoachRehiring.unlocked table.currentcoachingstaffmatrix td.role {border-bottom: none;}

/* Coach Negotiations page */
body#CoachNegotiations span.label_info {color: #FFCC01;}
body#CoachNegotiations .Negotiation_Content  {
    margin: auto; text-align: center;
}
body#CoachNegotiations .demandlabel			{
    width:  200px;
}
body#CoachNegotiations .demandnotes			{
    width:  100px;
}
body#CoachNegotiations .responseimage		{
    display: inline-block;
}
body#CoachNegotiations .responsemessage		{
    position: relative; top: -20px; display: inline-block;
}
body#CoachNegotiations .message_body {
    text-align: center;
    background: #403E3F;
    color: #fff;
    margin-bottom: 10px;
}
body#CoachNegotiations div.coachSection {
      background: linear-gradient(#403e3f, #252324);
      position: relative;
      height: auto;
}
body#CoachNegotiations div.maincontent {
    position: relative;
}
body#CoachNegotiations th.playerLink {
    background: #7ac043;
    padding-left: 10px;
    height: 30px;
    border-bottom: solid 1px #020607;
    color: #fff;
}
body#CoachNegotiations table#statusinfotable1 .seperator {
    display: none;
}
body#CoachNegotiations div.message_body.infoMessage {
    font-weight: 700;
    background: #97948f;
    color: #eeede9;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    width: 98%;
    text-align: center;
    margin-left: 1%;
    border: solid 1px #7e7b76;
}
body#CoachNegotiations div.payrollCategory {
    width: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
body#CoachNegotiations div.payrollCategory .category {
    width: 60%;
    float: left;
    text-align: right;
}
body#CoachNegotiations div#CoachGeneralInfo {
    margin-left: 5px;
}
body#CoachNegotiations div.payrollCategory .payroll {
    width: 40%;
    float: right;
    text-align: right;
    color: #FFCC01;
    font-weight: 700;
}
body#CoachNegotiations table#coachinfotable th.title,
body#CoachNegotiations table#statusinfotable1 th.title {
    background: #7ac043; /*franchiseColor*/
    padding-left: 10px;
    height: 30px;
    border-bottom: solid 1px #020607;
    color: #fff;
}
body#CoachNegotiations table#coachinfotable {
    border-radius: 4px 0 0 4px;
}
body#CoachNegotiations table#coachinfotable th {
    border-radius: 4px 0 0 0;
}
body#CoachNegotiations table#statusinfotable1 {
    border-radius: 0 4px 4px 0;
}
body#CoachNegotiations table#statusinfotable1 th {
    border-radius: 0 4px 0 0;
}
body#CoachNegotiations table#statusinfotable1,
body#CoachNegotiations table#statusinfotable1 {
    width: 100% !important;
}
body#CoachNegotiations table#coachinfotable,
body#CoachNegotiations table#statusinfotable1 {
    color: #a1a7a7 !important;
    height: 210px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.75);
    background: rgba(0,0,0,.2);
    width: 100% !important;
}
body#CoachNegotiations table#statusinfotable1 .primarydata {
    padding-left: 15px;
}
body#CoachNegotiations table#statusinfotable1 td,
body#CoachNegotiations table#coachinfotable td {
    padding-left: 10px !important;
}
body#CoachNegotiations table#coachinfotable span,
body#CoachNegotiations table#statusinfotable1 span,
body#CoachNegotiations table#statusinfotable1 td.subdata,
body#CoachNegotiations table#statusinfotable1 td a {
    color: #e5ebeb !important;
    font-weight: 400;
}
body#CoachNegotiations div.headshot_control {
    border: solid 2px #fff;
}
body#CoachNegotiations div.headshot {
    top:0;
    left:0;
}
body#CoachNegotiations div#GeneralInfo,
body#CoachNegotiations div#StatusInfo {
    background: none;
    height: auto;
}
body#CoachNegotiations div#StatusInfo {
    float: left;
    width: 50%;
}
body#CoachNegotiations div.BioTables {
    overflow: auto;
    width: auto;
    margin-left: 25%;
    padding-top: 10px;
    padding-bottom: 5px;
}
body#CoachNegotiations #GeneralInfo {
    border-right: solid 1px #000;
    float: left;
    width: 32%;
}
body#CoachNegotiations #FranchiseLogo {
    position: absolute;
    right: 4%;
    top: 10px;
    width: 50px;
    height: 50px;
}
body#CoachNegotiations div.franchise_logo img {
    width: 50px;
    height: 50px;
}
body#CoachNegotiations div#ImageInfo {
    left: 6%;
    top: 10px;
    position: absolute;
}
body#CoachNegotiations .filterOriginalDropDown {
    margin-bottom: 10px;
}
body#CoachNegotiations td.Title {
    border-bottom: solid 1px #fff;
}
body#CoachNegotiations div.coachinfo {
    left: 0;
    position: absolute;
    top: 145px;
    height: 66px;
    width: 24%;
    color: #eee9e6;
}
body#CoachNegotiations div.coachinfo span {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 1px;
}
body#CoachNegotiations div.coachinfo span.CoachName {
    font-size: 18px;
}
body#CoachNegotiations div.coachinfo span.CoachFranchise a,
body#CoachNegotiations div.coachinfo span.CoachName a,
body#CoachNegotiations th.playerLink a {
    color: #fff;
}
body#CoachNegotiations div.coachinfo span.CoachFranchise {
    font-size: 14px;
}
body#CoachNegotiations div.coachinfo span.CoachStatus {
    font-size: 12px;
}
body#CoachNegotiations div.expandBio {
    display: none;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}
body#CoachNegotiations div.salaryLevel {float: left; width: 25%; margin: 10px 0;}
body#CoachNegotiations .salaryCategory {display: inline-block; width: 40%; text-align: left;}
body#CoachNegotiations .salaryValue {display: inline-block; width: 40%; text-align: right;}
body#CoachNegotiations .leftAlign {text-align: left;}
body#CoachNegotiations .rightAlign {text-align: right;}
body#CoachNegotiations div.offerSelects div.level, 
body#CoachNegotiations div.offerSelects div.role, 
body#CoachNegotiations div.offerSelects div.salary {
    float: left;
    width: 33%;
}
body#CoachNegotiations div.offerSelects div.level {text-align: right;}
body#CoachNegotiations div.offerSelects div.role {text-align: center;}
body#CoachNegotiations div.offerSelects div.salary {line-height: 50px; text-align: left;}

@media only screen and (max-width: 900px) {
    body#CoachNegotiations div#ImageInfo {
        left: 5%;
    }
}
@media only screen and (max-width: 800px) {
    body#CoachNegotiations div#ImageInfo {
        left: 4%;
    }
}
@media only screen and (max-width: 750px) {
    body#CoachNegotiations div.expandBio {
        display: block;
    }
    body#CoachNegotiations .BioTables {
        display: none;
    }
    body#CoachNegotiations .BioTables.shown {
        display: block;
    }
    body#CoachNegotiations div.headshot_control,
    body#CoachNegotiations div.headshot {
        width: 50px;
        height: 54px;
        background-size: 50px;
    }
    body#CoachNegotiations div.headshot img {
        width: 50px;
    }
    body#CoachNegotiations div#ImageInfo {
        left: 20px;
    }
    body#CoachNegotiations #FranchiseLogo {
        right: auto;
        left: 80px;
    }
    body#CoachNegotiations div.coachinfo {
        left: 140px;
        top: 10px;
        width: auto;
    }
    body#CoachNegotiations div.coachinfo span.CoachName,
    body#CoachNegotiations div.coachinfo span.CoachFranchise,
    body#CoachNegotiations div.coachinfo span.CoachStatus {
        text-align: left;
        font-size: 12px;
    }
    body#CoachNegotiations div.coachSection {
        height: 100px;
        min-height: 100px;
    }
    body#CoachNegotiations div.BioTables {
        width: 100%;
        margin-left: 0;
        padding-top: 100px;
    }
    body#CoachNegotiations #GeneralInfo {
        width: 40%;
    }
    body#CoachNegotiations div#StatusInfo {
        width: 59%;
    }
}
@media only screen and (max-width: 500px) {
    body#CoachNegotiations #GeneralInfo,
    body#CoachNegotiations div#StatusInfo {
        width: 98%;
        margin-left: 1%;
        border-radius: 0;
    }
    body#CoachNegotiations div#CoachGeneralInfo {
      margin-left: 0;
    }
    div.CoachNegotiations div#GeneralInfo #infosection {
        margin-left: 0;
    }
    body#CoachNegotiations table#coachinfotable,
    body#CoachNegotiations table#statusinfotable1,
    body#CoachNegotiations table#coachinfotable th.title,
    body#CoachNegotiations table#statusinfotable1 th.title {
        border-radius: 0;
    }
    body#CoachNegotiations table#coachinfotable {
        height: 140px;
    }
    body#CoachNegotiations div.salaryLevel {width: 50%;}

    body#CoachNegotiations div.offerSelects div.level, 
    body#CoachNegotiations div.offerSelects div.role { float: left; width: 50%; }
    body#CoachNegotiations div.offerSelects div.level {text-align: right;}
    body#CoachNegotiations div.offerSelects div.role {text-align: left;}
    body#CoachNegotiations div.offerSelects div.salary {line-height: 50px; text-align: center; float: none; clear: both; width: 100%; }
    body#CoachNegotiations div.buttonbar input.mainButton { margin-top: 3px; }
}
/* Help Manual page */
body#HelpManual .maincontent {padding-bottom: 0;}
body#HelpManual .cbox_body {
    box-shadow: none;
}
body.help {background: none !important;}
body#HelpManual div#toc {
    width: 233px;
    background: #046973;
    color: #fff;
    margin: 5px;
    margin-top: 0;
    margin-right: 10px;
    border-radius: 4px 4px 0 0;
    height: 100%;
    padding-bottom: 5px;
    float: left;
    min-height: 500px;
}
body#HelpManual div#ContentInfo {
    margin-top: 5px;
    margin-left: 248px;
    height: 500px;
    margin: 0;
    padding: 0;
    width: calc(100% - 248px);
    float: right;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
body#HelpManual iframe {height: 500px;}
body#HelpManual div#toc li.mainLevel .arrow {
    background: url(../../Images/Icons/Arrows/Arrows.png);
    width: 10px;
    height: 9px;
    float: right;
    background-position: -1px 27px;
    background-color: #055860;
    margin-top: 3px;
}
body#HelpManual div#toc li.mainLevel.selected .arrow    {background-position: -1px 62px;}
body#HelpManual div.viewoptions a						{color:#fff;}
body#HelpManual div.viewoptions ul						{padding: 0; margin:0;}
body#HelpManual div.viewoptions li						{padding: 3px; margin:0;}
body#HelpManual div#toc a								{color:#fff; display: block; width: 100%;}
body#HelpManual div#toc ul.mainHolder                   {padding-bottom: 50px;}
body#HelpManual div#toc ul          					{padding-left: 0; list-style-type: none; margin: 0;}
body#HelpManual div#toc ul.secondaryLevel               {padding: 0; background: #046973;}
body#HelpManual div#toc ul.itemlist						{padding: 2px; padding-left: 10px;}
body#HelpManual div#toc li.item                         {padding: 2px;}
body#HelpManual div#toc div.mainDiv                     {border-bottom: solid 1px #046973; padding: 10px; background: #055860; cursor: pointer; font-size: 12px;}
body#HelpManual div#toc li.selected div.mainDiv         {border-left: solid 4px #199ba9;}
body#HelpManual div#toc li.subsection                   {font-size: 12px; cursor: pointer; padding: 4px; padding-left: 10px; border-left: solid 4px #046973; border-bottom: solid 1px #026068;}
body#HelpManual div#toc li.subsection.selected          {background: #0f7782;}
body#HelpManual li.section								{list-style: none;}
body#HelpManual span.subsection							{color: #FFCC01;}
body#HelpManual .viewoptions div#divSection				{position:absolute; top:8px; left:5px; width:140px; text-align:left; }
body#HelpManual .options_body							{height:200px; background: #046973; color: #55aebc; display:inline-block; width: 100%;}
body#HelpManual div.topTop {display: none; text-align: center; padding: 10px;}
body#HelpManual div.topTopButton {
    margin: auto;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 4px;
    font-weight: 700;
    font-family: roboto condensed;
    background: #056973;
    border: solid 1px #04474e;
    color: #fff;
    cursor: pointer;
}
body#HelpManual div.topTopButton:hover {background: #04474e;}
@media only screen and (max-width: 700px) {
    body#HelpManual div#toc {width: 100%; float: none; min-height: initial; margin: 0; margin-bottom: 5px;}
    body#HelpManual div#toc ul.mainHolder {padding-bottom: 0;}
    body#HelpManual div#ContentInfo {margin: 0; width: 98%; float: none;}
    body#HelpManual div.topTop {
        display: block;
    }
}

/* Terms page */
body#terms div#TermsSection a { text-decoration: underline;}
/* FAQ page */
body#FAQ div#FAQInfoSection {background: #f2f1ec; padding: 10px;}
body#FAQ div#FAQInfoSection a { text-decoration: underline;}
body#FAQ table.results td { padding: 4px; }
body#FAQ table.results td.category { text-align:center; }
body#FAQ table.results td.issue, 
body#FAQ table.results td.details { text-align:left; }

/* Private World Rules Page */
body#PrivateWorldRules .cbox_content
{
	padding: 0 7px !important;	
}
body#PrivateWorldRules table.PrivateWorldRulesTable td.message,
body#PrivateWorldRules table.PrivateWorldRulesTable td.name
{
	text-align: left; 
	padding-left: 8px;
}

body#PrivateWorldRules table.PrivateWorldRulesTable td.datePosted
{
	width:125px;
	text-align:center;
}

body#PrivateWorldRules table.PrivateWorldRulesTable td.name
{
	width:125px;
	text-align:center;
}

body#PrivateWorldRules .hidden
{
	display:none;
}

body#PrivateWorldRules .shown
{
	display:block;
}

body#PrivateWorldRules .rulebox
{
	width:98%;
	border:1px;
	padding:5px;
	height:204px;
	overflow-y:scroll;
}
body#PrivateWorldRules .wis_countDownRemaining
{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
}

body#PrivateWorldRules .buttonSection
{
	text-align:center; 
	background:#E8E0D6;
	padding:20px;
}
@media all and (max-width: 400px)
{
	body#HelpManual li#Reports ul.itemlist li,
	body#HelpManual li#News ul.itemlist li
	{
		width: 50%;
		float: left;
	}
	body#HelpManual li#Reports ul.itemlist,
	body#HelpManual li#News ul.itemlist
	{
		width: 238px;
	}
	body#HelpManual li#Finances 
	{
		top: 138px;
		left: 42px;
	}
	body#HelpManual li#HallofFame 
	{
		top: 116px;
	}
	body#HelpManual li#News 
	{
		top: 117px;
		left: 300px;
	}
	body#HelpManual li#Chat 
	{
		top: 4px;
		left: 560px;
	}
}

.hbdInvisible {visibility: hidden;}