/* Main Layout - BEGIN */

a:link, a:active, a:visited
{
    text-decoration:none;
    color:Blue;
}

a:hover 
{
    text-decoration:none;
    color:Green;
}

.leftColumn 
{
    border-right: solid 1px blue;
    width: 175px;
    background-image: url('../../_common/_images/buildgamebg.jpg');
}

.leftColumnPlain 
{
    border-right: solid 1px blue;
    width: 175px;
}

.leftContainer 
{
    text-align: left;
    padding: 10px;
}

.rightColumn 
{
    border-left: solid 1px blue;
    width:175px;
    background-image:url('../../_common/_images/buildgamebg_rev.jpg');
}

.rightColumnPlain
{
    border-left: solid 1px blue;
    width:175px;
}

.rightContainer 
{
    padding:10px;
    text-align: left;
    font-family:Trebuchet MS, sans-serif; 
    font-size:15px; 
    font-weight:bold; 
    color:#135f7f;
}

/* Main Layout - END 
-------------------- */

/* Left Column-Specific - BEGIN */
.divGameGrowth
{
    font-size: x-small;
    text-align:justify;
}
/* ----------------- */

/* BuildGame specific - BEGIN */

.textBox 
{
    background-image:url('../../_common/_images/buildgamebg_grn.jpg');
    width: 510px;
    padding: 0px 25px 25px 25px;
    border:solid 1px #6DB33F;
}

.textBox .gameTypeHeader 
{
    text-align: center;
    font-size: large;
    font-weight: bold;
    color: Black;
}

.textBox .gameTypeDescription 
{
    text-align: left;
    font-size:small;
    font-weight: normal;
    color:Black;
}

/* BuildGame - END 
------------------ */

/* PlayGameConfirm.aspx specific - BEGIN */
.pgcwt 
{
    font-size:8pt;
    text-align:left;
    padding: 5px 5px 5px 5px;
}
/* PlayGameConfirm.aspx specific - END */


/* MyGames.aspx specific declarations - BEGIN */
.mginstructions 
{
    color:Black;
    font-size:11pt;
    text-align:left;
    padding: 5px 50px 5px 50px;
}
/* MyGames.aspx specific declarations - END */


/* COMMON SHARED declarations - BEGIN */

.divWarning 
{
    font-size: small;
    color: red;
}

/* COMMON SHARED declarations - END */


/* Anonymous Top Times - BEGIN */

.tblAnonymousTopTimes 
{
    color:Black;
    display:inline-table;
    padding: 2px 2px 2px 2px;
}

.tblAnonymousTopTimes .headerRow 
{
    font-size: small;
}

.tblAnonymousTopTimes td 
{
    padding-left: 10px;
    padding-right: 10px;
}

/* Anonymous Top Times - END 
--------------------------- */


.linkclass1 {
	font-family: Trebuchet MS, sans-serif;
	color:#FFFFFF;
	font-size: 11pt;
	height: 26px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	display: block;
	border: #000000 0px solid; 
	padding: 0px 12px 7px 8px;
	text-decoration: none;
}

.linkclass2 {
font-family: Trebuchet MS, sans-serif;
color:#135F7F;
text-decoration:none;
}

.navRow2
{
    padding: 0px 0px 0px 0px;
    background-image:url('../../_common/_images/navrow.jpg');
}

.navRow2 a:link, .navRow2 a:active, .navRow2 a:visited
{
    text-decoration:none;
    color:White;
}

.navRow2 a:hover 
{
    text-decoration:none;
    color:#6DB33F;
}

.lblLoginStatus2
{
    color: #135F7F;
    font-family: Trebuchet MS, sans-serif;
    font-size: 8pt;
}

.mainBody2
{
	font-family: Trebuchet MS, sans-serif;
    color: #135F7F;
}








body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background: #ffffff;
	color: black;
	min-width:600px;
	font-family: Verdana;
	font-size: medium;
}

.ucGLR_type_cell 
{
    color: #135F7F;
    text-align: left;
/*    border-right: solid 1px silver;
    border-left: solid 1px silver;
    border-top: solid 1px silver; */
    font-weight: bold;
    font-size: small;
/*    background-image: url(../_images/buildgamecompletedstepbackground.png);   
    background-repeat: no-repeat;  */
}

#tblPlayGameConfirm
{
    color: Black;
    display:inline-table;
    text-align: center;
    border: solid 1px Black;
}

