﻿div
{
	color: black;
}

body 
{
	color: black; 
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	background-color: #B1B1B1 ;
	height: 100%;
}

a, img { border: none }

.menu
{
	border-top: solid 1px white; 
	height:16px;
}

.menu_active
{
	border-top: solid 1px white;
	background-color: White;
	height:16px;
}

.hand:hover{cursor:hand;}

.warning
{
	color: red; 
	font-weight: bold; 
}

h1, .title
{
	color: #C1C1C1; 
	font-size: 24px; 
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal; 
	position: relative;
}

h2, .mediumtitle
{
	color: #C1C1C1; 
	font-size: 18px; 
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal; 
	position: relative;
}

h3  
{
	color: black; 
	font-size: 14pt; 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica;
	position: relative;
	margin-bottom: 0px;
}

.h4   
{
	color: black; 
	font-weight: normal;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica;
}

hr
{
	color: black;
	height: 1px;
}

.smalltitle
{
	color: #818181; 
	font-size: 1em; 
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal; 
	position: relative;
}

.column_title
{
	font-weight: bold;
	background-color: #CCCCCC;
}

.mydata
{
	text-align: right;
	padding-right: 5px;
}

.bold
{
	font-weight: bold; 
}

a:link  { color: black; text-decoration: none }
a:visited, a:active { color: black; text-decoration: none }
a:hover  { color: #666666; text-decoration: underline }

a.basket:link  { color: black; text-decoration: none }
a.basket:visited  { color: black; text-decoration: none }
a.basket:hover, a:active { color: black; text-decoration: underline }

a.linkdetails:link  {color: Black; text-decoration: none }
a.linkdetails:visited  {color: Black; text-decoration: none }
a.linkdetails:hover, a.buttonmenu:active {color: Black; text-decoration: none }

.buttonmenu, a.buttonmenu:link, a.buttonmenu:visited, a.buttonmenu:active, a.buttonmenu:hover, a.buttonmenu_active {
 color: white;
 font-size: 8pt;
 font-weight: normal;
 text-decoration: none;
 padding-left: 4px;
 padding-right: 4px;
 padding-top: 2px;
 padding-bottom: 2px;
 height:14px;
 
}

a.buttonmenu:hover, a.buttonmenu_active:visited {
 color: #BBBBBB;
}

a.group:link  { color: black; text-decoration: none }
a.group:visited, a.group:active { color: black; text-decoration: none }
a.group:hover  { color: #666666; text-decoration: underline }

.menuitem
{
	border: 1px solid #DADADA;
	padding: 5px 5px 5px 5px;
}
.menuitem:hover
{
	background-color: White;	
}
.pmg_title
{
	padding:  5px 5px 5px 0px;	
}

div.subgroup
{
	border: 1px dashed black;
	/*background-color: rgb(255, 255, 193);*/
	padding: 5px;
}

.subframe
{
	width: 95%;
	height: 100px;
}

hr.hseperator
{
	color: #DADADA;	
}

.subheader
{
	line-height: 10px;
	background-color: #DADADA;
	font-size: 7pt;
	font-weight:bold;
}
.subcontent
{
	line-height: 14px;
	font-size: 7pt;	
}


