/***********************************************/
/* Puzzler stylesheet v2.0				       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color: #2a3695;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#b0b4d7;
	background-image:url(../images/standard/backgrad.gif);
	background-repeat:repeat-x;

}

input[type="hidden"] {
	display:none;
}

a{
	color: #2a3695;
	text-decoration:none;
}

a:link{
	color: #2a3695;
	text-decoration: none;
}

a:visited{
	color: #2a3695;
	text-decoration: none;
}

a:hover{
	color:#2a3695;
	text-decoration: none;
}
a.linkUnderline{
	text-decoration: underline !important;
}
a.Selected {
	color:#fd019b;
	font-weight:bold;
}
.clear{
	clear:both;
}
th{
	text-align:left;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 130%;
 font-weight:bold;
 color: #663896;
 margin: 10px 0px -5px 10px;
 padding: 0px;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 110%;
 font-weight: bold;
 color: #663896;
 margin: 10px 0px -5px 10px;
 padding: 0px;
}

h3,h4,h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #663896;
 margin: 10px 0px -5px 10px;
 padding: 0px;
}



ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

#break, #break br{
	clear:both;
	line-height:2px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/************* #globalNav styles **************/
#wrapper{
	padding:0px;
	width:776px;
	background-color:#ffffff;
	background-repeat:no-repeat;
	height:100%;
	margin: 0px auto;
}
#topLinks{
	width:776px;
	height:30px;
}
	
#topLinks a{
	font-weight:bold;
	border-right:20px solid #2a3695;
	padding:0px 8px 0px 8px;
	margin-top:3px;
}
#topLinks a.last{
	font-weight:bold;
	border-right:0px solid #2a3695;
	padding:0px 8px 0px 8px;
	margin-top:3px;
}
#topLinks ul {
	float:right;
}
#topLinks ul li{
	list-style:none;
	float:left;
	display:inline;
}

#header{
	padding:0px;
	width:776px;
	height:132px;
}
#logoPuzzler{
	display:none;
	float:left;
}
#navBar{
	float: left;
	width: 176px;
	margin: 0px;
	padding: 0px;
}



/************** #Adverts styles **************/
#ad1{
	padding: 20px 60px 0px 265px;
	float:left;
	width:468px;
	height:60px;
}
#ad2{
	margin:0px;
	padding:0px;
	width:300px;
	height:250px;
	float:right;
}
#ad3{
	margin:0px 0px 0px 23px;
	padding:0px;
	padding-bottom: 5px;
	width:728px;
	height:90px;
	float:left;
}
	
#ad3 a{
	color: #ffffff;
	text-decoration:none;
}

#ad3 a:link{
	color: #ffffff;
	text-decoration: none;
}

#ad3 a:visited{
	color: #ffffff;
	text-decoration: none;
}

#ad3 a:hover{
	color:#ffffff;
	text-decoration: none;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#errorbold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:90%;
	color: #993333;
	float:left;
	clear:both;
}
#error{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color: #993333;
	float:left;
	clear:both;
}
.red{
	color: #993333;
}
.smlRed{
	color: #993333;
	font-size:80%;
}

.grey{
	color:#666666;
}
.redBold{
	color: #993333;
	font-weight:bold;
}
.redBoldCenter{
	color: #993333;
	font-weight:bold;
	text-align:center;
}
.center{
	text-align:center;
}
#smlGrey{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:80%;	
	float:left;
	padding-left:4px;
	padding-top: 4px;
}
/************* #globalNav styles **************/

#globalNav{
	height:29px;
	margin-top:23px;
	padding: 0px 0px 0px 0px;
	color: #333333;
	vertical-align:middle;
	float:left;
	clear:both;
}
#globalNavTbl{
	width:100%;
	height:29px;
	border:0px;
}
#globalNav a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding: 0px 10px 0px 10px;
	white-space:nowrap;
}

#globalNav a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding: 0px 10px 0px 10px;
	white-space:nowrap;
}

