/****************************/
/*  AVNDOSPORT UserMenuBar  */
/****************************/
#usermenu-wrapper{
  bottom: 0;
  font-size: 11px;
  height: 28px;
  vertical-align: bottom;
  z-index: 99;
  margin-bottom: 0;
}

#usermenubar-wrapper{
  overflow: visible !important;
  bottom: 0;
  margin-bottom: 0;
}

#usermenubar h2.title{
	color: #333;
	z-index: -1;
}

fieldset#usermenubar {
  background: #efefef;
  /* SB
  filter:alpha(opacity=97);
  -moz-opacity:0.97;
  -khtml-opacity: 0.97;
  opacity: 0.97;
  */
  border: 2px solid #999;
  border-bottom: none;
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  margin-left: 20px;
  cursor: default;
  z-index: 100;
  max-height: 340px;
  width: 915px;
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
}

#usermenubar .container{
  filter:alpha(opacity=100);
  -moz-opacity:1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;	
  padding: 0;
  display: block;
}

#usermenubar .container h3{
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #111;
  background: #fff;
  padding: 2px;
  padding-left: 10px;
  margin-bottom: 10px;
  border: 2px solid #fff;
  filter:alpha(opacity=100);
  -moz-opacity:1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
  cursor: move;
  display: block;
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
}

#usermenubar .block{
  max-width: 520px;
}

#usermenubar .block h2.title{
  max-width: 400px;
}

#usermenubar .rounded-block-top-left, 
#usermenubar .rounded-block-top-right, 
#usermenubar .rounded-block-bottom-left, 
#usermenubar .rounded-block-bottom-right,
#usermenubar .rounded-outside,
#usermenubar .rounded-inside,
#usermenubar .rounded-block-top-left, 
#usermenubar .rounded-block-top-right, 
#usermenubar .rounded-block-bottom-left, 
#usermenubar .rounded-block-bottom-right,
#usermenubar .rounded-outside,
#usermenubar .rounded-inside,
#usermenubar .rounded-block-top-left, 
#usermenubar .rounded-block-top-right, 
#usermenubar .rounded-block-bottom-left, 
#usermenubar .rounded-block-bottom-right,
#usermenubar .rounded-outside,
#usermenubar .rounded-inside,
#usermenubar .block-icon{
  background: none;
}

#usermenubar .block{
  color: #333;
}

#usermenubar .block ul{
  float: left;
  max-height: 200px;
  max-width: 570px;
  margin: 0;
  padding: 0;
  overflow: auto;
}

#usermenubar .block li{
  border-top: 1px dotted #666;
  float: left;
  display: block;
  min-width: 140px;
  max-width: 140px;
  width: 140px;
  margin-right: 10px;
  cursor: pointer;
  margin-left: 0;
  overflow: hidden;	
}

#usermenubar .block li:hover{
  background: #fff;
}

#usermenubar .block li a{
  font-weight: normal;
  color: #333;
  max-width: 140px;
  font-size: 10px;
  display: block;
}

#usermenubar .block li a.active{
  color: #900;
  font-weight: bold;
}

#usermenubar .block li a:hover{
  text-decoration: none;
}

#avando_navi{
  width: 530px;
  height: 250px;
  max-height: 300px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
  float: left;
  overflow: auto;
}

#avando_admin_navi,
#avando_webmaster_navi,
#avando_user_navi{
  float: left;
  max-width: 530px;
  width: 530px;
}

#avando_messages{
  width: 370px;
  height: 250px;
  float: right;
  overflow: auto;
}

span.usermenu-tiny{
	font-size: 9px;
	font-weight: normal;
}

#toolbar_bottom {
width:100%;
padding: 0px;
margin:0px;
width:100%;
position: fixed; 
right: 0px; 
bottom: 0px;
overflow: hidden;
}


