body, td, p {
	font-family: Tahoma,Arial;
	font-size: 8pt;
	scrollbar-3d-light-color : silver;
	scrollbar-arrow-color : silver;
	scrollbar-base-color : silver;
	scrollbar-dark-shadow-color : gray;
	/*scrollbar-face-color : gray;*/
	scrollbar-highlight-color : gray;
	scrollbar-shadow-color : gray;
}

td { vertical-align:top; }

.infoBold {
	font-family: Tahoma,Arial;
	font-size: 7pt;
}
.bottomLine {
 	border-bottom: 1px solid #F6A433;
}
.topLine {
	border-top: 1px solid #F6A433;
}
.leftLine {
	border-left: 1px solid #F6A433;
}
.rightLine {
	border-right: 1px solid #F6A433;
}
.bottomLineGray {
 	border-bottom: 1px solid gray;
}


.bgcolor {
	background-color: gray;
}

.bgFilelist {
	background-color: #FFFFFF;

}

.bgFolderlist {
	background-color: silver;
}
.bgcolorBestel {
	background-color: #eeeeee;
}
a {
	color: #000000;
}

a:hover	{
	color: red;
}

.white {
	color: #FFFFFF;
}

input, select, textarea {
	font-family: Tahoma,Arial;
	font-size: 8pt;
}

.bgColorLight {
	background-color: #E9E9E9;
}

hr {
	color : #F6A433;
	height: 1px;
}

.title {
	font-family: Tahoma,Arial;
	font-size: 10pt;
}

.cbtn {
	BORDER-LEFT: gray 1px solid;
	BORDER-RIGHT: gray 1px solid;
	BORDER-TOP: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
	cursor : hand;
	height : 25px;
	padding : 3;
}

.tableborder {
	BORDER-LEFT: gray 1px solid;
	BORDER-RIGHT: gray 1px solid;
	BORDER-TOP: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
}

.message {
	font-size: 8pt;
	color : red;
}

.gray {
	color: gray;
}

.title_big{
	font-family: Arial;
	font-size: 14pt;
}
.title_small{
	font-family: Arial;
	font-size: 12pt;
}
.note {
	font-family: Arial;
	font-size: 7pt;
}

.productrow_cell {
	border-bottom: 1px solid GRAY;
}

/*RollOver*/
#dhtmltooltip {
	position: absolute;
	border: 1px solid black; 
	background: #FFFFE0; 
	padding: 3px;
	display:none;
	color: black;
	z-index: 100;
	width: 200px;
}

#dhtmltooltipFrame {
	position: absolute;
	display: none;
	z-index: 99;
	height: 10px;
	width: 200px;
}


img { border: 0; }