#twitter-banner {
    width: 95%;
    height: 130px;
    overflow: hidden;
    padding: 2px;
}
#twitter-banner .twitter-logo {
    width: 128px;
    display: block;
    outline: none;
    border: none;
    float: left;
    height: 100%;
    background: url(../img/twitter-sprite.jpg) transparent no-repeat top left;
}
#twitter-banner .iishf-live {
    width: 128px;
    display: block;
    outline: none;
    border: none;
    float: right;
    height: 100%;
    background: url(../img/twitter-sprite.jpg) transparent no-repeat top right;    
    border: 1px solid #283d6a;
}
#twitter-banner .tweet {
    margin: 0px 130px;
    height: 100%;
}
#twitter-banner .tweet h2 {
    font-size: 14px;
    font-weight: bold;
    color: #283d6a;
    border: none;
    margin: 5px 0px 5px 0px;
}
#twitter-banner .tweet div {
    padding: 5px;
    margin-right: 5px;
    background-color: #dddddd;
    border: 1px solid #888888;
    font-style: italic;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#twitter-banner .tweet div .date-time {
    font-weight: bold;
    margin-left: 5px;
    font-size: 80%;
}


h1 {
	margin: 5px;
}

table.infoTable {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 5px;
	width: 95%;
}

table.infoTable th {
	padding: 5px;
	font-size: 12px;
	border-bottom: 1px solid #283d6a;
}

table.infoTable td {
	padding: 5px;
	font-size: 12px;
	border-bottom: 1px solid #283d6a;
}

table.gameTable {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 5px;
	width: 95%;
}

table.gameTable th {
	padding: 5px;
	font-size: 12px;
	background-color: #ebebeb;
}

table.gameTable th.dayHeader {
	background-color: #283d6a;
	color: white;
	font-size: 14px;
	border-bottom: 1px solid #ebebeb;
}

table.gameTable tr {
	vertical-align: top;
}

table.gameTable tr.odd {
	background-color: white;
}

table.gameTable tr.even {
	background-color: #a8c2d8;
}

table.gameTable td {
	padding: 3px;
	border-bottom: 1px solid #ebebeb;
}

table.gameTable td.result {
	text-align: center;
}

#lastUpdate {
	margin-top: 15px;
	border-top: 1px solid black;
	padding-top: 2px;
	font-style: italic;
}

#tournamentStartInfo {
	font-size: 14px;
	text-align: center;
	padding: 5px;
	margin: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid #283d6a;
	background-color: #a8c2d8;
}

#footer {
	margin-top: 5px;
	color: white;
	background-color: black;
	padding: 3px;
	text-align: right;
}