* {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size:10pt;
}

body {
	background-color: white;
/*
	border: 1px solid black;
*/
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
	font-size:10pt;
}

.AccessKey {
	text-decoration: underline;
}

h2 {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: inherit;
	color: buttonshadow;
}

.ok_button {
	font-size: small;
	border: 1px solid black;
	padding: 2px;
}

.inputfield {
	font-size: smaller;
}

label {
	text-align: right;
	font-size: smaller;
}

a:link,a:visited,a:active,a:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.normalTab {
	font-weight: normal;
	color: black;
	cursor:pointer;
	font-size:8pt;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	min-width: 20px;
	display: inline-block;
	vertical-align: top;
}

.selectedTab {
	font-weight: bold;
	color: #6666CC !important;
}

.markedTab {
	color: #DC143C;
}

.disabledTab {
	color: #999999;
	cursor: default;
}

.redButton {
	background-color:#F08080;
	border: outset red;
}

.redButton:active {
	border-style:inset;
	background-color: #cc6d6d;
}