/*
This file is part of pDAF.
Copyright (c) 2005-2008 by Gregorcic & Helger IT systems OEG.
All rights reserved.
http://www.phloc.com
*/

#navbar
{
  height:53px !important;
  background:url("../imgs/navbar_bg.jpg") repeat-x 0px 0px;
  padding-left:30px;
}

tr.navbar,
tr.navbar td
{
  height:53px;
}

#navbarentries
{
  display:block;
  float:left;
  color:#ffffff;
  height:42px;
  width:575px;
  vertical-align:middle;
  position:absolute;  
}

#navbarentries .dot
{
  width:13px;
  height:13px;
  display:block;
  float:left;
  background-color:#b1d485;
  /* opacity: always set all 3 values for cross-browser compatibility*/
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  filter: alpha(opacity=55);
  opacity: 0.55;     
  margin-left:5px;
  margin-right:5px;
  margin-top:5px; 
  padding:0px;
  line-height:13px;
}



#navbarentries a,
#navbarentries span
{
  display:block;
  float:left;
  height:16px;
  line-height:20px;
  margin-bottom:1px;
  font-size:9pt;
  vertical-align:bottom;
  text-decoration:none;
  white-space:nowrap;
}

#navbarentries a
{
  margin-top:1px;
  color:#ffffff !important;
}

#navbarentries span
{
  margin-top:2px;
  color:#9bd84f;
}

#navbarentries a:hover
{
  color:#9bd84f !important;
}


#categories
{
  float:right;
  margin:0px;
  padding-right:15px;
}

#categories a.category
{
  border:1px solid white;
  width:74px;
  height:42px;
  display:block;
  float:left;
  margin-right:3px;
  /* opacity: always set all 3 values for cross-browser compatibility*/
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.40;      
}

#categories a.category:hover,
#categories a.selected
{
  /* opacity: always set all 3 values for cross-browser compatibility*/
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.00;    
}

#categories a.cat_a
{
  /* this image resides in the user/UI directory */
  background:url("../../user/UI/cat_a.jpg") repeat-x 0px 0px;
}

#categories a.cat_f
{
  /* this image resides in the user/UI directory */
  background:url("../../user/UI/cat_f.jpg") repeat-x 0px 0px;
}

#categories a.cat_v
{
  /* this image resides in the user/UI directory */
  background:url("../../user/UI/cat_v.jpg") repeat-x 0px 0px;
}

#categories a.cat_w
{
  /* this image resides in the user/UI directory */
  background:url("../../user/UI/cat_w.jpg") repeat-x 0px 0px;
}

#categories a.cat_s
{
  /* this image resides in the user/UI directory */
  background:url("../../user/UI/cat_s.jpg") repeat-x 0px 0px;
}
