﻿body 
{
    background-color: #ffffcc;
    margin: 0px;
    padding: 5px;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
}

html
{
    /* Hide IE Scrollbars */
    overflow: auto;
}

a
{
    color: #0000ff;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.TitleImage
{
    text-align: center;
}

.MainTable
{
    width: 100%;
    background-color: #ffffcc;
    background-image: none;
    text-align: justify; 
    
    border-bottom-color: #8d8d71;
    border-right-color: #8d8d71;
    border-top-color: #ffffdf;
    border-left-color: #ffffdf;
    border-style: solid;
    border-width: 5px;
}

.HeaderCell
{
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
    
    border-style: solid;
    border-width: 4px;
    
    border-right-color: #999966;
    border-bottom-color: #999966;
    border-top-color: #b1b17e;
    border-left-color: #b1b17e;
    background-color: #a5a572;
}

.HeaderCellCenter
{
    font-weight: bold;
    text-align: center;
    
    border-style: solid;
    border-width: 4px;
    
    border-right-color: #999966;
    border-bottom-color: #999966;
    border-top-color: #b1b17e;
    border-left-color: #b1b17e;
    background-color: #a5a572;
}

.MainTitle
{
	clear: both;
    font-weight: bold;
    background-color: #dddd99;
    padding-left: 3px;
    padding-right: 3px;
    
    border-style: solid;
    border-width: 4px;
    border-right-color: #cccc88;
    border-bottom-color: #cccc88;
    border-top-color: #eeeeaa;
    border-left-color: #eeeeaa;
    
}

.SubTitle
{
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
}

.SubDescription
{
    font-style: italic;
}

tr.CellColor td
{
    background-color: #eeeebb;
    border-style: solid;
    border-width: 4px;
    border-right-color: #ddddaa;
    border-bottom-color: #ddddaa;
    border-top-color: #eeffbb;
    border-left-color: #eeffbb;
}

tr.CellColor:hover td
{
    background-color: #fefecb;
    cursor: pointer;
    cursor: hand;
    
    border-style: solid;
    border-width: 4px;
    border-right-color: #ededba;
    border-bottom-color: #ededba;
    border-top-color: #ffffdc;
    border-left-color: #ffffdc;
}


.Cell1
{
    width: auto;
}

.Cell2
{
    width: 5%;
    text-align: center;
}

.Cell3
{
    width: 5%;
    text-align: center;
}

.Cell4
{
    width: 15%;
    text-align: center;
    font-size: 9pt;
}

.LinkTable
{

}

.TreeLink
{
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: middle;
    border-style: solid;
    border-width: 5px;
}

.TreeLink a
{
    color: #ffffff;
}

.TreeLink a:link
{
    text-decoration: none;
}

.TreeLink a:hover
{
    text-decoration: none;
}

.TreeLink a:active
{
    text-decoration: none;
}

.ForumTreeLink
{
    border-right-color: #aa0000;
    border-bottom-color: #aa0000;
    border-top-color: #ee0000;
    border-left-color: #ee0000;
    background-color: #cc0000;
    width: auto;
}

.ForumTreeLink:hover
{
    border-right-color: #dd0000;
    border-bottom-color: #dd0000;
    border-top-color: #ff1010;
    border-left-color: #ff1010;
    background-color: #ee0000;
}

.ParentSectionTreeLink
{
    border-right-color: #999933;
    border-bottom-color: #999933;
    border-top-color: #dddd77;
    border-left-color: #dddd77;
    background-color: #bbbb66;
}

.ParentSectionTreeLink:hover
{
    border-right-color: #bbbb66;
    border-bottom-color: #bbbb66;
    border-top-color: #eded87;
    border-left-color: #eded87;
    background-color: #cccc66;
}

.SectionTreeLink
{
    border-right-color: #000099;
    border-bottom-color: #000099;
    border-top-color: #0000dd;
    border-left-color: #0000dd;
    background-color: #0000bb;
}

.SectionTreeLink:hover
{
    border-right-color: #3333aa;
    border-bottom-color: #3333aa;
    border-top-color: #0000ff;
    border-left-color: #0000ff;
    background-color: #0000dd;
}


.LanguageSelect
{
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
}

.LanguageSelect img
{
    border: 0px;
    height: 33px;
    width: auto;
    cursor: pointer;
}

SELECT
{
    background-color: #a5a572;
    font-weight: bold;
    font-family: Arial;
}

.Copyright
{
    text-align: center;
    font-size: 8pt;
}

.HideCheckBox
{
    text-align: right;
}

.NewThreadButton
{
	border-right-color: #aa0000;
    border-bottom-color: #aa0000;
    border-top-color: #ee0000;
    border-left-color: #ee0000;
    background-color: #cc0000;
    
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: middle;
    border-style: solid;
    border-width: 5px;
}

.NewThreadButton:hover
{
    border-right-color: #dd0000;
    border-bottom-color: #dd0000;
    border-top-color: #ff1010;
    border-left-color: #ff1010;
    background-color: #ee0000;
}

.NewThreadButton a
{
    color: #ffffff;
}

.NewThreadButton a:hover
{
    text-decoration: none;
}

.NewThreadLink
{
	width: 100%;
	text-align: right;
}

.CommandButtons
{
	text-align: right;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
}