﻿.menuFrame
{
    margin: 4px 2px 0px 2px;
    background-color: #ffffff;
    border: #00309c 1px solid;
    width: 194px;
    display:block;
} 
.menuFrameHeader
{
    text-align: left;
    padding-top: 3px;
    background-image: url(Images/MenuHeaderBackGround.gif);
    background-repeat: repeat-x;
    font-weight: 700;
    width: 194px;
}  
.menuFrameImage
{
    vertical-align:middle;
    margin-bottom:4px;
}
.menuFrameCaption
{
    padding-left:2px;
    color: #ffffff;
}
.menuLinkList, .menuLinkList:link, .menuLinkList:visited, .menuLinkList:active
{
    margin:0;
    width:174px;
    height: 19px;
    display: block;
    text-align: left;
    color: #245299;
    text-decoration: none;
    font-weight: 500;
    padding-top: 4px;
    padding-left: 20px;
}
.menuLink, .menuLink:link, .menuLink:visited, .menuLink:active
{
    padding-top:4px;
    display: block;
    text-align: left;
    color: #245299;
    text-decoration: none;
    height: 19px;
    width:191px;
    padding-left:3px;
    font-weight: 500;
}
.menuLink:hover, .menuLinkList:hover
{
    background-image: url(Images/MenuLinkHover.gif);
    background-repeat: repeat-x;
}
#puce
{
    background-position: center center;
    background-image: url(Images/puce.gif);
    padding-right: 2px;
    background-repeat: no-repeat;
}
#puce2
{
    background-position: center center;
    background-image: url(Images/puce.gif);
    padding-right: 5px;
    background-repeat: no-repeat;
}
.menuText
{
    padding:4px;
    font-weight: 500;    
}
.itemLoginFrame
{
    margin-top:3px;
}
.labelLogin
{
    margin: 3px;
    padding: 0px;
    width:177px;
    font-weight: 500;
    font-size: 11px;    
    height:15px; 
}
.itemLogin
{
    margin: 3px;
    padding: 2px;
    width:177px;
    font-weight: 500;
    font-size: 11px;    
    height:15px; 
}
.itemLoginError
{
    color:#ff0000;
    font-weight: 500;
    font-size: 11px;     
}