#tblSupportformular, .Supportformular td
{
	background-color: White;
}

.SF_Font, .SF_lbl, .SF_txt_normal, .SF_txt_lille, .SF_txt_stor, .SF_txt_Browse, .SF_txt_ddl, .SF_btn, .questionmark
{
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
}

.SF_lbl, .SF_txt_normal, .SF_txt_lille, .SF_txt_stor, .SF_txt_Browse, .SF_txt_ddl, .SF_btn, .questionmark
{
	vertical-align: top;
}


.SF_Header
{
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
}
	
.SF_txt_normal
{
	width: 196px;
	color: Black;
}

.SF_txt_Browse
{
	width: 200px;
	color: Black;
}

.SF_txt_lille
{
	width: 50px;
	color: Black;
}

.SF_txt_ddl
{
	width: 202px;
	color: Black;
}

.SF_TD1
{
	width: 150px;
}

.SF_TD2
{
	width: 200px;
}

.SF_TD3
{
	width: 20px;
}

.SF_TD4
{
	width: 10px;
}

.SF_space
{
	height: 10px;
}

.SF_btn
{
	/*border: ridge 1px Black;*/
	width: auto;
	color: Black;
}

#dhtmltooltip{
	position: absolute;
	width: 200px;
	border: 1px solid black;
	padding: 2px;
	background-color: #EFEFEF;
	color: Black;
	text-align: left;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.tiptoolDiv
{
	display: none;
	
}

.questionmark
{
	cursor: help;
	/*cursor: pointer;*/
}

.more
{
	cursor: pointer;
	cursor: hand;
}

#table1
{
	display: inline;
}
	
#Error2
{
	display: none;
}

#Error3
{
	display: none;
}