/*score: Univers Std 75 Black - www.whatfontis.com
		VI Thuoc Duoc Hoa - www.whatfontis.com
  clue values: Rama Gothic Expanded Bold - www.whatfontis.com
				Rama Slab E-Bold - www.whatfontis.com
				Impact WGL Regular - www.whatfontis.com****
*/

/* use www.fontsquirrel.com for @font-face generator */
/*clue value font */
@font-face {
    font-family: 'swiss911_xcm_btregular';
    src: url('fonts/clue-values-webfont.eot');
    src: url('fonts/clue-values-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/clue-values-webfont.woff') format('woff'),
         url('fonts/clue-values-webfont.ttf') format('truetype'),
         url('fonts/clue-values-webfont.svg#swiss911_xcm_btregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* clue font */
@font-face {
    font-family: 'korinna_btregular';
    src: url('fonts/korinna_regular_bt-webfont.eot');
    src: url('fonts/korinna_regular_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/korinna_regular_bt-webfont.woff') format('woff'),
         url('fonts/korinna_regular_bt-webfont.ttf') format('truetype'),
         url('fonts/korinna_regular_bt-webfont.svg#korinna_btregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*airdate numbers */
@font-face {
    font-family: 'universitalicbold';
    src: url('fonts/univers_67_condensed_bold-webfont.eot');
    src: url('fonts/univers_67_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/univers_67_condensed_bold-webfont.woff') format('woff'),
         url('fonts/univers_67_condensed_bold-webfont.ttf') format('truetype'),
         url('fonts/univers_67_condensed_bold-webfont.svg#universitalicbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* game score font */
/*
@font-face {
		font-family: 'VI-ThuocDuoc';
		src: url('fonts/vithuocduoc.eot');
		src: url('fonts/vithuocduoc.eot?#iefix') format('embedded-opentype'),
			 url('fonts/vithuocduoc.woff') format('woff'),
			 url('fonts/vithuocduoc.ttf') format('truetype'),
			 url('fonts/vithuocduoc.svg#vithuocduoc') format('svg');
		font-weight: normal;
		font-style: normal;
}
*/

/* game score font */
@font-face {
	font-family: 'VI-ThuocDuoc';
	src: url('fonts/lectern3.eot');
	src: url('fonts/lectern3.eot?#iefix') format('embedded-opentype'),
		url('fonts/lectern3.woff') format('woff'),
			 url('fonts/lectern3.ttf') format('truetype'),
			 url('fonts/lectern3.svg#lectern3') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #999;
	/*
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 4%, #666666 100%); /* FF3.6+ 
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(4%,#ffffff), color-stop(100%,#666666)); /* Chrome,Safari4+
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 4%,#666666 100%); /* Chrome10+,Safari5.1+
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 4%,#666666 100%); /* Opera 12+
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 4%,#666666 100%); /* IE10+
	background: radial-gradient(ellipse at center,  #ffffff 4%,#666666 100%); /* W3C
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#666666',GradientType=1 ); /* IE6-8 fallback on horizontal gradient
	*/
}

a {
	text-decoration: none;
	color: black;
}

select::-ms-expand {
    display: none;
}

#scoreDisplay {
	display: none;
	position: absolute;
	top: 230px;
	left: 140px;
	background-color: #1240ab;
	height: 40px;
	width: 150px;
	
	text-align: center;
	line-height: 45px;
	color: white;
	font-family: 'VI-ThuocDuoc', Arial, serif;
	font-size: 24px;
	text-shadow: 1px 1px 0 black;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
/*
	-moz-box-shadow: 	-9px 9px 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: -9px 9px 10px rgba(0,0,0,0.6);
	box-shadow: 		-9px 9px 10px rgba(0,0,0,0.6);
*/
	 /*various shape drop shadow */
/*	-webkit-filter: drop-shadow(-3px 5px 5px rgba(0,0,0,0.6));
	filter: url(/assets/svg/shadow.svg#drop-shadow);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='rgba(0,0,0,0.3)')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5,Direction=135,Color='rgba(0,0,0,0.3)');
*/	
	z-index: 100;
}

#scoreDisplay:after {
	content: ' ';
	width: 0;
	height: 0;
	position: absolute;
	border: 20px solid transparent;
	border-left-color: #1240ab;

	left: 149px;
	top: 0px;
}

#overlay {
	display: none;
	position: fixed;
	background: #999;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	width: 100%;
	height: 100%;
	z-index: 103;
	top: 0;
	left: 0;

}

#scriptmessage {
	font-family: 'korinna_btregular', Georgia, serif;
	color: white;
	height: 445px;
	background: #1240ab;
	text-align: center;
	text-shadow: 1px 1px 0 black;
	padding-top: 15px;
}

#header  {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 50px;
	background-color: #06266f /* #4671d5;  #6c8cd5 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#06266f), to(#1240ab));
	background-image: -webkit-linear-gradient(top, #06266f, #1240ab);
	background-image: -moz-linear-gradient(top, #06266f, #1240ab);
	background-image: -ms-linear-gradient(top, #06266f, #1240ab);
	background-image: -o-linear-gradient(top, #06266f, #1240ab);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#06266f, endColorstr=#1240ab)";
	background-repeat: repeat-x;
	/* box-shadow: inset 0 -8px 8px -8px #000000; */ /* inset bottom only */
	-moz-box-shadow:    0px 3px 7px #000;
	-webkit-box-shadow: 0px 3px 7px #000;
	box-shadow:         0px 3px 7px #000;
}

.header-logo {
	float: left;
	margin-top: 10px;
	margin-left: 15px;	
}

#airdate-components {
	/* border: 1px solid white; */
	width: 270px;
	height: 30px;
	padding: 0;
	float:right;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	background-color: #fff;
	opacity: 0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
}
.airdate-label  {
	font-family: 'korinna_btregular',Georgia,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	cursor: pointer;
	/*margin-top: 5px;*/
}

.textbox-airdate-month, .textbox-airdate-day, .textbox-airdate-year {
	font-family: 'universitalicbold',Arial,sans-serif;
	font-size: 16px;
	color: black;
	border: 0;
	margin: 0;
	line-height: 20px;
}

.textbox-airdate-month:focus, .textbox-airdate-day:focus, .textbox-airdate-year:focus {
	outline:none;
}

.textbox-airdate-month {
	text-align:right;
	width: 20px;
}

.textbox-airdate-day {
	text-align:center;
	width: 20px;
}

.textbox-airdate-year {
	text-align:left;
	width: 30px;
}

.button-value-add, .button-value-add-nohover , .button-wager-correct, .button-wager-correct-nohover ,
.reset-popup-yes , .reset-popup-yes-nohover {
	width: 325px;
	height: 86px;
	background-color: #017AAD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	background-image: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background-image: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background-image: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background-image: -o-linear-gradient(top, #3e779d, #65a9d7);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3e779d, endColorstr=#65a9d7)";
	background-repeat: repeat-x;
	
	/*border: 1px solid #00454D;*/
	border-bottom: 2px solid #00535C;
	font-size: 60px;
	color: white;
	font-family: 'swiss911_xcm_btregular',Arial,sans-serif;
	letter-spacing: 1px;
	/*font-weight: bold;*/
	/*text-shadow: 0 2px 1px #005C86;*/
	/*text-shadow: 0 1px 0 black;*/
	text-shadow: 2px 2px 0 black;
	
	border: 1px solid #8C8C8C;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,0.25);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
	/* cursor: pointer; */

	margin-bottom: 4px;
	text-align: center !important;
	text-decoration: none!important;
	border-bottom: 2px solid #7F7F7F;
	padding: 0;
}

.button-value-add:hover, .button-wager-correct:hover , .reset-popup-yes:hover {  
	background-color: #066791;
	background-image: -moz-linear-gradient(top,#06719F,#07597C);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#06719F),to(#07597C));
	background-image: -webkit-linear-gradient(top,#06719F,#07597C);
	background-image: -o-linear-gradient(top,#06719F,#07597C);
	background-image: linear-gradient(to bottom,#06719F,#07597C);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#06719F, endColorstr=#07597C)";
	background-repeat: repeat-x;
	/*text-shadow: 0 -2px 1px #005C86;*/
	text-shadow: 2px 2px 0 black;
}
 
.button-value-add:active, .button-value-add-nohover:active, .button-wager-correct:active, .button-wager-correct-nohover:active, 
.reset-popup-yes:active , .reset-popup-yes-nohover:active  {
   	/*border-top-color: #1b435e;*/
   	background: #1b435e;
	/*text-shadow: 0 -2px 1px #005C86;*/
	text-shadow: 2px 2px 0 black;
}
   
.button-value-subtract , .button-value-subtract-nohover , .button-wager-wrong, .button-wager-wrong-nohover ,
.reset-popup-no, .reset-popup-no-nohover {
 	width: 325px;
	height: 86px;
	background-color: #017AAD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9c3e43), to(#d66565));
	background-image: -webkit-linear-gradient(top, #9c3e43, #d66565);
	background-image: -moz-linear-gradient(top, #9c3e43, #d66565);
	background-image: -ms-linear-gradient(top, #9c3e43, #d66565);
	background-image: -o-linear-gradient(top, #9c3e43, #d66565);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9c3e43, endColorstr=#d66565)";
	background-repeat: repeat-x;
	border: 1px solid #00454D;
	border-bottom: 2px solid #00535C;
	font-size: 60px;

	color: white;
	font-family: 'swiss911_xcm_btregular',Arial,sans-serif;
	letter-spacing: 1px;
	/*font-weight: bold;*/
	/*text-shadow: 0 2px 1px #005C86;*/
	/*text-shadow: 0 1px 0 black;*/
	text-shadow: 2px 2px 0 black;

	border: 1px solid #8C8C8C;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,0.25);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);

	margin-bottom: 4px;
	text-align: center;
	text-decoration: none!important;
	border-bottom: 2px solid #7F7F7F;
	padding: 0;
}

.button-value-subtract:hover, .button-wager-wrong:hover, .reset-popup-no:hover  {
   	background-color: #066791;
	background-image: -moz-linear-gradient(top,#9c3e43,#782828);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#9c3e43),to(#782828));
	background-image: -webkit-linear-gradient(top,#9c3e43,#782828);
	background-image: -o-linear-gradient(top,#9c3e43,#782828);
	background-image: linear-gradient(to bottom,#9c3e43,#782828);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9c3e43, endColorstr=#782828)";
	background-repeat: repeat-x;
	/*text-shadow: 0 -2px 1px #782828;*/
	text-shadow: 2px 2px 0 black;
	
}
   
.button-value-subtract:active, .button-value-subtract-nohover:active , .button-wager-wrong:active, .button-wager-wrong-nohover:active ,
.reset-popup-no:active , .reset-popup-no-nohover:active  {
   /*border-top-color: #5c1b1b;*/
   background: #5c1b1b;
   /*text-shadow: 0 -2px 1px #782828;*/
   text-shadow: 2px 2px 0 black;
}

.button-wager-correct, .button-wager-correct-nohover , .button-wager-wrong, .button-wager-wrong-nohover  {
	width: 270px;
	letter-spacing: -2px;
	font-size: 45px;
	font-family: Georgia,Arial,sans-serif;
	font-weight: bold;
	margin: 0;
}
   
.list-value-add, .list-value-subtract, .list-undo-buttons ,
.list-game-state-buttons  {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.list-value-add, .list-value-subtract {
	margin-top: 10px;
}

.list-value-add, .button-wager-correct {
	float: left;
}

.list-value-subtract, .button-wager-wrong {
	float: right;
}

#wagerButtons {
	/*overflow: auto;*/
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid black;*/
	width: 85%;
}
 
#formSubmitScore {
	margin-top: 85px;
}

#searchbutton {
  	opacity: 0.7;
	  filter:alpha(opacity=70); /* For IE8 and earlier */
    float: right;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 15px;
  	height: 30px;
    width: 30px;
    background-image:url("images/search_glass.png");
    background-color: transparent;
    border: 0;
    -webkit-transition: opacity 0.2s; /* Safari */
    transition: opacity 0.2s;
}

#searchbutton:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#statsbutton {
	opacity: 0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	float: right;
	width: 100px;
	background-color: #fff;
	border: 0;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	border-radius: 5px;
	font-family: 'korinna_btregular',Georgia, Arial,sans-serif;
	height: 30px;
	cursor: pointer;
}

#statsbutton:active {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#scoreboard-container  {
	/* border: 1px solid black; */
	position: relative;
	width: 930px;
	height: 605px;
	background-image:url("images/egg_shell.png");
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:    0px 0px 13px #000;
	-webkit-box-shadow: 0px 0px 13px #000;
	box-shadow:         0px 0px 13px #000;

	/*
	-moz-box-shadow:    0px 0px 20px #333;
	-webkit-box-shadow: 0px 0px 20px #333;
	box-shadow:         0px 0px 20px #333;
	*/
	padding: 10px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.textbox-score , .textbox-tally, .textbox-wager, #submitTextBox, #gametype, #gametypeStats , #altStatsDropdown {
	background-color: #E8E8E8;
	
	-moz-box-shadow: inset 0 0 6px #888;
	-webkit-box-shadow: inset 0 0 6px #888;
	box-shadow: inset 0 0 6px #888;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-appearance: none;
}

#gametype-label {
	font-size: 24px;
	font-family: 'korinna_btregular', Georgia, serif;
}

#secondaryStatsHeader {
	margin-top: 25px;
	height: 35px;
	width: 100%;
	text-align: center;
}

#altStatsLabels {
	width: 100%;
	height: 30px;
	margin: 0;
}

#gametype, #gametypeStats, #altStatsDropdown {
	background-color: #E8E8E8;
	width: 270px;
	height: 37px;
	/*font-size: 25px;*/
	font-family: Georgia, serif;
	margin-left: 0px;
	float: left;

	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(images/arrow_down_triangle_mod.png) no-repeat right #E8E8E8;
	background-size: 18px 18px;
	
	/*
	border-top: 2px solid #888;
	border-left: 2px solid #888;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	*/
	border: 1px solid #888;	
	cursor: pointer;
	outline: none;
}

#gametype:focus, #gametypeStats:focus, #altStatsDropdown :focus  {
	outline: none;
}

#gametype {
	
	font-size: 20px;
	padding: 5px;
}

#gametypeStats {
	height: 30px;
	width: 240px;
	font-size: 16px;
	padding: 4px;
	font-weight: bold;
	font-family: 'korinna_btregular',Arial,sans-serif;
	float: none;
	
}

#altStatsDropdown  {
	height: 30px;
	width: 295px;
	font-size: 16px;
	padding: 4px;
	font-weight: bold;
	font-family: 'korinna_btregular',Arial,sans-serif;
	float: none;
}

#final-jeopardy-container , #formResults {
	display: none;
	
	-moz-box-shadow: inset 0 0 6px #888;
	-webkit-box-shadow: inset 0 0 6px #888;
	box-shadow: inset 0 0 6px #888;
	border: 1px solid #888;
	
	-webkit-border-radius: 5px;
	/*-moz-border-radius: 5px;*/
	border-radius: 5px;
	/*background: #D9E9FF;*/
	/*background-image:url("images/egg_shell_blue.png");*/
	/* background-color: #E8E8E8; */
	background-color: #D8D8D8;
	height: 445px;
	margin-top: 10px;
	text-align: center;
	position: relative;
}


#formResults-data {
	padding: 10px;
	font-family: 'korinna_btregular',Arial,sans-serif;
	font-size: 14px;
	color: black;
	text-align: center;
	height: 425px;
}

#formResults-data table {
	width:90%;
}

#formResults-data td {
	/*border: 1px solid #3366FF;*/
}


