/*
COPYRIGHT (c) 2006-2007 SimplyOdds.com

All files in the WagerWidget, including but not limited to programming code,
graphic logos, trademarks, and service marks, are licensed to the end use
solely for presentation in this Widget on the end user's machine and for no
other purpose, and all rights are reserved by SimplyOdds.com.

Reproduction or redistribution of the WagerWidget without written consent from 
SimplyOdds.com is prohibited.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

body {
	position: relative;
	background-color: #000000;
	margin: 0 auto;
	text-align: center;
	/*padding-top: 30px;*/
}

#front {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 545px;
}

#backgroud {
	position: relative;
	left: 0px;
	width: auto;
	height: auto;
	bottom: auto;
	right: auto;
	top: 0px;
}

#dateText {
	position: absolute;
	color: black;
	font-family: Arial;
	font-size: 11pt;
	width: 79px;
	right: 447px;
	left: 24px;
	text-align: center;
	top: 95px;
	height: 17px;
}

#logo {
	width: 125px !important;
	height: 70px !important;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

#spreadButton {
	width: 34px !important;
	height: 32px !important;
	position: absolute;
	top: 147px;
	left: 6px;
	cursor: pointer;
}

#lineButton {
	width: 34px !important;
	height: 32px !important;
	position: absolute;
	top: 147px;
	left: 47px;
	cursor: pointer;
}

#overUnderButton {
	width: 34px !important;
	height: 32px !important;
	position: absolute;
	top: 147px;
	left: 87px;
	cursor: pointer;
}

#americButton {
	width: 34px !important;
	height: 32px !important;
	position: absolute;
	top: 207px;
	left: 6px;
	cursor: pointer;
}

#fractionButton {
	width: 34px !important;
	height: 32px !important;
	position: absolute;
	top: 207px;
	left: 47px;
	cursor: pointer;
}

#decimalButton {
	width: 34px !important;
	height: 32px !important;
	position: absolute;
	top: 207px;
	left: 87px;
	cursor: pointer;
}

#banner {
	width: 125px !important;
	height: 125px !important;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 245px;
	cursor: pointer;
}

#casinoButton {
	width: 62px !important;
	height: 30px !important;
	position: absolute;
	top: 370px;
	left: 0px;
	cursor: pointer;
}

#pokerButton {
	width: 62px !important;
	height: 30px !important;
	position: absolute;
	top: 370px;
	left: 63px;
	cursor: pointer;
}

#nflButton {
	width: 70px !important;
	height: 30px !important;
	position: absolute;
	top: 0px;
	left: 125px;
	cursor: pointer;
}

#mlbButton {
	width: 70px !important;
	height: 30px !important;
	position: absolute;
	top: 0px;
	left: 195px;
	cursor: pointer;
}

#ncaafButton {
	width: 70px !important;
	height: 30px !important;
	position: absolute;
	top: 0px;
	left: 265px;
	cursor: pointer;
}

#ncaabButton {
	width: 70px !important;
	height: 30px !important;
	position: absolute;
	top: 0px;
	left: 335px;
	cursor: pointer;
}

#nbaButton {
	width: 70px !important;
	height: 30px !important;
	position: absolute;
	top: 0px;
	left: 405px;
	cursor: pointer;
}

#nhlButton {
	width: 70px !important;
	height: 30px !important;
	position: absolute;
	top: 0px;
	left: 475px;
	cursor: pointer;
}

#fivedimeslogo {
	width: 99px !important;
	height: 38px !important;
	position: absolute;
	top: 31px;
	left: 229px;
	cursor: pointer;
}

#betjamlogo {
	width: 99px !important;
	height: 38px !important;
	position: absolute;
	top: 31px;
	left: 330px;
	cursor: pointer;
}

#bookmakerlogo {
	width: 98px !important;
	height: 38px !important;
	position: absolute;
	top: 31px;
	left: 431px;
	cursor: pointer;
}

#splash {
	width: 405px !important;
	height: 300px !important;
	position: absolute;
	top: 70px;
	left: 125px;
}

#result_content {
	width: 420px !important;
	position: absolute;
	left: 125px;
	color: black;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial;
	text-align: left;
	height: 300px;
	top: 70px;
	z-index: 2;
	overflow: auto;
}
