html {
  height: 100%;
}

body {
background:#8fafc9 url(http://ebaumnation.com/static/images/default/background.jpg) top left repeat-x;
color: #8FAFC9;
margin-top: 0;
  margin-bottom: 0;
  font: 9pt 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: #ffe760;
}

a:hover, a:active {
  color: #8FAFC9;
}

#background {
  margin-top:5px;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  min-height: 100%;

}

#content {
  padding: 40px;
  padding-top: 10px;
}

.table-border {
  background: #36364F;
  color: #36364F;
}

.table-header {
background: #152b50;
/* background: #ffeb7a url(../images/header-bg.png) repeat-x top left; */
  color: #fff; 
  height: 33px; 
  font-weight: bold;
  text-align: center;
}

.table-header td {
  font-weight: bold;
}


.table-header-l {
background: #000;
 /* background: #ffeb7a url(../images/header-bg-l.png) no-repeat top left; */
  width: 2px;
}

.table-header-r {
background: #000;
/*  background: #ffeb7a url(../images/header-bg-r.png) no-repeat top right; */
  width: 2px;
}

table.rows td {
  background: #000033;
  color: #6C90B2;
  border-left: 1px solid #36364F;
  border-top: 1px solid #36364F;
}

.row-color-a {
  background: #000033;
  color: #8FAFC9;
  border-left: 1px solid #36364F;
  border-top: 1px solid #36364F;
}
  
.row-color-b {
  background: #000033;
  color: #8FAFC9;
  border-left: 1px solid #36364F;
  border-top: 1px solid #36364F;
}

.small {
  color:#8FAFC9;
  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;
}