#final-submit-container {
	position: relative;
	width: 80%;
	/*height: 450x;*/
	height: 90%;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px ridge black;*/
	padding-top: 20px;
	text-align: center;
}

#finalWager {
	display: none;
	width: 100%;
	position: relative;
	overflow: visible;
}

#final-jeopardy-message-container  {
	/*border: 1px solid black;*/
	height: 50px;
	/*clear: both;*/
	width: 85%;
	display: table;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

#final-jeopardy-message {
	display: table-cell;
	vertical-align: middle;
	font-family: 'korinna_btregular', Georgia, Arial, serif;
	font-size: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px 10px 5px 10px;
}


.textbox-wager, #submitTextBox  {
	border: 1px solid #888;
	font-size: 30px;
	font-family: 'Trebuchet MS', Georgia, Arial, serif;
	height: 35px;
	outline:none;
}

.textbox-wager {
	width: 84%;
	margin: 10px 0px 20px 0px;
	text-align: center;
	font-size: 28px;
	padding: 0;
}

#submitTextBox  {
	float: right;
	margin-bottom: 15px;
	width: 240px;
	padding: 0px 15px 0px 15px;
	font-size: 18px;
}

#SubmitScore {
	/*margin-top: 215px;*/
	/*text-align: right;*/
	/*border: 1px solid black;*/
	
	/*
	width: 100%;
		*/
	position: absolute;
	bottom: 30px;
	left: 50px;
	/*clear: both;*/

	width:85%;
	/*
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	*/
	
}

