﻿.alignlabel{
    text-align:right;
    height:10px;
}

GridHeader{
    border: 1px solid #8baad8;
        min-height: 31px;
        background-color: #cbe7ea;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        width:600px
}

.BorderStandard{
    margin:auto;
    width:850px;

    text-align:justify;
    font-size:13px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.CustomNav{
            position:absolute !important;
            left:5%;
            top: 80%;
            opacity:0.5;
        }   

.BulletStyle{
list-style-type: none;
text-align:justify;
}

.BulletStyle li{
    display:table-row;
}

.BulletStyle li:before{
    content:'\2022';
    font-size:14px; 
    line-height:24px; 
    
    padding-right:8px;
    display:table-cell;
    
}

#ASPxMenu ul li
{
    position:relative;
    float:left;
    list-style:none;
    display:none;        
}

#menu ul li ul
{
    display:none;
}