/********************** Buttons *************************/

.button_normal /*Used for normal button, without mouseover*/
{
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    HEIGHT: 21px;
    cursor:pointer;
    padding-left:10px;
    padding-right:10px;
    background: url("/files/system/btn_bg_blue_normal.gif");
    border:outset 1px;
    border-top-color:#9fbf95;
    border-left-color:#9fbf95;
}

.button_hover /*Used for normal button, with mouseover*/
{
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    HEIGHT: 21px;
    cursor:pointer;
    padding-left:10px;
    padding-right:10px;
    background: url("/files/system/btn_bg_blue_hover.gif");
    border:outset 1px;
    border-top-color:#9fbf95;
    border-left-color:#9fbf95;
}
.buttonGrey 
{
  background-color : #cccccc;
  border : 1px solid;
  border-bottom : 1px solid Gray;
  border-top : 1px solid Silver;
  border-left : 1px solid Silver;
  border-right : 1px solid Gray; 
  font-family: verdana,helvetica,sans-serif;   
  font-size: 10px;
  font-weight: plain;
  filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#E0E0D0');
}

.btnhovGrey {
  background-color : #cccccc;
  border : 1px solid;
  border-bottom : 1px solid Gray;
  border-top : 1px solid Silver;
  border-left : 1px solid Silver;
  border-right : 1px solid Gray;
  font-family: verdana,helvetica,sans-serif;    
  font-size: 10px;
  font-weight: plain;
  filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#999999');
}

/********************** Menu horizontal *************************/

.L1 A {
color: #FFFFFF;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-family: Verdana, Helvetica, Arial;
font-size: 11px;
padding-left: 8px;
padding-right: 8px;
}
.L1 A:Hover {
text-decoration: none;
font-style: normal;
font-weight: bold;
color: #262626}
.L1_Active {
display: block;
color: #FFFFFF;
text-decoration: none;
font-style: normal;
font-weight: bold;
background-color: a1042f;
line-height: 23px;
padding-right: 8px;}
.L1, .dwne {
text-align: left;
}