#scoreboard-left {
	/* border: 1px solid black; */
	padding: 0px;
	width: 260px;
	height: 570px;
	float: left;
}

#scoreboard-right {
	float: right;
	width: 660px;
}

#game-round-container{
	overflow: auto;
	/*border: 1px solid black;*/
	width: 660px;
	height: 462px;
	
	/*height: 100%;*/
}

#clue-values-container {
	/*border: 1px solid black;*/
/*
	padding: 0px;
	margin: 0px;
*/
	
	width: 100%;
	height: 462px;
	display: block;
}

#clue-values-add {
	/* width: 260px; */
	/*margin-top: 2px;*/
	float: left;
}

#clue-values-subtract {
	/* width: 260px; */
	/*margin-top: 2px;*/
	float: right;
}

#score-box {
	/* border: 1px solid black; */
	width: 660px;
}

#undo-buttons , #game-state-buttons {
	position: relative;
	width: 260px;
	height: 61px;
	text-align: center;
	/* border: 1px solid black; */
}

#undo-buttons {
	margin-bottom: 10px;
}

#game-state-buttons  {
	margin-top: 10px;
}

.list-undo-buttons  li {
	display: inline;
}

.list-game-state-buttons li {
	display: inline;
}

.button-undo, .button-undo-nohover  {
	height: 61px;
	width: 123px;
	/* margin-left: 11px; */
}

