html {
  height: 100%;
}

body {
  color: #4d4d4d;
  background: #eae8ea;
  margin-top: 0;
  margin-bottom: 0;
  font: 9pt Verdana;
  height: 100%;
  min-height: 100%;
}

h1 a {text-decoration:none;}


form { 
  margin: 0;
  padding: 0;
}

input, select, textarea, td {
  font: 9pt Verdana;    
}

a:link, a:visited {
  font-weight: bold;
  color: #000000;
}

a:hover, a:active {
  color: #e10000;
}

#background {
  background: transparent url(../images/background.png) repeat-y top left;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  min-height: 100%;
  background-color: #eae8ea;
}

#content {
  padding: 40px;
  padding-top: 10px;
}

.table-border {
  background: #363636;
  color: #555A5F;
}

h1 {font-size:52px;margin:0 0 -10px 0;}

.table-header {
  background: #ffeb7a url(../images/header-bg.png) repeat-x top left; 
  color: #ffffff; 
  height: 33px; 
  font-weight: bold;
  text-align: center;
}


.table-header-l {width:10px;background:url()../images/header-bg-l.png) top left;}
.table-header-r {width:10px;background:url()../images/header-bg-r.png) top right;}

.table-header td {
  font-weight: bold;
}


table.rows td {
  background: #eeeee0;
  color: #626262;

}

.row-color-a {
  background: #d1d1d1 url(../images/table-top.png) repeat-x;
  color: #000000;
}
  
.row-color-b {
  background: #bebebe url(../images/table-top.png) repeat-x;
  color: #000000;
}

.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;
}
.featuregirlbox {width:140px;height:310px;float:left;border:1px solid #000000;text-align:center;margin:0 10px 30px 12px;background:url(../images/feature-girl-box.png);overflow:hidden;}
.featuregirltext {width:125px;text-align:justify;font-size:9px;margin:0 auto;overflow:hidden;}
.featuregirlbox img {margin:5px 0 0 0;}

.jmbfoot {font-size:9px;}
.jmbfoot a {text-decoration:none;}

.copyright {font-size:10px;}
.copyright a {text-decoration:none;}


.feed {margin:30px 0 0 0px;}
.feed h3 {margin:5px 0 0 0;font-size:14px;}

.feedbox {width:185px;height:250px;float:left;margin:0 18px 30px 0;font-size:10px;text-align:justify;background:#d1d1d1 url(../images/feed-box.png);border:1px solid #000000;}
.feedinside {width:170px;height:250px;margin:0 auto;}
