/*
 * Common
 */
a
{
	text-decoration: none;
}

a img
{
	border: 0px;
}

div
{
	margin: 0px;
}

td
{
	padding: 0px;
}

/*
 * SODA
 */

/*
 * Debugging only for Asterisk below - * { 	border: 1px solid #ff0000; }
 */

html, body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

html
{
	color: black;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 12px;
}

body
{
	margin-left: 0px;
	margin-right: auto;
	background-color: #cccccc;
}

#MasterContainer
{
	width: 1020px;
	background-color: #dddddd;
	border-right: 2px solid #aaaaaa;
	float: left;
}

#TopHeader
{
	background-image: url('images/Banner.gif');
	height: 18px;
	width: 100%;
	border-bottom: 2px solid #660000;
}

#MastHead
{
	width: 100%;
	background-image: url('images/HeaderBackground.gif');
	height: 77px;
}

#MastHead #HeaderLogo
{
	float: left;
}

#MastHead #HeaderText
{
	float: right;
}

#HeaderMenu, #FooterMenu
{
	height: 24px;
	background-image: url('images/Banner.gif');
	border-top: 2px solid #660000;
	border-bottom: 2px solid #660000;
	color: #ffffff;
	font-weight: bold;
}

#HeaderMenu a, #FooterMenu a
{
	padding-top: 4px;
	padding-left: 20px;
	color: #ffffff;
}

#HeaderMenu a:hover, #FooterMenu a:hover
{
	color: #000000;
}

.Window
{
	margin: 5px;
}

.Window .Header
{
	border: 2px solid #660000;
	background-image: url('images/Banner.gif');
	height: 22px;
	padding-top: 2px;
	padding-left: 2px;
	color: #ffffff;
	font-weight: bold;
}

.Window .Text
{
	padding: 15px;
	padding-top: 5px;
	background-color: #ffffff;
	height: 250px;
	overflow: auto;
}

#Footer
{
	width: 800px;
/*
	position: absolute;
	bottom: 10px;
*/
	clear: both;
}

#Copyright
{
	text-align: center;
	font-size: 10px;
	width: 100%;
}

#MainPageFlyers
{
	height: 220px;
	padding-top: 10px;
}

#MainPageFlyers img
{
	height: 200px;
	width: 160px;
	float: left;
	padding-left: 10px;
}

#SideBannerAds #GoogleAdSense
{
}

#SideBannerAds #TorontoDarts img
{
	height: 150px;
	width: 120px;
}

#SideBannerAds #TorontoDarts #HostedBy
{
	margin-top: 5px;
}

#SideBannerAds
{
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}

#UpcomingEvents .Text
{
	height: 660px;
}

#PastEvents
{
	padding-right: 10px;
/*	height: 100px; */
}

.Standings
{
	background-color: #dddddd;
	float: left;
}

.Standings h1
{
	text-align: center;
	font-size: 14px;
}

.Standings tbody
{
	overflow-y: auto;
	overflow-x: hidden;
}

#PlayerStandings tbody
{
	height: 400px;
}

.Standings th
{
	background-image: url('images/Banner.gif');
	color: #ffffff;
	font-weight: bold;

}

.Standings td, .Standings th
{
	margin: 0px;
	padding: 2px;
}

.Standings .Alternate td
{
	background-color: #dddddd;
}

.Standings .Standard td
{
	background-color: #ffffff;
}

.Standings td.Numbers
{
	text-align: right;
}

.Standings #DownloadableFiles img
{
	height: 200px;
	width: 160px;
	float: left;
	padding-left: 10px;
}
