body {
  margin: 0;
  font: small Arial, Tahoma, sans-serif;
  background: #333;
}

textarea {
  font: small Arial, Tahoma, sans-serif;
}

a {
  color: #555;
}

#home {
  position: relative;
  float: right;
}

#page {
  margin: 20px;
  width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#logincontainer{
  width: 400px;
  text-align: left;
  background: #fff;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

#container {
  text-align: left;
  background: #fff;
  padding: 20px;
  width: 100%;
}

#header {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 40px;
  background: #333;
  color: #fff;
}

#login {
  width: 225px;
  margin: 0px auto;
  padding-top: 60px;
  background: url(../images/lock.gif) no-repeat 50% 0;
  text-align: center;
}

#login table tr td {
  text-align: left;
}

#login .logintext {
  width: 100px;
}

#menu {
  width: 600px;
  margin: 40px auto;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu ul li {
  font-family: Helvetica;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 0 55px;
}
#titleinfo ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#titleinfo li {
  font-family: Helvetica;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 0 55px;
}

#titleinfo ul li a {
  padding: 5px;
  text-decoration: none;
  display: block;
  border: 2px solid #fff;
  height: 50px;
}

#titleinfo ul li span {
  display: block;
  font-weight: normal;
  font-family: verdana;
  font-size: 12px;
}

ul li.contentmanager {
  background: url(../images/contentmanager.gif) no-repeat;
}

ul li.upload {
  background: url(../images/upload.gif) no-repeat;
}

ul li.stats {
  background: url(../images/stats.gif) no-repeat;
}

ul li.members {
  background: url(../images/members.gif) no-repeat;
}

ul li.joblistings {
  background: url(../images/joblistings.gif) no-repeat;
}

ul li.calendar {
  background: url(../images/calendar.gif) no-repeat;
}

ul li.eblast {
  background: url(../images/eblast.gif) no-repeat;
}

ul li.download {
  background: url(../images/download.gif) no-repeat;
}

ul li.findacomp {
  background: url(../images/findacomp.gif) no-repeat;
}

ul li.logs {
  background: url(../images/logs.gif) no-repeat;
}

ul li.executivecommittee {
  background: url(../images/ec.gif) no-repeat;
}

ul li.friends {
  background: url(../images/friends.gif) no-repeat;
}

ul li.marketplace {
  background: url(../images/marketplace.gif) no-repeat;
}

ul li.settings {
  background: url(../images/settings.gif) no-repeat;
}

ul li.signout {
  background: url(../images/signout.gif) no-repeat;
}

#menu ul li a {
  padding: 5px;
  text-decoration: none;
  display: block;
  border: 2px solid #fff;
  height: 50px;
}

table.stats tr td span {
  font-weight:bold;
  font-size: 20px;
  display:block;
}

#menu ul li a:hover {
  text-decoration: none;
  background: url(../images/menu_bg.jpg);
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;

}

#menu ul li span {
  display: block;
  font-weight: normal;
  font-family: verdana;
  font-size: 12px;
}

#footer {
  text-align;
  height: 49px;
  width: 840px;
  background: url(../images/torn.gif) no-repeat;
  font-size: 9px;
  font-family: verdana;
}

table.listings thead tr td {
  background: #333;  
  color: #ebeadf;
}

table.listings tr td {
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #c4c2ab;
  vertical-align: top;
}

table.listings tr td.nobreak {
  white-space: nowrap
}

table.listings tr td.listinghr {
  background: #333;  
  color: #ebeadf;
}

table.listings tr.alt td {
  background: #ebeadf;
}


