@charset "UTF-8";
/* CSS Document */

div.mapContainer {
	width:880px;
}

div.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
}

div.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

td#header {
	
}

div.headerText {
	font-family:"Times New Roman", Times, serif;;
	font-size:14px;
	padding-top:20px;
	padding-bottom:5px;
}

td#footer {

}

div.footerText {
	font-family:"Times New Roman", Times, serif;;
	font-size:12px;
	color:#999999;
	width:880px;
	padding-top:20px;
}

a.footerLink {
	font-family:"Times New Roman", Times, serif;;
	font-size:12px;
	color:#999999;
}

div.componentOutline {
	position:relative;
	width:880px;
	height:660px;
	border:thin #000 solid;
}

/* Project Specific styles */
#game_field, #gameTitle, #scoreFrame, #gameSelectorFrame, #titleSub, #butNewGame { display:none }

#game_field { position:absolute; width:880px; height:660px; top:0px; left:0px; background-image:url(../graphics/game_field-04.png); }
.IMA-Components-Graph-BracketGame-GameField-TeamContainer-BYE { width:74px; height:19px; background-image:url(../graphics/teams/BYE.png); }
#gameTitle { position:absolute; left:290px; top:20px; width:300px; height:30px; font-size:26px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#000000; text-align:center; }
#titleSub { position:absolute; left:340px; top:50px; width:200px; height:30px; font-size:16px; font-family:Arial, Helvetica, sans-serif; color:#6A6A6A; text-align:center; }
#scoreFrame { position:absolute; left:350px; top:90px; width:185px; height:30px; font-size:21px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#000000; text-align:center; }
#scoreHeader { font-size:21px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#000; text-align:right; }
#score { font-size:21px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#357F00; text-align:right; margin-left:5px; width:20px; }
#butNewGame { position:absolute; left:379px; top:560px; width:115px; height:33px; background-image:url(../graphics/buttons/new_game-up.png); }
#butNewGame:hover { background-image:url(../graphics/buttons/new_game-over.png); }
#gameSelector { position:absolute; left:375px; top:610px; width:150px; height:50px; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#000; }
#gameSelectorFrame td { padding-left:5px; padding-bottom:5px; }
#infoWindowContainer { position:absolute; top:0px; left:0px; z-index:100; }
#finishedGameContainer { position:absolute; top:0px; left:0px; width:880px; height:660px; background-image:url(../graphics/finished_game_bg-04.png); display:none; }
#finishedGameTextContainer { position:absolute; top:263px; left:315px; width:250px; height:200px; }
.bluehighlight { color:#178DFF; }
.finishedGameTitle { text-align:center; font-size:26px; padding:5px; }
.finishedGameScoreTitle { text-align:center; font-size:21px; padding-top:20px; }
.finishedGameInstructions { text-align:center; font-size:14px; padding:5px; }
.finishedGameScore { font-size:21px; }
.finishedGameScore td { text-align:center; padding-bottom:20px; }

#rdbDen { display:none; }

/* remove this for standard infowindow size */
.IMA-Components-Graph-BracketGame-GameField-InfoWindowContainer { width:300px!important; height:100px!important; }
.IMA-Components-Graph-BracketGame-GameField-InfoWindowContainer-Title { width:295px!important; }
.IMA-Components-Graph-BracketGame-GameField-InfoWindowContainer-Left-Title { top:25px!important; left:5px!important; width:142px!important; height:35px!important; vertical-align:middle; }
.IMA-Components-Graph-BracketGame-GameField-InfoWindowContainer-Left-Description { top:75px!important; left:5px!important; width:142px!important; height:30px!important; }
.IMA-Components-Graph-BracketGame-GameField-InfoWindowContainer-Right-Title { top:25px!important; left:153px!important; width:142px!important; height:35px!important; vertical-align:middle; }
.IMA-Components-Graph-BracketGame-GameField-InfoWindowContainer-Right-Description { top:75px!important; left:153px!important; width:142px!important; height:30px!important; }

.IMA-Components-Graph-BracketGame-GameField-SlotContainer-Slot-Incorrect { background-color: #e4b38b!important; }
.IMA-Components-Graph-BracketGame-GameField-SlotContainer-Slot-Correct { background-color: #aceb7d!important; }