

#navigation {
	width: 100%;
	height: 58px;
	background-repeat: repeat-x;
	position: relative;
	float: left;
	clear: both;
	overflow: hidden;
	margin:0px;
	left:0px;
	right:0px;
	top: 102px;
}

#nav {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	right: 0px;
}

#nav li ul {
	margin: 0;
	padding: 0;
}

#nav li { /*float the primary nav*/
	float: left;
	display: block;

}

#nav li ul { /*hide the subnavs, styles them and put them below the primary nav*/
	display: none;
	width:100%;
	height:56px;
	line-height: 23px;
	position: absolute;
	top: 30px;
	left: 0px;
	overflow: hidden;
	margin:auto;
}

#nav li#liPlayGames:hover ul, #nav li#liPlayGames.over ul{ /*displays subnavs on hover of primary nav, includes hack for ie*/
	display: block;
	position: absolute;
	top: 35px;
	left: 0px;
	background-image: url(http://static.youplay.com/images/navigation/secondarynav_blue.gif);
	background-repeat: repeat-x;
	z-index: 6000;
}

#nav li#liYourAccount:hover ul, #nav li#liYourAccount.over ul{ /*displays subnavs on hover of primary nav, includes hack for ie*/
	display: block;
	position: absolute;
	top: 35px;
	left: 0px;
	background-image: url(http://static.youplay.com/images/navigation/secondarynav_orange.gif);
	background-repeat: repeat-x;
	z-index: 6000;
}

#nav li#liTheLounge:hover ul, #nav li#liTheLounge.over ul{ /*displays subnavs on hover of primary nav, includes hack for ie*/
	display: block;
	position: absolute;
	top: 35px;
	left: 0px;
	background-image: url(http://static.youplay.com/images/navigation/secondarynav_green.gif);
	background-repeat: repeat-x;
	z-index: 6000;
}

#nav li#liWinPrizes:hover ul, #nav li#liWinPrizes.over ul{ /*displays subnavs on hover of primary nav, includes hack for ie*/
	display: block;
	position: absolute;
	top: 35px;
	left: 0px;
	background-image: url(http://static.youplay.com/images/navigation/secondarynav_red.gif);
	background-repeat: repeat-x;
	z-index: 6000;
}

#nav li#liHelp:hover ul, #nav li#liHelp.over ul{ /*displays subnavs on hover of primary nav, includes hack for ie*/
	display: block;
	position: absolute;
	top: 35px;
	left: 0px;
	background-image: url(http://static.youplay.com/images/navigation/secondarynav_yellow.gif);
	background-repeat: repeat-x;
	z-index: 6000;
}


/*style subnav for on state */
#nav li ul li a {
	float: left;
	display: block;
	width: auto;
	height: 35px;
	color: #FFFFFF;
	text-indent: 0px;
	padding-left: 8px;
	padding-right: 8px;
	background-image: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/*style subnav for over state */
#nav li ul li a:hover {
	float: left;
	display: block;
	width: auto;
	height: 35px;
	color: #FFFFFF;
	text-decoration: underline;
	text-indent: 0px;
	padding-left: 8px;
	padding-right: 8px;
	background-image: none;
	font-size: 12px;
	font-weight: bold;
}


/*removes text from primary nav - takes it off-screen*/
#nav li span {
	position: absolute;
	left: -9999px;
}

/*primary nav blocks*/
#liPlayGames a {
	width: 130px;
	height: 36px;
	display: block;
	margin-right: 1px;
	background: url(http://static.youplay.com/images/navigation/nav-play-games.gif);
}
#liYourAccount a {
	width: 130px;
	height: 36px;
	display: block;
	margin-right: 1px;
	background: url(http://static.youplay.com/images/navigation/nav-your-account.gif);
}
#liTheLounge a {
	width: 130px;
	height: 36px;
	display: block;
	margin-right: 1px;
	background: url(http://static.youplay.com/images/navigation/nav-players-lounge.gif);
}
#liWinPrizes a {
	width: 130px;
	height: 36px;
	display: block;
	margin-right: 1px;
	background: url(http://static.youplay.com/images/navigation/nav-win-prizes.gif);
}
#liHelp a {
	width: 130px;
	height: 36px;
	display: block;
	margin-right: 1px;
	background: url(http://static.youplay.com/images/navigation/nav-help.gif);
}
#liFreeSignUp a {
	width: 130px;
	height: 36px;
	display: block;
	margin-right: 1px;
	background: url(http://static.youplay.com/images/navigation/nav-signup.gif);
}
#liSignOut a {
	width: 130px;
	height: 36px;
	display: block;
	margin-right: 1px;
	background: url(http://static.youplay.com/images/navigation/nav-upgrade.gif);
}

/*put the initial states for the primary nav in place*/
#liPlayGames a, #liYourAccount a, #liTheLounge a, #liWinPrizes a, #liHelp a, #liFreeSignUp a, #liSignOut a{
	background-position: 0px 1px;
}

/*hover states for primary nav*/
#liPlayGames a:hover, #liPlayGames:hover a, #liPlayGames.over a,
#liYourAccount a:hover, #liYourAccount:hover a, #liYourAccount.over a,
#liTheLounge a:hover, #liTheLounge:hover a, #liTheLounge.over a,
#liWinPrizes a:hover, #liWinPrizes:hover a, #liWinPrizes.over a,
#liHelp a:hover, #liHelp:hover a, #liHelp.over a,
#liFreeSignUp a:hover, #liFreeSignUp:hover a, #liFreeSignUp.over a,
#liSignOut a:hover, #liSignOut:hover a, #liSignOut.over a {
	background-position: 0px -69px;
}

/*turns primary nav on for appropriate section*/
body#section1 #liPlayGames a,
body#section2 #liYourAccount a,
body#section3 #liTheLounge a,
body#section4 #liWinPrizes a,
body#section5 #liHelp a,
body#section6 #liFreeSignUp a,
body#section6 #liSignOut a {
 	background-position: 0px -33px;
}


/*display appropriate secondary nav for selected primary nav and also locks background image to on state*/
body#section1 #liPlayGames ul{
	display: block;
	position: absolute;
	top: 35px;
	left: 0px;
	background-image: url(http://static.youplay.com/images/navigation/secondarynav_blue.gif);
	background-repeat: repeat-x;
	z-index: 5000;
}

body#section2 #liYourAccount ul{
	display: block;
	position: absolute;
	top: 35px;
	left: 0px;
	background-image: url(http://static.youplay.com/images/navigation/secondarynav_orange.gif);
	background-repeat: repeat-x;
	z-index: 5000;
}

body#section3 #liTheLounge ul{
	display: block;
	position: absolute;
	top: 35px;
	left: 0px;
	background-image: url(http://static.youplay.com/images/navigation/secondarynav_green.gif);
	background-repeat: repeat-x;
	z-index: 5000;
}


body#section4 #liWinPrizes ul{
	display: block;
	position: absolute;
	top: 35px;
	left: 0px;
	background-image: url(http://static.youplay.com/images/navigation/secondarynav_red.gif);
	background-repeat: repeat-x;
	z-index: 5000;
}

body#section5 #liHelp ul{
	display: block;
	position: absolute;
	top: 35px;
	left: 0px;
	background-image: url(http://static.youplay.com/images/navigation/secondarynav_yellow.gif);
	background-repeat: repeat-x;
	z-index: 5000;
}
body#section6 #liFreeSignUp ul{
	display: block;
	position: absolute;
	top: 35px;
	left: 0px;
	background-image: url(http://static.youplay.com/images/navigation/secondarynav_grey.gif);
	background-repeat: repeat-x;
	z-index: 5000;
}


/*change the secondary nav state to on for selected pages*/

body#section1 div.page1 a#nav_play_games_sub1,
body#section1 div.page2 a#nav_play_games_sub2,
body#section1 div.page3 a#nav_play_games_sub3,
body#section1 div.page4 a#nav_play_games_sub4,
body#section2 div.page1 a#nav_your_account_sub1,
body#section2 div.page2 a#nav_your_account_sub2,
body#section2 div.page3 a#nav_your_account_sub3,
body#section3 div.page1 a#nav_the_lounge_sub1,
body#section3 div.page2 a#nav_the_lounge_sub2,
body#section3 div.page3 a#nav_the_lounge_sub3,
body#section3 div.page4 a#nav_the_lounge_sub4,
body#section3 div.page5 a#nav_the_lounge_sub5,
body#section3 div.page6 a#nav_the_lounge_sub6,
body#section4 div.page1 a#nav_win_prizes_sub1,
body#section5 div.page1 a#nav_help_sub1,
body#section6 div.page1 a#nav_freesignup_sub1,
body#section6 div.page1 a#nav_signup_sub1{
	color: #FFFFFF;
}


#signup {
	padding-top:10px;
	padding-left: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
}

a.signout:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: bold;	
}
a.signout:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: bold;	
	}
a.signout:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	text-decoration: underline;
	}

@charset "utf-8";
/* YouPlay.com CSS Document */
/* Main Page Style */

