/* Myrmidon Process Stylesheet */

HTML
{
        height: 100%;
}

BODY
{
        font-size : 13px;
        font-family : Verdana, Arial;
        background-color : #000000;
        margin : 0px;
        color : #deffdd;
        height: 100%;
        width:100%;
}

a:link, a:visited, a:active{
        color : #a336e1;
        text-decoration : underline;
}
a:hover{
        color : #ae56e1;
        text-decoration : none;
}

hr{
        height : 1px;
        background-color: #034003;
        color : #000000;
        border : 0;
        width : 60%;
}


/* **************
     basic page structure stuff
   *************** */
.banner
{
        top : 0%;
        position : absolute;
        left : 0%;
        margin :0px;
        padding : 0px;
        border : 0px;
}

.nav-button-wrap
{
        top : 170px;
        position : absolute;
        left : 70px;
        margin :0px;
        padding : 0px;
        float : left;
}

.nav-button
{
        border : 0px;
}

.main-content-wrap
{
        top : 50px;
        position : absolute;
        left : 350px;
        right : 100px;
        background-color : #000000;
        border : 0px;
        width : auto;
        height : 250px;
}

.fuck-you-ie
{
        width: auto;
        height : 100%;
}


/* **************
   Main table
   *************** */
.main-table
{
        height : 100%;
}

.header-cell
{
        text-align: center;
}

.footer-cell
{
        text-align : center;
        font-size : 9px;
}


/* **************
   News classes
   *************** */
.content-wrapper
{
        margin : 0px 20px 0px 20px;
        padding : 10px;
        border : 1px dotted #034003;
        background : url("images/watermark.png") no-repeat bottom right;
}

.news-title
{
        font-size : 11px;
        border: 1px solid #000000;
        padding : 1px;
        width : 95%;
        margin:0 auto;
        text-align : right;
        background : url("images/headbg.png") no-repeat bottom right;
}

.news-text
{
        font-size : 11px;
        border: 1px solid #034003;
        padding : 5px;
        width : 95%;
        margin : 0px auto 0px;
}

.news-sig
{
        font-weight : bold;
        text-align : right;
}


/* **************
   Links page
   *************** */
a:link.link-text, a:visited.link-text, a:active.link-text
{
        color : #ae56e1;
        text-decoration : none;
}
a:hover.link-text
{
        color : #a336e1;
        text-decoration : none;
        padding-left : 5px;
}

.link-entry
{
        padding : 5px;
}


/* **************
   Releases page
   *************** */
.releases_table
{
        border-collapse : collapse;
        text-align : center;
        border : none;
        border-spacing: 0px;
        padding : 0px;
}
.releases_table_td
{
        border : 0px solid #034003;
        padding : 3px;
        width : 150px;
}
