body {
  font-family: cambria, serif;
  background: #CCFFFF url(../images/page_bg.jpg) repeat-x top left;
  color: #004444;
  position: relative;
  width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}

a { font-weight: bold; color: blue; outline: none; }
a:hover, a:active, a:focus { color: red; }




#header {
  color: #FFFFFF;
  width: 100%;
  background: black url(../images/header_bs_gradient.png) repeat-x bottom left;
}

#header_ls {
  background: url(../images/header_ls_gradient.gif) repeat-y top left;
}

#header_rs {
  background: url(../images/header_rs_gradient.gif) repeat-y top right;
}

#header_lc {
  background: url(../images/header_lc_gradient.gif) no-repeat bottom left;
}

#header_rc {
  padding-bottom: 14px;
  background: url(../images/header_rc_gradient.gif) no-repeat bottom right;
}

#header h1 {
  margin: 0;
  padding: 0;
}

#header img {
  border: 0;
}

#header #desc {
  margin: 0;
  margin-top: -8px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.1em;
  font-weight: bold;
}



#content {
  font-family: arial, sans-serif;
  width: 100%;
  background: #FFFFFF url(../images/ls_gradient.gif) repeat-y top left;
}

#content_rs {
  padding-top: 20px;
  background: url(../images/rs_gradient.gif) repeat-y top right;
}

.game {
  display: block;
  text-align: center;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.game .description {
  margin-bottom: 10px;
  font-family: tahoma, sans-serif;
}

.game_name {
  font-family: cambria, serif;
  font-weight: bold;
  font-size: 1.3em;
  color: #004444;
}

.game_desc { padding-bottom: 5px; }

.game_details {
  font-weight: normal;
  font-size: 0.9em;
  color: #004444;
  margin-left: 10px;
  margin-right: 10px;
}

.game .screenshot {
  border: 0;
  width: 600px;
}

h3 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.3em;
  font-family: cambria, serif;
}

h3 span {
  font-size: 70%;
}

fieldset {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 1em;
  margin-bottom: -1.1em;
  border-left: none;
  border-right: none;
  border-top: 2px solid #99E5E5;
  border-bottom: 2px solid #99E5E5;
  background: #FFFFFF url(../images/box_stripes.png) repeat top left; 
  margin-left: 5px;
  margin-right: 5px;
}
legend {
  text-align: left;
  padding: 0.3em;
  background-color: #FFFFFF;
  border: 1px solid #99E5E5;
}
#options .option {
  width: 50%;
  height: 1.8em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#options .option_title { float: left; width: 60%; }
#options select { float: right; width: 40%; }

#tip_spacer { padding-top: 0.2em; margin-bottom: 1em; }
.tip { color: red; font-size: 0.8em; }

#controls {
  width: 52%;
  margin-left: auto;
  margin-right: auto;
}

#keys {
  float: left;
  padding-top: 1em;
}

#mouse {
  float: right;
}

.key {
  border: 1px solid darkgray;
  color: black;
  width: 1.8em;
  margin-left: 0.1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.7em;
  padding-right: 0.7em;
  background: lightgrey url(../images/key.gif) repeat-y top center;
  background-color: lightgrey;
  font-family: courier new;
  font-weight: bold;
}

.more_keys {
  margin-top: 1.8em;
  margin-bottom: 0.9em;
}

.key_label {
  margin-left: 0.3em;
  margin-right: 0.5em;
}

#play {
  margin-top: 5px;
  margin-bottom: 0.5em;
  margin-right: 70px;
  text-align: right;
}

#play .tip { margin-right: 39px; }

#load_launch_button {
  position: absolute;
  top: -100px;
  background: url(../images/launch_button_pressed_left.png) no-repeat top right;
}

#load_launch_button span {
  background: url(../images/launch_button_pressed_right.png) no-repeat top right;
}

#launch_button {
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 16px;
  text-decoration: none;
  font-size: 16px;
  background: url(../images/launch_button_left.png) no-repeat top left;
}

#launch_button span {
  padding-left: 8px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 16px;
  background: url(../images/launch_button_right.png) no-repeat top right;
}

