/* CSS Document */

* {
	padding:0;
	margin:0;
}

/*
####################################
GENERIC PAGE STRUCTURE
####################################
*/

body {
	background-color:#518BC8;
	margin:0 auto;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#004696;
}

table {
	font-size: 1em;
}

tr {
	font-size: 1em;
}

td {
	font-size: 1em;
	padding-right:10px;
	padding-bottom: 2px;
}

form label {
  cursor:pointer;
}
  
form label:hover {
  color:#618B14;
  text-decoration: underline;
}

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 200px;
	background-color: #E7EEF8;
	padding: 0 0 0 2px;
	border: 1px solid #004696
}

.formtextError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 200px;
	background-color: #FFE1E1;
	border: 1px solid #004696
}

.maintextRed {
	color: #FF0000;
	font-weight: bold
}

#Container {
	text-align:center;
	background:url(assets/bg_shadow.jpg) repeat-y;
	width:783px;
	padding:0;
	margin:0 auto;
}

#Wrapper {
	text-align:center;
	background-color:#FFFFFF;
	width:765px;
	padding:0;
	margin:0 auto;
}

#Header {
	padding:0;
	background-color:#FFFFFF;
	text-align:left;
	color:#004696;
	font-size:100%;
}

#HeaderTop {
	height:50px;
	background:url(assets/img_topheader.gif) top left no-repeat;
}

#HeaderTop img {
	width:690px;
	height:49px;
	border:0;
}

#HeaderTop .LogInButton {
	width:47px;
	height:19px;
	border:0;
	margin:15px 20px 0 0;
}

#HeaderMenu	{
	height:33px;
}

#HeaderCurveTop {
	height:130px;
}

#HeaderCurveTop img {
	height:130px;
	width:765px;
	border:0;
}

#HeaderCurveBottom {
	clear:both;
	height:44px;
}

#HeaderCurveBottom h1 {
	padding-right:265px;
	padding-left:20px;
	margin:0;
}

.HeaderCorner {
	background:url(assets/header_corner.gif) top right no-repeat;
}

.HeaderCorner1 {
	background:url(../img/header_1_corner.jpg) top right no-repeat;
}

.HeaderCorner2 {
	background:url(../img/header_2_corner.jpg) top right no-repeat;
}

.HeaderCorner3 {
	background:url(../img/header_3_corner.jpg) top right no-repeat;
}

.HeaderCorner4 {
	background:url(../img/header_4_corner.jpg) top right no-repeat;
}

#HeaderPrintOnly {
	display:none;
}

#MainContent {
	text-align:left;
	padding:0 20px 10px 20px;
}

#MainContentGame {
	text-align:left;
	padding:10px 10px 10px 10px;
}

#FooterTop {
	padding:5px 20px 5px 20px;
	background-color:#FFFFFF;
	text-align:left;
	color:#666666;
	font-size:85%;
	border-top:1px solid #cccccc;
}

#FooterTop a {
	margin: 0 2em 0 5px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	display:inline;
}

#FooterTop a:hover {
	color:#333333;
	text-decoration:none;
}

#FooterBottom {
	background:#000000 url(assets/star_alliance.gif) right no-repeat;
	height: 29px;
}

#BottomShadow {
	text-align:center;
	background:url(assets/bg_bottomshadow.jpg) no-repeat;
	height:9px;
	width:783px;
	margin:0 auto;
}

#Logo {
	clear:both;
	height:73px;
	margin-bottom:10px;
	margin-right:20px;
	background:url(assets/logo_bmi.gif) right no-repeat;
}



/*
####################################
MAIN NAVIGATION
####################################
*/
#HeaderMenu	ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	_float: none;
}

/*\**/
#HeaderMenu	ul
{
	width: auto;
	float: none;
}
/**/

#HeaderMenu	ul li {
	float: left;
	margin:0;
	display:inline;
	position: relative;
}

#HeaderMenu	ul a {
	display: block;
	height: 33px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#HeaderMenu a:hover, #HeaderMenu a:active {
	background-repeat: no-repeat;
	background-position: 0 -33px;
}

#HeaderMenu .MainNav1 {
	width:142px;
	background-image:url(assets/menu_link1.gif);
	margin-right:30px;
	margin-left:20px;
}

#HeaderMenu .MainNav2 {
	width:153px;
	background-image:url(assets/menu_link2.gif);
	margin-right:30px;
}

#HeaderMenu .MainNav3 {
	width:102px;
	background-image:url(assets/menu_link3.gif);
	margin-right:30px;
}

#HeaderMenu .MainNav4 {
	width:111px;
	background-image:url(../img/menu_yourgames.gif);
}

#HeaderMenu .MainNav5 {
	width:78px;
	background-image:url(../img/menu_register.gif);
}

#HeaderMenu a span {
	display:none;
}

/*
####################################
CUSTOM PAGE STRUCTURE & STYLE
####################################
*/

#GameEntryArea {
	float:left;
	width:588px;
}

#ScrollingEntries {
	overflow:auto;
	border:1px solid #CCCCCC;
	height:250px;
	margin-bottom:10px;
}

#EntryTableData {
	width:100%;
	margin:0;
	padding:0;
	border:0;
}

#EntryTableData th {
	text-align:left;
	padding:2px;
	border:0;
	text-transform:lowercase
}

#EntryTableData td {
	font-family:"Courier New", Courier, monospace;
	font-size:100%;
	text-align:left;
	padding:2px;
	margin:0;
	border:0;
}

#EntryTableData .Row1 {
	background-color:#C3E5F0
}

