body
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 90%;
}

a:link, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div#Container
{
	background-image: url("images/swooshall.jpg");
	background-repeat: no-repeat;
	width: 991px;
	height: 845px;
}

div#MilestoneContainer
{
	display: none;
	position: absolute;
	top: 75px;
	left: 270px;
	width: 530px;
	height: 400px;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-color: #444444;
	border-left-color: #444444;
	border-bottom-color: #444444;
	border-right-color: #444444;
	z-index: 200;
	background-color: White;
}

div.MilestoneNavPanel
{
	position: absolute;
	top: 375px;
}

div.MilestoneNavPanel a
{
	font-size: 125%;
	font-weight: 600;
	color: #ff9900;
}

div#MilestoneRegNavPanel
{
	left: 150px;
}

div#MilestoneNoRegNavPanel
{
	left: 100px;
}

div#MilestoneNoRegNavPanel a
{
	padding-right: 75px;
}

div#SplashContainer
{
	display: none;
	position: absolute;
	top: 110px;
	left: 95px;
	width: 700px;
	height: 415px;
	z-index: 200;
}

div#SplashNavPanel
{
	position: absolute;
	top: 305px;
	left: 407px;
}

div#SplashNavPanel a
{
	font-size: 200%;
	font-weight: 600;
	color: #ff9900;
}

