@CHARSET "UTF-8";

/**
 * VDA 6.x orange/red   #ff4200
 * VDA 6.x lightred     #e3d9de
 * VDA 6.x gray         #60777C
 * VDA 6.x lightgray    #d3d3d3
 */

* {
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    list-style: none;
    margin: 0;
    padding: 0;
}
body {
	background: #fefefe url('../gfx/layout/header.png') 0 -1px repeat-x;
    color: #000;
}
a {
    color: #ff4200;
    outline: 0 none;
    text-decoration: none;
}
h1 {
    background-color: #60777C;
    border-bottom: 1px solid #ff4200;
    color: #d3d3d3;
    font-size: 20px;
    font-style: italic;
    height: 30px;
    padding: 15px 0 5px 20px;
}
h2 {
    background-color: #d3d3d3;
    color: #60777c;
    border-color: #ff4200;
    border-style: solid;
    border-width: 0 1px 1px 10px;
    font-size: 16px;
    font-weight: bolder;
    margin: -11px 0 10px 10px;
    padding: 6px 10px;
}
/* Used for meta information shown in the popup header */
.metainfo {
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 0 1px;
    height: 46px;
    overflow: hidden;
    position: absolute;
    right: 60px;
    top: 2px;
    width: 270px;
}
.windowclose {
    position: absolute;
    right: 19px;
    top: 12px;
    width: 22px;
}
.metainfo li, .metainfo li * {
    font-size: 11px;
    color: #d3d3d3;
    margin: 0 5px;
    white-space:nowrap;
    overflow: hidden;
}
.dark {
    background-color: #60777C;
    color: #dbe0e1;
}
.light {
    background-color: #d3d3d3;
    color: #60777C;
}
#discontinued
{
	color: red;
}
#main {
    width: 95%;
    height: 800px;
    min-height: 800px;
    max-height: 10000px;

}
#header ul {
    list-style: none;
    position: absolute;
}
#header ul li {
    float: left;
}
#header {
    background: transparent url('../gfx/layout/header.png') bottom left repeat-x;
    display: block;
    height: 67px;
    padding: 10px 20px 10px 0;
    position: relative;
    text-align: right;
}
#header img {
    float: left;
}
#header ul#navigation {
    top: 38px;
    left: 10px;
}
#header ul#navigation li {
    overflow: visible;
}
#header ul#navigation li a {
    background: transparent url('../gfx/layout/menu.png') top left no-repeat;
    color: #d3d3d3;
    display: block;
    font-weight: bold;
    margin-right: 2px;
    text-align: center;
    line-height: 25px;
    width: 120px;
}
#header ul#navigation li a:hover,
#header ul#navigation li a.active {
    background-image: url('../gfx/layout/menu-hover.png');
    color: #ff4200;
}
#header ul#navigation li ul {
    border: 0 none;
    display: none;
    left: 0;
    top: 25px;
    width: 980px;
}
#header ul#navigation li ul.active {
    display: block;
}
#header ul#navigation li ul li a {
    background-image: none;
    border: 0 none;
    color: #2a2a2a;
    line-height: 18px;
    padding: 4px 10px 2px 10px;
    width: auto;
    white-space: nowrap;
}
#header ul#navigation li ul li a:hover,
#header ul#navigation li ul li a.active {
    background: transparent url('../gfx/layout/header-hover.png') top left repeat-x;
    color: #ff4200;
}


#header ul#functions {
    height: 59px;
    right: 20px;
    top: 2px;
}
#header ul#functions li {
    height: 59px;
}
#header ul#functions li.center {
    height: 29px;
    padding: 15px 5px;
}
#header ul#functions li.info {
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 0 1px;
    color: #d3d3d3;
    height: 39px;
    margin: 0 15px;
    padding: 10px 15px;
    text-align: left;
    width: 200px;
}
#header ul#functions li.switch {
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 0 0 0 1px;
    height: 26px;
    margin: 0 -15px 0 15px;
    padding: 20px 15px 13px 15px;
    text-align: center;
    width: 120px;
}
#header ul#functions li.switch a {
    color: #d3d3d3;
    font-size: 17px;
    font-weight: bold;
}

#header ul#functions li.admin {
    background-color: #ff4200;
}
#header ul#functions li.admin a {
    color: #fff;
}


#main {
    background: #fefefe url('../gfx/layout/body-left.png') 10px 0 repeat-y;
    padding: 10px 0 0 50px;
}
* html #main {
    height: 800px;
}
#main h1 {
    background: transparent url('../gfx/layout/vda-qmc-logo.png') 0 2px no-repeat;
    border: 0 none;
    color: #fefefe;
    font-size: 20px;
    padding: 10px 0 0 160px;
    position: absolute;
    top: 2px;
    left: 20px;
    width: 400px;
}

.div_errors
{
	color: red;
}


table.datagrid {
    border-collapse: collapse;
    margin: 0 10px;
    width: 98%;
}
table.datagrid img {
    border: 0;
}
table.datagrid thead th {
    padding: 3px 0 3px 10px;
    text-align: left;
}
table.datagrid tbody {
    border-top: 1px solid #ff4200;
}
table.datagrid thead th.action {
    width: 20px !important;
    width: 20px;
}
table.datagrid tbody td {
    border-bottom: 1px solid #60777C;
    padding: 3px 0 3px 10px;
    white-space: nowrap;
}
table.datagrid table.certifications,
table.datagrid table.subgrid {
    background-color: #d3d3d3;
    border-collapse: collapse;
    border-bottom: 1px solid #ff4200;
    border-top: 1px solid #ff4200;
    margin: 0;
    overflow: scroll;
    padding-left: 10px;
    width: 100%;
}
table.datagrid table.certifications tbody td,
table.datagrid table.subgrid tbody td {
    border-bottom: 0;
}
.light_grey_row,
#vda6x_tree ul .light_grey_row
{
	background-color: #DEE7E7;
}
#vda6x_tree ul .light_blue_row
{
	background-color: #D7F4F3;
}
table.datagrid tfoot td {
    padding: 10px;
    text-align: right;
}
table.datagrid tfoot td ol,
table.datagrid thead td ol {
    list-style: none;
}
table.datagrid tfoot td ol li,
table.datagrid thead td ol li {
    display: inline;
    margin: 3px;
}
table.datagrid tr.pager td {
    padding: 10px;
	text-align: right;
}

table.subgrid th.size1, table.subgrid th.size1 {
    width: 80px;
}
table.subgrid th.size2, table.subgrid th.size2 {
    width: 120px;
}
table.subgrid th.size3, table.subgrid th.size3 {
    width: 160px;
}

.vda6x_filters {
    border: 0;
    padding: 10px 10px 10px 0;
    text-align: right;
    width: 560px;
}
.vda6x_filters legend {
    font-size: 11px;
    font-weight: bold;
    margin: 0;
}
.vda6x_filters label {
    color: #ff4200;
    display: block;
    float: left;
    font-size:11px;
    font-weight: bold;
    margin: 5px 0 5px 10px;
    padding: 0;
    text-align: right;
    width: 265px;
}
.vda6x_filters label .ittxt,
.vda6x_filters label .itsel {
    border: 1px solid #ff4200;
    font-size: 10px;
    font-weight: normal;
    margin: 0 0 0 10px;
    width: 165px;
}
.vda6x_filters .itimg {
    border: 0;
    margin: 5px 9px 5px 0;
    padding: 0;
}
.vda6x_fn_icon {
    display: block;
    float:right;
    margin-top: -2px;
    margin-right: 0;
}

tr.to_status_4 td {
	background-color: #eb9475;
}