.button-game-state, .button-game-state-small , .button-game-state-nohover, .button-game-state-small-nohover{
	height: 61px;
}

.button-game-state-small, .button-game-state-small-nohover {
	width: 60px;
}

.button-undo, .button-game-state, .button-game-state-small, .button-endgame, .button-save ,
.button-undo-nohover, .button-game-state-nohover, .button-game-state-small-nohover, .button-endgame-nohover, .button-save-nohover {
  font-family: Arial,sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 12px;
  text-align: center;
  padding: 3px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 3px #bdbdbd;
  -moz-box-shadow: 0px 2px 3px #bdbdbd;
  box-shadow: 0px 2px 3px #bdbdbd;
  text-shadow: 0px 1px 0px #fff !important;
  border: solid #888 1px;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#edeaed), to(#d9d9d9));
	background-image: -webkit-linear-gradient(top, #edeaed, #d9d9d9);
	background-image: -moz-linear-gradient(top, #edeaed, #d9d9d9);
	background-image: -ms-linear-gradient(top, #edeaed, #d9d9d9);
	background-image: -o-linear-gradient(top, #edeaed, #d9d9d9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#edeaed, endColorstr=#d9d9d9)";

	margin: 0;
}

.button-undo, .button-game-state, .button-game-state-small , .button-undo-nohover, .button-game-state-nohover, .button-game-state-small-nohover {
	font-size: 15px;
}

.button-undo:hover, .button-game-state:hover , .button-game-state-small:hover, .button-endgame:hover, .button-save:hover {

	background-image: -moz-linear-gradient(top,#e0dde0,#bababa);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#e0dde0),to(#bababa));
	background-image: -webkit-linear-gradient(top,#e0dde0,#bababa);
	background-image: -o-linear-gradient(top,#e0dde0,#bababa);
	background-image: linear-gradient(to bottom,#e0dde0,#bababa);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0dde0, endColorstr=#bababa)";

}

.button-undo:active, .button-game-state:active, .button-game-state-small:active, .button-endgame:active, .button-save:active,
.button-undo-nohover:active, .button-game-state-nohover:active, .button-game-state-small-nohover:active, .button-endgame-nohover:active, .button-save-nohover:active  {
  background: #c7c7c7;
}

#saveButton {
	position: fixed;
	bottom: 15px;
	right: 15px;	
}

.button-endgame, .button-endgame-nohover {
	height: 45px;
	width: 100%;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 20px;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #bdbdbd;
	-moz-box-shadow: 0px 2px 3px #bdbdbd;
	box-shadow: 0px 2px 3px #bdbdbd;
	text-shadow: 0px 1px 0px #fff;
	border: solid #888 1px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#edeaed), to(#d9d9d9));
	background: -moz-linear-gradient(top, #edeaed, #d9d9d9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#edeaed, endColorstr=#d9d9d9)";
}

.list-wager li {
	display: inline;
	list-style-type: none;
	padding: 5px;
	margin: 0px;
}

#wager-label {
	font-size: 28px;
	font-weight:bold;
	text-align: center;
	font-family: Georgia, Arial, serif;
	color: #333;
	/*margin-top: 12px;*/
	padding-top: 20px;
}


.textbox-score {
	width: 657px;
	height: 61px;
	font-size: 46px;
	border: 1px solid #888;
	padding: 0px;
	
	font-family: 'VI-ThuocDuoc', Georgia, serif;
	text-align: center;
	text-shadow: 2px 2px 1px #000; /*#999;*/
	
	color: white;
	background-color: #1240ab; /* actual blue #001DEC*/
	-moz-box-shadow: inset 0 0 5px #333;
	-webkit-box-shadow: inset 0 0 5px #333;
	box-shadow: inset 0 0 5px #333;	
}

#answer-tally-container{
	border: 1px solid black;
	padding: 0px;
	width: 660px;
	/* height: 60px; */
}

#listTallyLabels {
	overflow: auto;
	/*border: 1px solid black;*/
	width: 660px;
	margin-top: 13px;
}

.label-correct, .label-wrong  {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: 'korinna_btregular',Georgia, Arial, serif;
	/*text-shadow: 0px 1px 0px #fff;*/
	font-weight: bold;
	font-size: 22px;
	width: 320px;
	height: 35px;
	border: 0;
	background: transparent;
}

.label-correct {
	float: left;
}

.label-wrong {
	float: right;
}

/* label for the tally boxes */
label {
	padding: 0px;
	margin: 0px;
	display:block;
	text-align: center;
	font-family: 'Domine', Arial, serif;
	/*font-weight: bold;*/
	font-size: 24px;
}

.list-tally {
	padding: 0px;
	/*margin-top: 18px;*/
	margin: 0px;
	list-style-type: none;
	width:660px;
}

.tally-correct {
	padding: 0px;
	float: left;
}

.tally-wrong {
	padding: 0px;
	float: right;
}

.textbox-tally {
	width: 322px;
	height: 35px;
	font-size: 27px;
	padding: 0px;
	font-family: 'VI-ThuocDuoc', Georgia, serif;
	text-align: center;
	text-shadow: 2px 2px 1px #999;
	border: 1px solid #888;
}


#showStats {
	display:none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	/*width: 950px;*/
	width: 970px;
	height: 590px;
	padding: 5px 10px 5px 10px;
	border: 1px solid black;
	/*background-image:url("images/egg_shell.png");*/
	background-color: #D8D8D8; /*#E8E8E8;*/
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:    0px 0px 13px #000;
	-webkit-box-shadow: 0px 0px 13px #000;
	box-shadow:         0px 0px 13px #000;
	
	/*
	-moz-box-shadow:    0px 0px 20px #333;
	-webkit-box-shadow: 0px 0px 20px #333;
	box-shadow:         0px 0px 20px #333;
	*/
	
	font-family: 'korinna_btregular',Arial,sans-serif;
	font-size: 14px;
	z-index: 101;
}

#stats {
	height: 430px;
}

#secondaryStats {
	height: 243px;
}

#altStatsLabels {
	width: 100%;
	padding-left: 6px;
}

#altStatsLabels h3 {
	width: 100%;
	padding-left: 0px;
}

