﻿.body_default
{
  margin: 0px;
  overflow: hidden;
  background-color: #89A5CE;
  background-image : url(images/bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}

/* menu classes */
#bbmenuarea
{
	position: absolute;
	top: 53px;
	margin-left: 0px;
	height: 26px;
	overflow: hidden;
	left: 19px;
}

.bbmenuitem
{
	font-family: Verdana;
	font-size: 8pt;
	color: #ffffff;
	cursor: pointer;
	cursor: hand;
	height: 26px;
	text-align: center;
}

.bbmenuitemhover
{
	font-family: Verdana;
	font-size: 8pt;
	background-color: #FF8A00;
	color: #ffffff;
	cursor: pointer;
	cursor: hand;
	height: 26px;
	text-align: center;
}

.bbmenuitemselected
{
	font-family: Verdana;
	font-size: 8pt;
	background-color: #efefef;
	color: #000000;
	cursor: pointer;
	cursor: hand;
	height: 26px;
	text-align: center;
}

.bbmenuitemtext
{
	font-weight: bolder;
	font-style: normal;
	margin-left: 12px;
	margin-right: 12px;
}

.bbmenulinktext
{
	font-weight: normal;
	font-style: normal;
	margin-left: 12px;
	margin-right: 12px;
}

/* filter classes */
.filtertable
{
	width: 650px;
}

.filtertitle
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bolder;
}

.filtercheckbox
{
  
}

.filterlabel
{
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
	cursor: pointer;
	cursor: hand;
}

.filterlabel_hover
{
	font-family: Verdana;
	font-size: 9px;
	color: #FF8A00;
	cursor: pointer;
	cursor: hand;
}

.togglegf_button_off
{
	position: absolute;
	z-index: 1;
	overflow: hidden;
	top: -6px;
	height: 24px;
	width: 124px;
	text-align: left;
	background-image: url(images/button_off.gif);
	display: block;
	cursor: pointer;
	cursor: hand;
}

.togglegf_button_on
{
	position: absolute;
	z-index: 1;
	overflow: hidden;
	top: -6px;
	height: 24px;
	width: 124px; 
	text-align: left;
	background-image: url(images/button_on.gif);
	display: block;
	cursor: pointer;
	cursor: hand;
}

div#bbfilter_area 
{
	position : relative;
	left : 14px;
}

img#_PdfPrintImage_close 
{
  display:none;
}

img#PdfPrintImage_close 
{
 vertical-align :middle;
 margin:2px 4px 0px 2px;
}

a#PdfPrintButton_close 
{
 cursor :pointer;
 cursor:hand;
 text-decoration:none;
}