#launch_button:active, #launch_button:focus {
  background: url(../images/launch_button_pressed_left.png) no-repeat top left;
}

#launch_button:active span, #launch_button:focus span {
  background: url(../images/launch_button_pressed_right.png) no-repeat top right;
}


#game_launched_msg {
  font-size: 2em;
  z-index: 2;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 5%;
  background-color: red;
  color: #FFFFFF;
  border-top: 2px solid #004444;
  border-bottom: 2px solid #004444;
  display: none;
}

.requirement {
  font-size: 2em;
  z-index: 2;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 5%;
  background-color: red;
  color: #FFFFFF;
  border-top: 2px solid #004444;
  border-bottom: 2px solid #004444;
}



.buttons { margin-left: 20px; }

#button1_unsel {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 5px;
  text-decoration: none;
  font-weight: normal;
  font-size: smaller;
  border: 1px solid #004444;
  background-color: #BBEEEE;
}

#button1_sel {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 5px;
  text-decoration: none;
  font-weight: normal;
  font-size: smaller;
  border: 1px solid #004444;
  background-color: #BBEEEE;
  color: red;
}

#game_select, #question_select {
  margin-left: 1.5em;
}

.admin_selection {
  padding-bottom: 15px;
}

#survey_results_chart {
  width: 450px;
  height: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border: 1px solid #00ecec;
}

#survey_table {
  display: none;
  height: 345px;
}

#survey_results_table .m, #survey_results_table .d {
  margin: 0;
  font-family: arial, sans-serif;
  font-size: small;
}

#survey_results_table .m { padding: 0.6em; }

.yui-dt table { width: 100%; }

.yui-skin-sam { text-align: center; }
#pag-below_survey, #pag-above_survey, #pag-below_feedback, #pag-above_feedback {
  margin: 0.8em;
}
#pag-above_survey, #pag-above_feedback { padding-top: 10px; }

.yui-pg-current-page {
  color: red;
}
.yui-pg-current-page, .yui-pg-page {
  background-color: #BBEEEE;
  font-weight: normal;
  text-decoration: none;
  padding: 0.3em;
  border: 1px solid #004444;
  margin: 0.3em;
}
.yui-pg-first, .yui-pg-previous, .yui-pg-next, .yui-pg-last {
  font-weight: normal;
  text-decoration: none;
  padding: 0.3em;
}
.yui-pg-previous {
  margin-right: 2.0em;
}
.yui-pg-next {
  margin-left: 2.0em;
}

#feedback_table .m, #feedback_table .d {
  margin: 0;
  font-family: arial, sans-serif;
  font-size: small;
}

#feedback_table .m { padding: 0.6em; }




.box {
  background: #FFFFFF url(../images/box_border_left.png) repeat-y top left;
  margin-left: 50px;
  margin-right: 50px;
}

.box_2 {
  background: url(../images/box_border_right.png) repeat-y top right;
}

.box_border {
  text-align: left;
  border-top: 2px solid #99E5E5;
  border-bottom: 2px solid #99E5E5;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/box_stripes.png) repeat top left;
}

#fieldsets {
  padding-bottom: 2.0em;
}

#fieldsets .box {
  background-color: transparent;
  background-position: 0 14px;
}

#fieldsets .box_2 {
  background-color: transparent;
  background-position: right 14px;
}

#fieldsets .box_3 {
  background: url(../images/box_border_blank.gif) no-repeat top left;
}

#fieldsets .box_4 {
  background: url(../images/box_border_blank.gif) no-repeat top right;
}


.contact {
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 30px;
  margin-top: 25px;
}

.contact a { font-weight: normal; }


.faq {
  font-weight: bold;
  margin-left: 25px;
  margin-right: 50px;
  margin-bottom: 8px;
  margin-top: 20px;
}

.faq_answer {
  margin-left: 55px;
  margin-right: 25px;
  margin-bottom: 20px;
}





#footer {
  width: 100%;
  background: #FFFFFF url(../images/ls_gradient.gif) repeat-y top left;
}

#footer_rs {
  padding-top: 1.5em;
  padding-bottom: 20px;
  background: url(../images/rs_gradient.gif) repeat-y top right;
}