body {
	margin: 0px;
	padding: 0px;
	height: 70%;
	background-color: #F5F4F2;
	background-attachment: scroll;
	background-image: url(http://static.youplay.com/images/youplay-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 982px;
	text-align: center;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 982px;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
  	margin-bottom: 8px;
	line-height: 17px;
}

img {
  border: none;
}
.tm {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
.reg {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

p	{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 17px;
	
	}

/* Main Page Structure */

#pageheader {
	width: 982px;
	height: 102px;
	position: absolute;
	top: 8px;
}

#content {
  width: 982px;
  position: absolute;
  background-position:top left;
  background-repeat: repeat-x;
  background-color: #FFFFFF;
}

#content #shadow {
  width: 982px;
  height: 10px;
  background-position:top left;
  background-repeat:repeat-x;
  background-image: url(http://static.youplay.com/images/menu-shadow.jpg);
}

#content #leftcolumn {
  padding-left:5px;
  top: 0px;
  margin-top: 0px;
  width: 185px;
  float:left;
}

#content #middlecolumn {
  width: 572px;
  margin-left: 4px;
  margin-right: 4px;
  float:left;
}
#content #middlecolumn #header {
  left: 0px;
  margin-left: 0px;
  position:relative;
  top: 0px;
  width:563px;
  height: 46px;
  background-position:top left;
  background-repeat:no-repeat;
  color:#FFFFFF;
  font-size: 20px;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: -10px;
  margin-top: 0px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight:bold;
}

