﻿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: 270px;
}

#Title
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#SpeechBubbleArea
{
	position: absolute;
	left: 60px;
	top: 40px;
	width: 200px;
	height: 110px;
}

.SpeechBubbleItem /* Style for inner div inside speech bubble */
{
	background-color: Transparent;
	width: 150px;
	height: 90px;
	text-align:center;
}

#SpeechImage
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.BetOfDayRotator
{
	position: absolute;
	left: 35px;
	top: 4px;
	width: 150px;
	height: 90px;
	background-color: Transparent;
	z-index: 2;
}

#lblGenericMessage
{
	position: absolute;
	left: 43px;
	top: 6px;
	width: 142px;
	height: 90px;
	background-color: Transparent;
	z-index: 2;
}

#ManImage
{
	position: absolute;
	left: 5px;
	top: 40px;
	width: 160px;
	height: 305px;
}

#Link
{
	position: absolute;
	left: 2px;
	top: 240px;
	width: 265px;
	height: 38px;
	text-align: center;
	vertical-align: bottom;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

#FormGuidesTitleArea
{
	position: absolute;
	left: 90px;
	top: 1px;
	width: 160px;
	height: 60px;
	z-index: 1;
	text-align: center;
}

#FormGuidesList
{
	width: 140px;
	z-index: 1;
	left: 120px;
	top: 125px;
	position: absolute;
	height: 190px;
	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;
}

/* 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;
}
