body {
  background-color:#ccc;
  color:#333;
  font-family:arial,san-serif;
  font-size:10pt;
  margin:0;
  padding:0;
}

img {
  border:0;
}
img.floatPicLeft {
  border:1px solid #CCC;
  float:left;
  margin:0 10px 25px 0;
  padding:2px;
}
img.floatPicRight {
  border:1px solid #CCC;
  float:right;
  margin:0 0 25px 10px;
  padding:2px;
}
img.floatPicMiddle {
  display:block;
  margin:0 auto;
}

a {
  color:#2B9F33;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
  
}
a:hover {
  color:#D1570D;
  text-decoration:underline;
}
a.download {
  background-color:#D1570C;
  border:1px solid #FF6600;
  color:#FFFFFF;
  display:inline-block;
  padding:5px;
}
a:hover.download {
  background-color:#FF6600;
  text-decoration:none;
}
a.download img {
  vertical-align:middle;
}

h1 img {
  vertical-align:middle;
}
h2 {
  color:#427644;
}
h3 {
  font-size:14pt;
  color:#000;
  margin:0;
  padding:0;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}

hr {
  border:1px solid #427644;
  margin:25px 0;
}

strong {
  color:#427644;
}

p {
  color:#202020;
}
p.primary {
  font-size:12pt;
}


ul.neuroscience,
ul.physiology,
ul.pharmacology,
ul.hittolead {
  margin-left:0;
  padding-left:58px;
}
ul.neuroscience li,
ul.physiology li,
ul.pharmacology li,
ul.hittolead li {
  margin-left:0;
  padding-left:0;
}
ul.neuroscience {
  background:url(../images/bullet-bg-neuroscience.gif) repeat-y;
}
ul.physiology {
  background:url(../images/bullet-bg-physiology.gif) repeat-y;
}
ul.pharmacology {
  background:url(../images/bullet-bg-pharmacology.gif) repeat-y;
}
ul.hittolead {
  background:url(../images/bullet-bg-hittolead.gif) repeat-y;
}

table.orange {
  border-collapse:collapse;
  color:#fff;
  font-size:12pt; 
  font-weight:bold;
  width:575px;
}
table.orange th {
  width:5px;
}
table.orange th,
table.orange td {
  padding:5px 10px;
  text-align:left;
  vertical-align:top;
}
table.orange thead th,
table.orange thead td {
  background:#df9b1f;
}
table.orange tbody th,
table.orange tbody td {
  background:#eeca88;
}

input,
textarea {
  border:1px solid #aaa;
  font-family:arial,san-serif;
  font-size:10pt;
  padding:3px;
  margin-bottom:3px;
}

.error{
  color:#f00;
}

.clear {
  clear:both;
}

.panel {
  background:#fff url("../images/box_bg.png") top repeat-x;
  border:1px solid #B1B5C0;
  margin-bottom:10px !important;
  padding:5px 10px;
}

#container {
  background-color:#fff;
  box-shadow:0 0 20px 0 #333;
  margin:0 auto;
  width:960px;
}

#header {
  height:155px;
  padding:20px;
  position:relative;
}

#logo {
  position:absolute;
  top:35px;
}

#top_right_image {
  position:absolute;
  right:20px;
  top:0;
  z-index:100;
}

#content {
  float:left;
  margin:0 10px 0 20px;
  width:575px;
}
#content ul{
  list-style-type:square;
}

#menu {
  background:#2B9F33;
  font-size:11pt;
  padding:10px 20px;
  position:absolute;
  top:143px;
  width:880px;
}
#menu a {
  color:#fff;
  padding:0 0 11px;
}
#menu a.selected {
  color:#000;
}
#menu li {
  color:#fff;
  display:inline;
  padding:0 30px 0 0;
  position:relative;
}
#menu li.last {
  padding:0;
}
#menu ul {
  color:#fff;
  margin:0;
  padding:0;
}
#menu li ul {
  background:#2B9F33;
  display:none;
  left:-10px;
  position:absolute;
  top:26px;
  z-index:999;
}
#menu li ul  li {
  padding:0;
}
#menu li ul li a {
  display:block;
  font-size:9pt;
  padding:5px 10px;
  white-space:nowrap;
}
#menu li:hover ul {
  display:block;
}

#content > div#no-rec {
    background: none repeat scroll 0 0 #ffeded;
    border: 2px solid #800000;
    border-radius: 10px;
    padding: 10px;
}

#rhs {
  float:left;
  margin:0 20px 0 10px;
}
#rhs .panel {
  height:125px;
  width:280px;
}
#rhs .panel img {
  float:left;
  margin:0 10px 5px 0;
}
#rhs .panel p {
  color:#606060;
  font-family:helvetica,arial sans-serif;
  font-size:9pt;
}
#rhs #news p a {
  font-size:9pt;
}
#rhs #news {
  height:auto;
}
#rhs h3 a {
  color:#000;
}

#footer {
  background:#2B9F33; 
  clear:both;
  padding:20px;
  margin:10px 0;
}
#footer p{
  color:#fff;
  margin:0;
}

#footer p a{
  color:#fff;
}

.spartpressNavigationArchiveFull {
  background:none repeat scroll 0 0 transparent;
  clear:both;
  float:none;
  text-align:center;
  width:100%;
}
#rhs .panel .spartpressPostHeading {
  background:none;
  padding:0;
}
#rhs .panel .spartpressPost {
  background:none repeat scroll 0 0 transparent;
  margin-bottom:0;
  padding:0;
}
.spartpressNavigationArchive {
  width:560px;
}

.spartpressNavigationArchiveFull ul {
    padding-left: 30px;
}

table.spartpressPostArchive {
  width:560px;
}