﻿body 
{
	font-family: verdana, sans-serif, Tahoma, arial, helvetica;
	font-size: 11px;
	line-height: 14px;
	color: black;
	margin-top: 0px;
}

.NewsSectionHeader
{
	font-size: large;
}

.NewsTitleLink, a.NewsTitleLink:link, a.NewsTitleLink:visited
{
	font-size: 12px;
	line-height: 13pt;

	font-weight: bold;
	color: black;
	text-decoration: underline;
}

.MoreNewsLink, a.MoreNewsLink:link, a.MoreNewsLink:visited
{
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

.NewsSectionHeaderTable
{
	width: 100%;
	background-color: #e5e4e3;
}

.NewsPostedDate
{
	font-size: smaller;
	font-style: italic;
}

.EventDate
{
	font-size: 10px;
	font-weight: bold;
}

input, select
{
	font-size: 11px;
}

.HeaderTable
{
    background-repeat: no-repeat;
}

.HeaderControlTableCell
{
	padding-right: 8px;
	padding-bottom: 8px;
}

.MainTable
{
	table-layout: fixed;
}

a:link, a:visited, a:hover 
{
	color: #0076a2;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

a.MenuLink:link, a.MenuLink:visited 
{
	color: Black !important;
	font-weight: bold;
	font-size: 10px;
    text-decoration: none;
    padding: 8px 8px 8px 8px;
    line-height: 24px;
}

a.MenuLink:hover, a.MenuLinkSelected:link, a.MenuLinkSelected:visited 
{
    color: White !important;
    background-color: #3c3f48;padding: 8px 8px 8px 8px;
   	font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    line-height: 24px;
}

div#wrapper
{
	margin-left: auto;
	margin-right: auto;
	background-color: White;
}

div#wrapper 
{
	min-width: 930px;
	max-width: 930px;
	width: expression(document.body.clientWidth < 932? "930" : document.body.clientWidth > 932? "930" : "auto");
}

h3
{
	margin: 0;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16pt;
	font-weight: bold;
}

h2
{
	line-height: 20pt;
}

#company h2
{
	color: Black;
}

#company h3
{
	color: Black;
}

#services h3
{
	color: #0c6111;
}

#products h3
{
	color: #be0020;
}

#contact h3
{
	color: #020260;
}

h1
{
	margin: 0px 0px 8px 0px;
	padding: 4px 4px 4px 4px;
	width: 672px;
	font-size: large;
	color: White;
	background-color: #3c3f48;
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#3c3f48', gradientType='1');
    line-height: 28px;
}

#generic h1
{
	background-color: #3c3f48;
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#3c3f48', gradientType='1');
}

#company h1
{
	background-color: #3c3f48;
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#3c3f48', gradientType='1');
}

#services h1
{
	background-color: #3c3f48;
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#3c3f48', gradientType='1');
}

#products h1
{
	background-color: #3c3f48;
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#3c3f48', gradientType='1');
}

#contact h1
{
	background-color: #3c3f48;
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#3c3f48', gradientType='1');
}

#impressum h1
{
	background-color: #3c3f48;
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#3c3f48', gradientType='1');
}

.TrialFormEntryField
{
	width: 40%;
}

.SideBarPanel
{
	margin-bottom: 4px;
}

.FooterPanel
{
    background-color: #3c3f48;
    color: White;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 2px;
}

.ContactUsLabelCell
{
	text-align: right;
	vertical-align: top;
}

.ContactUsValueCell
{
	vertical-align: top;
}

.ContactUsMemoCell
{
	vertical-align: top;
	width: 100%;
}

.ContactUsButtonCell
{
	vertical-align: top;	
}

.ContactUsTextBox
{
	width: 200px;
}

.ModalForm
{
	background-color: White;
	border: solid 1px Black;
}

.ModalFormHeaderPanel
{
	background-color: #3c3f48; 
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#3c3f48', gradientType='1');
	color: white; 
	font-size: larger;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	height: 16px;
	border-bottom: solid 1px Black;
	cursor: move;
}

.ModalBehindForm
{
	background-color: Gray;
	filter :alpha(opacity=70);
	opacity: 0.7;
}

.ModalButtonPanel
{
	text-align: right;
    margin-top: 4px;
    margin-bottom: 4px;
}

.ModalButton
{
	font-size: smaller;
	padding: 0px 4px 0px 4px;
}

.ResizingHandleText
{
	width:24px;
	height:8px;
	background-image:url(images/HeightDragHandle.gif);
	overflow:hidden;
	cursor:s-resize;
}

.ResizingTextPanel
{
	width:100px;
	height:100px;
}

.ResizingTextMemo
{
	font-family: Arial;
	font-size: 8pt;
	height: 200px;
}

.SelectedTab, .DefaultTab
{
	padding-left: 10px;
	padding-right: 10px;
}

