/* Resets / Generals */

body {
    height: 100%;
	background: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #222;
	text-align:center; /* for IE */ 
}

.maintable {
	font-size: 14px;
	font: 400 15px/1.8 "Lato", sans-serif;
	color: #FFF;
	font-weight: bold;

}

TD {
	font-size: 12px;
	color: #000;

}

.interchange {
background-color: #fff;
padding-left:5px;
padding-right:5px;
}

#chat-section-div,#live_ladder,#other_matches,#afl_matches, #home_team_score, #away_team_score {
padding-top:5px;
padding-bottom:5px;
background-color: #fff;
}

#div-tabs {
background-color: #fff;
}


.heading {
    font: 400 15px/1.8 "Lato", sans-serif;
	font-size: 16px;
	background-color: #111;
	color: white;
	font-weight: bold;
}
.heading2 {
    font: 400 15px/1.8 "Lato", sans-serif;
	font-size: 14px;
	background-color: #eeeeee;
	color: #222;
	font-weight: bold;
}

.menutitle {
        width:100%;
        cellpadding:0;
        border:0;
        cellspacing:0;
}

.menutitle td {
	font-weight: bold;
	font-size:11px;
        font: 400 13px/1.1 "Lato", sans-serif;
}

a {color:#222; text-decoration:none;}
a:hover {color:#FB081C; text-decoration:underline; cursor: pointer;}

div#wrapper {
text-align:left; /* reset text alignment */
width:1100px; /* or a percentage, or whatever */
margin:0 auto; /* for the rest */
} 

hr {
	border:none;
	border-bottom:1px solid #d7d3d1;
	height: 0;
}

.messageStackError { 
	font-weight:bold;
	padding-left:5px;
	color: #C82820;
}

.messageStackWarning { 
	font-weight:bold;
	padding-left:5px;
	color: #DEAF0F;
}

.messageStackSuccess { 
	font-weight:bold;
	padding-left:5px;
	color: #5F9F0C;
}

.smilebox {
        border:2px solid #000;
        width:100%;
}

.middlebox {
        cellpadding:5;
        cellspacing:5;
        width:100%;
}

.menubox {
        border:0;
	background-color: #E2E2E2;

        cellpadding:3;
        cellspacing:2;
        width:100%;
}

#contract_div {
        border:0;
	background-color: #E2E2E2;

        cellpadding:3;
        cellspacing:2;
        width:100%;
}

.dataTableRowOver {
	background-color: #ececec;
	cursor: pointer;
        text-align:center;
        font: 400 15px/1.8 "Lato", sans-serif;
}

.dataTableRow {
	background-color: #fff;
        text-align:center;
        font: 400 15px/1.8 "Lato", sans-serif;
}

.dataTableRowOverMenu {
	background-color: #ececec;
	cursor: pointer;
        text-align:center;
        font: 400 15px/1.8 "Lato", sans-serif;
}

.dataTableRowMenu {
	background-color: #E2E2E2;
        text-align:center;
        font: 400 15px/1.8 "Lato", sans-serif;
}
.smalltxt {
font-size: 10px;
}
.smalltxt2 {
font-size: 11px;
}
.largetxt {
font-size: 16px;
}
div.shoutbox {
	width: 100%;
  	color: #000;
  	font-size:10px;
} 
#shoutbox-div {
	text-align:left;
	float: left; 
  	font-size:10px;
  	width:100%;
}

#shoutbox-div td {
	font-size:10px;
}

#shoutbox-section-div {
	text-align:left;
	float: left; 
  	font-size:10px;
  	width:100%;
  	height:400px;
  	overflow:hidden;
}

#teams_online_div {
        text-align:left;
        float: left;
        font-size:10px;
        width:100%;
        height:auto;
}

#shoutbox-form-div {
	text-align:left;
	float: left; 
  	font-size:10px;
  	width:100%;
}
	
/* ------- The comments content ------- */ .shoutbox-content {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #df377a;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}
.shoutbox-content li {
    padding: 20px;
    border-bottom: 1px solid #d5dbe1;
}
.shoutbox-username {
    display: inline;
    color: #df377a;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin-right: 5px;
}
.shoutbox-comment {
    display: inline;
    color: #717c87;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}
.shoutbox-comment-details {
    width: 100%;
    margin: 5px auto;
    height: 11px;
}
.shoutbox-comment-reply {
    display: inline-block;
    float: left;
    color: #5896cb;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    height: 9px;
    cursor: pointer;
}
.shoutbox-comment-ago {
    display: inline-block;
    float: right;
    color: #9aa1a7;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    text-align: right;
    height: 11px;
}
/* ------- Writing a new comment form ------- */ h2 {
    position: relative;
    background-color: #f9fafb;
    border-bottom: 2px solid #e2e8eb;
    max-width: 100%;
    height: 45px;
    margin: 0;
    text-align: center;
    color: #df377a;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    cursor: pointer;
}
.shoutbox-form form {
    display: none;
    background-color: #f9fafb;
    box-shadow: 0px 2px 0px 0.00px #e2e8eb;
    max-width: 100%;
    text-align: left;
    padding: 20px 20px 30px;
}
.shoutbox-form form label {
    display: inline-block;
    color: #df377a;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    width: 80px;
    height: 11px;
    line-height: 11px;
    margin-bottom: 15px;
}
.shoutbox-form form .shoutbox-comment-label {
    position: relative;
    top: -75px;
}
.shoutbox-form form #shoutbox-name {
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 1px 3px 0px 0.00px rgba(0, 0, 0, 0.04);
    border: 1px solid #bfcdda;
    outline: none;
    max-width: 170px;
    width: 100%;
    height: 41px;
    font-size: 14px;
    margin-right: 150px;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    color:inherit;
}
.shoutbox-form form #shoutbox-comment {
    background-color: #ffffff;
    box-shadow: 1px 3px 0px 0.00px rgba(0, 0, 0, 0.04);
    border: 1px solid #bfcdda;
    outline: none;
    max-width: 320px;
    width: 100%;
    height: 76px;
    margin-bottom: 20px;
    resize: none;
    font-weight: normal;
    font: inherit;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    color:inherit;
}
.shoutbox-form form input[type=submit] {
    background-color: #87bfef;
    border: 1px solid #e6e7e8;
    box-shadow: 0px 1px 2px 0.00px rgba(0, 0, 0, 0.1);
    width: 110px;
    height: 41px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    outline: none;
    margin-left: 83px;
    cursor: pointer;
}
/* ------- Make the page responsive ------- */ @media(max-width: 445px) {
    .shoutbox-form form .shoutbox-comment-label {
        top: 0;
    }
    .shoutbox-form form input[type=submit] {
        margin-left: 0;
    }
}