#tblPlayGameConfirm .rowHeader
{
    background-color: #c0c0c0;
}

#tblPlayGameConfirm .rowNormal
{
    background-color: #e0e0e0;
}

#tblPlayGameConfirm .rowAlt
{
    background-color: #f0f0f0;
}

.leftNotices
{
    padding-left: 3px;
    font-size: 75%;
    text-align: left;
}

.rightNotices
{
    padding-left: 3px;
    font-size: 75%;
    text-align: left;
}


.lblTextbox 
{
    border: solid 1px Silver;
    padding: 0 10px 0 10px;
    font-size: 90%;
}

.buildTip 
{
    color: Gray;
    font-size: 80%;
}

.buildSteps 
{
    border: solid 1px black;
}

.buildSteps td 
{
     padding: 1px 10px 1px 10px;
}

.buildInput 
{
    border: solid 1px Gray;
}

.buildWarning 
{
    color: Red;
    font-size: 80%;
    font-weight: bold;
    text-align: justify;
}

.currentStep 
{
    background-color: Navy;
    color: White;
    padding: 1px 10px 1px 10px;
    white-space: nowrap;
}

.otherStep 
{
/*    background-color: #dddddd;    */
    background-image: url('../_images/buildgameotherstepbackground.png');
    background-repeat: no-repeat;
    padding: 1px 10px 1px 10px;
    white-space: nowrap;
}

.completedStep
{
    background-image: url('../_images/buildgamecompletedstepbackground.png');
    background-repeat: no-repeat;
    padding: 1px 10px 1px 10px;
    white-space: nowrap;
}

.NewUserInfoDisplay 
{
    border: solid 1px blue;
    color: Black;
    width: 500px;
    display:inline-block;
}

.NewUserInfoDisplay a:hover
{
    color: aqua;
}

.NewUserInfoDisplay td
{
    padding-left: 10px;
    padding-right: 10px;
    text-align:left;
}

.NewUserInfoDisplay .header
{
    background-image:url('../../_common/_images/navrow.jpg');
    color: White;
    font-weight: bold;
}




#tblPromotions .rowHeader, .cellHeader
{
    text-align: left;
    color: White;
    background-color: Navy;
}

.listPromotions 
{
    display: inline-table;
    color:Black;
    width: 100%;
    font-size: small;
}

.listPromotions .rowHeader, .cellHeader
{
    color: White;
    background-image:url('../../_common/_images/navrow.jpg');
}

.listPromotions td {
        padding: 2px 10px 2px 5px;
}

.listPromotions .rowPromo {
    background-color: #D4EFF2;
}

.listPromotions a:link, .listPromotions a:active, .listPromotions a:visited
{
    color: Navy;
}

.listPromotions a:hover
{
    color: Green;
}

.listPromotions .rowPromoAlt {
    background-color: #E1F2D6;
}

.lblLoginStatus 
{
    color: Blue;
    font-family: Verdana;
    font-size: x-small;
}

.bluebox 
{
    border: solid 1px blue;
    width: 250px;
}

.dlGames 
{
    margin-left: 10px;
    font-size: small;
    text-align: left;
}

.dlGames a
{
    text-decoration: none;
}

.dlGames .itemRow
{
    background-color: #ffffff;
    white-space:nowrap;
}

.dlGames .itemRowAlt
{
    background-color: #ffffff;
    white-space:nowrap;
}

.dlGames .itemRowSelected
{
    background-color: #ccffff;
    white-space:nowrap;
}

.dlGames .itemRowSelected a
{
    text-decoration: none;
}



.WTF
{
/*    width: 250px;     */
    border: solid 1px #99cccc;
    padding: 0 25px 0 25px;
}

.WTF td 
{

}

.WTF .cellHeader
{
    background-color: #99cccc;
    color: Black;
    padding: 2px 5px 2px 5px;
}

.WTF .cellData
{
    background-color: #ffffff;
    color: Black;
    padding: 2px 5px 2px 25px;
    text-align: left;
}

.ScoresPromotionData 
{
    border:solid 2px #ccffff;
}

.ScoresPromotionData td
{
    text-align:left;
}

.ScoresPromotionData td.cellHeader
{
    background-color:#ccffff;
    text-align:center;
}

#tblNavMenu 
{
    padding: 0 0 0 0;
}