#altStatsLeft, #altStatsRight, #altStatsLeftLabel, #altStatsRightLabel {
	/*border: 2px solid #000;*/
	/*width: 470px;*/
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}

#altStatsLeft, #altStatsLeftLabel {
	float: left;
}

#altStatsRight, #altStatsRightLabel{
	float: right;
}


#preloader {
	/*center at top*/
	text-align: center;
	/* centered in div */
	/*
	position: relative;
    left: 50%;
    top: 50%;
    margin-left: -32px; 
    margin-top: -32px;  
    display: block;
	*/
}

#statsHeader {
	text-align: center;
	width: 100%;
	height: 70px;
}

h1 {
	margin-top: 15px;
	margin-bottom: 5px;
}

h2 {
	margin: 6px 0px 2px 0px;
}

h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 6px;
}

table {
    border-spacing: 5px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	table-layout:fixed;
}


td  {
    border: 1px solid #3366FF;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    padding: 5px;
	text-align: center;
	background-color: #3366FF;
	color: white;
	width: 85px;
}

.submittedStats {
	/*border: 2px solid #ccc;*/
	border: 1px solid #3366FF;
	background-color: #ccc;
	/*color: #06266f;*/
	color: black;
}

 .statsTableHeader {
	background-color: #0000cc;
	border: 1px solid #0000cc;
}

