﻿       
   #navigation ul li.show ul
        {
            display: block;
        }
        
        #navigation ul li.with-js ul
        {
            display: none !important;
        }
        
        div.RoundedInner
        {
            background: #999999;
            height: 20px;
            text-align: center;
            font-family: QuickSand;
            font-size: 11px;
            width: 100%;
            padding: 8px 0px 0px 0px;
        }
        div.RoundedOuter
        {
            float: left;
            width: 100%;
        }
        .RoundedInner3 {
            background: #C10D0D;
            height: 20px;
            text-align: center;
            font-family: QuickSand;
            font-size: 18px;
            font-weight: bold;
            width: 100%;
            padding: 8px 0px 0px 0px;
            padding-bottom:6px;
        }
        .RoundedOuter3
        {
            float: left;
            width: 100%;
        }
        Table
        {
            margin-bottom: 0px;
        }
.label {
    font-family: QuickSand;
    font-size: 11px;
    color: #323232;
}
        .classname
        {
            position: relative;
            top: 49%;
            left: 50%;
        }
.button {
    background-color: #29B7E9;
    background-repeat: repeat-x;
    font-weight: bold;
    border: 1px solid;
    color:  white;    
    cursor: pointer;
    cursor: hand;
    text-align: center;
    height: 26px;
    font-size: 9pt;
    font-family: QuickSand;
    border-radius: 9px;
}
        #main
        {
            background-image: none;
            background-repeat: repeat-y;
            clear: both;
            float: left;
            width: 990px;
        }
        
        .btn
        {
            height: 17px;
        }