﻿*
{
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

a.arcade
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
}

a.arcade:hover
{
    color: #939497;
    text-decoration: none;
    font-size: 12px;
}

body
{
    margin: 10px;
    padding: 10px;
    background: #2A2A2A;
    color: #000000;
}

/* #809900 is background color of right column and image is bg of left column*/

#container
{
    border-top: 11px solid #FFFFFF;
    border-left: 11px solid #FFFFFF;
    border-right: 11px solid #FFFFFF;
    border-bottom: 11px solid #FFFFFF;
}

div.header
{
    background: #2A2A2A;
    width: 100%;
    min-width: 768px;
    color: #FFFFFF;
    float: left;
    text-align: left;
}

div.teamcontainer a:link
{
    color: #8A9ECA;
    text-decoration: none;
}

div.teamcontainer a:hover
{
    color: #939497;
    text-decoration: none;
}

div.teamcontainer a
{
    color: #8A9ECA;
    text-decoration: none;
}

div.banner
{
    height: 122px;
    border-bottom: 1px solid #090909;
    background-image: url('images/top-banner-background.jpg');
    background-repeat: repeat-x;
    background-color: #090909;
    background-position: bottom;
    text-align: left;
    color: #FFFFFF;
    padding-left: 10px;
}

div.banner img
{
    border: none 0px #FFFFFF;
}

div.banner a:active
{
    border: none 0px #FFFFFF;
}

div.login
{
    position: absolute;
    right: 10px;
    top: 60px;
    width: 200px;
    height: 80px;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    color: #939497;
}

input.loginboxes
{
    background-color: #FFFFFF;
    border: solid 1px #000000;
    font-size: 18px;
}

div.login td
{
    text-align: left;
}

div.navbar
{
    height: 27px;
    border-bottom: 0px solid #313131;
    background-image: url('images/navbar.jpg');
    background-repeat: repeat-x;
    text-align: left;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 18px;
    padding-top: 6px;
    font-weight: bold;
    padding-bottom: 0px;
    float: left;
    width: 100%;
}

div.navbar li
{
    display: inline;
    padding-left: 30px;
}

div.navbar a
{
    padding-top: 12px;
    text-decoration: none;
    color: #FFFFFF;
}

div.navbar a:hover
{
    padding-top: 12px;
    text-decoration: none;
    color: #8A9ECA;
}

div.title
{
    height: 118px;
    border-bottom: 1px solid #313131;
    background-color: #000000;
    text-align: left;
    color: #FFFFFF;
    float: left;
    background-image: url('images/titletile.jpg');
    background-repeat: no-repeat;
    width: 100%;
}

div.title img
{
    width: 475px;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

#inner
{
    width: 100%;
    float: left;
    z-index: 1;
    position: relative;
    margin-top: 10px;
}

div.left
{
    width: 26%; /* note this width is 32% and not 20% */
    margin-left: -26.9%; /* must be less than width */
    position: relative;
    left: -.01%;
    float: left;
}

#right
{
    margin-right: -26.9%; /* must be less than width */
    float: right;
    width: 28%; /* note this width is 32% and not 20% */
    position: relative;
    left: .01%;
    text-align: center;
}

#middle
{
    background: #2A2A2A;
    margin-left: 18%;
    margin-right: 18%;
    margin-top: 10px;
    min-height: 0px;
    padding: 5px 0px 5px 0px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
}

#primarynavigation
{
    float: left;
    height: 22px;
}

div.midcontainer
{
    position: relative; /* needed for footer positioning*/
    margin: auto; /* center, not in IE5 */
    width: auto;
    background: #F0F0F0;
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
}

div.midheader
{
    padding-top: 5px;
    padding-left: 10px;
    background-image: url('images/midheader.jpg');
    height: 26px;
    background-repeat: repeat-x;
    background-color: #000000;
}

div.midheader p
{
    font-style: italic;
    font-size: 1.1em;
    margin: 0px;
}

div.midheader h3
{
    font-size: 1.1em;
    margin: 0px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #939497;
}

div.midheaderleftimage
{
    background-image: url('images/midtopleft.jpg');
    width: 6px;
    height: 34px;
    position: absolute;
    left: 0px;
    top: -9px;
}

div.midheaderrightimage
{
    background-image: url('images/midtopright.jpg');
    width: 6px;
    height: 34px;
    position: absolute;
    right: 0px;
    top: -9px;
}

div.midcontent
{
    padding: 1em 1em 5em 1em; /* bottom padding for footer */
    background-color: #2A2A2A;
    border: 5px solid #000000;
}
div.midcontent p
{
    text-align: justify;
    padding: 0px 1em;
    color: #FFFFFF;
}

div.midcontent a
{
    color: #8A9ECA;
    text-decoration: none;
}

div.midcontent a:hover
{
    color: #939497;
    text-decoration: none;
}

div.midfooter
{
    position: absolute;
    width: 100%;
    bottom: 0px; /* stick to bottom */
    background: #000000;
    text-align: right;
    background-image: url('images/midfooter.jpg');
    height: 43px;
}

div.midfooter p
{
    padding: 1em;
    margin: 0px;
}
div.midfooterleftimage
{
    background-image: url('images/midbottomleft.jpg');
    width: 11px;
    height: 14px;
    position: absolute;
    left: -1px;
    bottom: -1px;
}

div.midfooterrightimage
{
    background-image: url('images/midbottomright.jpg');
    width: 11px;
    height: 14px;
    position: absolute;
    right: -1px;
    bottom: -1px;
}

div.midseperator
{
    height: 15px;
    background-color: #2A2A2A;
}

/* mac hie \*/

* html #middle
{
    height: 1%;
    position: relative;
}

/* end hide */

#footer
{
    clear: both;
    border-top: 0px solid #FFFFFF;
    height: 24px;
    text-align: right;
    background: #2A2A2A;
    background-image: url('images/footerbackground.jpg');
    color: #FFFFFF;
    padding-top: 14px;
    padding-right: 12px;
}

#footer a
{
    color: #FFFFFF;
}

p
{
    padding: 0px 5px;
    margin: .5em 0px;
}

.clearer
{
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
    clear: both;
}

div.navcontainer
{
    width: 80%;
    padding: 0px 0px 5px 0px;
    float: left;
    z-index: 1;
}

div.navcontainer ul
{
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}

div.navcontainer a
{
    display: block;
    padding: 3px;
    width: 110%;
    background-color: #272727;
    border: 1px solid #000000;
    color: #FFFFFF;
    text-decoration: none;
}

div.navcontainer a:link, #navlist a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

div.navcontainer a:hover
{
    background-color: #383737;
    color: #FFFFFF;
}

h1
{
}

h2
{
    font-family: Arial;
    font-size: 15px;
}

h3
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

h3 a
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

h3 a:hover
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #939497;
    text-decoration: none;
}