.blueContentHeader {
  background-image: url(http://static.youplay.com/images/page-headings/title-solid-blue.gif);
}
.greenContentHeader {
  background-image: url(http://static.youplay.com/images/page-headings/title-solid-green.gif);
}
.orangeContentHeader {
  background-image: url(http://static.youplay.com/images/page-headings/title-solid-orange.gif);
}
.redContentHeader {
  background-image: url(http://static.youplay.com/images/page-headings/title-solid-red.gif);
}
.yellowContentHeader {
  background-image: url(http://static.youplay.com/images/page-headings/title-solid-yellow.gif);
}
.whiteBluelineContentHeader {
  background-image: url(http://static.youplay.com/images/page-headings/top-blue-curve.gif); 
  height:12px;
}

#content #middlecolumn #middlecolumncontent {
  width:571px;
  padding-bottom: 10px;
  background-position:top;
  height: 100%;
  background-repeat: repeat-x;
  float:left;
 
}

.blueContent {
  background-image: url(http://static.youplay.com/images/page-headings/title-bg-blue.jpg);
  border-left: 1px #48ADFF solid;
  border-right: 1px #48ADFF solid;
}
.greenContent {
  /*background-image: url(http://static.youplay.com/images/page-headings/title-bg-green.jpg);*/
  border-left: 1px #7CD037 solid;
  border-right: 1px #7CD037 solid;
}
.orangeContent {
  background-image: url(http://static.youplay.com/images/page-headings/title-bg-orange.jpg);
  background-color: #FFE7C5;
  border-left: 1px #FE9500 solid;
  border-right: 1px #FE9500 solid;
}
.redContent {
  background-image: url(http://static.youplay.com/images/page-headings/title-bg-red.jpg);
  border-left: 1px #FF464A solid;
  border-right: 1px #FF464A solid;
}
.yellowContent {
  background-image: url(http://static.youplay.com/images/page-headings/title-bg-yellow.jpg);
  border-left: 1px #FFC600 solid;
  border-right: 1px #FFC600 solid;
}
.whiteBluelineContent {
  border-left: 1px #48ADFF solid;
  border-right: 1px #48ADFF solid;
}

#content #middlecolumn #middlecolumncontent .lineHeadingOrange {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	color: #626157;
}

#content #middlecolumn .whitePanel {
	background-color: #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	border: 1px solid #CCCCCC;
}

#content #rightcolumn {
  width: 183px;
  float:left;
  padding-left:15px;
  text-align:center;
}


#content #footer {
  clear:both;
  width: 982px;
  height: 36px;
}
#content #footer #rightCorner {
  float: left;
  width: 10px;
  background-position:top left;
  background-repeat:no-repeat;
  background-image: url(http://static.youplay.com/images/footer-r.gif);
  height: 36px;
}
#content #footer #footerText {
  padding-top: 15px;
  color:#FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  width: 962px;
  height: 21px;
  text-align:center;
  background-position:top left;
  background-repeat:repeat-x;
  background-image: url(http://static.youplay.com/images/footer-s.gif);
}
#content #footer #leftCorner {
  float: left;
  width: 10px;
  background-position:top left;
  background-repeat:no-repeat;
  background-image: url(http://static.youplay.com/images/footer-l.gif);
  height: 36px;
}


/* Panel Headings */
.PanelOrangeHeader  {
	clear:left; 
	background:url(http://static.youplay.com/images/panel-headers/panTitle-orange.gif); 
	width:175px; 
	height:25px; 
	padding-left:10px; 
	font-family: Trebuchet MS; 
	font-size:16px; 
	line-height:26px;
	 color:#FFFFFF; 
	font-weight:bold;
	margin:0px;
	}
	
.PanelBlueHeader  {
	clear:left; 
	background:url(http://static.youplay.com/images/panel-headers/panTitle-blue.gif); 
	width:175px; 
	height:25px; 
	padding-left:10px; 
	font-family: Trebuchet MS; 
	font-size:16px; 
	line-height:26px;
	color:#FFFFFF; 
	font-weight:bold;
	margin:0px;
	}
	
.PanelGreenHeader  {
	clear:left; 
	background:url(http://static.youplay.com/images/panel-headers/panTitle-green.gif); 
	width:175px; 
	height:25px; 
	padding-left:10px; 
	font-family: Trebuchet MS; 
	font-size:16px; 
	line-height:26px;
	color:#FFFFFF; 
	font-weight:bold;
	margin:0px;
	}
	
.PanelGreyHeader  {
	clear:left; 
	background:url(http://static.youplay.com/images/panel-headers/panTitle-grey.gif); 
	width:175px; 
	height:25px; 
	padding-left:10px; 
	font-family: Trebuchet MS; 
	font-size:16px; 
	line-height:26px;
	 color:#FFFFFF; 
	font-weight:bold;
	margin:0px;
	}

.PanelRedHeader  {
	clear:left; 
	background:url(http://static.youplay.com/images/panel-headers/panTitle-red.gif); 
	width:175px; 
	height:25px; 
	padding-left:10px; 
	font-family: Trebuchet MS; 
	font-size:16px; 
	line-height:26px;
	 color:#FFFFFF; 
	font-weight:bold;
	margin:0px;
	}
	
.PanelOrangeFooter  {
	float:left; 
	background:url(http://static.youplay.com/images/panel-headers/panFoot-orange.gif) no-repeat bottom;
	width:185px;
	height:16px;
	text-align:center;
	font-weight:bold;
	}
	
.PanelGreenFooter  {
	float:left; 
	background:url(http://static.youplay.com/images/panel-headers/panFoot-green.gif) no-repeat bottom;
	width:185px;
	height:16px;
	text-align:center;
	font-weight:bold;
	}
	
.PanelBlueFooter  {
	float:left; 
	background:url(http://static.youplay.com/images/panel-headers/panFoot-blue.gif) no-repeat bottom;
	width:185px;
	height:16px;
	text-align:center;
	font-weight:bold;
	}

.PanelRedFooter  {
	float:left; 
	background:url(http://static.youplay.com/images/panel-headers/panFoot-red.gif) no-repeat bottom;
	width:185px;
	height:16px;
	text-align:center;
	font-weight:bold;
	}
	
.PanelGreyFooter  {
	float:left; 
	background:url(http://static.youplay.com/images/panel-headers/panFoot-grey.gif) no-repeat bottom;
	width:185px;
	height:16px;
	text-align:center;
	font-weight:bold;
	}
	
	/*Small Panels 171px*/
.PanelOrangeHeader171  {
	clear:left; 
	background:url(http://static.youplay.com/images/panel-headers/panTitle-orange-171.gif); 
	width:161px; 
	height:25px; 
	padding:0px 0px 0px 10px; 
	margin:0px 0px 0px 0px; 
	font-family: Trebuchet MS; 
	font-size:16px; 
	line-height:26px;
	 color:#FFFFFF; 
	font-weight:bold;
	}
	
.PanelBlueHeader171  {
	clear:left; 
	background:url(http://static.youplay.com/images/panel-headers/panTitle-blue-171.gif); 
	width:161px; 
	height:25px; 
	padding:0px 0px 0px 10px; 
	margin:0px 0px 0px 0px;
	font-family: Trebuchet MS; 
	font-size:16px; 
	line-height:26px;
	color:#FFFFFF; 
	font-weight:bold;
	}
	
.PanelGreenHeader171  {
	clear:left; 
	background:url(http://static.youplay.com/images/panel-headers/panTitle-green-171.gif); 
	width:161px; 
	height:25px; 
	padding:0px 0px 0px 10px; 
	margin:0px 0px 0px 0px; 
	font-family: Trebuchet MS; 
	font-size:16px; 
	line-height:26px;
	color:#FFFFFF; 
	font-weight:bold;
	}
	
.PanelGreyHeader171  {
	clear:left; 
	background:url(http://static.youplay.com/images/panel-headers/panTitle-grey-171.gif); 
	width:161px; 
	height:25px; 
	padding:0px 0px 0px 10px; 
	margin:0px 0px 0px 0px;
	font-family: Trebuchet MS; 
	font-size:16px; 
	line-height:26px;
	 color:#FFFFFF; 
	font-weight:bold;
	}

.PanelRedHeader171  {
	clear:left; 
	background:url(http://static.youplay.com/images/panel-headers/panTitle-red-171.gif); 
	width:161px; 
	height:25px; 
	padding:0px 0px 0px 10px; 
	margin:0px 0px 0px 0px; 
	font-family: Trebuchet MS; 
	font-size:16px; 
	line-height:26px;
	 color:#FFFFFF; 
	font-weight:bold;
	}
	
.PanelOrangeFooter171  {
	float:left; 
	background:url(http://static.youplay.com/images/panel-headers/panFoot-orange-171.gif) no-repeat bottom;
	width:171px;
	height:16px;
	text-align:center;
	font-weight:bold;
	}
	
.PanelGreenFooter171  {
	float:left; 
	background:url(http://static.youplay.com/images/panel-headers/panFoot-green-171.gif) no-repeat bottom;
	width:171px;
	height:16px;
	text-align:center;
	font-weight:bold;
	}
	
.PanelBlueFooter171  {
	float:left; 
	background:url(http://static.youplay.com/images/panel-headers/panFoot-blue-171.gif) no-repeat bottom;
	width:171px;
	height:16px;
	text-align:center;
	font-weight:bold;
	}

.PanelRedFooter171  {
	float:left; 
	background:url(http://static.youplay.com/images/panel-headers/panFoot-red-171.gif) no-repeat bottom;
	width:171px;
	height:16px;
	text-align:center;
	font-weight:bold;
	}
	
.PanelGreyFooter171  {
	float:left; 
	background:url(http://static.youplay.com/images/panel-headers/panFoot-grey-171.gif) no-repeat bottom;
	width:171px;
	height:16px;
	text-align:center;
	font-weight:bold;
	}

/* Generic Buttons and links */

.buttonBlueXSmall {
	margin-top:3px;
	padding-left: 2px;
	height: 20px;
}
.buttonBlueXSmall a  {
	display:block;
	width: 46px;
	height: 18px;
	background: url("http://static.youplay.com/images/buttons/blank-xsmall-blue.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 2px;
	text-align: center;}
.buttonBlueXSmall a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonBlueXSmall a:hover  {
	background-position: 0 -20px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonBlueXSmall a:visited  {
	display:block;
	width: 46px;
	height: 18px;
	background: url("http://static.youplay.com/images/buttons/blank-xsmall-blue.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 2px;
	text-align: center;
	}
.buttonGreyXSmall {
	margin-top:3px;
	padding-left: 2px;
	height: 20px;
}
.buttonGreyXSmall a  {
	display:block;
	width: 46px;
	height: 18px;
	background: url("http://static.youplay.com/images/buttons/blank-xsmall-grey.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 2px;
	text-align: center;
}

.buttonGreyXSmall a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.buttonGreyXSmall a:visited  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonGreyXSmall a:hover  {
	background-position: 0 -20px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonBlueSmall {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
}
.buttonBlueSmall a  {
	display:block;
	width: 65px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-small-blue.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;}
.buttonBlueSmall a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonBlueSmall a:hover  {
	background-position: 0 -27px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonBlueSmall a:visited  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonRedSmall {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
}
.buttonRedSmall a  {
	display:block;
	width: 65px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-small-red.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;}
.buttonRedSmall a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonRedSmall a:visited  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonRedSmall a:hover  {
	background-position: 0 -27px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonRedXSmall {
	margin-top:3px;
	padding-left: 2px;
	height: 20px;
}
.buttonRedXSmall a  {
	display:block;
	width: 46px;
	height: 18px;
	background: url("http://static.youplay.com/images/buttons/blank-xsmall-red.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 2px;
	text-align: center;
}

.buttonRedXSmall a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.buttonRedXSmall a:visited  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonRedXSmall a:hover  {
	background-position: 0 -20px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.buttonGreenSmall {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
}
.buttonGreenSmall a  {
	display:block;
	width: 65px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-small-green.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;}
.buttonGreenSmall a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonGreenSmall a:hover  {
	background-position: 0 -27px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.buttonYellowSmall {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
}
.buttonYellowSmall a  {
	display:block;
	width: 65px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-small-yellow.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;}
.buttonYellowSmall a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonYellowSmall a:hover  {
	background-position: 0 -27px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.buttonOrangeSmall {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
}
.buttonOrangeSmall a  {
	display:block;
	width: 65px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-small-orange.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;}
.buttonOrangeSmall a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonOrangeSmall a:hover  {
	background-position: 0 -27px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonGreySmall {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
}
.buttonGreySmall a  {
	display:block;
	width: 65px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-small-grey.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;}
.buttonGreySmall a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonGreySmall a:visited  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonGreySmall a:hover  {
	background-position: 0 -27px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.buttonBlueMedium {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
}
.buttonBlueMedium a  {
	display:block;
	width: 114px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-small-blue.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;}
.buttonBlueMedium a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonBlueMedium a:hover  {
	background-position: 0 -27px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonBlueMedium a:visited  {
	display:block;
	width: 114px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-small-blue.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
	}
.buttonRedMedium {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
}
.buttonRedMedium a  {
	display:block;
	width: 114px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-med-red.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;}
.buttonRedMedium a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonRedMedium a:hover  {
	background-position: 0 -27px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.buttonGreenMedium {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
}
.buttonGreenMedium a  {
	display:block;
	width: 114px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-med-green.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;}
.buttonGreenMedium a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonGreenMedium a:visited  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonGreenMedium a:hover  {
	background-position: 0 -27px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.buttonYellowMedium {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
}
.buttonYellowMedium a  {
	display:block;
	width: 114px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-med-yellow.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;}
.buttonYellowMedium a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonYellowMedium a:hover  {
	background-position: 0 -27px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.buttonOrangeMedium {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
}
.buttonOrangeMedium a  {
	display:block;
	width: 114px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-med-orange.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;}
.buttonOrangeMedium a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonOrangeMedium a:hover  {
	background-position: 0 -27px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.buttonBlueLarge {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
	
}
.buttonBlueLarge a  {
	display:block;
	width: 135px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-large-blue.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;}
.buttonBlueLarge a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonBlueLarge a:hover  {
	background-position: 0 -27px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonBlueLarge a:visited  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonGreyLarge {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;

}
.buttonGreyLarge a  {
	display:block;
	width: 135px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-large-grey.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;}
.buttonGreyLarge a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonGreyLarge a:visited  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonGreyLarge a:hover  {
	background-position: 0 -27px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.buttonGreyXLarge {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
	margin-bottom: 13px;
}
.buttonGreyXLarge a  {
	display:block;
	width: 135px;
	height: 27px;
	background: url("http://static.youplay.com/images/buttons/blank-large2-grey.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 10px;
	text-align: center;
}
.buttonGreyXLarge a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonGreyXLarge a:hover  {
	background-position: 0 -37px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonGreyXLarge a:visited  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.buttonRedLarge {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
}
.buttonRedLarge a  {
	display:block;
	width: 135px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-large-red.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;}
.buttonRedLarge a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonRedLarge a:visited  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonRedLarge a:hover  {
	background-position: 0 -27px;
	cursor:pointer;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.buttonGreenLarge {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
	float:left;
}
.buttonGreenLarge a  {
	display:block;
	width: 135px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-large-green.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
}
.buttonGreenLarge a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonGreenLarge a:visited  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonGreenLarge a:hover  {
	background-position: 0 -27px;
	cursor:pointer;
}

.buttonOrangeLarge {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
}
.buttonOrangeLarge a  {
	display:block;
	width: 135px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-large-orange.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
}
.buttonOrangeLarge a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonOrangeLarge a:hover  {
	background-position: 0 -27px;
	cursor:pointer;
}
.buttonOrangeLarge a:visited  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.buttonYellowLarge {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
}
.buttonYellowLarge a  {
	display:block;
	width: 135px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-large-yellow.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
}
.buttonYellowLarge a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonYellowLarge a:hover  {
	background-position: 0 -27px;
}

.buttonBlueXLarge {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
	margin-bottom: 13px;
}
.buttonBlueXLarge a  {
	display:block;
	width: 135px;
	height: 27px;
	background: url("http://static.youplay.com/images/buttons/blank-large2-blue.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 10px;
	text-align: center;
}
.buttonBlueXLarge a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonBlueXLarge a:hover  {
	background-position: 0 -37px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonBlueXLarge a:visited  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.buttonRedXLarge {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
	margin-bottom: 13px;
}
.buttonRedXLarge a  {
	display:block;
	width: 135px;
	height: 27px;
	background: url("http://static.youplay.com/images/buttons/blank-large2-red.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 10px;
	text-align: center;
}
.buttonRedXLarge a:link,.buttonRedXLarge a:visited   {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonRedXLarge a:hover  {
	background-position: 0 -37px;
}
.buttonOrangeXLarge {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
	margin-bottom: 13px;
}
.buttonOrangeXLarge a  {
	display:block;
	width: 135px;
	height: 27px;
	background: url("http://static.youplay.com/images/buttons/blank-large2-orange.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 10px;
	text-align: center;
}
.buttonOrangeXLarge a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonOrangeXLarge a:hover  {
	background-position: 0 -37px;
}
.buttonOrangeXLarge a:visited  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonGreenXLarge {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
	margin-bottom: 13px;
}
.buttonGreenXLarge a  {
	display:block;
	width: 135px;
	height: 27px;
	background: url("http://static.youplay.com/images/buttons/blank-large2-green.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 10px;
	text-align: center;
}
.buttonGreenXLarge a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonGreenXLarge a:hover  {
	background-position: 0 -37px;
}
.buttonGreenXLarge a:visited  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonBlueLargeThin {
	margin-top:3px;
	padding-left: 2px;
	height: 20px;
	margin-bottom: 13px;
}
.buttonBlueLargeThin a  {
	display:block;
	width: 166px;
	height: 20px;
	background: url("http://static.youplay.com/images/buttons/blank-thin-long-blue.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 1px;
	text-align: center;
}
.buttonBlueLargeThin a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonBlueLargeThin a:hover  {
	background-position: 0 -20px;
}
.formbutton {
	height:37px;
	width:135px;
	background: url("http://static.youplay.com/images/buttons/blank-large2-orange.gif") 0 0 no-repeat;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	border:none;
}
.formbutton2 {
	height:37px;
	width:135px;
	background: url("http://static.youplay.com/images/buttons/blank-large2-orange.gif") 0 0 no-repeat;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	border:none;
	font-size: 16px;
}
.formbuttonGreen {
	height:37px;
	width:135px;
	background: url("http://static.youplay.com/images/buttons/blank-large2-green.gif") 0 0 no-repeat;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	border:none;
}
/* Form Styles */
.loginBoxInput  {
	line-height: 12px;
	height: 20px;
	background: url("http://static.youplay.com/images/input-bg.gif") 0 0 repeat-x;
	text-decoration: none;
	padding-top: 3px;
	text-align: left;
	border:none;
	/* -moz-box-sizing:border-box;
	box-sizing:border-box;*/
}

/* Text Class Styles */
.greyTextUnderline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
  	margin-bottom: 8px;
	line-height: 17px;
	border-bottom:#FF9900 solid 1px;
	height:20px;
	
}

/* Text Link Styles */

a:link {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	color: #44527B;
	font-family: Arial, Helvetica, sans-serif;
} 
a:visited {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	color: #44527B;
	font-family: Arial, Helvetica, sans-serif;
} 
a:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
} 
a.whitelink:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
} 
a.whitelink:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
} 
a.whitelink:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
} 

a.pagenumbers:link {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
} 
a.pagenumbers:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
} 
a.pagenumbers:hover {
	font-weight: bold;
	color: #00CCFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

} 

a.pannelTopLink:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	color: #FFFFFF;
	margin:0px;
} 
a.pannelTopLink:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	color: #FFFFFF;
	margin:0px;
} 
a.pannelTopLink:hover {	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size:16px;
	font-weight: bold;
	color: #FFFFFF;
	margin:0px;
} 
a.bluelink:link {
	text-decoration: none;
	font-weight: bold;
	color: #0073CF;
	font-family: Arial, Helvetica, sans-serif;
} 
a.bluelink:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0073CF;
	font-family: Arial, Helvetica, sans-serif;
} 
a.bluelink:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #71BFFF;
	font-family: Arial, Helvetica, sans-serif;
} 
a.greylink:link {
	text-decoration: none;
	font-weight: bold;
	color: #666666
	font-family: Arial, Helvetica, sans-serif;
} 
a.greylink:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
} 
a.greylink:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
} 
.heading-green {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #69BE28;
}
.heading-red {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0033;
}
.heading-blue {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0073CF;
}
.heading-white {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.heading-orange {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF7B00;
}
.heading-grey {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #58564E;
}

/* Module Styles */

#gameDropDown select.gameLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #FBFAF9;
}

#gameDropDown option.gameHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:#E6E7E1;
	color: #4380C2;
}

#content .module_green {
	width: 185px;
	background-color: #95DB2D;
	padding-bottom: 3px;
}
#content .module_content {
	padding: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: -4px 3px 0px 3px;
	width: 171px;
	text-align: left;
	background-color: #FFFFFF;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	border-top-color: #FFFFFF;
}
#content .module_green_header {
	background-image: url(http://static.youplay.com/images/panel-headers/pan-heading-mail.gif);
	background-position: top left;
	background-repeat:no-repeat;
	height: 30px;
	width: 185px;
}



/* Pre Game Selection Screen */

#content #middlecolumn #gameSelectionHeader {
  margin-left: 10px;
  margin-top: 11px;
  margin-right: 10px;
  border: 1px solid #0082EC;
  padding: 2px;
  background-color:#FFFFFF;
  height: 160px;
  width: 545px;
}
#content #middlecolumn #gameSelectionHeader #ad {
  float: left;
  padding-right: 3px;
}

#ad {
	width: 366px;
	height: 160px;
}

#content #middlecolumn .gameArchive {
  float: left;
  border: 1px solid #FFFFFF;
  font-size: 13px;
  /*padding: 3px;*/
  padding-bottom:3px;
  padding-top:3px;
  cursor: pointer;
  width: 165px;
  line-height: 21px;
  color: #666666;
}

#content #middlecolumn .gameArchive h3 {
	font-size: 12px;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	margin-bottom: 7px;
	margin-top: 2px;
	border: none;
}

#content #middlecolumn .lightBlueTop {
  padding-top: 2px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color:#FFFFFF;
  font-weight: bold;
  background-image: url(http://static.youplay.com/images/preGame-bg-lightblueTop.jpg);
  background-position: top left;
  background-repeat:no-repeat;
  height: 23px;
}

#content #middlecolumn .lightBlueArchive {
  background-color: #DEF0FE;
  width:169px;
}

#content #middlecolumn .lightBlueBottom {
  padding-right: 15px;
  padding-top: 5px;
  clear: left;
  background-image: url(http://static.youplay.com/images/preGame-bg-lightblueBot.jpg);
  background-position: top left;
  background-repeat:no-repeat;
  height: 19px;
  color:#FFFFFF;
  font-weight: bold;
}

#content #middlecolumn .lightGreyTop {
  padding-top: 2px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color:#FFFFFF;
  font-weight: bold;
  background-image: url(http://static.youplay.com/images/preGame-bg-greyTop.jpg);
  background-position: top left;
  background-repeat:no-repeat;
  height: 23px;
}

#content #middlecolumn .lightGreyArchive {
  background-color: #DEF0FE;
  width:169px;
}

#content #middlecolumn .lightGreyBottom {
  padding-right: 15px;
  padding-top: 5px;
  clear: left;
  background-image: url(http://static.youplay.com/images/preGame-bg-greyBot.jpg);
  background-position: top left;
  background-repeat:no-repeat;
  height: 19px;
  color:#FFFFFF;
  font-weight: bold;
}

#content #middlecolumn #gameSelectionTabContent .blue {
  background-image: url(http://static.youplay.com/images/buttons/small-archive-bg.jpg);
  background-position: 0 0;
  background-repeat:no-repeat;
}
#content #middlecolumn #gameSelectionTabContent .blueHover {
  background-image: url(http://static.youplay.com/images/buttons/small-archive-bg.jpg);
  background-position: 0 -116px;
  background-repeat:no-repeat;
}
#content #middlecolumn #gameSelectionTabContent .grey {
  background-image: url(http://static.youplay.com/images/buttons/small-archive-bg-grey.jpg);
  background-position: top left;
  background-repeat:no-repeat;
}
#content #middlecolumn #gameSelectionTabContent .greyHover {
  background-image: url(http://static.youplay.com/images/buttons/small-archive-bg-grey.jpg);
  background-position: 0 -116px;
  background-repeat:no-repeat;
}
#content #middlecolumn #gameSelectionTabContent .red {
  background-image: url(http://static.youplay.com/images/buttons/small-archive-bg-red.jpg);
  background-position: top left;
  background-repeat:no-repeat;
}
#content #middlecolumn #gameSelectionTabContent .redhover {
  background-image: url(http://static.youplay.com/images/buttons/small-archive-bg-red.jpg);
  background-position: 0 -116px;
  background-repeat:no-repeat;
}
#content #middlecolumn #gameSelectionHeader .red {
  background-image: url(http://static.youplay.com/images/preGame-bg-red.jpg);
  background-position: top left;
  background-repeat:no-repeat;
}
#content #middlecolumn #gameSelectionHeader .grey {
  background-image: url(http://static.youplay.com/images/preGame-bg-grey.jpg);
  background-position: top left;
  background-repeat:no-repeat;
}



#content #middlecolumn .dailyPick {
  float: left;
  font-size: 13px;
  padding: 3px;
  margin-left: 1px;
  margin-bottom: 3px;
  cursor: pointer;
  width: 164px;
  height:110px;
  line-height: 21px;
}
#content #middlecolumn .dailyPickHover {
  float: left;
  font-size: 13px;
  padding: 3px;
  margin-left: 1px;
  margin-bottom: 3px;
  cursor: pointer;
  width: 164px;
  height:110px;
  line-height: 21px;
  background-image: url(http://static.youplay.com/images/buttons/small-archive-bg.jpg);
  background-position: 0 -116px;
  background-repeat:no-repeat;
}

#content #middlecolumn .dailyPick h3, #content #middlecolumn .dailyPickHover h3 {
  float: left;
  font-size: 16px;
  color:#FFFFFF;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight:bold;
  margin: 0px;
  margin-left:6px;
  margin-top:4px;
  margin-bottom: 5px;
  line-height:16px;
  padding: 0px;
  border: none;
  width: 150px;
}

#content #middlecolumn .dailyPick p, #content #middlecolumn .dailyPickHover p {
  float: left;
  margin:0px;
  padding: 0px;
  width: 46px;
  margin-top: 18px;
  text-align: center;
}

#content #middlecolumn .dailyPick p img, #content #middlecolumn .dailyPickHover p img {
  width: 16px;
  height: 16px;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

#content #middlecolumn .dailyPick .whitelink, #content #middlecolumn .dailyPickHover .whitelink {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  clear: left;
  line-height: 14px;
  width: 168px;
  text-align: center;
  margin-top: 4px;
}

#content #middlecolumn .dailyPick .gridimg, #content #middlecolumn .dailyPickHover .gridimg {
	clear: left;
	width: 50px;
	height: 50px;
	margin: 6px;
	margin-top: 8px;
	margin-left: 9px;
	float: left;
	display: block;
	padding: 0px;
}

#content #middlecolumn #gameSelectionTabs {
	margin-top: 15px;
}

#content #middlecolumn #gameSelectionTabs a.tab {
  background-color: #B5AC9F;
  border: 1px solid #666666;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  text-decoration: none;
  z-index: 100;
  top: -1px;
  position:relative;
  font-size:16px;
  color: #FFFFFF;
  font: bold normal 12px Arial, Helvetica, sans-serif;
  cursor:pointer;
}

#content #middlecolumn #gameSelectionTabs a.tab, a.tab:visited {
  color: #FFFFFF;
  font-size:16px;
  font: bold 12px Arial, Helvetica, sans-serif;
}

#content #middlecolumn #gameSelectionTabs a.tab:hover {
  background-color: #767163;
  color: #FFFFFF;
  font-size:16px;
  font: bold 12px Arial, Helvetica, sans-serif;
}

#content #middlecolumn #gameSelectionTabs a.tab.active, a.tab.active:hover, a.tab.active:visited {
  background-color: #ffffff;
  color: #333333;
  z-index: 102;
  font-size:17px;
  font: bold 12px Arial, Helvetica, sans-serif;
  cursor:pointer;
}

#content #middlecolumn #gameSelectionTabContent {
  background-color: #ffffff;
  border: 1px solid #666666;
  position: relative;
  z-index: 101;
  padding: 9px;
  margin-left: 10px;
  margin-right: 10px;
  display:none;
  width: 528px;
}
#content #middlecolumn #gameSelectionTabAdvergame {
  background-color: #ffffff;
  border: 1px solid #666666;
  position: relative;
  z-index: 101;
  padding: 9px;
  /*margin-left: 10px;*/
  /*margin-right: 10px;*/
  display:none;
  width: 740px;
}

#content #middlecolumn #gameSelectionTabs {
  display:none;
}

#content #middlecolumn #gameSelectionTabContent .row1{
	padding-top: 3px;
	float:left; 
	background-color: #CFE8FE;
	margin-left:1px; 
	height:33px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content #middlecolumn #gameSelectionTabContent .row2{
	padding-top: 3px;
	float:left; 
	background-color: #AFE4FE;
	margin-left:1px; 
	height:33px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* Game Content Heading Tags */
#content #middlecolumn #gameSelectionTabContent #about h1, #content #middlecolumn #gameSelectionTabContent #rules h1, #content #middlecolumn #gameSelectionTabContent #scores h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color:#333333;
  border-bottom:1px solid #EBEAE7;
}
#content #middlecolumn #gameSelectionTabContent #about h2, #content #middlecolumn #gameSelectionTabContent #rules h2, #content #middlecolumn #gameSelectionTabContent #scores h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color:#333333;
}
#content #middlecolumn #gameSelectionTabContent #about h3, #content #middlecolumn #gameSelectionTabContent #rules h3 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color:#333333;
}
#content #middlecolumn #gameSelectionTabContent #about h4, #content #middlecolumn #gameSelectionTabContent #rules h4 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#333333;
}
#content #middlecolumn #gameSelectionTabContent #about h5, #content #middlecolumn #gameSelectionTabContent #rules h5 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#333333;
}
#content #middlecolumn #gameSelectionTabContent #about li, #content #middlecolumn #gameSelectionTabContent #rules li {
	list-style-image: url(http://static.youplay.com/images/bullet.gif);
	list-style-type: none;
	line-height: 20px;
	color: #333333;
}

/* Win Prizes */

#content #middlecolumn #middlecolumncontent #prizesWinners .row1{
	padding-top: 3px;
	float:left; 
	background-color: #FFCC6C;
	margin-left:1px; 
	height:40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content #middlecolumn #middlecolumncontent #prizesWinners .row2{
	padding-top: 3px;
	float:left; 
	background-color: #FFE0B3;
	margin-left:1px; 
	height:40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
#content #middlecolumn #middlecolumncontent #prizesWinners .row3{
	padding-top: 3px;
	float:left; 
	background-color: #E9E6E2;
	margin-left:1px; 
	height:40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Game Category lists */

#content #middlecolumn .gameListItem {
	padding-left: 6px;
	padding-top: 1px;
	padding-bottom: 4px;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #48ADFF;
	border-bottom-color: #48ADFF;
	border-left-color: #FFFFFF;
}

#content #middlecolumn .gameListItemh3 {
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 5px;
}

#content #middlecolumn .gameListItemOne {
	background-color: #E7F3FE;
	color: #333333;	
}

#content #middlecolumn .gameListItemTwo {
	background-color: #D6F1FE;
	color: #333333;	
}

#content #middlecolumn .gameListItemThree {
	background-color: #8D8573;
	color: #FFFFFF;
}

#content #middlecolumn .gameListItemOneHover {
	background-color: #FFCC33;
	color: #333333;
	
}

#content #middlecolumn .gameListItemTwoHover {
	background-color: #FFCC33;
	color: #333333;
	
}
#content #middlecolumn .archiveHeader {
	width:511px;
	background-image: url(http://static.youplay.com/images/puzzleArchiveHeader.jpg); 
	background-position: top left;
  	background-repeat:no-repeat;
	/*background-width: 531px;*/ 
	float:left; 
	clear:left;
	margin-top: 10px;
	/*margin-left: 4px; */
	text-align:left; 
	height:30px; 
	padding-top: 20px; 
	padding-bottom: 3px;
	padding-left: 20px; 
	font-size: 16px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
/* Lounge Styles */
#content #middlecolumn #articleGreenTop {
	background-image:url(http://static.youplay.com/images/contentGreenTop.gif);
	width:557px;
	height:27px;
}
#content #middlecolumn #articleGreen {
	background-color: #F4FBEB;
	color: #333333;
	background-image:url(http://static.youplay.com/images/contentGreenBG.gif);
	padding-left:30px;
	padding-right:30px;
	width:497px;
}
#content #middlecolumn #articleGreen #item {
	color: #333333;
	padding-left:0px;
	padding-top: 0px;
	width:190px;
	font-size:12px;
}


#content #middlecolumn #articleGreen #itemHoro {
	color: #333333;
	padding-left:0px;
	padding-top: 0px;
	padding-bottom:10px;
	font-size:12px;
}

#content #middlecolumn #articleGreen #itemHoro p{
	color: #333333;
	padding-left:10px;
	margin-top: 0px;
	font-size:12px;
}

#content #middlecolumn #articleGreen #item p{
	color: #333333;
	padding-left:10px;
	margin-top: 0px;
	font-size:12px;
}

#content #middlecolumn #articleGreen #itemHoro h2 {
	color: #333333;
	clear: left;
	background-image:url(http://static.youplay.com/images/contentGreenH2.gif);
	background-position: top -10px;
	background-repeat:no-repeat;
	padding-left:10px;
	width:175px;
	padding-bottom:10px;
	
	font-size:16px;
	text-decoration:none;
	border-bottom:0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#content #middlecolumn #articleGreen #item h2 {
	color: #333333;
	clear: left;
	background-image:url(http://static.youplay.com/images/contentGreenH2.gif);
	background-position: top -10px;
	background-repeat:no-repeat;
	padding-left:10px;
	width:170px;
	padding-bottom:10px;
	
	font-size:16px;
	text-decoration:none;
	border-bottom:0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#content #middlecolumn #articleGreen #itemHoro h2 a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	clear: left;
	background-image:url(http://static.youplay.com/images/contentGreenH2.gif);
	padding-left:0px;
	width:170px;
	height:24px;
	font-size:16px;
	text-decoration:none;
	border-bottom:0px;
	margin-bottom: 0px;
}
#content #middlecolumn #articleGreen #itemHoro h4 {
	color: #333333;
	border-bottom: 1px solid #FF6600;
	font-size:12px;
	text-decoration:none;
	margin-bottom: -5px;
	margin-left: 10px;
	margin-top: -10px;
	text-transform:capitalize;
}

#content #middlecolumn #articleGreen #item h2 a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	clear: left;
	background-image:url(http://static.youplay.com/images/contentGreenH2.gif);
	padding-left:0px;
	width:170px;
	height:24px;
	font-size:16px;
	text-decoration:none;
	border-bottom:0px;
	margin-bottom: 0px;
}
#content #middlecolumn #articleGreen #item h4 {
	color: #333333;
	border-bottom: 1px solid #FF6600;
	font-size:12px;
	text-decoration:none;
	margin-bottom: -5px;
	margin-left: 10px;
	margin-top: -10px;
	text-transform:capitalize;
}
#content #middlecolumn #articleGreen li {
	color: #333333;
	font-size:12px;
	text-decoration:none;
	list-style-image: url(http://static.youplay.com/images/small-icons/ico_archive2.gif);
	margin-bottom:3px;
}

.loungeIcon {
	width: 48px;
	height: 48px;
	float:left;
}
.loungeIcon a  {
	display:block;
	width: 48px;
	height: 48px;
	text-decoration: none;
}
.loungeIcon a:hover  {
	background-position: 0 -48px;
}
.loungeIconForums a{
	height: 48px;
	background: 0 0 no-repeat url('http://static.youplay.com/images/small-icons/loungeForum.gif');
}
.loungeIconBlogs a{
	height: 48px;
	background: 0 0 no-repeat url('http://static.youplay.com/images/small-icons/loungeBlogs.gif');
}
.loungeIconNews a{
	height: 48px;
	background: 0 0 no-repeat url('http://static.youplay.com/images/small-icons/loungeNews.gif');
}
.loungeIconWrite a{
	height: 48px;
	background: 0 0 no-repeat url('http://static.youplay.com/images/small-icons/loungeWrite.gif');
}
.loungeIconHoroscopes a{
	height: 48px;
	background: 0 0 no-repeat url('http://static.youplay.com/images/small-icons/loungeHoroscopes.gif');
}
.loungeIconChat a{
	height: 48px;
	background: 0 0 no-repeat url('http://static.youplay.com/images/small-icons/loungeChat.gif');
}
a.listlink:link {
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
} 
a.listlink:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
} 
a.listlink:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
} 

/* Results Screen */

#content #middlecolumn .blueStats {
	color:#0785EC;
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#content #middlecolumn .playButton {
	margin-top:3px;
	padding-left: 2px;
	float:left;
}
#content #middlecolumn .playButton a  {
	display:block;
	width: 171px;
	height: 55px;
	background: url("http://static.youplay.com/images/buttons/playNow.gif") 0 0 no-repeat;
	text-decoration: none;
}
#content #middlecolumn .playButton a:link  {
	color:#FFFFFF;
	font-size:16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}#content #middlecolumn .playButton a:visited  {
	color:#FFFFFF;
	font-size:16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#content #middlecolumn .playButton a:hover  {
	background-position: 0 -55px;
}