#survey {
  margin-top: 1.5em;
  margin-left: 60px;
  margin-right: 60px;
  font-family: arial, sans-serif;
}

#survey_question {
  margin-right: 10px;
}

#feedback {
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-left: 60px;
  margin-right: 60px;
  border-bottom: 2px solid #99E5E5;
}

#feedback_text {
  width: 550px;
  height: 2.5em;
  overflow: auto;
  background-color: #F5F5F5;
  color: gray;
  border: 1px solid #99E5E5;
  font-family: arial, sans-serif;
  font-size: smaller;
  padding: 3px;
  position: relative;
  top: 10px;
}

#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footer li { display: inline; }
#footer li a { text-decoration: none; }

#load_menu {
  position: absolute;
  top: -100px;
  background: url(../images/menu_left_active.png) no-repeat top right;
}

#load_menu .image_1 {
  background: url(../images/menu_right_active.png) no-repeat top right;
}

#load_menu .image_2 {
  background: url(../images/menu_center_active.png) no-repeat top right;
}

#load_menu .image_3 {
  background: url(../images/menu_border_left_active.png) no-repeat top right;
}

#load_menu .image_4 {
  background: url(../images/menu_border_right_active.png) no-repeat top right;
}

#menu_left a {
  background: url(../images/menu_left.png) no-repeat top left;
  padding-top: 5px;
  padding-bottom: 5px;
}

#menu_left a span {
  background: url(../images/menu_border_right.png) no-repeat top right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3.5em;
  padding-right: 2.0em;
}

#menu_left a:hover, #menu_left a:active, #menu_left a:focus, #menu_left #menu_current_page a {
  background: url(../images/menu_left_active.png) no-repeat top left;
  color: #FFFFFF;
}

#menu_left a:hover span, #menu_left a:active span, #menu_left a:focus span, #menu_left #menu_current_page a span {
  background: url(../images/menu_border_right_active.png) no-repeat top right;
}

#menu_right a {
  background: url(../images/menu_right.png) no-repeat top right;
  padding-top: 5px;
  padding-bottom: 5px;
}

#menu_right a span {
  background: url(../images/menu_border_left.png) no-repeat top left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 2.0em;
  padding-right: 3.5em;
}

#menu_right a:hover, #menu_right a:active, #menu_right a:focus, #menu_right #menu_current_page a {
  background: url(../images/menu_right_active.png) no-repeat top right;
  color: #FFFFFF;
}

#menu_right a:hover span, #menu_right a:active span, #menu_right a:focus span, #menu_right #menu_current_page a span {
  background: url(../images/menu_border_left_active.png) no-repeat top left;
}

.menu_center a {
  background: url(../images/menu_center.png) no-repeat top left;
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu_center a span {
  background: url(../images/menu_border_left.png) no-repeat top left;
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu_center a span span {
  background: url(../images/menu_border_right.png) no-repeat top right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.menu_center a:hover, .menu_center a:active, .menu_center a:focus, .menu_center #menu_current_page a {
  background: url(../images/menu_center_active.png) no-repeat top left;
  color: #FFFFFF;
}

.menu_center a:hover span, .menu_center a:active span, .menu_center a:focus span, .menu_center #menu_current_page a span {
  background: url(../images/menu_border_left_active.png) no-repeat top left;
}

.menu_center a:hover span span, .menu_center a:active span span, .menu_center a:focus span span, .menu_center #menu_current_page a span span {
  background: url(../images/menu_border_right_active.png) no-repeat top right;
}

#pageUpdated {
  margin-top: 15px;
  font-size: 0.8em;
}



.ad {
  margin-left: 50px;
  margin-right: 50px;
  font-size: 90%;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #99E5E5;
  background-color: #F5F5F5;
}

.ad table {
  width: 100%;
}

.ad_desc {
  width: 50%;
  text-align: right;
  padding-right: 15px;
}

.ad_desc div {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ad_img {
  width: 50%;
  text-align: left;
  padding-left: 15px;
}

.ad_img img {
  border: 1px solid #99E5E5;
}