* {
  font-family: Tahoma;
  font-size: 12px;
}

body, form {
  margin: 0px;
}
h1 {
  font-size: 20px;
  color: #404E84;
  font-weight: bold;
}
a {
  color: #3d37c7;
}
a:visited {
  color: #8bbc19;
}
img {
  border: 0px;
}

#header {
  width: 977px;
  height: 165px;
  background: url(/i/bg.jpg) no-repeat;
  padding-top: 25px;
  margin: 0px auto;
}

#logo {
  float: left;
  margin-top: 60px;
}

#auth {
  position: absolute;
  top: 10px;
  left: auto;
  margin-left:240px;
}
#auth a {
  color: #000000;
  text-decoration: none;
  font-size: 12px;
}
/*
#menu {
  width: 740px;
  height: 46px;
  margin: 0px;
  padding: 0px;
  float: right;
  border-bottom: 1px solid #000000;
  margin-top: 90px;
}
*/
#menu {
  width: 730px;
  height: 51px;
  margin: 0px;
  padding: 0px;
  float: right;
  margin-top: 90px;
  background: url(/i/menu-bg.jpg) no-repeat;
  border-bottom: 1px solid #000000;
}
/*
.menu-item {
  float: left;
  width: 57px;
  height: 46px;
  color: #ffffff;
  background: url(/i/bg-menu-item.png) no-repeat;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
*/
.menu-item {
  float: left;
  width: 68px;
  height: 50px;
  margin-left: 30px;
  cursor:pointer !important; cursor:hand;
}
.menu-item-g {
  float: left;
  width: 45px;
  height: 46px;
  color: #ffffff;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  background: url(/i/bg-menu-item-g.png) no-repeat;
}
.menu-item img {
  margin-top: 12px;
}
.menu-item-g img {
  margin-top: 22px;
}
.menu-separator {
  float: left;
  width: 33px;
  height: 46px;
  background: url(/i/bg-menu-separator.png) no-repeat;
}
.menu-separator2 {
  float: left;
  width: 32px;
  height: 46px;
  background: url(/i/bg-menu-separator2.png) no-repeat;
}
.menu-separator-g {
  float: left;
  width: 32px;
  height: 46px;
  background: url(/i/bg-menu-separator-g.png) no-repeat;
}
.menu-left {
  float: left;
  width: 33px;
  height: 46px;
  background: url(/i/bg-menu-left.png) no-repeat;
}
.menu-right {
  float: left;
  width: 32px;
  height: 46px;
  background: url(/i/bg-menu-right.png) no-repeat;
}


#submenu {
  background-color: #CEDA42;
  height: 17px;
  width: 735px;
  clear: both;
  float: right;
  color: #000000;
  text-align: right;
  padding-right: 5px;
}
#breadcrumbs {
  float: left;
}
#submenu a {
  color: #000000;
  text-decoration: none;
  font-size: 10px;
}
#submenu a.bold {
  color: #000000;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
}

#container {
  width: 980px;
  margin: 0px auto;
}

#left-menu {
  float: left;
  width: 150px;
  margin-left: 35px;
}
.menu-b {
  height: 33px;
  width: 157px;
  margin-bottom: 8px;
}
.menu-g {
  background: url(/i/menu2-bg.gif) no-repeat;
  height: 32px;
  width: 157px;
  margin-bottom: 1px;
  padding-left: 10px;
  padding-top: 7px;
  margin-top: -7px;
}
.menu-g a {
  text-decoration: none;
  color: #5C5C5E;
  font-weight: bold;
  height: 20px;
}
.menu-b a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  text-transform : uppercase;
}

#content {
  width: 735px;
  float: right;
  padding: 5px;
}

.content3 {
background:#fafafa;
font-size:13px;
padding:1px 5px 1px 10px;
}


#footer {
  border-top: 1px solid #CEDA42;
  clear: both;
  width: 90%;
  margin: 0px auto;
  text-align: center;
  padding-top: 20px;
  margin-top: 50px;
}
#footer a {
  color: #949597;
  text-decoration: none;
}



.author, .author a {
  font-size: 10px;
  margin: 5px 0px;
}

.title, .title a {
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  margin: 5px 0px;
  clear: both;
}
.admin {
  float: right;
  font-size: 10px;
}
.admin a {
  font-size: 10px;
  text-decoration: none;
}

.description {
  margin-bottom: 20px;
}
.files * {
  font-size: 11px;
}


.error {
  margin: 10px;
  font-weight: bold;
  color: #cc0000;
}

.command, .command a {
  font-size: 10px;
  text-decoration: none;
}

#copy {
  width: 977px;
  margin: 0 auto;
  padding-left: 50px;
}
#copy, #copy a {
  font-size: 10px;
  text-decoration: none;
  color: #949597;
}

.progress {
  background: url(/i/progress.gif) no-repeat;
}