html {
  height: 100%;
}

body {
  background: url(./bg.png),#f9f9f9; /* Old browsers */
  background: url(./bg.png),-moz-radial-gradient(center, ellipse cover,  #f9f9f9 0%, #f9f9f9 100%); /* FF3.6+ */
  background: url(./bg.png),-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f9f9f9), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
  background: url(./bg.png),-webkit-radial-gradient(center, ellipse cover,  #f9f9f9 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
  background: url(./bg.png),-o-radial-gradient(center, ellipse cover,  #f9f9f9 0%,#f9f9f9 100%); /* Opera 12+ */
  background: url(./bg.png),-ms-radial-gradient(center, ellipse cover,  #f9f9f9 0%,#f9f9f9 100%); /* IE10+ */
  background: url(./bg.png),radial-gradient(ellipse at center,  #f9f9f9 0%,#f9f9f9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  margin-top: 0;
  margin-bottom: 0;
  font: 8pt Verdana;
  height: 100%;
  min-height: 100%;
}

form { 
  margin: 0;
  padding: 0;
}

input, select, textarea, td {
  font: 9pt Verdana;    
}

a:link, a:visited {
  font-weight: bold;
  color: #5d5d5e;
  text-decoration: none;
}

a:hover, a:active {
  color: #99977e;
  text-decoration: none;
}

#background {
  background: transparent url(background.png) repeat-y top left;
  margin: 0 auto;
  width: 663px;
  min-height: 100%;
  background-color: #efefe6;
}

#content {
  width: 639px;
  margin: 0 auto;
  padding: 0px;
  padding-top: 0px;
}

/* .table-border {
  color: #555A5F;
} */

.table-header {
  background: #ffeb7a url(header-bg.png) repeat-x top left; 
  color: #8e4c08; 
  height: 33px; 
  font-weight: bold;
  text-align: center;
}

.table-header td {
  font-weight: bold;
}


.table-header-l {
  background: #ffeb7a url(header-bg-l.png) no-repeat top left; 
  width: 2px;
}

.table-header-r {
  background: #ffeb7a url(header-bg-r.png) no-repeat top right; 
  width: 2px;
}

table.rows td {
  background: #eeeee0;
  color: #626262;
}

.row-color-a {
  background: #fafafa;
  color: #626262;
  border: 1px #e9e9e9 solid;;
}
  
.row-color-b {
  background: #ffffff;
  color: #4d4d4d;
  border: 1px #e9e9e9 solid;
}

.small {
  font-size: 8pt;
}

.error {
  font-weight: bold;
  color: #d52727;
  border: 1px dotted #d52727;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FEE7E8;
}

.notice {
  font-weight: bold;
  color: #0097FF;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #EFF8E0;
}

.bold {
  font-weight: bold;
}

.hilite {
  background-color: yellow;
}

.click {
  cursor: pointer;
}

.line-bottom {
  border-bottom: 1px solid #dcdcdc;
}

.banner {
  padding-top: 2px;
  padding-bottom: 3px;
}

#header {
  width: 639px;
  height: 112px;
}

#menu {
  background: transparent url(menu_bg.png) no-repeat;
  font-family: Arial;
  font-size: 12px;
  color: #fdf8f6;
  font-weight: bold;
  width: 639px;
  height: 20px;
  line-height: 1.7em;
  text-align: center;
}

a.menu:link, a.menu:active, a.menu:visited {
  font-family: Arial;
  font-size: 11px;
  color: #fdf8f6;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

a.menu:hover {
  font-family: Arial;
  font-size: 11px;
  color: #a43100;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.rank {
font-family: Georgia;
font-size: 30px;
color: #707070;
}

.tborder {
  border: 1px #f0eaea solid;
  border-collapse: collapse;
}

.rankfont {
font-family: Georgia;
font-size:14px;
color: #949393;
}

.inout {
  font-size: 11px;
  color: #a09f9f;
  font-family: Arial;
  margin-top: 4px;
}

.rank_un {
width: 620px;
height: 2px;
background-color: #f0f0f0;
overflow: hidden;
margin-bottom: 8px;
display: block;
}

.jmbfoot {
color: #3c3c3c;
background-color: #ededed;
padding-top: 6px;
padding-bottom: 6px;
width: 100%;
text-align:center;
}

#background{
box-shadow: 0px 0px 40px #aaaaaa;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

  .modal-body {
  height: 500px;
  }
  tr td {background: #ffffff!important; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 50%, #ededed 51%, #ffffff 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f4f4f4), color-stop(51%,#ededed), color-stop(100%,#ffffff))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 50%,#ededed 51%,#ffffff 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 50%,#ededed 51%,#ffffff 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 50%,#ededed 51%,#ffffff 100%)!important; /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 50%,#ededed 51%,#ffffff 100%)!important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 )!important; /* IE6-9 */
}
  table img{
    box-shadow: 0px 0px 4px #ccc;
  }