#competition_kindChange
{
    float: right;
    display: table;
    padding: 5px;
    background-color: red;
    border: 1px dashed;
    border-bottom-style: dashed;
    border-bottom-color: #000000;
    border-left-color: #000000;
    border-left-style: dashed;
    font-size: 12px;
    font-weight: bold;
    font-family: Courier New;
}

#competition_menu, .competition_menu, #competition_menu .competition_menu li
{
    float: left;
    margin: 0;
    padding: 0;
    display: table;
    background-color: #AAAAAA;
}
#competition_menu li
{
    float: left;
    display: inline;
    cursor: pointer;
    list-style: none;
    border: none;
    position: relative;
    font-family: tahoma;
    font-size: 14px;
}
#competition_menu li ul.first
{
    left: -1px;
    top: 100%;
}

#competition_menu .competition_menu li
{
    width:100%;
    border: none;
}
#competition_menu li
{
    display: block;
    width: inherit;
    height: inherit;
}
#competition_menu li div
{
    padding: 5px 10px 5px 10px;
}

ul.competition_menu
{
    display:none;
}
#competition_menu li:hover > a, #competition_menu li:hover
{
    color: white;
    background-color: blue;
}
li:hover > .competition_menu
{
    display: table; /* block */
    position: absolute;
    width: 2px;
    top: -1px;
    left: 100%;
    z-index: 1000;
    border: none;
}
li:hover
{
    position: relative;
    z-index: 2000;
}

#competitions_startingnewDialog, #competition_cancelDialog, #competition_editDialog, #competition_playersDialog, #competition_signUpDialog, #competition_startingDialog
{
    display: none;
}

#competitions_head
{
    margin-left: auto;
    margin-right: auto;
    border-spacing: 1px;
    border: 1px solid;
    border-color: #AFAFAF #444444 #444444 #AFAFAF;
}
#competitions_head td
{
    border-style: solid;
    border-width: 1px;
    border-color: black #A5A5A5 #A5A5A5 black;
    padding: 5px;
}

.competitions_row1
{
    background-color: #FFB873;
    text-align: center;
}
.competitions_row2
{
    font-weight: bold;
    text-align: center;
    background-color: #FFDDBB;
}
.competitions_row3
{
    background-color: #FFFFD0;
}

#competitions_description
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 1px;
    border: 1px solid;
    border-color: #AFAFAF #444444 #444444 #AFAFAF;
}
#competitions_description td
{
    border-style: solid;
    border-width: 1px;
    border-color: black #A5A5A5 #A5A5A5 black;
    padding: 5px;
}
#competitions_description tr:first-child
{
    background-color: #FFDDBB;
    font-weight: bold;
    text-align: center;
}

#competitions_players
{
    width: 500px;
    margin-left: 60px;
}
.competitions_players_row1
{
    background-color: white;
    text-align: center;
}
.competitions_players_row2
{
    background-color: #C9D2E3;
    text-align: center;
}
.competitions_players_row3
{
    background-color: #98A8C8;
}
.competitions_players_row3 .left, .right
{
    height: 48px;
    line-height: 48px;
    padding: 0 5px 0 5px;
}

#competitions_fightingplayers
{
    width: 100%;
    max-width: 411px;
    background-color: black;
    margin-left: auto;
    margin-right: auto;
}
.competitions_fightingplayersMe
{
    background-color: #FF3344;
    padding: 5px;
}
.competitions_fightingplayersNotMe
{
    background-color: white;
    padding: 5px;
}
.competitions_fightingplayersImg
{
    background-image: url('/design/text.gif');
    height: 89px;
    text-align: center;
}
.competitions_fightingplayersRow1
{
    color: white;
    text-align: center;
}

.competitions_info
{
    font-size: 24px;
    font-style: italic;
}

.competitions_tree
{
    font-size: 24px;
    font-style: italic;
    text-align: center;
}