h4
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
}

h4.newtitle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #82D694;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

tr.newtitle td
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #82D694;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

td.newtitle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #82D694;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

td.newtitle p
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #82D694;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

p.newtitle
{
    color: #82D694;
    font-size: 12px;
    font-weight: bold;
    color: #82D694;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

p.newtitle label
{
    font-size: 12px;
    font-weight: bold;
    color: #82D694;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

h3.newtitle
{
    color: #82D694;
}

span.newtitle
{
    font-size: 15px;
    font-weight: bold;
    color: #82D694;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div.adverts
{
    width: auto;
    height: auto;
    border: 1px solid #000000;
    margin: 0px 0px 0px 10px;
    padding: 35px 0px 35px 0px;
    background-color: #272727;
    text-align: center;
}

div.adverts a
{
    color: #000000;
}

div.usermenucontainer
{
    width: 17%;
    float: right;
    border: 1px solid #FFFFFF;
    background-color: #000000;
    list-style-type: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    top: 7px;
    height: 84%;
    margin: 0px 10px 0px 0px;
    left: 0px;
}

div.usermenucontainer a
{
    display: block;
    padding: 3px;
    background-color: #272727;
    border-top: 2px solid #000000;
    text-decoration: none;
    color: #FFFFFF;
}

#navlist
{
    color: #FFFFFF;
    text-decoration: none;
    width: 96%;
}

div.usermenucontainer a
{
    background-color: #272727;
    color: #FFFFFF;
}

div.usermenucontainer a:active
{
    background-color: #272727;
    color: #FFFFFF;
}

div.usermenucontainer a:link
{
    background-color: #272727;
    color: #FFFFFF;
}

div.usermenucontainer a:hover
{
    background-color: #383737;
    color: #8A9ECA;
}

div.usermenuheader
{
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
    background-image: url('images/navbar.jpg');
    height: 22px;
    background-repeat: repeat-x;
    background-color: #000000;
}

div.usermenuheader h3
{
    color: #ffa500;
    margin: 5px 0px 5px 4px;
}

div.usermenuitems ul
{
    height: 2px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div.usermenuitems li
{
    list-style-type: none;
}

div.rightnav
{
    float: right;
}

div.rightnav a
{
    font-family: Arial;
    font-size: 10px;
    color: #8A9ECA;
    padding-right: 12px;
    padding-bottom: 3px;
}

div.rightnav a:hover
{
    font-family: Arial;
    font-size: 10px;
    color: #FFFFFF;
}

div.forums
{
    width: 100%;
    border: solid 1px #FFFFFF;
    background-color: #000000;
    background-image: url('images/forum/forum_read.png');
    _background-image: url('images/forum/forum_readIE6.png');
    background-repeat: no-repeat;
    border-color: #495772;
    _width: 98%;
}

div.forums:hover
{
    width: 100%;
    border: solid 1px #FFFFFF;
    background-color: #0B0B0B;
    background-image: url('images/forum/forum_read.png');
    _background-image: url('images/forum/forum_readIE6.png');
    background-repeat: no-repeat;
    border-color: #495772;
    _width: 98%;
}

div.forums p
{
    margin: 5px 5px 5px 45px;
    color: #39455b;
}

div.forums h3
{
    height: 25px;
    margin: 5px 5px 5px 45px;
    background-image: url('images/forum/forum_top.jpg');
    font-size: 12px;
    color: #495772;
}

div.forums a:link
{
    color: #495772;
    text-decoration: none;
}

div.forums a:visited
{
    color: #495772;
    text-decoration: none;
}

div.forums a:hover
{
    color: #495772;
    text-decoration: underline;
}

p.forumfooter
{
    color: #FFFFFF;
    text-align: right;
}

div.forumstopics
{
    width: 100%;
    border: solid 1px #000000;
    background-color: #000000;
    background-image: url('images/forum/topic_read.png');
    _background-image: url('images/forum/topic_readIE6.png');
    background-position: left;
    background-repeat: no-repeat;
    border-color: #495772;
    _width: 98%;
}

div.forumstopics:hover
{
    width: 100%;
    border: solid 1px #FFFFFF;
    background-color: #0B0B0B;
    background-image: url('images/forum/topic_read.png');
    _background-image: url('images/forum/topic_readIE6.png');
    background-position: left;
    background-repeat: no-repeat;
    border-color: #495772;
    _width: 98%;
}

div.forumstopics p
{
    margin: 5px 5px 5px 45px;
    color: #39455b;
}

div.forumstopics h3
{
    height: 25px;
    margin: 5px 5px 5px 45px;
    background-image: url('images/forum/forum_top.jpg');
    font-size: 12px;
    color: #495772;
}

div.forumstopics a:link
{
    color: #495772;
    text-decoration: none;
}

div.forumstopics a:visited
{
    color: #495772;
    text-decoration: none;
}

div.forumstopics a:hover
{
    color: #495772;
    text-decoration: underline;
}

p.forumstopics
{
    color: #FFFFFF;
    text-align: right;
}

div.topicthreads
{
    width: 100%;
    border: solid 1px #FFFFFF;
    background-color: #000000;
    background-position: left;
    background-repeat: no-repeat;
    border-color: #495772;
    _width: 98%;
    min-height: 100px;
}

div.topicthreadsimage
{
    float: left;
    text-align: center;
    height: 100%;
    border-right: solid 1px #39455b;
    padding: 0px 2px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 97px;
    height: 102px;
}

div.topicthreadscontent
{
    padding-left: 99px;
}

div.topicthreadscontent p
{
    border-left: solid 1px #39455b;
    margin-bottom: 0px;
    padding-bottom: 6px;
    padding: 5px 15px 5px 15px;
    margin: 0px 0px 0px 0px;
}

h3.editthread
{
    text-align: right;
    font-weight: bold;
    border: solid 1px #39455b;
    width: 17px;
    border: none;
    padding-left: 95%;
    padding-top: 60px;
}

p.forumlinks a:link
{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

p.forumlinks a:visited
{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

p.forumlinks a:hover
{
    text-decoration: none;
    color: #939497;
    font-weight: bold;
}

a.teamnames
{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
}

a.teamnames:hover
{
    color: #939497;
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    color: #939497;
}

div.teambanner
{
    text-align: left;
    height: 94px;
    width: 550px;
    background-image: url('banners/tournamentbanner.jpg');
}

div.teambanner img
{
    border: solid 1px #000000;
    height: 93px;
    width: 548px;
}

div.teamphoto
{
    float: left;
    height: 191px;
    width: 236px;
    padding: 10px 0px 10px 0px;
}

div.teamphoto img
{
    float: left;
    height: 191px;
    border: solid 1px #000000;
    width: 236px;
    background-image: url('banners/tournamentphoto.jpg');
}

div.teamtext
{
    float: left;
}

div.teamcontainer
{
    width: 548px;
    height: auto;
}

div.sponsor
{
    float: left;
}

div.flashgame
{
    float: left;
    height: auto;
}

div.flashdetails
{
    float: left;
    height: auto;
}

div.flashcontainer
{
}

table.teams
{
    font: arial;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

table.teams td
{
    width: 300px;
}

table.teams td a
{
    font: arial;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
}

table.teams td a:hover
{
    font: arial;
    color: #939497;
    font-size: 11px;
    text-decoration: none;
}

div.viewmembers
{
    width: 548px;
}

div.members
{
    float: left;
}

div.members a
{
    color: #8a9eca;
    text-decoration: none;
}

div.members a:hover
{
    color: #939497;
    text-decoration: none;
}

table.results
{
    margin: 10px 10px 10px 10px;
    background-color: Black;
}

table.results td
{
    width: 140px;
    padding: 5px 5px 5px 5px;
}

table.results tr
{
    border: solid 1px #000000;
    padding: 2px 2px 2px 2px;
    background-color: #272727;
}

table.results tr:hover
{
    border: solid 1px #000000;
    padding: 1px 1px 1px 1px;
    background-color: #383737;
}

tr.results
{
}

tr.resultstitles
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #82D694;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

th.resultstitles
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #82D694;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

th.resultstitles a
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #82D694;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

table.leagues td
{
    width: 140px;
    padding: 5px 5px 5px 5px;
    border: solid 2px #000000;
}

tr.leagues
{
    border: solid 2px #000000;
}

tr.leaguestitles
{
    font-weight: bold;
    font-size: 12px;
    border: solid 2px #000000;
}

th.leaguestitles
{
    border: solid 2px #000000;
    font-weight: bold;
    font-size: 12px;
    color: #82D694;
    padding: 5px 5px 5px 5px;
}

th.leaguestitles a
{
    border: solid 1px #000000;
    font-weight: bold;
    font-size: 12px;
    border: none;
}

table.results
{
    margin: 10px 10px 10px 10px;
    background-color: Black;
}

table.leagues tr
{
    border: solid 1px #000000;
    padding: 2px 2px 2px 2px;
    background-color: #272727;
}

table.leagues tr:hover
{
    border: solid 1px #000000;
    padding: 1px 1px 1px 1px;
    background-color: #383737;
}

div.memberphoto
{
    height: 75px;
    width: 75px;
    background-image: url('photos/nouserpic.jpg');
    border: solid 1px #FFFFFF;
}

div.memberphotoclanpage
{
    height: 75px;
    width: 75px;
    background-image: url('photos/nouserpic.jpg');
    border: solid 1px #FFFFFF;
    margin: 15px 15px 0px 0px;
}

table.teamregistration
{
}

table.teamregistration td
{
    padding: 2px 2px 2px 2px;
}

.glossymenu
{
    margin: 5px 0px;
    padding: 0px;
    width: 100%;
    border: 1px solid black;
    border-bottom-width: 0px;
}

.glossymenu a.menuitem
{
    background: black url(jquery/glossyback.gif) repeat-x bottom left;
    font: bold 14px "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
    color: white;
    display: block;
    position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
    width: auto;
    padding: 4px 0px;
    padding-left: 10px;
    text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active
{
    color: white;
}

.glossymenu a.menuitem .statusicon
{
    /*CSS for icon image that gets dynamically added to headers*/
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
}

.glossymenu a.menuitem:hover
{
    background-image: url(jquery/glossyback2.gif);
    color: #8A9ECA;
}

.glossymenu div.submenu
{
    /*DIV that contains each sub menu*/
    background: #272727;
}

.glossymenu div.submenu ul
{
    /*UL of each sub menu*/
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.glossymenu div.submenu ul li
{
    border-bottom: 1px solid black;
    width: 100%;
}

.glossymenu div.submenu ul li a
{
    display: block;
    font: normal 13px "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
    color: #8a9eca;
    text-decoration: none;
    padding: 2px 0px;
    padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover
{
    background: #383737;
    color: #ffffff;
}

.lbAction
{
    color: #8a9eca;
    font-family: Arial;
    font-size: 14px;
}

#lbContent
{
    background: #2A2A2A;
}

.done
{
    background: #2A2A2A;
}

#lightbox
{
    background: #2A2A2A;
}

h4.newmaintitle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffa500;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 96px;
}

tr.newmaintitle td
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffa500;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

td.newmaintitle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffa500;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

td.newmaintitle p
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffa500;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

p.newmaintitle
{
    color: #ffa500;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

p.newmaintitle label
{
    font-size: 12px;
    font-weight: bold;
    color: #ffa500;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

h3.newmaintitle
{
    color: #ffa500;
}

.titles-articles
{
    font-size: 15px;
    font-weight: bolder;
    color: #8A9ECA;
}

.titles-h3-green
{
    font-size: 15px;
    font-weight: bold;
    color: #82D694;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.titles-h3-orange
{
    font-size: 15px;
    font-weight: bold;
    color: #ffa500;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.titles-h4-green
{
    font-size: 12px;
    font-weight: bold;
    color: #82D694;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.titles-h4-orange
{
    font-size: 12px;
    font-weight: bold;
    color: #ffa500;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
