﻿.CSSTableGeneratorView .MenuItemBig, .MenuItemBig ul li {
    padding-bottom: 18px;
    color: Maroon;
}

    .CSSTableGeneratorView .MenuItemBig, .MenuItemBig ul li a {
        color: #000000;
        text-decoration: none;
        font-variant: small-caps;
        font-size: 35px;
        font-weight: 700;
        line-height: 50px;
    }

        .CSSTableGeneratorView .MenuItemBig, .MenuItemBig ul li a:hover {
            color: #990000;
            font-weight: 800;
            font-size: 35px;
        }

.MenuItemBig {
    background-repeat: no-repeat;
    background-position: center center;
}
    

    .MenuItemBig .Box {
        margin: 0px;
        padding: 1px;
        box-shadow: 0px 4px 5px #888888;
        border: 1px solid #3f7f00;
        -moz-border-radius-bottomleft: 14px;
        -webkit-border-bottom-left-radius: 14px;
        border-bottom-left-radius: 14px;
        -moz-border-radius-bottomright: 14px;
        -webkit-border-bottom-right-radius: 14px;
        border-bottom-right-radius: 14px; 
    }

    .MenuItemBig .Title {
        background-color: #cccccc;
        margin: 0px;
        padding: 1px;
        box-shadow: 0px 4px 5px #888888;
        border: 1px solid #3f7f00;
        -moz-border-radius-topright: 14px;
        -webkit-border-top-right-radius: 14px;
        border-top-right-radius: 14px;
        -moz-border-radius-topleft: 14px;
        -webkit-border-top-left-radius: 14px;
        border-top-left-radius: 14px;
        font-size: 30px;
        line-height: 50px;
    }

    .MenuItemBig .TitleRound {
        background-color: #cccccc;
        margin: 0px;
        padding: 1px;
        box-shadow: 0px 4px 5px #888888;
        border: 1px solid #3f7f00;
        -moz-border-radius-bottomleft: 14px;
        -webkit-border-bottom-left-radius: 14px;
        border-bottom-left-radius: 14px;
        -moz-border-radius-bottomright: 14px;
        -webkit-border-bottom-right-radius: 14px;
        border-bottom-right-radius: 14px;
        -moz-border-radius-topright: 14px;
        -webkit-border-top-right-radius: 14px;
        border-top-right-radius: 14px;
        -moz-border-radius-topleft: 14px;
        -webkit-border-top-left-radius: 14px;
        border-top-left-radius: 14px;
        font-size: 30px;
        line-height: 50px;
    }

.page {
    width: 950px;
   
    margin: 0px auto 0px auto;
}

.pageBody {
  
}

.pagePopup {
    width: 900px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}


.bg {
   
    background: -moz-linear-gradient(top, rgba(251,253,252,1) 0%, rgba(237,239,238,1) 24%, rgba(215,217,216,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(251,253,252,1) 0%,rgba(237,239,238,1) 24%,rgba(215,217,216,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(251,253,252,1) 0%,rgba(237,239,238,1) 24%,rgba(215,217,216,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfdfc', endColorstr='#d7d9d8',GradientType=0 ); /* IE6-9 */
}


.HeaderSearch {
    background-color: #BABC98;
    border: 0px solid #3f7f00;
    border-width: 0px 0px 1px 1px;
    color: #663300;
    margin: 2px;
    padding: 3px;
    text-decoration: none;
    box-shadow: 0px 4px 5px #888888;
    border: 1px solid #3f7f00;
    font-weight: bold;
    -moz-border-radius-topright: 14px;
    -webkit-border-top-right-radius: 14px;
    border-top-right-radius: 14px;
    -moz-border-radius-topleft: 14px;
    -webkit-border-top-left-radius: 14px;
    border-top-left-radius: 14px;
    -moz-border-radius-bottomright: 14px;
    -webkit-border-bottom-right-radius: 14px;
    border-bottom-right-radius: 14px;
    -moz-border-radius-bottomleft: 14px;
    -webkit-border-bottom-left-radius: 14px;
    border-bottom-left-radius: 14px;
    font-family: Times New Roman;
    text-transform: uppercase;
}

  
    .HeaderSearch th {
        color: Maroon;
        padding-left: 2px;
        text-align: left;
    }

    .HeaderSearch td {
        padding-top: 2px;
        padding-bottom: 2px;
    }



.CauseListTable {
    text-align: left;
    border-collapse: collapse;
    border:none;
    width:100%;
}
    .CauseListTable .Judge {
        color: maroon;
        font-weight: bold;
        text-align: center;
        background-color: #ddd;
    }

    .CauseListTable .Purpose {
        color: #005500;
        font-weight: bold;
        text-align: center;
        background-color: #ccc;
    }