body {
  background: #313131;
	font-family:Arial, Helvetica, sans-serif;
  color: #767676;
  font-size: 10px;
}

.submit {
  height: 20px;
  padding: 0 5px;
  line-height: 18px;
  background: url('gr_normal.png') repeat-x center;
  border: 1px solid #1e1e1e;
  color: #d2d2d2;
  font-size: 11px;
  cursor: pointer;
}

.submit:hover {
  background: url('gr_hover.png') repeat-x center;
}

.submit:active {
  background: url('gr_active.png') repeat-x center;
}

textarea {
  background: #353535;
  padding: 2px;
  margin: 1px;
  border: 1px solid #1e1e1e;
  font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

.input {
  font-size: 11px;
  background: #353535;
  padding: 2px;
  margin: 1px;
  border: 1px solid #1e1e1e;
}


.logo {
  background: url('logo.png');
  width: 998px;
  height: 113px;
  margin: 0 auto;
  border: 1px solid #1e1e1e;
}

.logo .ajax-loader {
  width: 16px;
  height: 16px;
  float: right;
  display: none;
}

.nav {
  width: 998px;
  background: url('gr_normal.png') repeat-x;
  height: 28px;
  border: 1px solid #1e1e1e;
  margin: 0 auto;
  border-top: none;
  border-bottom: none;
}

.nav a {
  float: left;
  display: block;
  line-height: 28px;
  padding: 0 10px;
  color: #d2d2d2;
  font-size: 11px;
  text-decoration: none;
}

.nav a:hover {
  background: url('gr_hover.png') repeat-x;
  color: #202020;
}

.nav a:active {
  background: url('gr_active.png') repeat-x;
  color: #202020;
}

.content {
  background: #3c3c3c;
  border: 1px solid #1e1e1e;
  width: 998px;
  margin: 0 auto;
}

.sidebarL {
  width: 210px;
  padding: 5px;
  height: 100%;
  float: left;
}

.window {
  margin: 5px 0;
}

.window .wtitle {
  background: #353535;
  height: 25px;
  line-height: 25px;
  color: #cecece;
  font-size: 11px;
  text-align: center;
  border: 1px solid #1e1e1e;
}

.window .wcontent {
  background: #424242;
  padding: 4px;
  border: 1px solid #1e1e1e;
  border-top: none;
}

.contentBl {
  float: left;
  height: 100%;
  width: 558px;
}

.material {
  margin: 5px 0;
}

.material .mtitle {
  background: #353535;
  height: 25px;
  line-height: 25px;
  color: #cecece;
  font-size: 11px;
  padding-left: 15px;
  border: 1px solid #1e1e1e;
  border-bottom: none;
}

.material .mcontent {
  background: #424242;
  padding: 4px;
  border: 1px solid #1e1e1e;
}

.material .mdata {
  background: #353535;
  height: 15px;
  line-height: 15px;
  font-size: 9px;
  padding-left: 4px;
  border: 1px solid #1e1e1e;
  border-top: none;
}

.sidebarR {
  width: 210px;
  padding: 5px;
  height: 100%;
  float: left;
}

.footer {
  background: #353535;
  width: 988px;
  height: 50px;
  line-height: 33px;
  color: black;
  border: 1px solid #1e1e1e;
  border-top: none;
  margin: 0 auto;
  padding-left: 10px;
}