/* Lounge Leader Boards */
#content #middlecolumn #loungeLeaderboards .row1{
	padding-top: 3px;
	float:left; 
	background-color: #CFE8FE;
	margin-left:1px; 
	height:33px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content #middlecolumn #loungeLeaderboards .row2{
	padding-top: 3px;
	float:left; 
	background-color: #AFE4FE;
	margin-left:1px; 
	height:33px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content #middlecolumn #loungeLeaderboards .row3{
	padding-top: 3px;
	float:left; 
	background-color: #FFFFFF;
	margin-left:1px; 
	height:33px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content #middlecolumn #loungeLeaderboards .row4{
	padding-top: 3px;
	float:left; 
	background-color: #F9FEF2;
	margin-left:1px; 
	height:33px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content #middlecolumn .largeGreyLink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#content #middlecolumn .largeGreyLink a  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	}
#content #middlecolumn .largeGreyLink a:link  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#content #middlecolumn .largeGreyLink a:hover  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#content #middlecolumn .largeOrangeLink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #58564E;
	text-decoration: none;
}
#content #middlecolumn .largeBlueLink a  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #58564E;
	text-decoration: none;
	text-decoration: none;
	}
#content #middlecolumn .largeBlueLink a:link  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #58564E;
	text-decoration: none;
	text-decoration: none;
}
#content #middlecolumn .largeBlueLink a:hover  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