#EntryTableData .Row2 {
	background-color:#E6F5FA
}

#GameSummaryArea {
	float:right;
	width:108px;
	margin:1em 0 1em 0;
	background:#FFFFFF;
}

#GameSummaryBoxCounter {
	background-color:#FFFFFF;
	text-align:center;
	margin-bottom:5px;
	border:1px solid #666666;
	padding: 3px;
}

.GameSummaryBox {
	background-color:#E7E7E7;
	padding:5px;
	font-size:110%;
	color:black;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	border:1px solid #999999;
	margin-bottom:5px;
}

.GameSummaryBox .Boards {
	background-color:#E7E7E7;
	font-size:2em;
	color:#003366;
}

.GameSummaryBox .Played {
	background-color:#E7E7E7;
	font-size:2em;
	color:#C60000;
}

.GameSummaryBox .Available {
	background-color:#E7E7E7;
	font-size:2em;
	color:#009900;
}


.GameSummaryButtonBox {
	margin-bottom:5px;
	text-align:center;
}

.GameSummaryButton {
	width:108px;
	text-align:center;
}

.ChooseCounter {
	float:left;
	width:160px;
	margin:1em;
	padding:1em;
	text-align:center;
	border:1px solid #666666;
}

.ChooseCounter img {
	margin-bottom:1em;
}

#imgBmiRouteMap {
	width:725px;
	height:512px;
}

.PrizeListBox {
	margin:0 0 25px 0;
	padding:20px;
	background-color:#E7E7E7;
	border:1px solid #666666;
}

.PrizeList {
	width:330px;
}

.PrizeList img {
	width:100px;
	height:100px;
	border:0;
}

.PrizeList ul {
	margin:1em;
}

.PrizeList ul li {
	margin-bottom:0;
	margin-left:1em;
}


.PrizeListImageLeft {
	padding:10px;
	background-color:#FFFFFF;
	margin:0 1em 1em 0;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

.PrizeListImageRight {
	padding:10px;
	background-color:#FFFFFF;
	margin:0 0 1em 1em;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}


/*
####################################
NO FASH GAME
####################################
*/

#GameNoFlashBoard {
	position: relative;
	float:left;
	width:556px;
	height:379px;
	text-align:left;
}

.bgBlank {
	background:url(../img/img_gameNF_board_blank.gif) top left no-repeat;
}
.bgPrize1 {
	background:url(../img/img_gameNF_board_prize1.gif) top left no-repeat;
}
.bgPrize2 {
	background:url(../img/img_gameNF_board_prize2.gif) top left no-repeat;
}
.bgPrize3 {
	background:url(../img/img_gameNF_board_prize3.gif) top left no-repeat;
}
.bgPrize4 {
	background:url(../img/img_gameNF_board_prize4.gif) top left no-repeat;
}

#GameNoFlashMessages {
	float:right;
	width:165px;
	height:356px;
	border:2px solid #618B14;
	margin-top:9px;
	padding:5px;
	text-align:left;
	color:#004696;
}

#GameNoFlashSlider {
	float:left;
	width:556px;
	height:120px;
	padding-top:10px;
	text-align:left;
	background:url(../img/img_gameNF_sliderline.gif) bottom right repeat-x;
}

#GameNoFlashPlayCounter {
	float:right;
	width:179px;
	height:125px;
	padding-top:5px;
	text-align:center;
	background:url(../img/img_gameNF_vegas_sign.gif) center bottom no-repeat;
	font-size:1.5em;
	color:#004696;
}

#MovingGameCounter {
	position:absolute;
	width:65px;
	height:88px;
	z-index:10;
}

#MovingGameCounter img {
	width:65px;
	height:88px;
	border:0;
}

#GameNoFlashMessages a {
	border:2px solid #618B14;
	padding: 3px 15px 3px 15px;
	color:#004696;
	text-decoration:none;
	text-align:center;
}

#GameNoFlashMessages a:hover {
	border:2px solid #618B14;
	padding: 3px 15px 3px 15px;
	color:#618B14;
	text-decoration:none;
}


/*
####################################
CUSTOM STYLES 
####################################
*/


.error {
	color:#CC0000;
}

.error img {
	width:10px;
	height:10px;
	margin-right:5px;
}

.Clear {
	clear:both;
	height:1px;
}

.Lighter {
	color:#666666;
}

.Italic {
	font-style:italic;
}

.Strong {
	font-weight:bold;
}

.CourierText {
	font-family:"Courier New", Courier, monospace;
	font-size:100%;
	color:#333333;
}

.CourierTextRed {
	font-family:"Courier New", Courier, monospace;
	font-size:100%;
	color:#CC0000;
}

.Smaller {
	font-size:85%;
}

.FloatLeft {
	float:left;
}

.FloatRight {
	float:right;
}







/*
####################################
ELEMENT STYLES
####################################
*/


h1 {
	font-size:160%;
	font-weight:bold;
	margin-bottom:1.5em;
	color:#004696;
}

h2 {
	font-size:130%;
	font-weight:bold;
	margin-bottom:1em;
	color:#618B14;
}

h3 {
	font-size:120%;
	font-weight:bold;
	margin-bottom:.5em;
}

h4 {
	font-size:100%;
	font-weight:bold;
	margin-bottom:.5em;
}

p {
	margin:0 0 1em 0;
}


ul {
	margin:1em;
}

ul li {
	margin-bottom:5px;
	margin-left:1em;
}

a:link, a:visited {
	color:#618B14;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	color:#004696;
	text-decoration:underline;
	font-weight:bold;
}

a:active {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}