﻿#breadcrumbs {
    background-color: #e6f0f2;
}
#gameContent {
    padding: 0 0 0 22px;
    line-height: 120%;
    font-size: 105%;
    font-family: Arial, Verdana;
    background-color: #e6f0f2;
}
#gameContent p {
    padding: 0 0 10px 0;
}
#gameContent .leftCol {
    float: left;
    width: 590px;
}
#gameContent .rightCol {
    float: left;
    width: 314px;
}
#gameContent .leftCol .panel1 {
    background: url('../../images/game/left_panel1_bg.gif') top left repeat-y;
    width: 590px;
}
/* header bg image inline from cms */
#gameContent .leftCol .panel1 .header {
    background-position: 0 0;
    background-repeat: no-repeat;
    min-height: 150px;
}
#gameContent .leftCol .panel1 .header .imageAlt {
    width: 175px;
    height: 65px;
    margin: 10px 0 0 10px;
}
#gameContent .leftCol .panel1 .header .mainText {
    float: left;
    width: 535px;
    padding-left: 25px;
    color: #ffffff;
}
#gameContent .leftCol .panel1 .footer {
    background: url('../../images/game/left_panel1_footer.jpg') bottom left no-repeat;
    height: 32px;
}
#gameContent .rightCol .panel1 {
    background: url('../../images/game/right_panel1_bg.gif') top left repeat-y;
    width: 314px;
}
/* header bg image inline from cms */
#gameContent .rightCol .panel1 .header {
    background-position: 0 0;
    background-repeat: no-repeat;
    min-height: 150px;
}
#gameContent .rightCol .panel1 .header .imageAlt {
    width: 175px;
    height: 100px;
    margin: 10px 0 0 10px;
}
#gameContent .rightCol .panel1 .header .mainText {
    float: left;
    width: 260px;
    padding-left: 25px;
    color: #ffffff;
}
#gameContent .rightCol .panel1 .footer {
    background: url('../../images/game/right_panel1_footer.jpg') bottom left no-repeat;
}
#gameContent .rightCol .panel1 .button {
    float: right;
    margin: 0 30px 0 30px;
}
#gameContent .rightCol .panel1 .button-top {
    background: #076dae url('../../images/game/right_panel1_button_top.gif') 100% 0 no-repeat;
}
#gameContent .rightCol .panel1 .button-tl {
    background: transparent url('../../images/game/right_panel1_button_tl.gif') 0 0 no-repeat;
    height: 8px;
    width: 8px;
}
#gameContent .rightCol .panel1 .button-left {
    background: #076dae url('../../images/game/right_panel1_button_left.gif') center left repeat-y;
}
#gameContent .rightCol .panel1 .button-right {
    background: transparent url('../../images/game/right_panel1_button_right.gif') bottom right repeat-y;
    padding-left: 28px;
	padding-right: 18px;
}
#gameContent .rightCol .panel1 .button-bottom {
	background: #076dae url('../../images/game/right_panel1_button_bottom.gif') 100% 0 no-repeat;
}
#gameContent .rightCol .panel1 .button-bl {
	background: transparent url('../../images/game/right_panel1_button_bl.gif') 0 0 no-repeat;
	height: 19px;
	width: 19px;
}

.FlashGamePanel {
    background: url('../../images/game/bg_flash_panel.jpg') top left no-repeat;
    width: 909px;
    height: 487px;
    margin-left: -9px;
}
.FlashGamePanel .adjustedPadding {
    padding: 6px 0 0 9px !important;
}
#FlashMovie .noscriptText {
	color: #ffffff; 
	font-family: Arial; 
	font-size: 160%; 
	font-weight: bold;
	text-align: center;
	padding: 40px; 
	line-height: 120%;
	margin: 170px 80px 30px 80px;
}