* {
    padding: 0;
    margin: 0;
    border-width: 0;
    border-style: none;
    color: white;
    border-spacing: 0px;
    ~border-spacing: expression(this.cellSpacing=0);
}

*:focus {
    outline: none !important;
} 

html { 
    overflow: -moz-scrollbars-vertical;
    overflow-x: auto;
}

body {
    text-align: center;
}

a { 
    cursor: pointer;
}

a:hover { 
    color: #FF8;
} 

a img { 
    border-color: white;
    border-style: solid;
}

a:hover img { 
    border-color: #FF8;
} 

table#pagewrapper {
    margin: 10px auto 20px auto;
    text-align: left;
}

#pwtop, #pwbottom {
    background-color: #202020;
}

#title {
    padding: 0px 0px 20px 0px;
}

.layoutTable {
    background-color: #202020;
}

.layoutTable td {
    vertical-align: top;
    padding: 0px 5px 0px 5px;
}


.menuTable {
    width: 150px;
}


.tableSummary {
    padding: 0px 10px 0px 10px;
    _width: 650px;
}

.tableSummary td {
    /*width: 210px;*/
    overflow: hidden;
}

a.topicSummary {
    display: block;
    _width: 220px;
    padding: 10px; 
    overflow: hidden;
    font-family: Verdana, Arial, Times;
    font-size: 12px;
    text-decoration: none;
    background-color: transparent;
}

a.topicSummary:hover {
    color: #FF8;
    background-color: #555555;
}

a.topicSummary div {
    padding-top: 10px;
}




.tableDetails {
    padding: 0px 10px 0px 10px;
    _width: 650px;
}

.tableDetails td {
    width: 630px;
    overflow: hidden;
}

.tableDetails td h2 {
    padding: 10px;
}

.tableDetails td img {
    padding: 10px;
}



.tableGame {
    border-spacing: 4px;
    ~border-spacing: expression(this.cellSpacing=4);
}

.tableGame td#gameHolder {
    width: 640px;
    text-align: center;
    border: solid;
    border-width: 1px;
    border-color: #555;
    padding: 5px 0px 5px 0px;
}

.tableGame td#gameDescr {
    width: 640px;
    text-align: left;
    padding: 10px 0px 10px 0px;
}



.menu, .menu li {
    display: block;
    list-style: none;
}

.menu li a {    
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-decoration:none;
    background-color: transparent;
    font-family: Verdana, Arial, Times;
    font-size: 12px;
    color: #FF8;
    line-height: 30px;
}

.menu li a:hover {
    background-color: #444444;
}

.menu li.activelink a, .menu li.activelink a:hover {
    color: #FFB;
    background-color: #666666;
}



#menuOrder td, #menuCategories td {
    border-top: 1px solid #888;
    /*height: 30px;*/
    /*margin-bottom: 10px;*/
    /*margin-top: 10px;*/
}

#menuOrder li, #menuCategories li {
    float: left; 
    text-align: center;
}

#menuOrder li a, #menuCategories li a {
    width: 150px;
    /*padding-left: 5px;*/
    /*background-color: #333333;*/
    /*color: #BB6;*/
}


#menuBoards {
    border-bottom: 1px solid #888;
    height: 30px;
    margin-bottom: 10px;
}

#menuBoards li {
    float: left; 
    text-align:center;
    padding-right: 2px;
}

#menuBoards li a {
    width: 150px;
    background-color: #333333;
    color: #BB6;
}

#menuBoards li a:hover {
    background-color: #444444;
}

#menuBoards li.activelink a, #menuBoards li.activelink a:hover {
    background-color: #666666;
    color: #FF8;
}


#menuPager {
    border-top: 1px solid #888;
    height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#menuPager li {
    float: left; 
    text-align:center;
}

#menuPager li a {
    width: 40px;
}




a.button {
    display: block;
    width: 160;
    height: 40;
    border-style:none;
    text-align: center;
    text-decoration: none;
    color: #BB6;
    font-weight: normal;
    font-size: 16;
    margin-left: 235px;
    margin-top: 3px;
    padding-top: 9px;
    background-image: url('button.png');
    background-repeat: no-repeat;
    _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='gooset/html/button.png');
}

a.button:hover { 
    color: #FF8;
}

a.button:active { 
    padding-left: 3px;
    margin-left: 235px;
    margin-top: 0px;
    padding-top: 12px;
    background-image: url('button_pressed.png');
    background-repeat: no-repeat;
    _background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='gooset/html/button_pressed.png');
}




h2 {
    display: block;
    font-size: 24px;
    border-bottom: 1px solid #333;
    color: #FF8; 
    line-height: normal;
    text-align: left; 
    vertical-align: center;
    padding: 10px 10px;
    background-image: url('heading2_grad.png');
    background-repeat: repeat-x;
    margin-bottom: 20px;
    margin-top: 20px;
}

h3 {
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #333;
    color: #FF8; 
    line-height: normal;
    text-align: center; 
    vertical-align: center;
    padding: 5px 5px;
    background-image: url('heading2_grad.png');
    background-repeat: repeat-x;
    margin-bottom: 10px;
    margin-top: 10px;
}