td.wide {
	width: 212px;
}

td.impact {
	font-weight: bold;
	color: yellow;
}

#closewindow {
	position: relative;
	float: right;
	top: -6px;
	right: -11px;
	/*top: 85px;
	right: 154px;*/
	width: 40px;
	height: 30px;
	/* background: transparent url('images/close.png') -40px 0px; */
	cursor: pointer;
	z-index: 102;
	font-family: 'korinna_btregular',Arial,sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: white;
	-webkit-border-radius: 0px 10px 0px 10px;
	-moz-border-radius: 0px 10px 0px 10px;
	border-radius: 0px 10px 0px 10px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	line-height: 30px;
	background-color: #3366FF;
}

/*
#formResultsClose {
	top: 0px;
	right: -5px;
	border-top: 0px;
	border-right: 0px;
	color: black;
}
*/

#reset-popup, #airdate-alert-popup
{
	position:fixed;
	display:none;
	/*
	width: 375px;
	height: 175px;
	*/
	padding: 25px;
	background-color: #0000CD; /*#0037FB;*/

	font-family: 'korinna_btregular', Arial, serif;
	font-size: 28px;
	color: white;
	text-shadow: 2px 1px 1px #000;
	text-align: center;
	
	border: 5px ridge #2F4F4F;
	border-radius: 4px;
	
	-moz-box-shadow:    0 7px 12px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 7px 12px rgba(0,0,0,.7);
	box-shadow:         0 7px 12px rgba(0,0,0,.7);
	
	margin: 0;
	z-index: 104;
}