#tblNavMenu .navRow 
{
    padding: 0 0 0 0;
    background-image:url('../_images/menu-background-3.jpg');
}

#tblNavMenu .linkCell
{
    padding: 0 0 0 0;
    white-space: nowrap;
}

#tblScores {
    border:solid 1px #99cccc;
    color: #000000;
}

#tblScores .sponsorName {
    background-color: #ffffff;
}

#tblScores .gameTitle {
    background-color: #ccffff;
}

#tblScores .headerRow 
{
    background-color: #99cccc;   
}

#tblScores .headerRow2 
{
    background-color:  Navy; 
    font-size: small;
}

#tblScores .dataRow, .dataRow 
{
    background-color: #D4EFF2;
}

#tblScores .dataRowAlt, .dataRowAlt 
{
    background-color: #E1F2D6;
}

#tblScores .dataRow2
{
    background-color: #FFFFFF;
    font-size: small;
}

#tblScores .dataRowAlt2 
{
    background-color: #F0F0F0;
    font-size: small;
}




#tblScores2 {
    color: #000000;
    font-size:small;
}

#tblScores2 .sponsorName {
    background-color: #ffffff;
}

#tblScores2 .gameTitle {
    background-color: #ccffff;
}

#tblScores2 .headerRow 
{
    background-color: #99cccc;   
}

#tblScores2 .headerRow2 
{
    background-color:  Navy; 
    font-size: small;
}

#tblScores2 .dataRow, .dataRow 
{
    background-color: #ffffff;
}

#tblScores2 .dataRowAlt, .dataRowAlt 
{
    background-color: #F0F0F0;
}

#tblScores2 .dataRow2
{
    background-color: #FFFFFF;
    font-size: small;
}

#tblScores2 .dataRowAlt2 
{
    background-color: #F0F0F0;
    font-size: small;
}

.puzzleWordListCell {
    padding:10px 10px 10px 10px;
    border-bottom: solid 1px silver;
    border-left: solid 1px silver;
    border-top: solid 1px silver;
}

.puzzleSubmitCell 
{
    padding:10px 10px 10px 10px;
    border-top: solid 1px silver;
    border-right: solid 1px silver;
    border-bottom: solid 1px silver;
}

.puzzleFooterCell 
{
    color: Gray;
    font-size: small;
}
.lblClientLabel {
    color: Navy;
}

.lblClient {
    font-weight: bold;
    font-size: 115%;
    color: Navy;
}

#tblPromotionDetails {
    border: solid 1px blue;
}

#tblPromotionDetails td {
    text-align: left;
    padding: 3px 5px 3px 10px;
}

.agreeCell 
{
    background-color: #FFCCCC;
}

#tblPromotionDetails .policyCell {
    background-color: Silver;
    padding: 15px 5px 15px 15px;
}

#tblPromotionDetails .buttonCell 
{
    text-align: center;
    padding: 15px 5px 15px 15px;
}

#tblPromotions 
{
    border:solid 1px blue;
    padding: 0 0 0 0;    
}

#header {
	clear:both;
	float:left;
	color: blue;
	padding:.5em; 
	width: 98%;
}

#header H3 {
	font-size: 275%;
}

.divMask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	border-top: solid 1px blue;
	border-bottom: solid 1px blue;
}

.divOuterContainer {
    background-color: white;    
}

.divOuterContainer .divInnerContainer {
	float:left;
	width:200%;
	margin-left:-200px; 	/* Width of right column */
	position:relative;
	right:100%;
    color: Black;
	background: #ffffff;
	border-right: solid 1px blue;
}

.divOuterContainer .divBackLeft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:400px;         	/* Left column width + right column width */
	background: #ffffff;
	background-image:url('_images/nifc_background-2.gif');
	background-repeat:repeat-x;
	border-right: solid 1px blue;
	font-size: 105%;
}

.divOuterContainer .divFrontCenter {
	float:left;
	width:50%;
	position:relative;
	right:200px;        	/* Width of left column */
	color: black;
	padding-top:10px;
	padding-bottom:1em; 	/* Center column bottom padding. Leave it out if it's zero */
}