#globalNav a.Selected {
	color:#fd019b;
	font-weight:bold;
	text-decoration:none;
	padding: 0px 10px 0px 10px;
	white-space:nowrap;
}

#globalNav td.Selected {
	color:#FFFFFF;
	text-align:center;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/
#breadCrumb{
	font-size: 70%;
	color:#cccccc;
	font-weight:bold;
	padding: 14px 0px 14px 10px;
}

#breadCrumb a {
	color:#cccccc;
	text-decoration:none;
}

#breadCrumb a.Selected {
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}

#breadCrumb  span.divider{
	color:#cccccc;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 5px;
	font-size: 80%;
}

.feature h3{
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 90%;
}
.feature p{
	padding: 0px 0px 0px 0px;
	text-align: left;
	line-height:100%;
}
.feature img{
	padding: 10px 10px 0px 0px;
}
#puzzImg{
	float:right;
	padding:4px 6px 4px 0px;
	width:94px;
	height:85px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	padding: 40px 10px 10px 10px;
	height:20px;
	font-weight:bold;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

div.fL {
	float:left;
}
div.fR {
	float:right;
}

#siteInfo a:hover{
	text-decoration:underline;
}

/************* #form styles ***************/
/*
#passForms label, input{
	text-align: left;
	float: left;
	padding-top:4px;
}
*/
#passForms table{
	font-size:90%;
}
#passForms label{
	padding-right:20px;
	font-weight:normal;
}
#passForms input{
	width:20px;
}
#passForms .btnByNow {
	display: block;
	width: 84px;
	float: left;
	padding-bottom: 10px;
	padding-left: 0px;
}
#passForms br{
	clear:both;
	line-height:10px;
}




#puzForms{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
}
#puzForms br{
	clear:both;
	line-height:10px;
}

#puzForms form{
 margin: 0px;
 padding: 0px;
}



#puzForms label{
	text-align: left;
	width: 75px;
	padding-right: 20px;
	float: left;
	padding-top:4px;
}


#regChecks .infotxt{
	text-align: left;
	padding-right: 20px;
	float: left;

	padding-top:4px;
	font-family: Verdana,Arial,sans-serif;
 	font-size: 90%;
}

#regChecks{
	text-align: left;
	float: left;
	padding-top:4px;
	clear:both;
}
#regChecks input, #regChecks select{
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-left:0px;
	vertical-align:middle;
}
#puzForms #regChecks label{
	text-align: left;
	float: left;
	color:#000000;
	width: 400px;
	margin-left:0px;
}
/*
#puzForms label,input{
	display: block;
	width: 110px;
	float: left;
	margin-bottom: 5px;
	vertical-align:middle;
}
*/
#puzForms textarea {
	display: block;
	width: 200px;
	height:50px;
	float: left;
	margin-bottom: 5px;
}

#puzForms select{
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 5px;
	vertical-align:middle;
}

#puzForms input,textarea,select {
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}


#smltxt {
	font-size:90%;
	float: left;
}
.smltxt a {
	text-decoration:none;
}
.smltxt a:hover {
	text-decoration:none;
	color:#CC3333;
}
#puzForms .checkFix{
	width:15px;
}


#regChecks input{
	width:15px;
}

.btnFind,
.btnShow{
	width: 86px!important;
	height:18px!important;
}
.btnLogin {
	display: block;
	width: 86px!important;
	height:18px!important;
	float: left;
}
.btnRetrieve {
	display: block;
	width: 86px!important;
	height:18px!important;
	float: left;
	margin:0px 0px 10px 10px;
}
.btnRegister, .btnUpdate {
	display: block;
	width: 86px!important;
	height:18px!important;
	float: left;
	margin:0px 0px 10px 10px;
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0px; padding: 0px;}


