html {
 height: 100%;
}

div#feedback {
font-weight: bold;
color: red;
}

body {
  margin: 5px auto 5px auto;
  text-align: center;
  height: 100%;
}

.spc {width:5px; height:5px; border:0; display:none}
.textHeader-white {
font-family: verdana, arial, sans-serif;;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
}

h1 {
font-size: 24px;
font-weight: bold;
}
.wrapper {
        margin: auto;
  text-align: left;
  /* width: 750px; */
  /* width: 900px; */
  width: 950px;
  
}


.wrapper_editor {
  margin: auto;
  text-align: left;
  /* width: 750px; */
  /* width: 800px; */
  width: 99%;
}

.center {
  text-align: center;
}

.head {

  background:#FFF;

}

.image {
  
  width: 150px;
  float: left;
  
}

.googleads {
  float: right;
  margin: 10px;
}

.clear {
  clear: both;
}

.game {
  /* width: 260px; */
  width: 350px;
  float: left;
}

.menu,select,optgroup,.body,.footer {
  background: #DAE9F3;
  text-align: right;
  border: 1px solid #004E82;
  padding: 5px;
  font-family: tahoma;
  font-size: 8pt;
  color: #004E82;
}

.menu {
  border-top: 0;
}

select {
  padding:0px;
  text-align: left;
  width:150px;
}
.body,.footer {
  padding:0;
  text-align: left;
  margin-top: 20px;
  padding:10px;
}

.core {
  float:left;
  /* width: 560px; */
  /* width: 610px; */
  width: 745px;
  height: auto;
  border: 1px solid #96A9C9;
  background: white;
}

.body_editor {
  background: #DAE9F3;
  text-align: right;
  border: 1px solid #004E82;
  font-family: tahoma;
  font-size: 8pt;
  color: #004E82;
  text-align: left;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 172px;  /* RC width */
  height: 100%;
  padding-bottom: 200px;
}

.core_editor {
  width: 100%;
  position: relative;
  height: 100%;
  float: left;
  height: 100%;
}

.right_editor {
  background: white;
  border: 1px solid #96A9C9;
  width: 160px;          /* RC width */
  margin-right: -162px;  /* RC width */
  margin-bottom: 10px;
  position: relative;
  float: left;
}

.playcenter_editor {
  margin-right: 10px;
  border: 1px solid #96A9C9;
  background: white;
  height: 100%;
}



#editor {
  text-align: center;
  width: 99%;
  height: 98%;
  border: none;
}

.right {
  float: right;
  width: 160px;
  border: 1px solid #96A9C9;
  background: white;
}

a {
  color: #004E82;
}

a:hover {
  color: #E9592F;
}

.img {
  float: left;
  position: relative;
  margin: 10px !important;
  margin-left: 5px;
  margin-bottom: 0px;
}

.ic {
  float: left;
  position: relative !important;
  margin: 10px;
  margin-left: 0px;
  margin-right: 0px;
  width: 160px;
}

.img img {
  margin: 0;
  padding: 0;
  border: 1px solid #000;
  width: 70px;
  height: 70px;
}





.header {
  border-bottom: 1px solid #96A9C9;
  margin: 10px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #E9592F;
}
.header2 {
  margin: 10px;
  margin-bottom: 0px;
  font-weight: bold;
}
tr.header td a {
  font-weight: bold;
  color: #E9592F;
  text-align: left;
}
.general {
  margin: 7px;
  margin-left: 10px;
}

option.headname {
  font-weight: bold;
}

object {
  display: block;
  border: 1px solid black;
  margin: auto;
  margin-top: 20px;
}

.playcenter {
  margin: 5px;
}

.top {
  text-align: left;
  border: 1px solid #004E82;
  background: #99BDE6;
}


.row1 {
  background-color: #DDDDDD;
}


.inner-header {
  border-bottom: 1px solid #96A9C9;
  margin-bottom: 0px;
  font-weight: bold;
  color: #E9592F;
}


.float-left {
float: left;
}

/* #### ODAD Additions #### */
#pageControls { /* This is the left hand side including the game image and menus */
}


#pageContent{ /* This is the right side pane for the game guides */
}

#gameArt { /* DIV surrounding the game graphic */
    border: 1px solid #96A9C9;
    padding: 5px;
    margin-bottom: 10px;
    }
/* tabMenu is the game guide left hand menu */
#tabMenu {
  float: left;
  width:100%;
  background: #FFFFFF;
  border:  1px solid #333;
  margin-bottom: 10px;
  margin-top: 5px;
  }
#tabMenu ul {
  margin:0;
  padding: 0;
  list-style:none;
  }
#tabMenu li {
  margin:0;
  padding:0;
  }

.tabContent {
  padding: 5px;
  clear:both;
    }

/* Link styles for game guide menu links */
#tabMenu a.linkControls:link, a.linkControls:visited, a.linkTips:link, a.linkTips:visited, a.linkSynopsis:link, 
  a.linkSynopsis:visited {
  display: block;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  text-align: left;
  padding-top: 5px;
  padding-left: 35px;
  height: 20px;
  width: 100%;
  line-height: 20px;
  text-decoration: none;
  margin-right: -35px;
}

#tabMenu a.linkControls:link, a.linkControls:visited {
  background: url(/loa-guide/images/menu_bg.png) no-repeat;
}
#tabMenu a.linkTips:link, a.linkTips:visited {
  background: url(/loa-guide/images/menu_bg_tips.png) no-repeat;
}
#tabMenu a.linkSynopsis:link, a.linkSynopsis:visited {
  background: url(/loa-guide/images/menu_bg_synopsis.png) no-repeat;
}
#tabMenu a.linkControls:hover, a.linkTips:hover, a.linkSynopsis:hover {
  background-position: 0px -25px;
  text-decoration: none;
  color: #E9592F;
}
/* End Game Guide Links Styles */


.gameGuideHeading { /* This heading is the same as inner_heading except for the font size being defined */
  font-size: 14px;
  border-bottom: 1px solid #96A9C9;
  font-weight: bold;
  color: #E9592F;
  margin: 0px;
  padding: 0px;
  }
/* The following 'controlsTable' control the look of the table displaying all of the game controls */
table#controlsTable {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #333;

  }
table#controlsTable td {
  border-bottom: 1px solid #333;
  padding: 2px 4px 2px 6px;
  }
#controlsTable .buttonCell {
  background-color: #DAE9F3;
  border-right: 1px solid #333;
  }

