﻿html, body
{
  margin: 0px 0px 0px 0px;
}

.body_default
{ 
  margin: 0px;
  overflow: hidden;
  height: 100%; 
	background-color: #F3F5F6;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}

#maintable
{
	 height: 100%;
	 width: 100%;
}

#viewport
{
	width: 940px;
	text-align: left;
}

#headertable
{
	height: 210px;
}

/* menu classes */
#bbmenuarea
{
	position: absolute;
	top: 160px;
	margin-left: 19px;
	height: 26px;
	overflow: hidden;
}

.bbmenuitem_mainmenu
{
	font-family: Verdana;
	font-size: 8pt;
	color: #ffffff;
	cursor: pointer;
	cursor: hand;
	height: 30px;
	text-align: center;
}

.bbmenuitem_mainmenuhover
{
	font-family: Verdana;
	font-size: 8pt;
	background-color: #BDDFED;
	color: #000000;
	cursor: pointer;
	cursor: hand;
	height: 30px;
	text-align: center;
}

.bbmenuitem_mainmenuselected
{
	font-family: Verdana;
	font-size: 8pt;
	background-color: #BDDFED;
	color: #000000;
	cursor: pointer;
	cursor: hand;
	height: 26px;
	text-align: center;
}

.bbmenuitemtext
{
	font-weight: bolder;
	font-style: normal;
	margin-left: 6px;
	margin-right: 6px;
}

.bbmenulinktext
{
	font-weight: normal;
	font-style: normal;
	margin-left: 6px;
	margin-right: 6px;
}

#bbtopmenuarea
{
	position: absolute;
	margin-left: 674px;
	top: 4px;
	height: 16px;
	overflow: hidden;
}

.bbmenuitem_topmenu
{
	font-family: Verdana;
	font-size: 8pt;
	color: #777777;
	cursor: pointer;
	cursor: hand;
	height: 20px;
	text-align: center;
}

.bbmenuitem_topmenuhover
{
	font-family: Verdana;
	font-size: 8pt;
	color: #777777;
	cursor: pointer;
	cursor: hand;
	height: 20px;
	text-align: center;
	text-decoration: underline;
}

.bbmenuitem_topmenuselected
{
	font-family: Verdana;
	font-size: 8pt;
	background-color: #BDDFED;
	color: #000000;
	cursor: pointer;
	cursor: hand;
	height: 26px;
	text-align: center;
}

.bbmenulinktext_topmenu
{
	font-weight: normal;
	font-style: normal;
	margin-left: 8px;
	margin-right: 8px;
}

/* filter classes */
.filtertable
{
	position: relative;
	top: -4px;
	width: 650px;
	left: 0px;
}

.filtertitle
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bolder;
}

.filtercheckbox
{
  line-height: 9px;  
}

.filterlabel
{
	position: relative;
	top: -3px;
	font-family: Verdana;
	font-size: 9px;
	line-height: 9px; 
	color: #000000;
	cursor: pointer;
	cursor: hand;
	
}

.filterlabel_hover
{
	position: relative;
	top: -3px;
	font-family: Verdana;
	font-size: 9px;
	line-height: 9px; 
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

.togglegf_button_off
{
	position: absolute;
	top: 200px;
	margin-left: 830px;
	z-index: 1;
	overflow: hidden;
	height: 24px;
	width: 114px;
	text-align: left;
	background-image: url(images/button_off.gif);
	display: block;
	cursor: pointer;
	cursor: hand;
}

.togglegf_button_on
{
	position: absolute;
  top: 200px;
  margin-left: 830px;
	z-index: 1;
	overflow: hidden;
	height: 24px;
	width: 114px; 
	text-align: left;
	background-image: url(images/button_on.gif);
	display: block;
	cursor: pointer;
	cursor: hand;
}

.filterseparator
{	
	
}

div#bbfilter_area 
{
	position : relative;
	top: 12px;
	left : 260px;
	width: 650px;
}

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;
}

.SplitterMain
{
  width: 940px;
}


#iframe_content
{
	width: 100%;
  height: 100%;
}


.footer
{
	position: absolute;
	z-index: 50;
	width: 100%;
	height: 16px;
	bottom: 0px;
	background-image: url(images/footer.png);
	background-position: top center;
	background-repeat: no-repeat;
}


