BODY {
  margin: 0px;
}

BODY, TD, P, DIV {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
}

.DefaultText {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
}

.RubrikText {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  font-weight: bold;
}

.SmallText
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 7pt;
}
/*
INPUT, TEXTAREA {
  font-family: Courier New;
  font-size: 10pt;
}
*/
.TextBoxAmountReadOnly 
{
	background-color: InactiveCaptionText;
	text-align: right;
	width: 80px;
	padding-top: 1px;
	padding-bottom: 1px;
 }

.TextBoxAmount
{
	text-align: right;
	width: 80px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.ContentTable
{
	margin-top: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
}

.TableHeader
{
	background-color:#507CD1;
	color:White;
	font-weight:bold;
}

.MenuText {
  MARGIN-BOTTOM: 0px;
  MARGIN-TOP: 0px;
  COLOR: #2A497D; 
  FONT-WEIGHT: bold; 
  LETTER-SPACING: 0pt; 
  FONT-FAMILY: Tahoma; 
  FONT-SIZE: 8pt;
}

.MenuText A:link {
  COLOR: #000000; 
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
}
.MenuText A:visited {
  COLOR: #000000; 
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
}
.MenuText A:active {
  COLOR: #000000;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
}
.MenuText A:hover {
  COLOR: #0066FF;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
}
/*
A:link {
  COLOR: #0066FF; 
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
}
A:visited {
  COLOR: #0066FF; 
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
}
A:active {
  COLOR: #0066FF;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
}
A:hover {
  COLOR: #0066FF;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
}
*/
.Button
{
	color: #284E98;
	background-color: ButtonFace;
	border-color: #507CD1;
	border-width: 1px;
	border-style: Solid;
	font-family: Verdana;
	font-size: 1em;	
}

/* All inactive tabs */
.InactiveTabBg
{
	background-color: gainsboro;
	color: gray;
	font-size: 10pt;
	font-weight: bold;
	border-width: 0;
/*	
	border-color: lightgrey;
	border-width: 1px;
	border-top: Solid 1 whitesmoke;
	border-left: Solid 1 whitesmoke;
	border-right: Solid 1 lightgrey;
*/
}

/* The active tab, and the tab background */
.ActiveTabBg
{
	background-color: #EFF3FB;
	color: black;
	font-size: 10pt;
	font-weight: bold;
	border-width: 0;
/*
	border-color: lightgrey;
	border-width: 1px;
	border-top: Solid 1 whitesmoke;
	border-left: Solid 1 whitesmoke;
	border-right: Solid 1 lightgrey;
*/
}

/* The space between tabs */
.BetweenTabBg
{
	background-color: Transparent;
}

/* The tab the cursor hovers over */
.HoverTab
{
	background-color: #507CD1;
	color: White;
	font-size: 10pt;
	font-weight: bold;
}

/* The active tab panel */
.ActivePanelBg
{
	background-color: #EFF3FB;
/*
	border-color: lightgrey;
	border-width: 1px;
	border-left: Solid 1 whitesmoke;
	border-right: Solid 1 lightgrey;
    border-bottom: Solid 1 lightgrey;
*/
}

