/*
-----------------------------------------------------
atckm.org Style Sheet
Developer - Ronald Rogers
Company - WEBY Systems
Website - www.weby.com.au
Contact - weby@weby.com.au
-----------------------------------------------------*/

/* Normal, standard links. */
a        { }
a:link   { color: #330099; text-decoration: none;  background-color: transparent; }
a:visited{ color: #330099; text-decoration: none;  background-color: transparent; }
a:active { color: #330099; text-decoration: none;  background-color: transparent; }
a:hover  { color: #336699; text-decoration: none;  background-color: transparent; }

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
    color: #000000;
    background-color: transparent;
    text-decoration: none;
}
a.nav:hover
{
    font-weight: bold;
    color: #cc3333;
    background-color: transparent;
    text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
    empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body, td, th
{
    color: #000000;
    font-size: small;
    font-family: verdana, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
    font-size: 9pt;
    color: #000000;
    font-family: verdana, sans-serif;
    background-color: #FCFCF0;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
    background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    font-family: verdana, sans-serif;
    background-color: #FCFCF0;
}

/* Standard horizontal rule.. */
hr
{
    color: #6394bd;
    background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
    height: 1px;
    border: 0;
    color: #6394bd;
    background-color: #6394bd;
}

/* A quote, perhaps from another post. */
.quote
{
    color: #000000;
    background-color: #CCCCCC;
    border: 1px solid black;
    margin: 1px;
    padding: 1px;
    font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
    color: #000000;
    background-color: #cccccc;
    border: 1px solid black;
    margin: 1px;
    padding: 1px;
    font-size: x-small;
    line-height: 1.3em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
    color: #000000;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: x-small;
    line-height: 1.2em;
}

/* Generally, those [?] icons. */
.help
{
    cursor: help;
    background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
    color: red;
    background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
    width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
    background-color: yellow;
    font-weight: bold;
    color: black;
}

/* Alternating backgrounds... */
.windowbg
{
    color: #000000;
    background-color: #EFEFEF;
}
.windowbg2
{
    color: #000000;
    background-color: #f8f8f8;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
    background-color: #336699;
}
.titlebg a:hover, .titlebg2 a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
    font-weight: bold;
    background-color: #afc6db;
    background-image: url(images/catbg.gif);
    color: #000000;
}

/* The borders around things. */
.bordercolor
{
    background-color: #cccccc;

}
.tborder
{
    border: 1px solid #CCCCcc;
}

/* Default font sizes. */
.smalltext
{
    font-size: x-small;
}
.normaltext
{
    font-size: small;
}
.largetext
{
    font-size: large;
}
/* No image should have a border when linked */
a img{
    border: 0;
}

/* CSS Overrides from the default blog CSS*/
.forumcenter {
  float: left;
  overflow: hidden;
  background-color: #FFFFFF;
  }

  .content a{
     border-bottom:0px;
     font-size: 11px;
     line-height: 16px;
     font-weight: Normal;
 }

.content a:link      {color: #330099; text-decoration: none;font-weight: Normal; }
.content a:visited {color: #330099; text-decoration: none;font-weight: Normal; }
.content a:active  { text-decoration: none;font-weight: normal; color: #330099; }
.content a:hover { text-decoration: underline; font-weight: normal;  color: #000000; background-color: transparent; }

.tablehead a{
     border-bottom:0px;
     font-size: 11px;
     line-height: 16px;
     font-weight: Normal;
 }

.tablehead a:link      {color: #FFFFFF; text-decoration: none;font-weight: Normal; }
.tablehead a:visited {color: #FFFFFF; text-decoration: none;font-weight: Normal; }
.tablehead a:active  { text-decoration: none;font-weight: bold; color: #FFFFFF; }
.tablehead a:hover { text-decoration: none; font-weight: bold; color: #FFFFFF; background-color: transparent; }


.footer
{
    border: 1px solid #CCCC33;
}
.footer a{
     border-bottom:0px;
     font-size: 10px;
     line-height: 12px;
     font-weight: Normal;
     color: #CCCCCC;
 }
 .footer a:link   {color: #CCCCCC; text-decoration: none;font-weight: normal; }
.footer a:visited {color: #CCCCCC; text-decoration: none;font-weight: normal; }
.footer a:active  { text-decoration: none;font-weight: normal; color: #CCCCCC; }
.footer a:hover { text-decoration: none; font-weight: normal; color: #CCCCCC; background-color: #FFFFFF; }