div#SplashAuthoredDiv
{
	position: absolute;	
	top: 0px;
	left: 0px;
	width: 425px;
	height: 337px;	/* duck height */
	padding-left: 290px;
	margin-right: 250px;
	background-image: url("images/big_duck_right.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: center;
}

div#SplashAuthoredDiv h2
{
	margin-top: 0px;
	font-size: 16pt;
}

div#SplashAuthoredDiv h3
{
	font-size: 13pt;
}

p#SplashP1
{
	margin-top: 3em;
}

p#SplashP2
{
	margin-top: 1.75em;
}

div#SplashDuckTag
{
	position: absolute;
	top: 315px;
	left: -50px;
	width: 125px;
	font-size: 9px;
	text-align: right;
	color: #cccccc;
	line-height: 1.1em;
}

div#GameSelectionNavPanel a:hover
{
	text-decoration: underline;
}

div#GameSelectionContainer
{
	display: none;
	background-image: url("images/duck_blink.gif");
	background-repeat: no-repeat;
	background-position: 35px 20px;
	font-size: 1em;	
	position: absolute;
	left: 100px;
	top: 100px;
	width: 775px;
	height: 400px;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-color: #444444;
	border-left-color: #444444;
	border-bottom-color: #444444;
	border-right-color: #444444;
	z-index: 300;
	background-color: White;
}

div#GameSelectionPanel
{
	position: absolute;
	top: 50px;
	left: 300px;
}

div.GSMenuItem
{
	width: 450px;
	height: 72px;
}

div.GSMenuItem img
{
	border-style: none;
}

div#GameSelectionPanel img
{
	float: left;
	clear: left;
	width: 72px;
	padding-right: 5px;
}

span.GSMenuItemTitle
{
	display: block;
	color: #ff9900;
	font-size: 170%;
	font-weight: 600;
}

span.GSMenuItemDescription
{
	display: block;
	color: #86c7e7;
	margin-right: 35px;
	font-size: 100%;
}

/* This has an IE override in gamepage_ie.css */
a.GSMenuItemLink:hover
{
	text-decoration: none;
}
/* End of IE overridden style */

a.GSMenuItemLink:hover span.GSMenuItemTitle
{
	text-decoration: underline;
}

a.GSMenuItemLink:hover span.GSMenuItemDescription
{
	text-decoration: none;
}

div#GameSelectionInstructionsPanel
{
	position: absolute;
	left: 35px;
	top: 190px;
	width: 225px;
}

span#GSInstructionTitle
{
	font-size: 115%;
	font-weight: 600;
	color: #151515;
	padding-right: 20px;
	background-image: url("images/right-arrow-black.gif");
	background-repeat: no-repeat;
	background-position: right;
}

span#GSInstructionInstructions
{
	display: block;
	margin-top: 6px;
	font-size: 90%;
	line-height: 100%;
	color: #cccccc;
}

div#GameSelectionNavPanel
{
	position: absolute;
	top: 360px;
	left: 275px;
	color: black;
}

div#GameSelectionNavPanel a
{
	margin-right: 50px;
	font-size: 125%;
	font-weight: 600;
	color: #151515;
}

div#GameSelectionNavPanel a:hover
{
	text-decoration: underline;
}

a#MoreGamesLink
{
	padding-right: 20px;
	background-image: url("images/right-arrow.gif");
	background-repeat: no-repeat;
	background-position: right;
}

div#LeftContainer
{
	float: left;
	clear: none;
	width: 760px; /* 260 + 500 */
	/* The following is for the metagame image */
	/* whose background-image property is set in code */
	background-repeat: no-repeat;
	background-position: 75px 200px;
}

div#LeftColumn
{
	float: left;
	width: 260px;
	/* The height value controls how far down the QuestionDiv is pushed. */
	/* The bigger the value, the more vertical space for ProductDisplay images */
	height: 400px;
}

div#Logo
{
	width: 243px;
}

div#Logo img
{
	margin: 0;
	padding-left: 8px;
	padding-top: 9px;
}

div#GameDescription
{
	padding-top: 200px;
	padding-left: 45px;
	font-size: 1em;
	line-height: 95%;
}

/* This has an IE override in gamepage_ie.css */
a#GameDescriptionLink:hover
{
	text-decoration: none;
}
/* End of IE overridden style */

a#GameDescriptionLink:hover span#MetaGameTitle
{
	color: black;
	text-decoration: underline;
}

a#GameDescriptionLink:hover span#MetaGameDescription
{
	text-decoration: none;
}

span#MetaGameTitle
{
	font-size: 115%;
	font-weight: bold;
	padding-right: 20px;
	color: #151515;
	background-image: url("images/down-arrow.gif");
	background-repeat: no-repeat;
	background-position: right;
}

span#MetaGameDescription
{
	display: block;
	padding-top: 10px;
	font-size: 90%;
	color: #999999;
}

div#ProductDisplayContainer
{
	float: left;
	margin-top: 90px;
	width: 500px;
	/* The height value should track the Single/DoubleImageMaxHeight value */
	/* in the Web.config file, with an additional 25px to handle the text underneath */
	height: 300px;
}

div#ProductDisplayContainer a
{
	color: #cccccc;
}

div#ProductDisplayContainer a:hover
{
	text-decoration: underline;
}

table#ProductDisplay_ProductDisplayTable
{
	width: 100%;
	text-align: center;
}

table#ProductDisplay_ProductDisplayTable td
{
	vertical-align: bottom;
}

div#RightColumn
{
	float: right;
	clear: none;
	width: 132px;
	padding-right: 55px;
	padding-top: 4px;
}

div#Star
{
	width: 132px;
	height: 122px;
	text-align: center;
}

div#Star span
{
	display: block;
}

span#m_recordCount
{
	padding-top: 38px;
	font-family: Impact, Techno, Helvetica, SunSans-Regular, sans-serif;
	font-size: 4.2em;
	line-height: 90%
}

div#HighScores
{
	padding-top: 45px;
	width: 110px;
	font-size: .8em;
	line-height: 100%;
	background-image: url("images/highscores.jpg");
	background-repeat: no-repeat;
	background-position: 95px 45px;
}

div.HighScoreItem
{
	padding-right: 25px;
	text-align: right;
	margin-bottom: 1.5em;
}

div.HighScoreItem span, div.HighScoreItem a
{
	display: block;
}

/* Get rid of focus rects around high score link clicks in Firefox */
div.HighScoreItem a
{
	-moz-user-focus: none;
	outline-style: none;
}

a.HighScoreItemGenericUser:link, a.HighScoreItemGenericUser:visited
{
	color: #BBBBBB;
	text-decoration: none;
}

a.HighScoreItemGenericUser:hover
{
	color: #BBBBBB;
	text-decoration: underline;
}

a.HighScoreItemCurrentUser:link, a.HighScoreItemCurrentUser:visited
{
	color: #666666;
	text-decoration: none;
}

a.HighScoreItemCurrentUser:hover
{
	color: #666666;
	text-decoration: underline;
}

span.HighScoreItemGenericUser
{
	color: #BBBBBB;
}

span.HighScoreItemCurrentUser
{
	color: #666666;
}

div#PreviousAnswer 
{	
	padding-top: 50px;
	padding-bottom: 15px;
	margin-right: 30px;
	text-align: right;
	font-size: .8em;
	line-height: 98%;
	color: #cccccc;
}

div#PreviousAnswer span
{
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

div#QuestionDiv
{
	float: left;
	clear: left;
	width: 660px;
	color: #ff9900;
	font-size: 1.4em;
	padding-left: 100px;
	padding-bottom: 20px;
}

div#QuestionDiv p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

div#QuestionDiv p:first-letter
{
	font-size: 200%;
}

span.GameQuestionGeneric
{
}

span.GameQuestion
{
	font-size: 1.5em;
	line-height: 110%;
}

span.GameQuestionSmall
{
	font-size: 1em;
	line-height: 120%;
}

a#m_milestonePrompt
{
	padding-left: 300px;
	font-size: 125%;
	font-weight: 600;
	color: #ff9900;
	-moz-user-focus: none;
	outline-style: none;
}

a#m_milestonePrompt:link, a#m_milestonePrompt:visited
{
	text-decoration: none;
}

a#m_milestonePrompt:hover
{
	text-decoration: underline;
}

div#AnswerDiv
{
	float: left;
	clear: left;
	width: 804px;	/* shrunk less than the left position of the RightColumn */
	padding-top: 5px;
	padding-bottom: 15px;
	color: #ff9900;
	font-weight: 600;
	line-height: 100%;
	font-size: 1.2em;	
}

div.AnswerPanel
{
	float: left;
	width: 250px;
	padding-bottom: 2px;	/* Necessary for link underlines to appear on IE6/7 */
	text-align: center;
}

div#m_leftAnswerPanel
{
	/* This value adjusts how far to the right */
	/* the centered answers (and ticket) are */
	padding-left: 230px;
}

div#m_ticketPanel
{
	/* width should be the width of the ticket. This */
	/* overrides the div.AnswerPanel width value */
	width: 46px;
}

div#m_leftAnswerPanel a:link, div#m_rightAnswerPanel a:link
{
	text-decoration: none;
	color: #ff9900;
}

div#m_leftAnswerPanel a:visited, div#m_rightAnswerPanel a:visited
{
	text-decoration: none;
	color: #ff9900;
}

div#m_leftAnswerPanel a:hover, div#m_rightAnswerPanel a:hover
{
	text-decoration: underline;
	color: #ff9900;
}

div#MessageArea
{
	float: left;
	clear: left;
	width: 500px;
	padding-bottom: 10px;
	color: #ff9900;	
	padding-left: 60px;
	font-size: 1em;
}

div#MessageArea span
{
	padding-left: 10px;
}

/* This has an IE override in gamepage_ie.css */
a#MailIconLink:hover
{
	text-decoration: none;
}
/* End of IE overridden style */

a#MailIconLink:link span.MessageArea-Old, a#MailIconLink:visited span.MessageArea-Old
{
	color: #A7CDD7;
}

a#MailIconLink:hover span.MessageArea-Old
{
	color: #A7CDD7;
	text-decoration: underline;
}

a#MailIconLink:link span.MessageArea-New, a#MailIconLink:visited span.MessageArea-New
{
	color: Black;
	font-weight: bold;
}

a#MailIconLink:hover span.MessageArea-New
{
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}

div#CommandBar
{
	float: left;
	width: 991px;
	border-bottom-color: #A7CDD7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: .9em;
	font-style: italic;
}

div#CommandBar span
{
	padding-left: 55px;
}

div#CommandBar a:link, div#CommandBar a:visited
{
	text-decoration: none;
	color: #999999;
}

div#CommandBar a:hover
{
	text-decoration: underline;
}

span#AccountGreeting
{
	float: left;
	padding-left: 40px;
	font-style: normal;
}

a#SignInOutLink
{
	float: left;
	padding-left: 20px;
}

a#MyAccountLink
{
	float: left;
	padding-left: 20px;
}

a#m_AboutLink
{
	float: right;
	padding-right: 20px;
}

a#m_AdvertiseOnThisSiteLink
{
	float: right;
	padding-right: 20px;
}

a#m_SendUsFeedbackLink
{
	float: right;
	padding-right: 20px;
}

a#InviteAFriendLink
{
	float: right;
	padding-right: 86px;
}

div#CopyrightNotice
{
	float: left;
	width: 907px;
	height: 3em;
	text-align: right;
	color: #a9a9a9;
	font-size: .6em;
	background-color: White;
	padding-top: 1px;
}

div#Ads
{
	float: left;
	width: 991px;
	height: 350px;
	background-color: White;
}

div#Ads
{
	text-align: center;
}