/* fix for browsers that don't need the hack */
#navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/
.lNavIndentCell{
	width:1%;
}
.lNavIndent{
	padding-right:8px;
}
#lNavItemTblSelected{
	width:100%;
	background-color: #ffffd9;
	line-height:100%;
}
#lNavItemTblDeSelected{
	width:100%;
	line-height:100%;
}
#lNavItemTblSelected td, #lNavItemTblDeSelected td{
	vertical-align:top;
	text-align:left;
	padding: 0px 0px 0px 0px;
	line-height:100%;
}
.lNavTblOff{

}
.lNavTblOn{
	background-color: #ffffd9;
}
#sectionLinksblank{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
}
#sectionLinks a, #lNavItemTblSelected a, #lNavItemTblDeSelected a{
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	text-align:left;
	font-size: 70%;
	font-weight:bold;
	line-height:100%;
	color:#333333;
}

#sectionLinks a:hover, #lNavItemTblSelected a:hover, #lNavItemTblDeSelected a:hover{
	background-color: #ffffd9;
	text-decoration:none;
	text-align:left;
	line-height:100%;
	color:#333333;
}

#sectionLinks a.Selected, #lNavItemTblSelected a.Selected, #lNavItemTblDeSelected a.Selected{
	background-color: #ffffd9;
	text-decoration:none;
	text-align:left;
	line-height:100%;
	color:#333333;
}

#sectionLinks a.DeSelected, #lNavItemTblSelected a.DeSelected, #lNavItemTblDeSelected a.DeSelected{
	text-decoration:none;
	text-align:left;
	line-height:100%;
	color:#333333;
}

/************** #addBoxType1 styles ***************/
#addBoxType1{
	float: left;
	font-size: 80%;
	width:295px;
	height:165px;
	margin:0px 4px 4px 0px;
	padding:0px 0px 0px 0px;
}
#puzzleAddBox{
	float: right;
	font-size: 80%;
	width:295px;
	height:165px;
	margin:0px 4px 4px 0px;
	padding:0px 0px 0px 0px;
}

/************** #onlineDeatils styles ***************/
#onlineDetail{
	padding: 0px 0px 0px 5px;
	font-size: 80%;
}

#onlineDetail h3{
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 90%;
}
#onlineDetail p{
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 85%;
}
#onlineDetail .detailBox{
	float: right;
	margin: 0px 0px 10px 10px;
	width:210px;
	text-align:left;
	font-size: 80%;
}
#onlineDetail .detailBox table{
	width:100%;
	padding-left:5px;
	font-size: 100%;
}

#onlineDetail .imgBox{
	background-image:url(../images/puzzles/detail_back.gif);
	background-repeat:no-repeat;
	width:210px;
	height:194px;
	text-align:center;
	
}
#onlineDetail .imgBox img{

	padding: 10px 10px 10px 10px;

}


/************** gameStat styles ***************/
#gameStatBoxWrap{
	text-align:center;
	position:absolute;
	width:477px;
	display:none;
	height:100px;
	z-index:100;
}

#gameStatBox{
	font-size: 90%;
	text-align:left;
	line-height:140%;
	background-image:url(../images/standard/statsback.png);
	background-repeat:no-repeat;
	width:477px;
	height:419px;	
	padding-bottom:10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#gameStatBox th{
	padding-right:20px;
	line-height:190%;
}
#gameStatBox table{
	padding-left:5px;
	font-size:100%;
}

.closebtn{
	float:right;
	margin-top:5px;
}

.statAd{
	text-align:center;
}
.gameStatPop{
	padding:50px 0px 0px 90px;
	white-space:nowrap;
	vertical-align:top;
	width:477px;
	overflow:hidden;
}




.errorbold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:90%;
	color: #993333;
	float:left;
	clear:both;
}
.error{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color: #993333;
	float:left;
	clear:both;
}
.heading {
	font-weight:bold;
}
.body_copy {
	color: #000;
}
a.display_personal_qal {
	text-decoration: underline !important;
}

.spacer {
	width:576px;
	height:20px;
}

.form_container
{
height:180px;
width:500px;
border:0px solid #999999;
background-color:#FFFFFF;
position:relative;
}