.divOuterContainer .divContentCenter {
	margin:0 215px;     	/* Center column side padding:
	Left padding = left column width + center column left padding width
	Right padding = right column width + center column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
}

.divOuterContainer a {
	color: blue;
	font-size: 85%;
}

.divOuterContainer h3 {
	color: blue;
    background-color: #ccccff;
	text-align: center;
	font-size: 100%;
}

.divOuterContainer h4 {
	background-color: #ffffff;
	padding: 0 0 0 0;
	color: black;
    font-size:100%;
}

.divOuterContainer h5 {
	color: red;
	padding: 0 0 10px 0;
}

.divOuterContainer h5 a {
    color: green;
    font-size: 100%;
}


.divOuterContainer .divContentLeft {
	float:left;
	float:right;
	width:170px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:15px;         	/* Width of the left-had side padding on the left column */
	padding: 5px 0 0 0;
}

.divOuterContainer .divContentRight {
	text-align:center;
	float:left;
	float:right;			/* This overrides the float:left above */
	width:170px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
	padding: 5px 0 5px 0;
}

.rightDivYellowLink {
	color: #ffffcc;
}

.whiteLink 
{
    color: White;
}

#footerDiv { 
	clear:both;
	padding-top: 8px;
	text-align:center;
	font-size: 80%;
	color: gray;
}

#footerDiv a { 
	color: gray;
    text-decoration: none;
    font-size:80%;
}

.labelError {
    border: solid 1px white;
    padding: 5px 5px 5px 5px;
    background-color: #ffffff;
    color: Red;
}

.labelInformation {
    border: solid 1px white;
    padding: 5px 5px 5px 5px;
    background-color: #ffffff;
    color: Lime;
}

.divLinkContainer {
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-image: url('_images/background-sm-flip-4.gif');
    background-repeat: repeat-x;
    background-color: #ffffff;
}

.divLinkContainer a {
    color: blue;
    font-weight: bold;
}

.divLinkContainerPlain {
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

.divLinkContainerPlain a {
    color: blue;
    font-weight: bold;
}






.mainBody
{
	font-family: arial, verdana, helvetica, sans-serif;
    font-size: 105%;
    color: Navy;
}

.mainBody .puzzleLink
{
    white-space:nowrap;
}

.mainBody .message
{
    font-size:80%;
    text-align: left;
    width: 200px;
}

.mainBody .message a:link
{
    color: Red;
}



.menuoutline	{ BORDER-BOTTOM: #000000 0px solid; BORDER-TOP: #000000 0px solid; }

.menuLink
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	display: block;
	border: #000000 0px solid; 
	padding: 2px 12px 2px 12px;
	text-decoration: none;
}

a.smallblue:link, a.smallblue:visited, a.smallblue:active, a.smallblue:hover
{
    font-size: x-small;
    color: Blue;
    text-decoration:none;
}

a.question:link
{
	font-size: 100%;
	color: Red;
	white-space: nowrap;
}

a.question:visited
{
	font-size: 100%;
	color: Red;
	white-space: nowrap;
}

a.question:active
{
	font-size: 100%;
	color: Red;
	white-space: nowrap;
}
a.question:hover
{
	font-size: 100%;
	color: Red;
	white-space: nowrap;
}



a.menuLink:link, a.menuLink:visited
{
	color: White;
}

a.menuLink:hover, a.menuLink:active
{
	/*background-image: url("../_images/ohjho_menu_active.png"); */
	color: #ccffff;
}

.menuActive 
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	height: 25px;
	padding: 2px 12px 2px 12px;
	cursor:pointer;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	display: block;
	border: #000000 0px solid; 
	/*background-image: url("_images/ohjho_menu_active.png");*/
	color: Yellow; 
}

#lbForgotPass 
{
	color: Red;
}

#lbFirstTimeUser
{
	color: Red;
	font-size: x-large;
}

#ufnWelcome 
{
	font-size: x-large;
	color: Blue;
	font-weight: bold;
}


#privacyDisclaimer 
{
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-style:italic;
	color:Green;
}

#mainInformation 
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-style:italic;
	color:Green;
}

#thirdPartyInfo 
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-style:italic;
	color:Green;
}

#tdPhone 
{
	white-space:nowrap;
}

#forgotTable, #changePasswordTable
{
	border: solid 1px teal;
	width: 400px;
	margin-left: 4px;
}

#forgotTable td, #changePasswordTable td
{
	white-space: nowrap;
}

.navbarErrorDivVisible
{
	border: solid 1px red;
	text-align: left;
	color: Red;
	padding: 10px 10px 10px 10px;
	font-family: Arial;
	font-size: small;
}

