﻿.BorderTest
{
	border: 1px #FF6600 dotted;
}
body
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: #ff6600;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #ffffff;
}
div
{
    font-weight: normal;
    font-size: 8pt
}

/*MOZ*/
html>body .fullLine
{
	border:solid #ffffff 0px;
	background-color:#ffffff;height:1px;
	background-image:url('../images/caption_back_1x20.gif');
	background-repeat:repeat-x;	
}
/*IE*/
.fullLine
{
	color: #ff6600;
	height: 1px
}

fieldset
{
	border: 1px #FF6600 solid;
}

select
{
	border: 1px #FF6600 solid;
	font-size:8pt;
	color: #FF6600;
	height: auto;
}

.Button120x20, .Button120x20Deactive {
	position:relative;
	width:120px;
	height:20px;
	background-image:url('../images/button_120x20.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 1px;
}
.Button120x20:hover {
	font-weight: bold;
	background-image:url('../images/button_120x20_aktiv.gif');
	color: #ffffff
}
.Button_Text, .Button_Text_DeActive, .Button_TextBold {
    left: 18px;
    line-height: 20px;
    position: relative
}
.Button_TextBold {
	font-weight: bold;
}

.Button120x20Deactive {
	background-image:url('../images/button_120x20_deactive.gif');
	cursor: default;
}
.Button_Text_DeActive {
	color: #FF9933;
}

#divMessageOverAll
{
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #ffffff;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	z-index: 10000;
}

#divMessage
{
	position: fixed;
	width: 300px;
	left: 400px;
	top: 200px;
	border: solid 2px #ff6600;
	display: none;
	z-index: 10001;
	background-color: #ffffff;
}
#divMessageTitle
{
	/*margin: 2px 5px 0px 5px;*/
	height: 18px;
	width: auto;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff6600;
	width: auto;
}
#divMessageText
{
	margin: 20px 5px 20px 5px;
	text-align: center;
}
.ButtonMessage
{
	left:50%;
	margin: 0 0 5px -60px;
}
#divMessageButtonText
{
	margin-left: 20px;
	line-height: 20px;
}
