body { overflow-x: hidden; }

#main {
	width: 100%;
	height: 100%;	
	margin:0;
	padding: 2px 2px 2px 2px;
	border: thin solid;
}

.content {
  font-family: Arial;
  font-size: 11px;
  color: black;
  margin-top: -1px;
  margin-left: -1px;
  border: thin;
}
.title {
  font-weight: bold;
  font-family: Arial;
  font-size: 11px;
  color: black;
  margin-left: 5px;
  margin-top: 3px;
}
.warning {
  color: red;
  margin-left: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}
select {
  font-size: 11px;
  font-family: Arial;
}
#styleSetting {
  height: 15px;
  float: right;
  display: block;
}
.content input {
  font-family: Arial;
  font-size: 11px;
  color: black;
}
#infoBorder {
  width: 315px;
  margin: 2px 2px 2px 2px;
  background-color: #F8F8F8;
}
#menuTabs {
  width: 100%;
  height: 48px;
  margin-left: 0px;
  margin-top: 2px;
  background-color: #0099FF;
}
#menuTabs ul {
  list-style: none;
  margin: 0;
  font-size: 9px;
  padding: 2px 10px 0 10px;
  background-color: #0099FF;
}
#menuTabs li {
  float: left;
  text-align: center;
  background-color: #0099FF;
  display: block;
}
#menuTabs li a {
  text-decoration: none;
  background-color: #0099FF;
  color: #000;
  margin: 2px;
  width: 35px;
  height: 35px;
  padding: 2px;
  display: block;
}
#activetab {
  background-color: #FFFFFF;
}
.homeInfo table {
  margin-left: 3px;
  width: 300px;
  font-size: 11px;
}
.homeInfo tr {
  vertical-align: top;
}
.homeInfo td {
  font-size: 11px;
}
#TeamInfo {
  font-size: 12pt;
  font-weight: bold;
  background-image: url(../images/TopBlckThin.gif);
  color: #FFFFFF;
  width: 100%;
  height: 23px;
  vertical-align: middle;
  padding: 3px 0px 3px 0px;
  text-align: center;
}
#LoginBox {
  width: 95%;
  padding: 2px 2px 2px 20px;
  display: block;
}
#userBanner {
  font-size: 10px;
  color: #E8C94D;
  float: right;
  display: inline-block;
  padding-top: 8px;
  padding-right: 3px;
}
.benchTable {
  border-collapse: collapse;
  margin-top: 2px;
  margin-left: 3px;
  border : 1px solid black;
  color : black;
  font-size : 11px;
  font-family : verdana, arial;
  font-weight : normal;
}
.benchHead {
  color : black;
  background: url(/images/greyGr20.png) repeat-x 0 0;
}
.benchTable td {
  height: 25px;
  padding: 2px 2px 2px 2px;
  vertical-align: middle;
}
.benchData {
  height: 20px;
}
.benchData a {
  text-decoration: none;
  color: #000;
  margin: 1px;
  width: 92%;
  border: 1px solid blue;
  background-color: #CCE0FF;
  padding: 1px;
  display: block;
}
.tpTable {
  border-collapse: collapse;
  margin-top: 2px;
  margin-left: 3px;
  border : 1px solid black;
  color : black;
  font-size : 11px;
  font-family : verdana, arial;
  font-weight : normal;
}
.tpHead {
  background: url(/images/greyGr20.png) repeat-x 0 0;
}
.tpTable td {
  height: 25px;
  padding: 2px 2px 2px 2px;
  vertical-align: middle;
}
.tpData {
	color : black;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : normal;
    height: 20px;
}
.tpData a {
  text-decoration: none;
  color: #000;
  margin: 1px;
  width: 92%;
  border: 1px solid blue;
  background-color: #CCE0FF;
  padding: 1px;
  display: block;
}
.tmSchedule {
  border-collapse: collapse;
  margin-top: 2px;
  margin-left: 3px;
  border : 1px solid black;
}
.tsHead {
	color : black;
    height: 20px;
    background: url(/images/greyGr20.png) repeat-x 0 0;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : normal;
}
.tsData {
	color : black;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : normal;
    height: 20px;
    padding: 2px;
}
.tsData a {
  text-decoration: none;
  color: #000;
  margin: 1px;
  width: 92%;
  border: 1px solid #FF9966;
  background-color: #FFD9C6;
  padding: 1px;
  display: block;
}
.embeddedData {
  padding: 0px 0px 0px 0px;
  border-collapse: collapse;
}
.embeddedData td {
  font-size: 11px;
}
#ctrlTable {
  margin-top: -6px;
  border-collapse: collapse;
  font-size: 11px;
}
#StandingsInfoWP {
  background-color: #EAEAEA;
  border: 1px solid #A7A7A7;
  margin-top: 3px;
  color: black;
  width: 95%;
  height: 56px;
  vertical-align: middle;
  padding: 4px 6px 2px 6px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#StandingsInfo {
  background-color: #FFFFFF;
  border: 1px solid #A7A7A7;
  margin-top: 3px;
  color: black;
  width: 95%;
  height: 40px;
  vertical-align: middle;
  padding: 4px 6px 2px 6px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#PlayoffsInfo {
  background-color: #EAEAEA;
  border: 1px solid #A7A7A7;
  margin-top: 3px;
  color: black;
  width: 300px;
  height: 28px;
  vertical-align: middle;
  padding: 4px 6px 2px 6px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.centeredRow {
  width: 100%;
  height: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 3px;
  padding: 2px 2px 2px 2px;
  display: block;
}
.basicRow {
  height: 16px;
  padding: 4px 4px 4px 4px;
  margin-top: 5px;
}
.basicLabel {
  display: inline-block;
  width : 80px;
  font-weight: bold;
}
.StandingsLabel {
  display: inline-block;
  width : 133px;
  font-weight: bold;
}
#PriorGame {
  background-color: #FFFFFF;
  border: 1px solid #A7A7A7;
  margin-top: 3px;
  color: #000000;
  width: 95%;
  height: 42px;
  vertical-align: middle;
  padding: 4px 6px 2px 6px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#NextGame {
  background-color: #FEE4B2;
  border: 1px solid #A7A7A7;
  margin-top: 3px;
  color: black;
  width: 95%;
  height: 32px;
  vertical-align: middle;
  padding: 4px 6px 2px 6px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#NextPractice {
  background-color: #DEE4F4;
  border: 1px solid #A7A7A7;
  margin-top: 3px;
  color: black;
  width: 95%;
  height: 32px;
  vertical-align: middle;
  padding: 4px 6px 2px 6px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#btLogin {
  text-align: center;
  font-family: arial;
  font-size: 11px;
  height: 23px;
  width: 95%;
  margin-left: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
}
#btLogout {
  text-align: center;
  font-family: arial;
  font-size: 11px;
  height: 23px;
  width: 80px;
  margin-right: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  float: right;
}
#btMyProfile {
  text-align: center;
  font-family: arial;
  font-size: 11px;
  height: 23px;
  width: 220px;
  margin-right: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  float: left;
}
#scheduleViewer {
  width : 126px;
  float: right;
  height: 20px;
}
.scoreWinLoss {
  color: blue;
  float: right;
}
.GameBox {
  width: 97%;
  background-color: #FEE4B2;
  margin-top: 1px;
  color: black;
  height: 53px;
  padding: 4px 6px 2px 6px;
  border: 1px solid #E29503;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.GameNo a {
  text-decoration: none;
  color: #000;
  margin: 1px;
  width: 60;
  border: 1px solid #787878;
  background-color: #E29503;
  padding: 2px;
  display: block;
  float: left;
  -moz-border-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.GameDateTime {
  height: 20px;
  width: 195px;
  float: left;
  padding-top: 3px;
  margin-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.GameLocation {
  height: 15px;
  width : 142px;
  margin-left: 85px;
  padding-left: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.PracticeStatus {
  float: right;
  width: 68px;
  text-align: right;
}
.GameVersus {
  margin-top: 2px;
  height: 18px;
  width:  194px;
  display: block;
  float: left;
}
.GameWinLoss {
  margin-top: 2px;
  float: right;
  width: 98px;
  height: 18px;
  text-align: right;
}
.PracticeBox {
  width: 97%;
  background-color: DEE4F4;
  border: 1px solid #484848;
  margin-top: 1px;
  color: black;
  height: 37px;
  padding: 4px 6px 2px 6px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.PracticeNo a {
  text-decoration: none;
  color: #000;
  margin: 1px;
  width: 60;
  border: 1px solid #0000FF;
  background-color: #0099FF;
  padding: 2px;
  display: block;
  float: left;
  -moz-border-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.AttendImg {
  float: right;
  width: 15px;
  margin-right: 1px;
}
#NoAccess {
  margin-top: 10px;
  padding: 20px 2px 20px 2px;
  width: 300px;
  text-align: center;
}
.GameInfo {
  border-collapse: collapse;
  margin-top: 2px;
  margin-left: 3px;
  color : black;
  font-size : 11px;
  font-family : verdana, arial;
  font-weight : normal;
}
.PracticeInfo {
  border-collapse: collapse;
  margin-top: 2px;
  margin-left: 3px;
  color : black;
  font-size : 11px;
  font-family : verdana, arial;
  font-weight : normal;
}
#GameInfoBox {
  padding: 2px;
  background-color: #FEE4B2;
  border: 1px solid #E29503;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.GameInfo td {
  height: 17px;
  padding: 2px 2px 2px 2px;
}
#PracticeInfoBox {
  padding: 2px;
  background-color: DEE4F4;
  border: 1px solid #484848;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#BackButton a {
  background-image: url(../images/3BackButton.png);
  height: 20px;
  display: block;
  width: 40px;
  z-index: 30;
  top: 5px;
  left: 3px;
  position: absolute;
}
#ResendPWPanel {
  width: 96%;
  padding: 5px;
  margin: 0;
}
#attendInfo {
  background-color: #F9F9F9;
  border: 1px solid #A7A7A7;
  margin-top: 3px;
  margin-bottom: 3px;
  width: 96%;
  height: 32px;
  padding: 4px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.AttendImg a {
  clear: both;
  border: none;
  float: none;
  width: 16px !important;
  background-color: transparent;
  text-decoration: none;
  color: blue;
  margin: 1px;
  padding: 1px;
  display: inline-block;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
