﻿div
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
}

/* Floating divs for parts of page */

#Outermost
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 273px;
	height: 210px;
}

#Title
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#SpeechBubbleArea
{
	position: absolute;
	left: 4px;
	top: 65px;
	width: 264px;
	height: 29px;
}

.SpeechBubbleItem /* Style for inner div inside speech bubble */
{
	background-color: Transparent;
	width: 264px;
	height: 90px;
	text-align:center;
}

#SpeechImage
{
	position: absolute;
	left: 2px;
	top: -2px;
}

.BetOfDayRotator
{
	position: absolute;
	left: 5px;
	top: 4px;
	width: 260px;
	height: 86px;
	background-color: Transparent;
	z-index: 2;
}

#lblGenericMessage
{
	position: absolute;
	left: 2px;
	top: 4px;
	width: 262px;
	height: 24px;
	background-color: Transparent;
	z-index: 2;
	bottom: 1px;
	margin-top: 0px;
}

#ManImage
{
	position: absolute;
	left: 5px;
	top: 40px;
	width: 160px;
	height: 305px;
}

#Link
{
	position: absolute;
	left: 4px;
	top: 3px;
	width: 265px;
	height: 49px;
	text-align: center;
	vertical-align: bottom;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

#FormGuidesTitleArea
{
	position: absolute;
	left: 30px;
	top: 42px;
	width: 211px;
	height: 21px;
	z-index: 1;
	text-align: center;
}

#FormGuidesList
{
	width: 263px;
	z-index: 1;
	left: 5px;
	top: 98px;
	position: absolute;
	height: 80px;
	text-align: left;
	}

#FormGuidesList a
{
	text-decoration: none;
}

/* Title styles */

.FormGuideTitle
{
	font-variant: small-caps;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial;
}

.FormGuideMeet
{
	font-variant: small-caps;
	font-size: 9pt;
	font-weight: normal;
	font-family: Arial;
}

.FormGuideItem
{
	font-size: 8pt;
	font-weight: normal;
	font-family: Arial;
}

.FormGuideItemText
{
	position: relative;
	left: 1px;
	top: 3px;
}

.FormGuideItemText2
{
	position: relative;
	right: -130px;
	bottom: 65px;
}

/* Popup report description */

.Popup
{
	width: 160px;
	background-color: #ffffcc;
	color:Black;
	font-family: Arial;
	font-size: 9pt;
	padding: 2px;
	border: solid 1px black;
	z-index:4;
	display: none;
 }

/* Styles for cartoon speech bubble */

.SpeechBubbleRace /* Style for speech bubble content text */
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}

.SpeechBubbleBet /* Style for speech bubble content text */
{
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}

.SpeechBubbleComment /* Style for speech bubble content text */
{
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
}