/* Sign Up */

#content #middlecolumn #registration li	{
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	list-style-image: url('http://static.youplay.com/images/tickPoint.gif');
	padding-bottom:10px;
	}

#content #middlecolumn #registration li	{
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	list-style-image: url('http://static.youplay.com/images/tickPoint.gif');
	padding-bottom:10px;
	}
	
#content #middlecolumn #registration h3	{
	margin: 0 0 2px 0;
	font-size: 14px;
	padding: 0;
	color: #333333;
	font-weight: bold;
	}
#content #middlecolumn #registration h3.group {
	margin: 15px 0 2px 0;
	border-top: 1px dotted #ccc;
	padding: 4px 0 0 0;
	}
#content #middlecolumn input.big {
	font-size: 16px;
	font-weight: normal;
	padding: 5px;
	margin: 0;
	border: 1px solid #999999;
	
	}
	
#content #middlecolumn 	.errorText {
	font-size:14px;
	color: #CC0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#playerspan a:link {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	background-color: #F3FBEA;
	height: 18px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	display:block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	background-image: url(../../images/link-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 14px;
}
#playerspan a:visited { 
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	background-color: #F3FBEA;
	height: 18px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	display:block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	background-image: url(../../images/link-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 14px;
	}
#playerspan a:hover { 
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	background-color: #EBF9DB;
	height: 18px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	display:block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	background-image: url(../../images/link-arrow-2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	}

.gameLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #FBFAF9;
	}.gradbg-orange {
	background-image: url(../../images/gradbg-orange.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
	background-color: #FFF3D9;
}
#whitebodylink a:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	
}
#whitebodylink a:visited { 
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
#whitebodylink a:hover { 
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#white-panel a:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #009ECE;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	background-color: #FFFFFF;
	height: 20px;
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E8E8E8;
	border-left-color: #E8E8E8;
}

#white-panel a:visited { 
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #009ECE;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	background-color: #FFFFFF;
	height: 20px;
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E8E8E8;
	border-left-color: #E8E8E8;
}

#white-panel a:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #009ECE;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	background-color: #FFF9E1;
	height: 20px;
	width: 169px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E8E8E8;
	border-left-color: #E8E8E8;
}
	
#maincontent li{
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	list-style-image: url(../../images/link-arrow.gif);
	padding-top: 3px;
	text-align: left;
	vertical-align: middle;

}
#maincontent a:link {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #0073CF;
	font-family: Arial, Helvetica, sans-serif;
	
}
#maincontent a:visited { 
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #0073CF;
	font-family: Arial, Helvetica, sans-serif;
	}
#maincontent a:hover { 
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #69BE28;
	font-family: Arial, Helvetica, sans-serif;
	}
		
.heading-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #69BE28;
}

.pan-white {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	margin: 3px;
	width: 179px;
	padding: 0px;
	text-align: left;
	border-top-color: #FFFFFF;
}

.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.inputTitle{
	font-size: 14px;
	padding: 0;
	color: #333333;
	font-weight: normal;
}

.inputValueLower{
	font-size: 14px;
	padding: 0;
	color:#333333;
	font-weight: normal;
}

.inputValue{
	font-size: 14px;
	padding: 0;
	color:#333333;
	font-weight: normal;
}

.inputValueGrey{
	font-size: 14px;
	padding: 0;
	color:#666666;
	font-weight: normal;
}

.inputValueWhite{
	font-size: 14px;
	padding: 0;
	color:#FFFFFF;
	font-weight: normal;
}

.content-pannel-light {
	background-image: url(../../images/gradbg-lightgrey.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	background-color: #FFFFFF;
}

/* Trivia Tease Module */
.trivia-options {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #837965;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-bottom:1px;
	padding-top:3px;
}
#maincontent #triviaTease.row1 {
	background-color: #FFF8D9;
	font-weight: bold;
}
#maincontent #triviaTease.row2 {
	background-color: #EBEAE7;
	font-weight: bold;
}

/* Inset 3D Curved */
.inset {
	background: transparent;
	width:100%;
}
.inset h1, .inset p {margin:0 10px;}
.inset h1 {
	font-size:2em;
	color:#FFFFFF;
}
.inset p {padding-bottom:0.5em;}

