﻿

/*Allgemeine CSS-Angaben, gültig für alle Plattformen*/
#lblCo2NoxCaption
{
	padding: 0;
	margin: 0;
	width: 112px;
	color: #666;
	float: left;
}
#tblCo2Nox
{
	padding: 0;
	margin: 0;
	float: left;
}

#trFinRate
{
	visibility: hidden;
}

#pnlNotFoundCaption
{
	color:Red;
	font-size:17px;
}

#pnlNotFoundCaption a
{
	display:block;
}

#ddlstSearchVehicleGroup
{
     position: absolute;
    left:86px;
    top:137px;
    width:140px;
}

#tblPrice
{
	width: 600px;
}

.WndRoot
{
}

/* Window top path css setting */

.WndRoot .IconImg
{
	margin-left:4px;
	margin-right:4px;
	margin-bottom: 2px;
	cursor:auto;	
}
.WndRoot .PinOffImg,
.WndRoot .PinOnImg,
.WndRoot .RefreshImg,
.WndRoot .MaximizeImg,
.WndRoot .MinimizeImg,
.WndRoot .RestoreImg
{
	margin: 1px;
	cursor:auto;
}
.WndRoot .CloseImg
{
	margin-left: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right:4px;
	cursor:hand;
}
.WndRoot .CloseImg_RTL
{
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left:4px;
	cursor:auto;
}

.WndRoot .WndHeaderCont,
.WndRoot .WndHeaderCont_WithoutHeader
{
	background-color: #E2E2E2;
	cursor:default;
}

.WndRoot .WndHeaderCenterCont
{	
	border-right: 1px solid #9B9B9B;
	border-bottom: 1px solid #9B9B9B;
}

.WndRoot .WndHeader
{
	vertical-align: middle;
	height: 26px;
	cursor:default;

}

.WndRoot .WndHeader .TitleText
{
    margin:1px;
	font: normal 11px Verdana, Arial, Sans-serif;
	font-weight:bold;
	color: Black;	
}

.WndRoot .BorderTopLeftCell
{
	border-top: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	background-color: White;
}

.WndRoot .BorderTopRightCell
{
	border-top: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	background-color: Black;
}

.WndRoot .BorderTopCenterCell
{
	border-top: 1px solid #E2E2E2;
}

.WndRoot .BorderTopCenter
{
	border-top: 1px solid White;
	height:2px;
}

.WndRoot .BorderTopLeft,
.WndRoot .BorderTopRight
{	
	width: 1px;
}

/* Window center path css setting */

.WndRoot .WndContent
{
	background-color: white;
}

.WndRoot .WndContentCenterCont
{
	background-color: white;
}

.WndRoot .BorderLeftCell
{
	border-right: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	background-color: White;
}

.WndRoot .BorderRightCell
{
	border-right: 1px solid #E2E2E2;
	border-left: 1px solid #9B9B9B;
	background-color: Black;
}

.WndRoot .BorderRight,
.WndRoot .BorderLeft
{	
	width: 1px;
}

/* Window bottom path css setting */

.WndRoot .WndStatusCont,
.WndRoot .WndStatusCont_WithoutStatus
{
	background-color: #E2E2E2;
}

.WndRoot .WndStatus
{
	border-top: 1px solid #FFFFFF;
	background-color: #E2E2E2;	
	padding-left: 2px;
	height: 21px;
}

.WndRoot .WndStatus .StatusText
{
	font: normal 10px Verdana, Arial, Sans-Serif;
}

.WndRoot .BorderBottomCenter
{
	height: 1px;
	width: 100%;
	border-bottom : 1px solid #9B9B9B;
}

.WndRoot .BorderBottomLeftCell,
.WndRoot .BorderBottomLeftCell_WithoutStatus
{
	border-bottom: 1px solid Black;
	border-left: 1px solid #E2E2E2;
	background-color: White;
}

.WndRoot .BorderBottomLeft,
.WndRoot .BorderBottomRight
{	
	width: 1px;
}

.WndRoot .BorderBottomRightCell,
.WndRoot .BorderBottomRightCell_WithoutStatus
{
	border-bottom: 1px solid Black;
	border-right: 1px solid #E2E2E2;
	background-color: Black;
	border-left: 1px solid #9B9B9B;
}

.WndRoot .BorderBottomCenterCell,
.WndRoot .BorderBottomCenterCell_WithoutStatus
{
	background-color: #E2E2E2;
	border-bottom: 1px solid black;
}

/* Window dialog box content css setting */

.WndRoot .WndDialogBoxContent
{
}

.WndRoot .WndDialogBoxText
{
	font: normal 11px Verdana, Arial, Sans-serif;
	margin-top: 10px;
}

.WndRoot .WndPromptInputText
{
	font: normal 11px Verdana, Arial, Sans-serif;
}

.WndRoot .WndDialogBoxButton
{
	width: 73px;
	height: 21px;
	font: normal 11px Verdana, Arial, Sans-serif;
	margin: 4px;
}

/* Safari2 */
html:root* .WndRoot .WndDialogBoxButton
{
	width: 62px;
	height: 13px;
}

/* Safari3 */
html:root* .WndRoot .WndDialogBoxButton:first-of-type
{
	width: 73px;
	height: 21px;
}


































