/*
MAIN CSS

Changelog:
(26.08.2008 V4.12 gl) Add classes for listing tables.
*/

body, td, textarea, input, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color: #666666;
}
body{
	background-color: White;
}

textarea, input, select{
	/* background-color: transparent;  */ 
}

body{
	margin-left: 0px;
	margin-top: 10px;
	margin-right:10px;
}
h1	{
	font-size:24pt;
	font-weight: bold;
	}
a	{
	text-decoration: none;
	color: #666666;
	}
a:hover{
	color: black;
}
legend{
	color:gray;
}
.Linie {
	border-bottom:1px solid #C0C0C0; 
	}
.Error{
	color:red;
}


/* TextIndent Hyperlinks with grey arrow */
.TextIndent1 {
	text-indent: -10px; 
	margin-left: 10px;
}

	
/* layout table in body */
.LayoutBodyTable{
	width: 100%;
	height: 290px;
	border: 0px;
	border-collapse: collapse;
	text-align: left;
	background-image:url(images/Opel_background_weak.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	

}

/* layout table in index.asp and index_countries.asp */
.LayoutBodyTableIndex{
	width: 100%;
	height: 290px;
	border: 0px;
	border-collapse: collapse;
	text-align: left;
	background-repeat:no-repeat;
	background-position:top right;
}

/* layout for one cell in body */
.LayoutBodyCell{
	width:100%;
	vertical-align : top;
	padding-left : 20px;
	padding-top: 0px;
}

/* cell definitions */
.LayoutCellA{
	border: 1px solid gray;
	vertical-align: middle;
	text-align: center;
}

/* LIST-TABLES-LAYOUT */
.ListingTable{
  border: 1px solid gray;
  border-collapse: collapse;
}
.ListingTable tr{

}
.ListingTable td{
  border: 1px dotted gray;
  vertical-align: middle;
  text-align: center;
  padding: 2px;
}


/* Here is the style for the Tool-Tips */
#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
-Moz-Border-Radius: 5px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);

}

/* This is for the Web 2.0 Popup in error-cases */
#PopupError{
	position: absolute;
	top: 200px;
	/*left: 200px; */
	left: 15%;
	right: 15%;
	/*width: 150px;*/
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	z-index: 100;
	font-size:18pt;
	font-weight: bold;
        -Moz-Border-Radius: 5px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);

}