.inset .b1, .inset .b2, .inset .b3, .inset .b4, .inset .b1b, .inset .b2b, .inset .b3b, .inset .b4b {display:block; overflow:hidden; font-size:1px;}
.inset .b1, .inset .b2, .inset .b3, .inset .b1b, .inset .b2b, .inset .b3b {height:1px;}
.inset .b2 {
	background:#ffffff;
	border-left:1px solid #D0CCC4;
	border-right:1px solid #D0CCC4;
}
.inset .b3 {
	background:#ffffff;
	border-left:1px solid #D0CCC4;
	border-right:1px solid #ddd;
}
.inset .b4 {
	background:#ffffff;
	border-left:1px solid #D0CCC4;
	border-right:1px solid #ddd;
}
.inset .b4b {
	background:#ffffff;
	border-left:1px solid #D0CCC4;
	border-right:1px solid #FFFFFF;
}
.inset .b3b {
	background:#ffffff;
	border-left:1px solid #ddd;
	border-right:1px solid #FFFFFF;
}
.inset .b2b {
	background:#FFFFFF;
	border-left:1px solid #eee;
	border-right:1px solid #FFFFFF;
}


.inset .b1 {
	margin:0 5px;
	background:#D0CCC4;
}
.inset .b2, .inset .b2b {margin:0 3px; border-width:0 2px;}
.inset .b3, .inset .b3b {margin:0 2px;}
.inset .b4, .inset .b4b {height:2px; margin:0 1px;}
.inset .b1b {
	margin:0 5px;
	background:#FFFFFF;
}

.inset .boxcontent {
	display:block;
	background:#ffffff;
	border-left:1px solid #D0CCC4;
	border-right:1px solid #FFFFFF;
	height: 110px;
	vertical-align: middle;
}


.bluegrad-bg {
	background-image: url(../../images/bg-bluegrad.jpg);
	background-repeat: repeat-x;
}

#orangelink a:link {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
}
#orangelink a:visited {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;

	}
#orangelink a:hover {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	.white-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	font-weight: normal;
}

.input-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #333333;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-image: url(../../images/input-bg.jpg);
}

#smalllink a:link {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height:13px;
	
}
#smalllink a:visited { 
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	}
#smalllink a:hover { 
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	}
#archivelink a:link {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height:13px;
	width:177px;
	display:block;
	padding:3px;
	border-bottom:#C9ECA6 dashed 1px;
	
}
#archivelink a:visited { 
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	width:177px;
	display:block;
	padding:3px;
	border-bottom:#C9ECA6 dashed 1px;
	}
#archivelink a:hover { 
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	width:173px;
	padding:3px;
	border-left:#C9ECA6 solid 4px;
	}
#content #middlecolumn #middlecolumncontent #lounge {
	width:571px; height:auto; padding:10px 0px 40px 0px; background:#FFFFFF; overflow:hidden;
}
#content #middlecolumn #middlecolumncontent #lounge p{
	color: #555555; margin-top: 0px; font-size:13px; font-family: Arial, Helvetica, sans-serif; line-height:20px;
}
#content #middlecolumn #middlecolumncontent #lounge #menubox {
	width:551px; background:#F2FAEB; margin-bottom:30px; overflow:hidden;
}
#content #middlecolumn #middlecolumncontent #lounge .item {
	float:left; width:265px; height:61px; border-bottom:#7DD039 1px solid; border-top:#FFFFFF 1px solid; padding:0 10px 0 0; text-align:left;
}
#content #middlecolumn #middlecolumncontent #lounge .item p{
	line-height:16px;
}
#content #middlecolumn #middlecolumncontent #lounge h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #5C824A; font-size:20px; text-decoration:none; font-style:normal; font-weight:normal; border-bottom:0px; margin-bottom: 0px; margin-top: 0px;
}
#content #middlecolumn #middlecolumncontent #lounge h2 a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #5C824A; font-size:20px; text-decoration:none; border-bottom:0px; margin-bottom: 0px; margin-top: 0px;
}
#content #middlecolumn #middlecolumncontent #lounge h2 a:link{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #5C824A; font-size:20px; text-decoration:none; border-bottom:0px; margin-bottom: 0px; margin-top: 0px;
}
#content #middlecolumn #middlecolumncontent #lounge h2 a:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #5C824A; font-size:20px; text-decoration:underline; border-bottom:0px; margin-bottom: 0px; margin-top: 0px;
}
#content #middlecolumn #middlecolumncontent #lounge h2 a:visited{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #5C824A; font-size:20px; border-bottom:0px; margin-bottom: 0px; margin-top: 0px;
}
#content #middlecolumn #middlecolumncontent #lounge h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #333333; font-size:16px; text-decoration:none; padding-left:10px; border-bottom:0px; margin-bottom: 0px; margin-top: 0px;
}
#content #middlecolumn #middlecolumncontent #lounge .recentItem {
	float:left; width:267px; height:187px; text-align:left; padding:5px;
}
#content #middlecolumn #middlecolumncontent #lounge .recentItemForums {
	float:left; width:257px; height:560px; text-align:left; padding:5px; margin:0 15px 40px 5px;
}
#content #middlecolumn #middlecolumncontent #lounge .recentItem h3, #content #middlecolumn #middlecolumncontent #lounge .recentItemForums h3 {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #333333; font-size:16px; text-decoration:none; font-style:normal; font-weight:normal; border-bottom:#7DD039 1px solid; margin-bottom: 14px; margin-top: 0px; height:26px;
}
#content #middlecolumn #middlecolumncontent #lounge .recentItemForums ul, #content #middlecolumn #middlecolumncontent #lounge .recentItem ul {
	color: #333333; font-size:14px; text-decoration:none; list-style:none; margin:0 0 3px 0;  padding:3px 0 3px 0;
}
#content #middlecolumn #middlecolumncontent #lounge .recentItemForums li, #content #middlecolumn #middlecolumncontent #lounge .recentItem li {
	color: #333333; font-size:12px; text-decoration:none; list-style:none; padding:3px 0 3px 20px; border-bottom: #F3F9F0 solid 1px; line-height:20px; background:url(http://static.youplay.com/images/new-lounge/bullet-icon-lounge.gif) no-repeat left;
}
#content #middlecolumn #middlecolumncontent #lounge .recentItemForums li:hover, #content #middlecolumn #middlecolumncontent #lounge .recentItem li:hover {
	color: #333333; font-size:12px; text-decoration:none; list-style:none; padding:3px 0 3px 20px; border-bottom: #F3F9F0 solid 1px; background:url(http://static.youplay.com/images/new-lounge/bullet-icon-lounge-f2.gif) no-repeat left #EEF3ED;
}
#content #middlecolumn #middlecolumncontent #lounge .recentItemForums li a:link, #content #middlecolumn #middlecolumncontent #lounge .recentItem li a:link{
	color: #666666; font-size:14px; display:block; text-decoration:none; list-style-image: none;  
}
#content #middlecolumn #middlecolumncontent #lounge .recentItemForums li a:visited, #content #middlecolumn #middlecolumncontent #lounge .recentItem li a:visited{
	color: #666666; font-size:14px; text-decoration:none; list-style-image: none; 
}

/*Blog, Article, Content*/
#content #middlecolumn #middlecolumncontent #lounge #breadcrumbs {
	float:left; width:551px; height:24px; border-bottom:1px #66CC00 solid; border-top:1px #66CC00 solid; margin:0px 0px 4px 10px; line-height:22px; text-align:left;  color:#333333; 
}

#content #middlecolumn #middlecolumncontent #lounge #breadcrumbs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#content #middlecolumn #middlecolumncontent #lounge #breadcrumbs ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}

#content #middlecolumn #middlecolumncontent #lounge #breadcrumbs ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #ff9;
	}
	
#content #middlecolumn #middlecolumncontent #lounge #breadcrumbs ul li.first:before {
	content: " ";
	}

#content #middlecolumn #middlecolumncontent #lounge .marginbox {
	float:left; width:551px; padding:0 0 0 0;  background:#D8F1C3;  border-bottom:#FFFFFF 2px solid; border-right:#FFFFFF 10px solid; border-left:#FFFFFF 10px solid;
}
#content #middlecolumn #middlecolumncontent #lounge .blogTitle {
	border-bottom:#7DD039 solid 1px; height:62px;
}
#content #middlecolumn #middlecolumncontent #lounge .line {
	border-bottom:#FFFFFF solid 1px; 
}
#content #middlecolumn #middlecolumncontent #lounge .marginbox .blogTitle h2{
	height:62px;  width:474px; text-align:left; line-height:60px; float:left; padding:0 0 0 14px; background:#F2FAEB; border-left:1px solid #FFFFFF; 
}
#content #middlecolumn #middlecolumncontent #lounge .date {
	float:left; width:48px; height: 45px; background:#D8F1C3 url(http://static.youplay.com/images/new-lounge/loungeBlank.gif) no-repeat center; padding:10px 7px 7px 7px; color:#FFFFFF; text-transform:uppercase; text-align:center;
}
#content #middlecolumn #middlecolumncontent #lounge .date div {
	font-family: Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; height:10px; padding-bottom:2px; text-align:center;
}
#content #middlecolumn #middlecolumncontent #lounge .date span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:20px; font-weight:normal; line-height:18px; text-align:center;
}
#content #middlecolumn #middlecolumncontent #lounge .content {
	float:right; width:460px; padding:14px; text-align:left; background:#F2FAEB; border-left:1px solid #FFFFFF; 
}

