@import url(luna_core.css);

body {
  color: #000000;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  background: #000066;
  margin: 4px;
}
#header {
  background: #ffffff;
}
a {
  color: #0000FF;
}
a:visited {
  color: #0066CC;
}
a:hover {
  color: #ff6633;
  text-decoration: none;
}

a.navlink
{
font-weight: bold;
}

#logo {
  width: 200px;
  height: 60px;
  background: transparent url(images/logo.gif) top left no-repeat;
  text-indent: -9999px;
}

#loginbar a {
  margin-top: 20px;
}

/* Show the left sidebar */
#homeocwrapper {
  border-right-width: 0px ;
  border-left-width: 200px;
  background: #ffffff;
}
#ocwrapper {
  border-right-width: 0px ;
  border-left-width: 210px;
  background: #ffffff;
}
#leftsidebar {
  padding: 10px 10px 10px 0px;
  display: block;
  background: #ffffff;
}
#rightsidebar {
  display: none;
}
#contentheader .error, #contentheader .message {
  margin: 0px 200px 0px 200px;
}

.shadowtop, .shadowbottom, .shadowleft, .shadowright {
  background: none;
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: auto;
  height: auto;
  float: none;
  background: none;
}
#content {
  
  padding: 0px;
  background: #ffffff;
}
.new-item {
  background-color: #ffffcc;
  color: #000000;
}
#mtleft
{
  padding-left:2px;padding-right:2px;padding-bottom:2px;padding-top:2px;
}

td.lsb
{
  border-right: #ffcc00 0px solid;
  border-top: #ffcc00 2px solid;
  border-left: #ffcc00 0px solid;
  border-bottom: #ffcc00 2px solid;
  height: 38px;
  background: #ffffcc;
}

#home dl {
  margin: 10px 0px 0px 0px;
  width: 33%;
  float: left;
}