#reset-popup p
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}

#reset-popup-buttons-container {
	display: table;
	width:100%;
}

#reset-popup-buttons {
	display: table-cell;
	width: 100%;
	height: 125px;
	margin: 0;
	/*padding-left: 15px;
	padding-right: 15px;
	*/
	padding: 0;
	vertical-align: middle;
	text-align: center;
	/*border: 1px solid #fff;*/
}

.reset-popup-button {
	height: 60px;
	width: 160px;
	font-family: 'korinna_btregular', Arial, serif;
	font-size: 28px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid;
	-webkit-box-shadow: 0 2px 0 #666;
	-moz-box-shadow: 0 2px 0 #666;
	box-shadow: 0 2px 0 #666;
}

.reset-popup-yes {
	/*float: left;*/
	margin-right: 5px;
	border: 1px solid #1b435e;
}

.reset-popup-yes:active {
	border: 1px solid #1b435e;
}

.reset-popup-no {
	/*float: right;*/
	margin-left: 5px;
	border: 1px solid #9c3e43;
}

.reset-popup-no:active {
	border: 1px solid #5c1b1b;
}

#closewindow:hover  {
	background-color: #CC3300; /* #9c3e43; */
}

.disabled {
	color: #666;
	/*border: 1px solid #999;*/
	background: #ccc;
	text-shadow: 2px 2px 0 #999; 
}

.disabled:hover {
	background: #ccc;
	text-shadow: 2px 2px 0 #999; 
}

.disabled:active {
	background: #ccc;
	/*border: 1px solid #8C8C8C;*/
}

.separator {
	margin-left: 8px;
}


button, #closewindow {
	/* hides click highlight on mobile devices */
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
}

.linkcluevalue {
	color: white;
}

@-moz-document url-prefix() {

	.button-value-subtract, .button-value-add {
        margin-bottom: 4px;
    }
	
	.button-undo, .button-undo-nohover  {
	height: 61px;
	width: 124px;
	/* margin-left: 11px; */
	}
	
	.list-value-add, .list-value-subtract {
		margin-top: 14px;
	}
	
	.separator {
		margin-left: 5px;
	}
	
	/*
	.airdate-label {
		margin-left: 20px;
	}
	*/
	.button-value-add, .button-value-add-nohover, .button-value-subtract, .button-value-subtract-nohover {
		height: 85px;
	}

	#gametype,#gametypeStats, #altStatsDropdown {
		-moz-appearance: none;
		text-indent: 0.01px;
		text-overflow: '';
	}
}