.navbarErrorDivHidden
{
}	

.navbarInformationDivVisible
{
	border: solid 1px green;
	text-align: left;
	color: Green;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	font-family: Arial;
	font-size: small;
}

.navbarInformationDivHidden
{
}

#lblSuccess 
{
	font-size: small;
	color: green;
}

#tblUserInfo td 
{
	padding-left: 25px;
}

#tblUserInfoLinks td
{
	padding: 10px 25px 10px 25px;
}

#cellPageResults 
{
	padding-top: 20px;
	color: Green;
	font-weight: bold;
}

.cellNavBar 
{
	border: solid 1px blue;
	background-color: #ffffff;
}

.tblGameInfoBar 
{
	font-family: Verdana;
	font-size: x-small;
	color: Blue;
}

.tblGameInfoBar td {
	padding-top: 2px;
	padding-right: 10px;	
	padding-bottom: 2px;	
	padding-left: 10px;
	white-space: nowrap;
}

.hlOddsCalcutated
{
	color:Gray;
	font-size: xx-small;
}

.lblChanceOfWinning 
{
	color: Red;
}

.lblChanceOfWinningIn 
{
	color: Red;
}

/* Enrolled Games Table */
#tblGameEnrolled
{
	text-align: left;
	width: 100%;
}

#tblGameEnrolled td
{
	padding: 5px 5px 5px 5px;
}

#tblGameEnrolled tr.headerrow
{
	background-color: navy;
	color: White;
}

#tblGameEnrolled td.gametitle
{
	width: 200px;
}

#tblGameEnrolled td.tabletitle
{
	background-color: Navy;
	color: Yellow;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	border-top: solid 2px blue;
	border-right: solid 2px blue;
	border-bottom: solid 1px blue;
}

#tblGameEnrolled .gamerowalternate 
{
	background-color: #ccffff;
}

#tblGameEnrolled .gamerownormal
{
	background-color: White;
}

/* Open Games Table */
#tblGameOpen 
{
	text-align: left;
	width: 100%;
}

#tblGameOpen td 
{
	padding: 5px 5px 5px 5px;
}

#tblGameOpen tr.headerrow
{
	background-color: Blue;
	color: White;
}

#tblGameOpen td.gametitle
{
	width: 200px;
}

#tblGameOpen td.tabletitle	
{
	background-color: Blue;
	color: Yellow;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	border-top: solid 2px #ccffff;
	border-right: solid 2px #ccffff;
	border-bottom: solid 1px #ccffff;
}

#tblGameOpen .gamerowalternate 
{
	background-color: #ccffff;
}

#tblGameOpen .gamerownormal
{
	background-color: White;
}


/* Opening Soon Games Table */
#tblGameOpenSoon
{
	text-align: left;
	width: 100%;
}

#tblGameOpenSoon td 
{
	padding: 5px 5px 5px 5px;
}

#tblGameOpenSoon tr.headerrow
{
	background-color: Black;
	color: White;
}

#tblGameOpenSoon td.gametitle
{
	width: 200px;
}

#tblGameOpenSoon td.tabletitle	
{
	background-color: Blue;
	color: Yellow;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	border-top: solid 2px #ccffff;
	border-right: solid 2px #ccffff;
}

#tblGameOpenSoon .gamerowalternate 
{
	background-color: Silver;
}

#tblGameOpenSoon .gamerownormal
{
	background-color: White;
}

#gameRulesTop
{
	width: 500px;
	border-left: solid 1px blue;
	border-top: solid 1px blue;
	border-right: solid 1px blue;
	text-align: left;
	padding: 20px;
}

#gameRulesBottom
{
	width: 500px;
	border-right: solid 1px blue;
	border-bottom: solid 1px blue;
	border-left: solid 1px blue;
	padding: 20px;
}

#divQuestion
{
	font-size: 150%;
	font-weight: bold;
	color: Black;
	background-color: #ccffff;
	padding: 5px;
	border: solid 1px Navy;
}
	
.secretCodeEntered
{
	font-size: large;
	color: Green;
}

.secretCodeNotEntered
{
	font-size: large;
	color: Red;
}

