﻿.formTable
{
	border: 0px;
	border-collapse: collapse;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}


.labelCell
{
	padding: 2px;
	border-bottom: solid 1px #e8efe4;
	height: 35px;
	width: 130px;
}
.labelCell .disabled
{
	color: #aaaaaa;
}

.textBoxCell
{
	padding: 2px;
	border-bottom: solid 1px #e8efe4;
	height: 35px;
	width: 350px;
}

.combinedCellHeader
{
	padding: 2px;
	text-align: left;
}
.combinedCell
{
	padding: 2px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e8efe4;
	text-align: right;
}

.buttonCell
{
	padding: 2px;
	text-align: right;
}

.label
{
	font-weight: bold;
}
.labelError
{
	font-weight: bold;
	color: Red;
}

.textBox1
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

.textArea1
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

.dropDown1
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

/* style for a regular button in the system */
.normalButton
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
}

/* style for a small "browse"-button next to a file field */
.smallButton
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
}

/* general width specifications, primarily used for buttons */
.w60
{
	width: 60px;
}

.w70
{
	width: 70px;
}

.w80
{
	width: 80px;
}

.w100
{
	width: 100px;
}

.w500
{
	width: 500px;
}

/* surrounds elements which also gets a const width, like w500, e.g. the tab/multipage setup */
.constWidthContainer
{
}


