#pageTitle {
  margin: 0;
  padding: 0;
  background: url('../image/fragbase_line.png') top left repeat-x; 
  height: 77px;
  border-top: 1px solid #e8e8ff;
  border-bottom: 1px solid white;
}

#logo {
  background: url('../image/fragbase.png') top left no-repeat; 
  height: 52px;
  margin: 0;
  padding: 0;
  float: left;
  width: 177px;
}

#logo * , #rightLogo * {
  display: none;
}

#rightLogo {
  background: url('../image/fragbase_hp.png') 100% 100% no-repeat;
  margin: 0;
  padding: 0;
  height: 51px;
  width: 200px;
  float: right;
}

#copyright:after , #copyright:before {
  content: ' :: ';
}

#copyright {
  text-align: center;
  font-size: xx-small;
  clear: both;
  margin: 0 30% 1em 30%;
  padding: 0 1em 0 1em;
  background: url('../image/fragbase_line.png') top left repeat-x; 
  border: 1px solid gray;
  text-align: center;
}


acronym { border-style: none; font-style: italic; }
acronym:hover { color: red; }
div.menuTitle acronym {border-style: none; font-style: normal;}

div.newsTitleContainer {
  margin: 1px 0 0 0;
}

div.newsTitleContainer h2 {
  display: inline;
  font-size: 16px;
  font-weight: normal;
  margin-left: 16px;
  border-top: 1px solid gray; 
  border-left: 1px solid gray; 
  border-right: 1px solid gray;
  border-bottom: 1px solid #f7f7f7;
}


div.newsTitleContainer span.title:before {
  content: ":: ";
}

div.newsTitleContainer span.title:after {
  content: " ::";
}

div.newsTitleContainer span.title {
  color: black;
  background-color: #f7f7f7;
  padding: 0 0.5em 0 0.5em;
}

div.newsContainer1 {
  background: url('../image/shadow.png') 100% 100% no-repeat;
	margin-bottom: 10px;
  padding-bottom: 12px;
}

div.newsContainer2 {
 border: 1px solid gray;
 background: url('../image/gimp/newsbg-old.png') 100% 0% repeat-y;
 background-color: #f7f7f7;
}

div.news {
 padding: 0.5em 0.5em 0.5em 0.5em;
 position: relative;
 display: inline-block; /* ie tweak but not valid CSS */
}


body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
	background-color: white;
	margin: 0;
	padding: 0;
}

h1 {
  padding: 0.5em;
  border: solid black 1px;
  background-color: #cecece;
  font-size: small;
  font-weight: bold; 
	color: #990033;
}

#main {
}

#top {
  text-align: center;
  margin: -1px 0 1em 0;
}

#bottom {
  text-align: center;
  font-size: xx-small;
  margin: 0 0 4px 0;
}


#right {
  position: absolute;
  right: 10px;
  width: 140px;
}

div.rightSpliter, div.leftSpliter{
  height: 20px; 
  margin: 0;
  padding: 0;
}

#left {
  position: absolute;
  left: 10px;
	width: 140px;
}

p.inline {
  margin: 0;
  display: inline;
}

ul.checked li {
  list-style: circle;
	list-style-image: url('../image/gimp/checked.png');
  list-style-position: outside;
  margin-left: 1em;
  margin-top: 1em;
}


ul.topMenu {
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  background-color: #eeeeee;
  padding: 0.1em 0 0.1em 0;
  font-size: x-small;
  background: url('../image/gimp/newstitlebg.png') 0% 0% repeat-x;
  display: inline;
  margin: 0;
}


ul.topMenu li {
  border-right: 1px solid gray;
  padding: 0.1em 1em 0.1em 1em;
  display: inline;
}

ul.topMenu li:hover {
  background: url('../image/gimp/topmenuhover.png') 0% 0% repeat-x;
}

ul.topMenu li a:hover {
  text-decoration: none;
}

#centerText {
  margin: 0 170px 0 170px;
  text-align: justify;
}


div.news>p {
  margin: 0;
}