#lblSecretCodeLocation
{
	font-size: large;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

#paragraphGametitle 
{
	font-size: 150%;
	color: Navy;
	text-decoration: underline;
}

#tblGameSummary, #tblQuestions
{
	color: Navy;
	width: 500px;
	padding: 1px 10px 1px 10px;
}

#tblQuestions td
{
	border-bottom: solid 1px #3399ff;
}

#tblGameSummary td
{
	border-bottom: solid 1px #3399ff;
}

#rowPointsSummary, #rowQuestionsStatus
{
	background-color: Navy;
	color: White;
	font-weight: Bold;
	font-size: small;
}
	
#divContinuePlaying
{
	text-align: left;
	border: solid 1px red;
	width: 600px;
	padding: 5px 10px 5px 10px;
}

#divSubmitPoints
{
	text-align: left;
	border: solid 1px blue;
	width: 550px;
	padding: 5px 10px 5px 10px;
}

#paragraphQuestion
{
	color: White;
	width: 80%;
	text-align: left;
	background-color: Navy;
	padding: 5px;
	border: solid 1px Blue;
}

#lblQuestion
{
	color: Black;
	display: block;
	font-size: 160%;
	font-weight: Bold;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 100%;
	background-color: #eeffff;
}

#tblQuestionStatistics
{
	font-size: 110%;
	font-weight: bold;
	width: 75%;
	border: solid 1px blue;
/*	background-color: #ccffff; */
}

#tblQuestionStatistics td
{
	padding: 5px 5px 5px 5px;
}

#tblQuestionStatistics .headerRow
{
	font-size: medium;
	background-color: Navy;
	color: White;
}

#tblQuestionStatistics .timeRow
{
	font-size: medium;
	background-color: #eeffff;
	color: Navy;
}

#tblHints
{
		border: solid 1px Blue;
		width: 70%;
}

#tblHints td
{
	background-color: #eeffff;
	padding: 2px 10px 2px 10px; 
	text-align: left;
}

#tblHints #tdHintLink
{
	background-color: #ffffff;
	border-left: dashed 1px blue;
	white-space: nowrap;
}

#lblHintText 
{
	font-size: 150%;
	font-family: Arial;
	font-weight: bold;
}

.nowrapdate 
{
	white-space:nowrap;
}

#lblHintPoints 
{
	font-size: 100%;
	font-family:Arial;
	font-weight: bold;
}

.divHeaderText 
{
    font-size: 40px;
    color: Blue;
    font-weight: bold;
}

/* ************************ 
   Puzzle Grid Styles BEGIN 
   ************************ */

        .ohjhoGameTable {
            border: solid 2px gray;
        }
         
        .ohjhoGameTable td {
            border: solid 1px silver;
            width: 16px;
            height: 16px;
            text-align: center;
            background-color: silver;
        }
        
        .ohjhoGameTable td.ohjhoLetter {
            background-color: white;
            border: solid 1px skyblue;
            color: gray;
        }

        .ohjhoGameTable td.ohjhoFirstLetter 
        {
            background-color: Red;
            border: solid 1px skyblue;
            color: Gray;
        }

/* Styles used in production */

#ctl00_ContentPlaceHolder1_ohjhoGameTableBlank .ohjhoLetterBlank 
{
    padding: 0px 1px 0px 1px;

}

        .ohjhoGameTableBlank {
            border: solid 2px Green;
            padding: 0px 2px 0px 0px;
/*            background-image: url('../../_common/_images/MatrixCellBackground_18x22_blueCircle.png'); */
            background-repeat: repeat;
        }
         
        .ohjhoGameTableBlank td {
            width: 18px;
            height: 22px;
            text-align: center;
            background-image:url('../../_common/_images/MatrixCellBackground_18x22_blueCircle.png');  
            background-repeat: no-repeat;
        }
        
        .ohjhoGameTableBlank td.ohjhoLetterBlank {
            background-color: white;
            color: white;
        }
        
        .puzzleInput {
            width: 14px;
            height: 16px;
            font-weight: normal;
            font-size: small;
            color: #000000;
            border: solid 1px #777777;
            background-image:url('../../_common/_images/MatrixInputBkgrnd.png'); 
        }
        
        .puzzleBak_1 {
            width: 14px;
            height: 16px;
            font-weight: normal;
            font-size: small;
            color: #000000;
            border: solid 1px Green;
            background-image:url('../../_common/_images/CrypticWordNumber_1.png'); 
        }
        
        .puzzleBak_2 {
            width: 14px;
            height: 16px;
            font-weight: normal;
            font-size: small;
            color: #000000;
            border: solid 1px Green;
            background-image:url('../../_common/_images/CrypticWordNumber_2.png'); 
        }
        
        .puzzleBak_3 {
            width: 14px;
            height: 16px;
            font-weight: normal;
            font-size: small;
            color: #000000;
            border: solid 1px Green;
            background-image:url('../../_common/_images/CrypticWordNumber_3.png'); 
        }
        
        .puzzleBak_4 {
            width: 14px;
            height: 16px;
            font-weight: normal;
            font-size: small;
            color: #000000;
            border: solid 1px Green;
            background-image:url('../../_common/_images/CrypticWordNumber_4.png'); 
        }
        
        .puzzleBak_5 {
            width: 14px;
            height: 16px;
            font-weight: normal;
            font-size: small;
            color: #000000;
            border: solid 1px Green;
            background-image:url('../../_common/_images/CrypticWordNumber_5.png'); 
        }
        
        .puzzleBak_6 {
            width: 14px;
            height: 16px;
            font-weight: normal;
            font-size: small;
            color: #000000;
            border: solid 1px Green;
            background-image:url('../../_common/_images/CrypticWordNumber_6.png'); 
        }

        .lblWords  {
            font-weight:bold;
            font-size:125%;
        }

/* Puzzle Grid Styles END */

.rowPromo .tdGame, .rowPromoAlt .tdGame, .rowHeader .tdGame
{
    text-align:left;
}

a.playLink:Link, a.playLink:Visited, a.playLink:Active
{
    background-color: #135f7f;
    border: solid 1px Green;
    color: White;
    padding: 4px 12px 4px 12px;
    text-decoration:none;   
}

a.playLink:Hover
{
    background-color: Green;
    border: solid 1px #125f7f;
    color: White;
    padding: 4px 12px 4px 12px;
    text-decoration:none;   
}

/*
lblLink.a:link, lblLink.a:active, lblLink.a:visited
{
    text-decoration:none;
    color:Blue;
}

lblLink.a:hover 
{
    text-decoration:none;
    color:#6DB33F;
}
*/


.scoresHeaderRow 
{
    color: Orange;
}

.TitleAndTheme
{
    color: #003366;
    border: solid 1px Green;
    display: inline-table;
}

.TitleAndTheme td 
{
    padding-left: 10px;
    padding-right: 10px;
}


/* New Styles (done correctly) */

.GameTitleAndSponsor
{
    border:solid 2px #6699cc;
    display:inline-table;
}

.GameTitleAndSponsor td
{
    text-align:left;
    padding:2px 5px 2px 5px;
}

.GameTitleAndSponsor td.yourScore 
{
    font-weight: bold;
}

.stdTable
{
    border:solid 2px #6699cc;
    display:inline-table;
}

.stdTable td
{
    padding: 2px 5px 2px 5px;
}

.disclaimerCell 
{
    font-size: 70%;
    color: Red;
}

.tblTopTimes 
{
    border: solid 2px Red;
}

.smallTable 
{
    border:solid 2px #6699cc;
    color: Navy;
    display:inline-table;
    font-size:80%;
}

.smallTable td
{
    padding: 0px 5px 0px 5px;
}

.smallTable .rowNormal
{
    background-color: #eeeeee;
}

.smallTable .rowAlt
{
    background-color: #ffffff;
}

.smallTable .rowHeader
{
    background-color: #6699cc;
    color: White;
    font-weight: bold;
}

.smallTable .rowHeader td 
{
    padding: 3px 0px 3px 0px;
}

.ohjhoGameTableWithBackground 
{

}

.cellBottom 
{
    border-top:solid 1px Silver;
    border-bottom:solid 1px Silver;
}

.tblMaster 
{
    display:inline-table;
}

.txtHidden 
{
    visibility: hidden;
}


/*Marquee    */

a.text_scroller {
color: #00f;
}
 
div.wrap {
width: 135px;
margin: 10% auto;
text-align: center;
font-size:small;
}
 
.left { float:left; }
.right { float:right; }
 
#left_scroller {
position: relative;
width: 130px;
height: 150px;
background: #fff;
color: Gray;
text-decoration:none;
font-size: small;
overflow: hidden;
border: 2px ridge #007878;
padding: 5px;
margin: 1%;
}

.marqueeStatic {
    background: #fff;
    color: Gray;
    text-decoration:none;
    font-size: x-small;
    text-align: center;
}
