﻿.cm-table thead tr th
{
    background: #426DAB;
    color: white;
    font-family: Georgia;
    font-weight: normal;
}

.cm-table-noborder td
{
    border: 0px !important;
    border-collapse: collapse !important;
}

.cm-table-noborder tr
{
    border: 0px !important;
    border-collapse: collapse !important;
}

.pp-hex-table
{
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-right: auto;
    margin-top: -6px;
    padding: 0;
    border-style: solid;
    border-width: 2px;
    border-spacing: 0px;
    border-color: gray;
    border-collapse: collapse;
    font-size: 12pt;
}

.pp-hex-table tr th
{
    border-style: solid;
    border-width: 1px;
    border-spacing: 0px;
    border-color: lightgray;
    border-collapse: collapse;
}

.pp-hex-table tr td
{
    border-style: solid;
    border-width: 1px;
    border-spacing: 0px;
    border-color: lightgray;
    border-collapse: collapse;
}

.pp-hex-cell
{
    width: 84px;
    height: 120px;
    font-weight: bold;
    font-size: 12px;
}

.noborder
{
    border: none !important;
}

.noborder tr td
{
    border: none !important;
}

.pp-table-stratagems
{
    padding: 2px;
    border-style: solid;
    border-width: 2px;
    border-spacing: 0px;
    border-color: gray;
    border-collapse: collapse;
    font-size: 12pt;
}

.pp-table-stratagems tr th
{
    border-style: solid;
    border-width: 2px;
    border-spacing: 0px;
    border-color: gray;
    border-collapse: collapse;
}

.pp-table-stratagems tr td
{
    border-style: solid;
    border-width: 2px;
    border-spacing: 0px;
    border-color: gray;
    border-collapse: collapse;
}

.table-widthauto
{
    width: auto;
    padding: 0 15px 0 15px;
}

.table-dropdown
{
    width: 200px;
    height: 36px;
    margin-top: -7px;
    color: black;
    background: none;
    cursor: pointer;
}

.table-dropdown.option
{
    width: 200px;
    height: 36px !important;
    cursor: pointer;
    z-index: 100;
    position: relative;
}

.table-dropdown.option.selected
{
    width: 200px;
    height: 36px;
    margin-top: -7px;
    background: url("../images/bg-li-active-34.gif") repeat-x scroll center top rgba(0, 0, 0, 0) !important;
    color: white;
}


/* Menu */

.menux
{
    list-style: none;
    color: black;
    width: 800px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    margin-left: -40px;
    margin-top: 0px;
}
.menux > li
{
    background: none;
    float: left;
    position: relative;
}

.menux > li.selected
{
    background: url("../images/bg-li-active-34.gif") repeat-x scroll center top rgba(0, 0, 0, 0) !important;
    color: #FFFFFF;
}

.menux > li:visited
{
    background: url("../images/bg-li-active-34.gif") repeat-x scroll center top rgba(0, 0, 0, 0) !important;
    color: #FFFFFF;
}

.menux > li > a:hover
{
    color: darkgrey;
}

.menux a
{
    display: block;
    text-decoration: none;
    font-family: CoreSansN45;
    list-style-type: none;
    padding: 0px;
    letter-spacing: 0px;
    font-size: 12pt;
    cursor: pointer;
    color: black;
}

.menux > li > a
{
    padding: 9px 15px;
}
.menux > li.selected > a
{
    color: white;
}


/* Dropdown */
.submenu
{
    position: absolute;
    width: 200px;
    margin-top: -3px;
    margin-left: -40px;
    color: white;
}
.submenu li
{
    background-color: #426DAB;
    position: relative;
    overflow: hidden;
    color: white;
    height: 50px;
}
.submenu > li > a
{
    padding: 16px 30px;
    color: white;
    border: 1px solid white;
}
.submenu > li::after
{
    content: '';
    position: absolute;
    top: -125%;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 50px rgba(0, 0, 0, .9);
}

.submenu > li > a:hover
{
    color: darkgrey;    
}

/* Show dropdown */
.submenu, .submenu li
{
    visibility: hidden;
}
.submenu li
{
    transition: .2s ease -webkit-transform;
}
.menux > li:hover .submenu, .menux > li:hover .submenu li
{
    opacity: 1;
    visibility: visible;
}