code {
  background-color: white;
  color: blue;
}

a:link {
	text-decoration:none;
	color:#57575b;
}

a:visited {
	text-decoration:none;
	color: #57575b;
}
a:active {
	color: black;
}
a:hover {
	text-decoration: underline;
	color: #57575b;
}

.newsLink a:link, .newsLink a:visited {
	text-decoration: none;
  background-color: #eeeeee; 
  border: 1px solid #cecece;
	padding: 0 0.5em 0 0.5em;
  margin-right: 0.5em;
	color: #999999;
}

.newsLink a:visited {
  background-color: #f5eeee; 
}
.newsLink a:active {
	color: black;
}
.newsLink a:hover {
	text-decoration: none;
  background-color: #d0d1d8;
  border-color: #000000;
	color: #000000;
}

div.newsLinkContainer {
  text-align: right;
  margin: 0.5em 0 0 0;
}

div.menu {
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  border-left: 1px solid gray;
  background-image: url('../image/menubg2.png');
}

div.menu ul {
  padding: 0;
	margin: 0;
}

div.menu li {
  list-style: none;
  list-style-position: outside;
	font-size: 13px;
	margin: 0;
}

div.menu a {
	padding: 2px 6px 2px 6px;
  text-decoration: none;
	display: block;
}


div.menu a:hover {
  text-decoration: none;
  background-image: url('../image/menubg.png');
  color: white;
}

div.menuTitle {
  text-align: center;
  background: url('../image/gimp/menutitlebg.png') 0% 0% repeat-x;
  background-color: white;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
	font-size: 13px;
  font-family: monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 1px 0 1px 0;
}

ul {
  padding-left: 2em;
  margin-top: 0.5em;
}

li {
  list-style: circle;
  list-style-position: inside;
}

dt {
  font-weight: bold;
}

img.articleIcon {
  float: left;
  margin-right: 8px;
  background-color: white;
  border: 1px solid gray;
  padding: 2px;
}

div.articleImgEven {
  float: left;
  margin: 4px 8px 4px 0;
  background-color: white;
  text-align: center;
  border: 1px solid black;
  padding: 4px;
  alpha(opacity=50);
  opacity:.50;
}

div.articleObjEven {
  float: left;
  margin: 4px 8px 4px 0;
  background-color: white;
  text-align: center;
  border: 1px solid black;
  padding: 4px;
}

div.articleImgOdd {
  float: right;
  margin: 4px 0 4px 8px;
  background-color: white;
  text-align: center;
  border: 1px solid black;
  padding: 4px;
  alpha(opacity=50);
  opacity:.50;
}

div.articleObjOdd {
  float: right;
  margin: 4px 0 4px 8px;
  background-color: white;
  text-align: center;
  border: 1px solid black;
  padding: 4px;
}

div.articleImgEven:hover {
  alpha(opacity=100);
  opacity:1.0;
}

div.articleImgOdd:hover {
  alpha(opacity=100);
  opacity:1.0;
}
div.articleImgOdd img, div.articleImgEven img {
  border: none;
}


div.figDesc {
  font-size: xx-small;
  font-style: italic;
}

div.center {
  text-align: center;
}

.simpleBorder {
  border: 1px solid gray;
}

img.photo {
  border: 1px solid gray;
  alpha(opacity=50);
  opacity:.50;
}

img.photo:hover {
  border: 1px solid gray;
  alpha(opacity=100);
  opacity:1;
}

.simpleBox {
  border: 1px solid gray;
  padding: 0.5em;
  background-image: url('../image/menubg2.png');
  margin: 0;
}

form {
  margin: 0;
}


select {
  margin-top: 0.5em;
  width: 8em;
  font-size: 12px;
}

option {
  font-size: 12px;
}

div.author {
  letter-spacing: -1px;
  border: 1px solid gray;
  font-size: 11px;
  background-image: url('../image/menubg2.png');
}

div.authorBg {
  background: url('../image/gimp/addressbook.png') 100% 100% no-repeat;
  padding: 4px 4px 10px 4px;
}
