/*
 * admin css code
 */

#taskbar
{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 37px;
  padding: 10px 24px 0px 0px;
  text-align: right;
  white-space: nowrap;
}

#taskbar a,
#taskbar a:active,
#taskbar a:visited
{
  font-size: 11px;
  color: #666666;
  text-decoration: none;
  padding: 3px 5px 3px 10px;
  background-repeat: no-repeat;
}

#taskbar a:hover
{
  color: #333333;
}

#taskbar_blog
{
  padding-top: 20px;
  float: right;
  height: 37px;
  background: url(images/taskbar.gif) top right no-repeat;
  text-align: right;
  white-space: nowrap;
}

#taskbar_blog a,
#taskbar_blog a:active,
#taskbar_blog a:visited
{
  font-size: 11px;
  color: #666666;
  text-decoration: none;
  padding: 3px 5px 3px 10px;
  background-repeat: no-repeat;
}

#taskbar_blog a:hover
{
  color: #333333;
}

#main
{
  font-family: verdana;
  font-size: 11px;
}