#content #middlecolumn #middlecolumncontent #lounge .content .article{
	float:left; padding:0 0 10px 0; width:460px;
}
#content #middlecolumn #middlecolumncontent #lounge .content .article h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color:#666666; font-size:17px; text-decoration:none; font-style:normal; font-weight:normal; border-bottom:1px solid #FFFFFF; margin: 20px 0px 15px 0px;
}

#content #middlecolumn #middlecolumncontent #lounge .content .article ul{
	color: #555555; margin: 0px 0px 0px 15px; font-size:13px; font-family: Arial, Helvetica, sans-serif; line-height:20px; list-style-image:url(http://static.youplay.com/images/bullet_green.png);
}
#content #middlecolumn #middlecolumncontent #lounge .content .comment{
	width:438px; background:url(http://static.youplay.com/images/new-lounge/com-top.gif) top no-repeat #FFFFFF; padding:10px; margin:20px 0 0px 0px;
}
#content #middlecolumn #middlecolumncontent #lounge .content .comDate{
	float:left; width:205px; font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; font-weight:normal; color: #5C824A; text-align:right; border-bottom:1px solid #F2FAEB; margin-bottom:5px; padding:0 0 3px 0;
}
#content #middlecolumn #middlecolumncontent #lounge .content span{
	font-family: Arial, Helvetica, sans-serif; font-size:16px; font-weight:normal; color: #5C824A; 
}
#content #middlecolumn #middlecolumncontent #lounge .content .comBy{
	float:left; width:230px; font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height:18px; font-weight:normal; color: #5C824A; border-bottom:1px solid #F2FAEB; margin-bottom:5px; padding:0 0 3px 0;
}
#content #middlecolumn #middlecolumncontent #lounge .content .comBy a{
	font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height:18px; font-weight:normal; color: #5C824A; text-decoration:none;
}
#content #middlecolumn #middlecolumncontent #lounge .content .comBy a:hover{
	font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height:18px; font-weight:normal; color: #5C824A; text-decoration:underline;
}
#content #middlecolumn #middlecolumncontent #lounge .content .comBy a:visited{
	font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height:18px; font-weight:normal; color: #5C824A; text-decoration:none;
}
#content #middlecolumn #middlecolumncontent #lounge .content .comBot{
	width:458px; height:29px; background:url(http://static.youplay.com/images/new-lounge/com-bot.gif) top no-repeat;
}
#content #middlecolumn #middlecolumncontent #lounge .content .avatar{
	float:left; margin-left:-82px;
}
.blogavatar {
	float:left; width:52px; height:47px; background:#D8F1C3; padding:4px; margin-right:15px; border-right:1px solid #FFFFFF;
	
}
/*Members List*/
#content #middlecolumn #middlecolumncontent #lounge .content .listitem{
	float:left; padding:0px; width:460px;
}
#content #middlecolumn #middlecolumncontent #lounge .content .listitem h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color:#666666; font-size:17px; text-decoration:none; font-style:normal; font-weight:normal; border-bottom:1px solid #81AB6B; margin: 0px 0px 5px 0px; 
}
#content #middlecolumn #middlecolumncontent #lounge .content .listitem .points{
	float:left; padding:0px; width:140px; color:#003366; margin:8px 0px 0px 0px; 
}
#content #middlecolumn #middlecolumncontent #lounge .content .listitem .points span{
	clear:left; width:140px; font-size:12px; color:#003366; margin:0px;
}
#content #middlecolumn #middlecolumncontent #lounge .content .listitem .points div{
	clear:left; width:140px; height:34px; color:#003366; font-size:28px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0px; margin: -5px 0px 0px 0px;
}
#content #middlecolumn #middlecolumncontent #lounge .content .listitem .details{
	float:left; padding:0px; width:150px; color:#333333;
}
#content #middlecolumn #middlecolumncontent #lounge .content .listitem .details span{
	font-size:10px; color:#333333;
}


/*Lounge Icons*/

.loungeButton {
	float:left; width:47px; height:47px; background:#D8F1C3; padding:7px; margin-right:10px; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF;
	
}
.loungeButton a  {
	display:block; width: 48px; height: 48px; text-decoration: none;
}
.loungeButton a:hover  {
	background-position: 0 -48px;
}
.loungeButtonForums a{
	height: 48px; background: 0 0 no-repeat url(http://static.youplay.com/images/new-lounge/loungeForums.gif);
}
.loungeButtonBlogs a{
	height: 48px; background: 0 0 no-repeat url(http://static.youplay.com/images/new-lounge/loungeBlogs.gif);
	
}
.loungeButtonNews a{
	height: 48px; background: 0 0 no-repeat url(http://static.youplay.com/images/new-lounge/loungeNews.gif);
}
.loungeButtonWrite a{
	height: 48px; background: 0 0 no-repeat url(http://static.youplay.com/images/new-lounge/loungeWrite.gif);
}
.loungeButtonHoroscopes a{
	height: 48px; background: 0 0 no-repeat url(http://static.youplay.com/images/new-lounge/loungeHoroscopes.gif);
}
.loungeButtonChat a{
	height: 48px; background: 0 0 no-repeat url(http://static.youplay.com/images/new-lounge/loungeChat.gif);
} 
.greentitle {font:Arial, Helvetica, sans-serif; font-size:14px; color:#5C9920; margin:0px 0px 0px 0px;}

/***************************
NEW GAMEPLAY PAGE
****************************/
.archiveBox {
width:524px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
line-height:18px;
}
.archiveBox ul {
margin:0px;
padding:0px;
}
.archiveBox li {
display:block;
width:498px;
height:36px;
padding:10px;
border-bottom:#48ADFF 1px solid;
border-top:#fff 1px solid;
margin:0px;
}
.archiveBox .one {
background:#D6F1FE;
}
.archiveBox .two {
background:#E7F3FE;
}
.archiveBox .three {
background:#EAEAEA;
}
.archiveBox .four {
background:#F2F2F2;
}
.archiveBox img {
border:#fff 4px solid;
margin:0px 10px 0px 0px;
float:left;
}
.archiveBox .nonactive {
opacity:0.5;
filter:alpha(opacity=50);
}
.archiveBox h2 {
font-size:18px;
color:#333333;
margin:0px 0px -3px 0px;
padding:0px;
display:block;
}
.archiveBox h3 {
font-size:12px;
color:#666666;
margin:0px;
padding:0px;
display:block;
}
.archiveBox .titleCol {
display:block;
width:90px;
float:left;
}
.archiveBox .timeCol {
display:block;
width:70px;
padding-top:7px;
font-size:16px;
float:left;
text-align:center;
color:#69BE28;
font-weight:bold;
}
.archiveBox .timeCol span {
color:#666666;
}
.archiveBox .pointsCol {
display:block;
width:70px;
padding-top:7px;
font-size:16px;
float:left;
text-align:center;
color:#FF7B00;
font-weight:bold;
}
.archiveBox .pointsCol span {
color:#666666;
}
.archiveBox .playsCol {
display:block;
width:80px;
padding-top:7px;
font-size:16px;
float:left;
text-align:center;
color:#087CDD;
font-weight:bold;
}
.archiveBox .playsCol span {
color:#666666;
}
.archiveBox .columnTitles {
color:#8D8573;
font-weight:bold;
background:#fff;
border-bottom:#48ADFF 1px solid;
height:21px;
width:498px;
padding:4px 10px 0px 10px;
}
.archiveBox .columnTitles .titleColTop {
display:block;
width:137px;
float:left;
}
.archiveBox .columnTitles .timeColTop {
display:block;
width:70px;
float:left;
text-align:center;
}
.archiveBox .columnTitles .pointsColTop {
display:block;
width:70px;
float:left;
text-align:center;

}
.archiveBox .columnTitles .playsColTop {
display:block;
width:80px;
float:left;
text-align:center;
}
#gamePlay h1 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:20px;
color:#ECE9D8;
font-weight:normal;
position:absolute;
top:5px;
left:15px;
padding:0px;
margin:0px;
display:none;
line-height:20px;

}
/* Archive Buttons */
.buttonActiveLarge {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
	float:left;
	
}
.buttonActiveLarge a  {
	display:block;
	width: 135px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-large-blue.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;}
.buttonActiveLarge a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonActiveLarge a:hover  {
	background-position: 0 -27px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonActiveLarge a:visited  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.buttonNotActiveLarge {
	margin-top:3px;
	padding-left: 2px;
	height: 27px;
	float:left;
}
.buttonNotActiveLarge a  {
	display:block;
	width: 135px;
	height: 22px;
	background: url("http://static.youplay.com/images/buttons/blank-large-orange.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
}
.buttonNotActiveLarge a:link  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.buttonNotActiveLarge a:hover  {
	background-position: 0 -27px;
	cursor:pointer;
}
.buttonNotActiveLarge a:visited  {
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/**********************
CREDITS
*************************/
#credits {
	padding: 10px 0px 0px 10px;
	font-size: 85%;
	color: #333333;
	text-align: center;
	background-color:#F5F4F2
}
#credits p {
	margin: 0px;
}
#credits img {
	border:none;
}
/**********************
GAME CONTENT
*************************/
#gamecontent{
color:#CCCCCC;
}
#gamecontent a {
color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#gamecontent a:hover {
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
