/* custom stuff */
HTML {
  height: 100%;
  margin-bottom: 1px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

BODY {
	margin: 0px 0px 0px 0px;
	height: 100%;
}

#page_bg {
	height: 100%; 
	background: #231F20;
	padding: 0;
	margin-bottom: 1px;
}

div.center {
  text-align: center;
}

table#main {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

table.minimal  {
  border-collapse: collapse;
  margin:0;
  padding: 0;
}

table.minimal td {
  margin:0;
  padding: 0;
}

td.left_shadow {
  width: 13px;
  background: url(../images/sc_shadow_l.png) repeat-y;
}

td.right_shadow {
  width: 13px;
  background: url(../images/sc_shadow_r.png) repeat-y;
}

td.wrapper {
  width: 100%;
}

.header {
  text-align: center;
  width: 100%;
  height: 106px;
  background: white url(../images/sc_header.png) center no-repeat;
}

.footer {
  text-align: center;
  width: 100%;
  height: 74px;
  background: #231F20 url(../images/sc_footer.png) center no-repeat;
}

.leftarea {
  background-color: White;
  float: left;
  width: 170px;
  margin: 10px 0 0 10px;
  text-align: left;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.contentarea {
  background-color: White;
  float: left;
  width: 700px;
}

#tabbar {
  float: left;
  width: 100%;
	height: 24px;
	background: url(../images/sc_tabbar_bg.png) repeat-x;
}

#tabbar ul {
  margin: 0 0 0 15px;
  padding: 0;
  list-style:none;
}

#tabbar a {float:none;}
/* End IE5-Mac hack */

#tabbar li {
	margin: 0;
  float:left;
  height: 24px;
  margin-right: 24px;
  padding: 0;
}

#tabbar li a {
  display:block;
  line-height: 24px;
  height: 24px;
  background:url(../images/sc_tab_normal.png) no-repeat 0% 100%;
  width: 84px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

#tabbar a:hover {
  background:url(../images/sc_tab_active.png) no-repeat 0% 100%;
  color: #000000;
}
