html {
  min-height: 100%;
}

body {
  margin: 0;
  background: -webkit-linear-gradient(#00001F, #000066, #6666FF); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#00001F, #000066, #6666FF); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#00001F, #000066, #6666FF); /* For Firefox 3.6 to */
  background: linear-gradient(#00001F, #000066, #6666FF); /* Standard syntax */ 
  color: #333;
  /* see http://stackoverflow.com/questions/6970082/my-css-gradient-doesnt-stretch-it-repeats 
  for info on how to stretch the gradient over the entire height of  page */
 }

table {
border: solid 1px #999;
border-collapse: collapse;
margin-top: .5em;
margin-bottom: .5em;
}

thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
}

table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}

#header {
  width: 800px; /* 100%; */
  /* margin: 0px auto; */
  padding: 0px;
  margin-left: -10px;
  margin-top: -10px;
  background-color: #E6FFFF;
  background: -webkit-linear-gradient(#EBFFEB, #C2E0FF); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#EBFFEB, #C2E0FF); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#EBFFEB, #C2E0FF ); /* For Firefox 3.6 to 15    #CCFFCC*/
  background: linear-gradient(#EBFFEB, #C2E0FF); /* Standard syntax */  
  height: 150px;
}

#title-Container {
  margin-top: 25px;
  margin-left: 25px;
}

h10 {
  position: relative;
  font:normal 36pt Arial;
  color:#990000;
  left: 40px;
  top: 50px;  
  text-shadow:1px 2px #FF0000;
}


/******************************************************************************/
/* main div                                                                       */
/******************************************************************************/
#main {
  width: 780px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
  color: #111;
  border-color: #B2B200;
  border-style: ridge;
  border-width: 5px;  
  /* font-family: "Verdana", "Helvetica", "Arial", sans-serif;  */
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
  #main a {
    color: #b26e07;
    background-color: inherit;
  }
  #main a:hover {
    color: #e29e37;
    background-color: inherit;
  }
/*
  #main a[href] {
    background-image: url(images/link_internal.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left;
    padding-left: 14px;
  }
  #main a[href]:visited {
    background-image: url(images/link_visited.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left;
    padding-left: 14px;
  }
  #main a[href^="http:"] {
    background-image: url(images/link_external.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left;
    padding-left: 14px;
  }
  #main a[hreflang]:after {
    content: "\0000a0[" attr(hreflang) "]";
  }
  #main a.anchor {
    background-image: none;
    padding-left: 0;
  }
  #main a.anchor:visited {
    background-image: none;
    padding-left: 0;
  } 
*/
 

  #main h2 {
    margin-top: 20px;
    font-size: 1.5em;
    color: #e29e37;
    background-color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    clear: left;
    border-bottom: solid 1px #e29e37;
  }
  #main h3 {
    margin: 1.5em 0 0 .7em;
    font-size: 1.3em;
    color: #878bb4;
    background-color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    clear: left;
    border-bottom: solid 1px #878bb4;
  }
  #main .level3 {
    margin-left: 1em;
  }
  #main h4 {
    margin: 1em 0 0 2em;
    font-size: 1em;
    color: #575b84;
    background-color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    border-bottom: solid 1px #575b84;
    clear: left;
  }
  #main .level4 {
    margin-left: 2em;
    list-style-position: inside;
  }
  #main kbd {
    background-color: #ffffc4;
    color: #000;
    border-color: #F8BB80 rgb(235, 146, 21) rgb(235, 146, 21) rgb(248, 187, 128);
    border-style: solid;
    border-width: 1px;
    padding: 0 5px;
    font-size: .9em;
    font-weight: bold;
    font-family: "Courier New",Courier,monospace;
  }
  #main em {
    font-size: 1em;
  }
  #main strong {
    font-size: 1em;
  }
  #main code {
    font-size: 1em;
    font-family: "Courier New",Courier,monospace;
    background-color: #99FFCC;/* #ffffc4; */
    color: #000;
    border: solid 1px #ccc;
    white-space: nowrap;
    padding: 1px 4px;
  }
  #main p {
    margin: .2em 0 .5em 0;
    clear: left;
    font-size: 0.95em;
    width: 600px;
  }
  #main p * {
      font-size: 1em;
    }
  #maininput {
    font-size: .9em;
  }
  #main ul {
    list-style-image: url(images/bullet_orange.png);
    list-style-position: outside;
    margin: .5em .5em .5em 14px;
    padding: 0;
  }
    #main ul li {
      font-size: .9em;
    }
    #main ul ul {
      margin-left: 2em;
    }
  #main ul.types {
    list-style: none;
  }
    #main ul.types li {
      float: left;
      margin: 0 20px 10px 20px;
    }
      #main ul.types li a {
        display: block;
        width: 90px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        white-space: nowrap;
        text-decoration: none;
        color: #2d2b40;
        font-weight: bold;
        background-color: #fa9231;
        background-image: url(images/player_link.png) !important;
        background-repeat: no-repeat;
        background-position: top left !important;
        font-size: 14px;
        padding: 0 !important;
      }
      #main ul.types li a:hover {
        color: #2d2b40;
        background-color: #fddd66;
        background-image: url(images/player_link_over.png) !important;
        background-repeat: no-repeat;
        background-position: top left;
      }
 /* 
  #main table {
    border: solid 1px #999;
    border-collapse: collapse;
    margin-top: .5em;
    margin-bottom: .5em;
  }
*/
    #main table tfoot {
      display: none;
    }
    #main table th {
      border: solid 1px #999;
      padding: 5px;
      text-align: left;
      background-color: #e6e6ff;
      color: #333;
      font-size: .9em;
    }
    #main table th.name {
      text-align: right;
    }
    #main table td {
      border: solid 1px #999;
      padding: 5px;
      background-color: #fff;
      color: #333;
      font-size: .9em;
      vertical-align: top;
      font-family: Verdana, Helvetica, Arial, sans-serif;
    }
      #main table td * {
        font-size: 1em;  
      }
    #main table td.name {
      text-align: right;
      font-weight: bold;
      font-family: "Courier New",Courier,monospace;
    }
    #main table td.key {
      text-align: center;
      font-weight: bold;
    }

    
  #main pre.code { 
    font-size: .9em;
    font-family: "Courier New",Courier,monospace;
    background-color: #f5f5f5;
    color: #000;
    border: solid 2px #ccc;
    padding: 5px;
    overflow: auto;
  }


