/* SITE BODY CSS */
body{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000; font-size:13px;
  background-color: #505050;
  padding: 4px;
  margin: 4px;
}
td{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #cccccc; font-size: 12px;
}
th{
  background-color: #000000;
  color: #cccccc;
  font-size:13px;
  padding: 5px;
}
th a{
  color: #cccccc;
}
ul {
  margin: 2px; padding: 2px;
  list-style: decimal inside;
  text-align: left;
}
li {
 margin-left: 2px;
 list-style: square inside;
}
a{
  color: #cccccc;
  text-decoration: none;
}
a:hover{
  color: #ffffff;
  text-decoration: underline;
}
/* General text */
.genmed {
  font-size : 10px;
}
.gensmall {
  font-size : 11px;
}
.sitetitle{
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px; padding: 3px;
}
.bottom_bg{
  background-image : url(images/bottom_bg.gif);
  background-repeat : repeat-x;
}
.intop_bg{
  background-image : url(images/in_top_bg.gif);
  background-repeat : repeat-x;
}
.inbottom_bg{
  background-image : url(images/in_bottom_bg.gif);
  background-repeat : repeat-x;
}
.copyright{
  font-size:11px;
  color: #cccccc;
}

/* MENU CONTENT CSS */
.menuHeader{
  padding:2px;
  font-size:11px;
}
.menuTitle{
  padding: 2px 0; font-size: 13px;
  color: #ffffff;
  font-weight: bold;
}
.menuContent{
  padding: 3px 5px 6px 5px; font-size: 12px;
  color: #cccccc; line-height:145%;
}

/* XOOPS CSS */

td#mainmenu {
  width:154px;
  padding: 0px; line-height:90%;
}
td#mainmenu a {
  color: #cccccc;
}
td#mainmenu a:hover {
  background-color: #000000;
  text-decoration: none;
}
td#mainmenu a.menuTop {
}
td#mainmenu a.menuMain {
}
td#mainmenu a.menuSub {
/*  background-image: url(images/submenu.gif);
  background-repeat: no-repeat; background-position: left center;*/
  padding-left: 15px;
}

td#usermenu {
  width:154px;
  padding: 0px; line-height:90%;
}
td#usermenu a {
  color: #cccccc;
}
td#usermenu a:hover {
  background-color: #000000;
  text-decoration: none;
}
td#usermenu a.menuTop {
}
td#usermenu a.highlight {
  color: #ffc;
  background-color: #000000;
}

.outer{
  border: 1px solid #646464; width:100%;
}
.head, tr.head td{
  background-color: #000000;
  color: #cccccc;
  padding: 5px;
}
.head a{
  color: #cccccc;
  font-weight: bold;
}
.even{
  background-color: #000001;
  vertical-align: top;
  padding: 5px;
}
.odd{
  background-color: #000000;
  vertical-align: top;
  padding: 5px;
}
tr.even td{
  font-size:11px;
  background-color: #000000;
  vertical-align: middle;
  padding: 5px;
}
tr.odd td{
  font-size:11px;
  background-color: #000000;
  vertical-align: middle;
  padding: 5px;
}
.foot, tr.foot td{
  background-color: #000000;
  padding: 5px;
}

div.errorMsg {
  background-color: #FFCCCC;
  text-align: center;
  border-top: 1px solid #DDDDFF;
  border-left: 1px solid #DDDDFF;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  font-weight: bold; padding: 10px;
}
div.confirmMsg {
 background-color: #DDFFDF;
 color: #136C99; text-align: center;
 border-top: 1px solid #DDDDFF;
 border-left: 1px solid #DDDDFF;
 border-right: 1px solid #AAAAAA;
 border-bottom: 1px solid #AAAAAA;
 font-weight: bold; padding: 10px;
}
div.resultMsg {
 background-color : #CCCCCC;
 color: #333333; text-align: center;
 border-top: 1px solid silver;
 border-left: 1px solid silver;
 font-weight: bold;
 border-right: 1px solid #666666;
 border-bottom: 1px solid #666666;
 padding: 10px;
}


/* XOOPS NEWBB CSS */
.comTitle {
  font-weight: bold;
  margin-bottom: 2px;
}
.comText {
  padding: 2px;
  padding-bottom: 20px;
}
.comUserStat {
  border: 1px solid #646464;
  font-size: 90%;
  padding: 1px;
  margin: 3px;
}
.comUserStatCaption {
  font-weight: normal;
}
.comUserStatus {
  margin-left: 2px;
  margin-top: 10px;
  color: #cccccc;
  font-weight:bold;
  font-size: 10px;
}
.comUserRank {
  margin: 2px;
}
.comUserRankText {
  font-size: 10px;
  font-weight:bold;
}
.comUserRankImg {
  border: 0;
}
.comUserName {
}
.comUserImg {
  margin: 2px;
}
.comDate {
  font-weight: normal;
  font-style: italic;
  font-size: smaller
}
.comDateCaption {
  font-weight: bold;
  font-style: normal;
}

div.xoopsCode {
  border: 1px solid #646464;
  border-width: 1px 1px 1px 0;
  border-left: 5px solid #646464;
  font-family: "Courier New",Courier,monospace;
  background: #000000;
  padding: 4px;
}

div.xoopsQuote {
  border: 1px solid #646464;
  border-width: 1px 1px 1px 0;
  border-left: 5px solid #646464;
  background: #000000;
  padding: 4px;
  font-weight: bold;
}

blockquote {
  background: #000000;
  margin: 3px -4px -4px -4px;
  padding: 5px;
  font-weight: normal;
}

/* XOOPS NEWS CSS */
.item {
  border: 1px solid #646464;
  background-color: #000000;
}
.itemHead {
  border: 1px solid #646464;
  text-align: center;
  padding: 3px;
  margin: 3px;
  color: #cccccc;
  font-size: 13px;
}
.itemTitle a {
  font-weight: bold;
  color: #cccccc;
}
.itemInfo {
  border: 1px solid #646464;
  text-align: center;
  font-size: 90%;
  padding: 1px;
  margin: 3px;
}
.itemPoster {}
.itemPostDate {}
.itemStats {}
.itemBody {
  padding: 3px;
  margin: 3px;
}
.itemText {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.5em;
  color: #e6e6e6;
  font-size: 13px;
}
.itemFoot {
  border: 1px solid #646464;
  text-align: right;
  padding: 2px;
  margin: 3px;
}
.itemAdminLink {
  font-size: 90%;
}
.itemPermaLink {
  font-size: 90%;
}