@import url(/css/default.css);
@import url(/css/contentframe.css);

a.dmimenulink:link,a.dmimenulink:visited,a.dmimenulink:active
{
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
    color:#004573;
}

a.dmimenulink:hover
{
    font-weight:bold;
    font-size:14px;
    text-decoration:underline;
    color:#004573;
} 


a.dmimenulink2:link,a.dmimenulink2:visited,a.dmimenulink2:active
{
    font-weight:bold;
    font-size:12px;
    text-decoration:none;
    color:#004573;
}

a.dmimenulink2:hover
{
    font-weight:bold;
    font-size:12px;
    text-decoration:underline;
    color:#004573;
} 

td.dmimenuitem
{
    font-weight:bold;
    font-size:13px;
    text-decoration:none;
    color:#004573;
}

tr.dmimenuitem
{
    height:25px;
}

.dmimenutitle
{
    font-weight:bold;
    font-size:14px;
    background-color:#004573;
    color: #FFFFFF;
}

.dmimenutable
{
    border:solid 1px #004573;
    background-color:#EEEEEE;
}

.msghead
{
    font-weight:bold;
    font-size:11px;
    color:#000000;
    /*border-bottom: solid 1px #004573;*/
}

.msguser
{    
    font-size:11px;
    color:blue;
    /*font-weight:bold; border-top: solid 1px #004573;*/
}


.welcomemsg
{
    font-weight:bold;
    border-bottom:solid 1px #004573; 
    font-size:15px;
    color: #004573;
}

.sectiontitle
{
    font-weight:bold;
    border-bottom:solid 1px #004573; 
    font-size:13px;
    color: #004573;
}


.greenbtn
{
    width:100px;
    font-size: 11px; 
    font-weight: bold; 
    font-family: Tahoma, Arial, sans-serif;
    color:white;
    background-color:green;
    width:50px
}

td.mainmenu             
{                       
     color:white;        
     width:100px;        
     FONT-SIZE:12px;     
     font-family:Arial;
     text-align:center;  
     font-weight:bold;   
     cursor:pointer;     
     background-color:#004573;
}                       