/******************************************************************************/
/* CREATE                                                                 */
/******************************************************************************/
#player {
  margin: 10px 0;
}
#create {
  border: solid 1px #878bb4;
  clear: both;
}
  #create h3 {
    margin: 0;
    background-color: #878bb4;
    color: #fff;
    font-size: 1em;
    padding: 4px;
  }
  #create select {
    font-size: .9em;
  }
    #create select option {
      font-size: 1em;
    }
  #create table {
    width: 100%;
    border: none;
    margin: 0;
  }
    #create table thead {
      display: none;
    }
    #create table tr {
      background-color: #fff;
      color: #333;
    }
    #create table tr:hover {
      background-color: #d4edff;
      color: #333;
    }
    #create table td {
      border: none;
      background-color: inherit;
      color: inherit;
    }
    #create table td.name {
      white-space: nowrap;
      vertical-align: middle;
    }
    #create table td.actions {
      white-space: nowrap;
      vertical-align: middle;
      text-align: right;
    }
      #create table td.actions a {
        background-image: none;
        padding: 0;
      }
    #create table td.value {
      width: 100%;
    }
      #create table td.value input.text {
        width: 100%;
      }
      #create table td.value input.url {
        width: 100%;
      }
      #create table td.value input.int {
        width: 5em;
      }
      #create table td.value input.check {
        
      }
      #create table td.value input.color {
        width: 8em;
      }
  #create table.visible {
    display: table;
  }
  #create table.hidden {
    display: none;
  }

.output {
  border: solid 1px #878bb4;
  margin-top: 10px;
}
  .output h3 {
    margin: 0 !important;
    background-color: #878bb4 !important;
    color: #fff !important;
    font-size: 1em !important;
    padding: 4px !important;
  }
  .output textarea {
    padding: 5px;
    font-size: .9em;
    font-family: "Courier New",Courier,monospace;
    height: 6em;
    width: 768px;
    border: none;
  }
.tooltip {
  background-color: #ffd;
  color: #3a638f;
  border: solid 2px #6a93bf;
  padding: 4px;
  display: block;
  position: absolute;
  max-width: 400px;
}
  .tooltip code {
    font-weight: bold;
  }
.tooltip_arrow {
  position: absolute;
  right: 5px;
  bottom: -11px;
}
.colorpicker {
  background-color: #ffd;
  color: #3a638f;
  border: solid 2px #6a93bf;
  padding: 4px;
  display: block;
  position: absolute;
}
.colorpicker_arrow {
  position: absolute;
  right: 5px;
  bottom: -11px;
}



#midBar {
  width: 780px;
  
  margin: 0 auto;
  padding: 0;
 
  /*margin-left: -10px; */
  /* border-left: solid 1px #333; */
  /* border-right: solid 1px #333; */
  border-bottom: solid 1px #333;
  background-color: #189ca8;
  color: #fff;
  height: 1.7em;
  font-size: .9em;
  /* background-image: url(images/subnav.png); */
  background-repeat: repeat-x;
  background-position: top;
}

#sideBar {
  width: 150px;
  float: right;
  /* margin-top: -10px; */
  margin: -1px 0px 10px 0.5em;
  padding: 10px;
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
  background-color: #189ca8;
  color: #fff;
  font-size: 1.0em;  
  font-family: Arial, Helvetica, sans-serif;
}

#sideBar ul {
  list-style: none outside none;
}

#sideBar ul li a { 
background-color: inherit;
background-image: none !important;
background-position: 4px 50% !important;
color: #FFFFFF;
display: block;
font-size: 0.9em;
padding: 4px;
text-decoration: none;
}

#sideBar ul li a.selected {
  background-color: #FFFFFF;
  color: #189CA8;
}
  
  #body .sitemap {
    list-style: none;
  }
#bodyfooter {
  clear: both;
  margin-bottom: 2em;
}

#dimens {
  height:70px;
  width:200px;
  float:left;
  font-size: .9em;
}



