/* ALLGEMEIN **********************/
* {
	margin: 0px;
	padding: 0px;
	font-family: Audi Type Extended, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

html {
	overflow-y: scroll;
}

.strong_text {
	font-weight: bold;
}

a,a:link,a:visited {
	text-decoration: none;
	color: #000001;
}

a:hover,a:active,a:focus {
	color: #CC0033;
	outline: none;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul li {
	margin-bottom: 0px;
}

h1 {
	
}

h2 {
	color: #000001;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 125%;
	margin-bottom: 15px;
}

h3 {
	color: #000001;
	letter-spacing: 0.1em;
	font-size: 13px;
	line-height: 125%;
	margin-top: 10px;
	margin-bottom: 9px;
	font-weight: bold;
	padding-bottom: 0;
}

h4 {
	color: #000001;
	font-size: 11px;
	font-weight: bold;
	line-height: 125%;
	margin-bottom: 5px;
	padding-bottom: 0;
}

p {
	margin-bottom: 5px;
}

img {
	border: 0px;
}

img.imageIcon {
	cursor: pointer;
}

.mandatory_input {
	color: #000001;
}

body {
	background: transparent
		url("/javax.faces.resource/images/bg_header.png.jsf?ln=alf-style-audi")
		no-repeat top left;
	width: 971px;
	margin: 0 auto;
	text-align: left;
}

#content_area {
	width: 970px;
}

/* HEADER **********************/
#header_area {
	min-height: 70px;
}

#header_area.small {
	width: 710px;
	margin: auto;    
	min-height: 119px;
}

#header_area #caption {
	margin-top: 32px;
	margin-left: 10px;
	float: left;
}

#header_area.small #caption {
	margin-top:80px;
	margin-left:14px;
}

#header_area.small #logo {
	margin-top:50px;
}

#header_area #caption span {
	font-family: Audi Type Extended, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	color: #000001;
}

#header_area #caption span.line1 {
	color:#cc0033;
}

#header_area #caption span.line2 {
	font-weight:lighter;
}

#header_area #logo {
	float: right;
	display: block;
	height: 70px;
	right: 0px;
}

#header_area.small #logo img {
	padding-right: 4px;
}

#breadcrumb {	
	margin-bottom: 9px;
	color: #000001;
	font-size: 11px;
	padding-right: 6px;
	width: 965px;
	min-height: 35px;
	font-family: Audi Type Extended, Verdana, Helvetica, sans-serif;
	/* IE 6 */
	overflow: hidden;
}

#breadcrumb ul {
	height: 19px;
	padding-left: 0px;
	padding-top: 10px;
	float: left;
	line-height: 12px;
}

#breadcrumb ul li {
	display: inline;
}

#breadcrumb ul li a {
	padding: 15px;
	color: #000001;
	text-decoration: none;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#breadcrumb ul li a:hover {
	color: #CC0033;
}

form.breadcrumbForm_small {
	padding: 0px;
	height: 15px;
	float: right;
	margin-bottom: 10px;
}

#breadcrumb form.breadcrumbForm,form.breadcrumbForm {
	float: right;
	margin-top: 1px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	height: 15px;
	line-height: 10px !important;
}

#breadcrumb form.breadcrumbForm select,form.breadcrumbForm_small select {
	width: 130px;
}

select.login {
	float: left;
}

#top_menu {
	float: right;
	padding-right: 30px;
	color: #BBBBBB;
	font-weight: bold;
}

#top_menu a {
	display: block;
	float: left;
	color: #DDD;
	margin: 5px;
	text-decoration: none;
}

#top_menu a:hover {
}

#history {
	float:right;
	padding-right:8px;
}

#top_buttons {
	float:right;
}

#top_buttons a {
    padding: 0px 2px;
}

/* MENU **********************/
#menu_area {
	width: 242px;
	float: left;
}

#menu {
	margin-bottom: 20px;
}

#menu ul {
	display: block;
	width: 242px;
	border-bottom: 1px solid #b0b6b8;
}

#menu ul li {
	border-top: 1px solid #b0b6b8;
	display: block;
	margin: 0px;
	width: 242px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	line-height: 12px;
}

#menu ul li.sub1, #menu ul li.sub2, #menu ul li.sub3 {
	border-top:none;
}

#menu ul li a {
	color: #00000;
	display: block;
	text-decoration: none;
	padding: 7px 12px 6px;
	font-size: 1em;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 218px;
}

#menu ul li a:hover {
	background: #FFFFFF
		url("/javax.faces.resource/images/link_arrows.gif.jsf?ln=alf-style-audi")
		no-repeat scroll 3px -86px;
	color: #CC0033;
}

#menu ul li a.current {	
	background: #FFFFFF
		url("/javax.faces.resource/images/link_arrows.gif.jsf?ln=alf-style-audi")
		no-repeat scroll 3px -118px;
	font-weight: bold;	
}


#menu ul li a.current:hover {	
	background: #FFFFFF
		url("/javax.faces.resource/images/link_arrows.gif.jsf?ln=alf-style-audi")
		no-repeat scroll 3px -86px;
}

#menu ul li.sub1 a {
	margin-left:13px;
	width:205px;
}

#menu ul li.sub1 a.current {
	background: #FFFFFF
		url("/javax.faces.resource/images/link_arrows.gif.jsf?ln=alf-style-audi")
		no-repeat scroll 3px -86px;
	 font-weight: bold;
}


#menu ul li.sub2 a {
	margin-left: 26px;
	width: 192px;
}

#menu ul li.sub2 a.current,#menu ul li.sub3 a.current {	
	background: #FFFFFF
		url("/javax.faces.resource/images/link_arrows.gif.jsf?ln=alf-style-audi")
		no-repeat scroll 3px -86px;
	 font-weight: bold;
}

#menu ul li.sub1 a.current:hover,#menu ul li.sub2 a.current:hover,#menu ul li.sub3 a.current:hover {
	color: #CC0033;
}

#menu ul li.sub3 a {
	margin-left: 39px;
	width: 179px;
}

#menu ul li.last {
	padding-bottom: 2px;
}

#info_box {
	color: #BBBBBB;
	font-weight: bold;
	margin: 30px 5px 15px 13px;
	width: 200px;
}

#info_box h3 {
	font-weight: normal;
}

#info_box #version {
	padding-top: 15px;
	color: #BBBBBB;
}

#info_box .definition_label {
	width: 90px;
}

#info_box .definition_value {
	margin-left: 90px;
	margin-bottom: 2px;
	font-weight: normal;
	text-align: right;
}

.content_box {
	line-height: 25px;
}

.content_box_right {
	float: right;
	width: 203px;
}

.content_box_left {
	width: 450px;
	float: left;
	padding-bottom: 30px;
}

.content_box table th, .content_box table td {
	padding: 5px;
}

/* TOPMENU, BOTTOMMENU **********************/

#topmenu {
	padding-top:50px;
}

#topmenu, #bottommenu {
	position:relative;
	font-size: 11px;
	margin-right: 10px; 
}

#bottommenu { 
	clear:both;
}

#topmenu ul {
	position:absolute;
	right:0px;
	top:20px;
	color:#000001;
	font-size: 11px;
}

#bottommenu ul {
	position:absolute;
	right:0px;
	top:0px;
	color:#000001;
	font-size: 11px;
}

#topmenu ul li, #bottommenu ul li {
    float: left;
    margin-left: 9px;
    padding-left: 10px;
	font-size: 11px;
}

#topmenu ul li.first, #topmenu ul li:first-child, #bottommenu ul li.first, #bottommenu ul li:first-child {
	background-image:none;
}

#topmenu ul li a, #bottommenu ul li a { 
	color:#000001;
	text-decoration:none;
	font-size: 9px;
}

#topmenu ul li a:hover, #bottommenu ul li a:hover {
	color: #CC0033;
	text-decoration:none;
}

#topmenu ul li .pf-inplace-highlight {
	background: none;	
}

#topmenu ul li .pf-inplace {	
	color:#000001;
	font-size: 11px;
}

#topmenu  .pf-inplace-display {
	font-size: 11px;
}

#topmenu ul li .pf-inplace:hover {
	color: #CECECE;
	background: none;
}


/* WORK_AREA *****************/
#work_area {
	width: 710px;
	padding-bottom: 30px;
	float: right;
}

#work_area_caption {
	
}

#work_area_caption {
	margin-top: 20px;
	margin-bottom: 20px;
}

#work_area_caption span {
	display: block;
	letter-spacing: 0.1em;
	line-height: 17px;
	font-family: Audi Type Extended, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}

#work_area_caption span.line1 {
	color: #000001;
}

#work_area_caption span.line2 {
	color: #2B2F33;
	padding-left: 130px;
}

#work_area.small {
	margin: auto;
	float: none;
}

#work_area.small h4 {
	margin-top:10px;
}

#work_area.small h2 {
	margin-top:10px;
}

#work_area.small .work_box {
    padding-top:0px;
}

.page_box,.message_box,.work_box {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.tabbed_box {
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
}

.message_box,.work_box,.tabbed_box {
	padding-bottom: 15px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 10px;
	width: 680px;
	margin-bottom: 10px;
}

.work_box .message_box {
	padding: 0px;
}

.work_box,.tabbed_box {
	margin-bottom: 10px;
}

.message_box ul li {
	font-weight: bold;
	font-size: 11px;
}

.message_box ul li.error {
	color: #CC0033;
}

.message_box ul li.warning {
	color: #000001;
}

.message_box ul li.info {
	color: #000001;
}

.message_box ul li.success {
	color: green;
}

ul.content li {
	background: url("/javax.faces.resource/images/list_item.gif.jsf?ln=alf-style-audi")
		no-repeat 0px 4px;
	padding-left: 10px;
}

.content ul li {
	background: url("/javax.faces.resource/images/list_item.gif.jsf?ln=alf-style-audi")
		no-repeat 1px 4px;
	padding-left: 10px;
}

ul.message_box {
	padding-bottom: 10px;
}

ul.message_box li {
	font-weight: bold;
	font-size: 11px;
}

ul.message_box li.error {
	color: #CC0033;
}

ul.message_box li.warning {
	color: #000001;
}

ul.message_box li.info {
	color: #000001;
}

ul.message_box li.success {
	color: green;
}

.error {
	font-weight: bold;
	font-size: 11px;
	color: #CC0033;
}

.warning {
	font-weight: bold;
	font-size: 11px;
	color: #000001;
}

.info {
	font-weight: bold;
	font-size: 11px;
	color: #000001;
}

.success {
	font-weight: bold;
	font-size: 11px;
	color: green;
}

.page_box {
	background-color: #b3b8be;
	width: 680px;
	padding: 5px 10px;
}

.tabbed_box .page_box,.work_box .page_box {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
}

.page_description {
	float: left;
}

.page_list {
	float: right;
}

.page_list span.active {
	color: #000001;
	font-weight: bold;
}

h1.underline,h2.underline,h3.underline,h4.underline {
	padding-bottom: 7px;
	border-bottom: 1px solid #B0B6B8;
	margin-bottom: 12px;
}

.work_box p,.tabbed_box p {
	margin-bottom: 5px;
}

.hint_box {
	color: #555555;
	margin-left: 192px;
	display: block;
}

.work_box a,.tabbed_box a,.page_box a,.page_box a {
	color: #000001;
}

.work_box a:hover,.tabbed_box a:hover,.page_box a:hover {
	color: #CC0033;
}

.seperator_line {
	background-color: #a4a4a4;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: -20px;
	margin-right: -20px;
}

/* FORM **********************/
form {
	padding: 0px;
	margin: 0px;
	line-height: 17px;
}

.work_box input,.tabbed_box input,.ui-dialog input {
	border-style: none;
	width: 280px;
	font-size: 10px !important;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 13px;
	border: 1px solid #B3B8BE;
}

.work_box input.large,.tabbed_box input.large,.ui-dialog input.large {
	width: 460px;
}

.work_box input.file,.ui-dialog input.file {
	height: 20px;
}

.work_box input.date,.ui-dialog input.file {
	margin-right: 2px;
}

input.calendar {
	width: 80px !important;
}

input.time {
	width: 40px !important;
}

img.time {
	padding-left: 5px;
	position: relative;
	margin-bottom:-9px;
	height:27px;
}

.timezone {
	padding-left: 3px;
}

.work_box img.input_icon,.ui-datepicker-trigger,.ui-dialog img.input_icon
	{
	cursor: pointer;
	padding-left: 1px;
	position: relative;
	top: 3px;
}

img.ui-datepicker-trigger {
	padding-right: 20px;
	padding-left: 5px;
	margin-bottom: -7px;
	height:26px;
}

.work_box select,.tabbed_box select,.ui-dialog select {
	width: 280px;
	height: 17px;
	border: 1px solid #B3B8BE;
	display:block;
}

.floatItemBox {
    display: inline;
    float: left;
    margin-right: 5px;
    padding: 0px 1px;
}

.floatItem {
    background-color: grey;
    color: #000001;
    display: inline;
    float: left;
    margin-right: 2px;
    margin-top: 2px;
    padding-left: 5px;
}

.floatItemIcon {
	margin-top:2px;
}

.work_box select.long,.tabbed_box select.long,.ui-dialog select.long {
	width: 462px;
}

.work_box option,.tabbed_box option,.ui-dialog option {
	padding-left: 4px;
}

.work_box textarea,.tabbed_box textarea,.ui-dialog textarea {
	width: 280px !important;
	border: 1px solid #B3B8BE;
}

.work_box textarea.large,.tabbed_box textarea.large,.ui-dialog textarea.large
	{
	width: 460px !important;
	height: 180px;
}

.work_box input.radio,.tabbed_box input.radio,.ui-dialog input.radio {
	width: auto;
	margin-right: 5px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0 none;
}

.work_box input.checkbox,.tabbed_box input.checkbox,.ui-dialog input.checkbox
	{
	width: auto;
	margin-right: 3px;
	float: left;
	margin-top: 2px;
	margin-bottom: 0px;
	border: 0 none;
}

.work_box label,.tabbed_box label,.ui-dialog label {
	display: block;
	float: left;
	font-weight: bold;
	width: 180px;
	padding-right:10px;
}

.work_box .input_field,.tabbed_box .input_field,.ui-dialog .input_field
	{
	display: block;
	width: 100%;
	min-height: 17px;
	margin-bottom: 4px;
}

.work_box .input_box,.tabbed_box .input_box,.ui-dialog .input_box {
	margin-left: 190px;
}

.input_item {
	vertical-align: baseline;
	margin-bottom: 1px;
}

.empty_space {
	display: block;
	height: 17px;
	width: 10px;
}

.definition_label {
	display: block;
	float: left;
	font-weight: bold;
	width: 190px;
}

.definition_value {
	margin-left: 190px;
	line-height: 1.5;
}

.error_box {
	color: #000001;
	font-weight: bold;
	margin-left: 192px;
}

.error_box span.error {
	color: #CC0033;
}

.error_box span.warning {
	color: #000001;
}

.error_box span.info {
	color: #000001;
}

.buttons_panel {
	display: block;
	margin-top: 15px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
}

.buttons_panel.left {
	margin-left: 0px;
	margin-bottom: 15px;
}

.primary_action {
	margin-right: 1px;
	padding-left: 190px;
	float: left;
	height: 32px;
	font-size: 13px;	
}

.primary_start {
	display: inline;
	float: left;
	height: 21px;
	width: 3px;
}

input.primary_hidden {
	border: 0;
	height: 0;
	line-height: 0;
	width: 0;
}

.primary_action button {
	border: medium none;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	line-height: 1.5em;
	cursor: pointer;
	font-weight: bold;
	background-color: #000001;
	border-radius: 0px;
}

.primary_action button:hover {
	background-color: #6D7579;
}

.secondary_action {
	display: block;
	float: left;
}

.secondary_action a {
	display: block;
	color: black;
	text-decoration: none;
	background: transparent
		url("/javax.faces.resource/images/link_arrows.gif.jsf?ln=alf-style-audi") no-repeat
		scroll 0px -91px;
	cursor: pointer;
	padding-left: 11px;
	line-height: 15px;
	font-weight: normal;
}

.secondary_action a:hover {
	color:#cc0033;
}

.secondary_action a.back {
	background: transparent
		url("/javax.faces.resource/images/link_arrows.gif.jsf?ln=alf-style-audi") no-repeat
		scroll 0 -57px;
}

.confirm_box {
	display: none;
	border: 1px solid #ddd;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 250px;
}

.confirm_box a {
	display: inline;
	padding-left: 10px;
	padding-right: 15px;
	background-position:0px -93px;
}

.secondary_action .empty_space {
	height: 10px;
}

.buttons_inline {
	display: block;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
}

.buttons_inline .secondary_action a {
}

.tab_navigation ul {
	width: 100%;
	line-height: 12px;
}

.tab_navigation ul li {
	display: inline;
	border-left: 1px solid #E5EAEE;
	border-right: 1px solid #E5EAEE;
	border-top: 1px solid #E5EAEE;
	margin: 0 1px 0 0;
	padding: 0 0 0 2px;
	float: left;
	display: block;
	height: 22px;
}

.tab_navigation ul li.active {
	border-color: #6D7579;
	font-weight: bold;
}

.tab_navigation ul li a {
	float: left;
	text-decoration: none;
	padding: 4px 10px 6px;
	white-space: nowrap;
}

.tab_navigation ul li.active a {
	text-decoration: underline;
}

.tab_navigation ul li.disabled span {
	float: left;
	color: #959596 !important;
	padding: 4px 10px 6px;
	white-space: nowrap;
}

.hideable {
	
}

.hidden {
	
}

a.folded_link,img.folded {
	margin-top: 2px;
	position: absolute;
	right: 4px;
}

img.hide,img.show {
	cursor: pointer;
	display: inline;
	float: right;
	padding: 0 0 0 10px;
}

.info_box_right {
	float: right;
}

.right_box {
	width: 180px;
	background-color: #B3B8BE;
	padding: 15px;
}

/* TABLE **********************/
table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
}

table td,table th {
	text-align: left;
	padding: 7px 4px;
}

.work_box table,.tabbed_box table {
	margin-bottom: 0px;
	padding-bottom: 5px;
}

table tr.sub1 td {
	background-color: #A0A4AD;
	padding-left: 5px;
}

table tr.sub2 td {
	background-color: #989CA4;
	padding-left: 10px;
}

table tr.sub2 td:first {
	padding-left: 10px;
}

table.dotted td,table.dotted th {
	border-bottom: 1px solid #B0B6B8;
	padding: 7px 5px 7px 10px;
	text-align: left;
}

table.zebra td,table.zebra th {
	background: transparent;
	text-align: left;
	padding-left: 4px;
}

table.zebra tr.marked td,table.zebra tr.marked th {
	background-color: #B3B7BD;
}

.work_box table.zebra tr.marked td,.work_box table.zebra tr.marked th {
	background-color: #A0A4AD;
}

table th.small,table td.small {
	width: 20px;
}

table th.middle,table td.middle {
	width: 24px;
}

table th.center,table td.center {
	text-align: center;
}

table th.right,table td.right {
	text-align: right;
}

table th a {
	text-decoration: none;
	color: black;
}

table th a.sort_off {
	background:
		url("/javax.faces.resource/images/button_col_sort_off.gif.jsf?ln=alf-style-audi")
		no-repeat scroll 0 0;
	padding-left: 15px;
}

table th a.sort_up {
	background:
		url("/javax.faces.resource/images/button_col_sort_asc.gif.jsf?ln=alf-style-audi")
		no-repeat scroll 0 0;
	padding-left: 15px;
}

table th a.sort_down {
	background:
		url("/javax.faces.resource/images/button_col_sort_desc.gif.jsf?ln=alf-style-audi")
		no-repeat scroll 0 0;
	padding-left: 15px;
}

table th a.sort_off, span.ui-sortable-column-icon.ui-icon.ui-icon-carat-2-n-s {
	background:
		url("/javax.faces.resource/images/button_col_sort_off.gif.jsf?ln=alf-style-audi")
		no-repeat scroll 3px;
	padding-left: 15px;
}

table th a.sort_up, span.ui-sortable-column-icon.ui-icon.ui-icon-carat-2-n-s.ui-icon-triangle-1-n {
	background:
		url("/javax.faces.resource/images/button_col_sort_asc.gif.jsf?ln=alf-style-audi")
		no-repeat scroll 3px;
	padding-left: 15px;
}

table th a.sort_down, span.ui-sortable-column-icon.ui-icon.ui-icon-carat-2-n-s.ui-icon-triangle-1-s {
	background:
		url("/javax.faces.resource/images/button_col_sort_desc.gif.jsf?ln=alf-style-audi")
		no-repeat scroll 3px;
	padding-left: 15px;
}

table.checkbox td {
	padding: 0px;
}

table.checkbox input {
	width: auto;
	margin-right: 5px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0 none;
}

table.checkbox label {
	font-weight: normal;
}

.ui-datatable .ui-datatable-data td,.ui-datatable .ui-datatable-data th,.ui-datatable .ui-datatable-data-empty td,table td {
	border-bottom:1px solid #E3E2E2;
	border-top:none;
	border-right:none;
	border-left:none;
}

.ui-datatable th,.ui-datatable tfoot td {
	text-align: right;
}

.ui-datatable th.ui-state-active, .ui-datatable th.ui-state-default {
	background: none;
	border: none;
}

.ui-sortable-column {
	padding-left:2px !important;
}

.ui-datatable table thead tr {
}

.ui-datatable tfoot .ui-widget-header {
	background:none;
	border:none;
	color: black;
}

tfoot {
	height:30px;	
}

/*paging*/
.ui-paginator-prev.ui-state-default.ui-corner-all {
	background: transparent url("/javax.faces.resource/images/paging_sprite.gif.jsf?ln=alf-style-audi") no-repeat	scroll 2px 1px;
	border:medium none;
}
.ui-paginator-prev.ui-state-default.ui-corner-all:hover {
	background: transparent url("/javax.faces.resource/images/paging_sprite.gif.jsf?ln=alf-style-audi") no-repeat	scroll 2px -21px;
}

.ui-paginator-prev.ui-state-default.ui-corner-all.ui-state-disabled {
	background: transparent url("/javax.faces.resource/images/paging_sprite.gif.jsf?ln=alf-style-audi") no-repeat	scroll 2px -41px;
}

.ui-paginator-next.ui-state-default.ui-corner-all {
	background: transparent url("/javax.faces.resource/images/paging_sprite.gif.jsf?ln=alf-style-audi") no-repeat	scroll 2px -65px;
	border:medium none;
}
.ui-paginator-next.ui-state-default.ui-corner-all:hover {
	background: transparent url("/javax.faces.resource/images/paging_sprite.gif.jsf?ln=alf-style-audi") no-repeat	scroll 2px -86px;
}

.ui-paginator-next.ui-state-default.ui-corner-all.ui-state-disabled {	
	background: transparent url("/javax.faces.resource/images/paging_sprite.gif.jsf?ln=alf-style-audi") no-repeat	scroll 3px -106px;
}

span.ui-icon.ui-icon-seek-prev, span.ui-icon.ui-icon-seek-next {
	visibility: hidden;
}

/* LINKS *********************/
a.ext {
	background: transparent
		url("/javax.faces.resource/images/but_extlink.gif.jsf?ln=alf-style-audi") no-repeat
		scroll 0 0;
	color: #000001;
	padding-left: 15px;
	text-decoration: underline;
	font-weight: normal;
}

a:hover.ext {
	color: #CC0033;
}

a.download {
	background: transparent url("/javax.faces.resource/images/download.png.jsf?ln=alf-style-audi") no-repeat;
	color: #000001;
	text-decoration: none;
	font-weight: normal;
	display: block;
	height: 16px;
    padding-left: 32px;
    padding-top: 10px;
    text-decoration: none;
}

a.edit {
	background: url("/javax.faces.resource/images/icon_edit.png.jsf?ln=alf-style-audi") no-repeat center transparent;
	display: block;
	width: 32px;
	height: 32px;
}

a.delete {
	background: url("/javax.faces.resource/images/delete.png.jsf?ln=alf-style-audi") no-repeat center transparent;
	color: #000001;
	display: block;
	width: 22px;
	height: 22px;
	text-decoration: none;
	font-weight: normal;
}

a.up {
	background: url("/javax.faces.resource/images/button_sort_on_up.gif.jsf?ln=alf-style-audi") no-repeat transparent;
	display: block;
	width: 12px;
	height: 10px;
}

a.down {
	background: url("/javax.faces.resource/images/button_sort_on_down.gif.jsf?ln=alf-style-audi") no-repeat transparent;
	display: block;
	width: 12px;
	height: 10px;
}

a.mail {
	background: transparent
		url("/javax.faces.resource/images/mail.png.jsf?ln=alf-style-audi") no-repeat center transparent;
	color: black;
	padding-left: 16px;
	cursor: pointer;
	display: block;
	height: 13px;
	width: 20px;
}

a.list {
	background: url("/javax.faces.resource/images/icon_list.png.jsf?ln=alf-style-audi") no-repeat center transparent;
	display: block;
	width: 32px;
	height: 32px;
}

a.jumper_arrow {
	background: transparent url("/javax.faces.resource/images/link_arrows.gif.jsf?ln=alf-style-audi") no-repeat scroll -1px -93px;
	color: black;
	padding-left: 10px;
	cursor: pointer;
}

a.jumper_arrow:hover {
	color: #CC0033;	
}

a.addInput, a.add {
	background: transparent
		url("/javax.faces.resource/images/button_plus.gif.jsf?ln=alf-style-audi") no-repeat scroll 0px 0px;
	color: #000001;
	cursor: pointer;
	display:block;
	width:32px;
	height:32px;
}

a.previous {
	background: transparent url("/javax.faces.resource/images/previous.gif.jsf?ln=alf-style-audi") no-repeat;
	float: right;
	width: 11px;
	height: 16px;
	cursor: pointer;
	display: block;
}

a.overview {
	float: right;
	color: black;
	margin: 0px 8px;
	cursor: pointer;
	display: block;
	letter-spacing: 0px;
	line-height: 14px;
}

a.next {
	background: transparent url("/javax.faces.resource/images/next.gif.jsf?ln=alf-style-audi") no-repeat;
	float: right;
	width: 11px;
	height: 16px;
	cursor: pointer;
	display: block;
}

/* FOOTER_AREA *****************/
#securezone {
	position: absolute;
	right: 3px;
	bottom: 3px;
}

#footer_area {
	position: fixed;
	bottom: 0px;
	color: #CBCBCB;
	clear: both;
	padding-top: 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: 971px;
}

#footer_menu {
	height: 23px;
	position: relative;
	margin-bottom: 5px;
}

#footer_menu ul {
	height: 23px;
	margin: 0 !important;
	overflow: hidden;
}

#footer_menu ul li {
	float: left;
}

#footer_menu ul li a {
	color: #FFFFFF;
	display: block;
	height: 17px;
	padding: 4px 9px 0;
	font-size: 0.9em;
	line-height: 15px;
	text-decoration: none;
}

#footer_menu ul li a:hover,#footer_menu ul li a:focus {
	color: #CC0033;
}

#footer_separator {
	padding-left: 0px;
	padding-right: 6px;
}

#footer_separator A {
	padding-left: 7px !important;
}

#footer_menu ul li .myusername {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 9px;
	display: block;
	float: left;
	height: 17px;
	color: #2b2f33;
}

/* Upload *********************/
.uploadprogress_box {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.uploadprogress_box img {
	float: left;
	padding-right: 6px;
}

.uploadprogress_box p.status {
	padding-top: 7px;
	font-weight: bold;
}

.upload_frame {
	width: 0px;
	height: 0px;
	display: none;
}

/* TABLE in w:line  */
.input_box table {
	width: auto;
	padding: 0px;
	margin: 0px;
}

.input_box table tr {
	height: 17px;
}

.input_box table td {
	padding: 0 15px 0 0;
	margin-right: 2px;
}

.input_box table input {
	width: auto;
	display: inline;
	padding: 0px;
	margin: 2px 3px 0px 0px;
	float: left;
}

.input_box table label {
	width: auto;
	display: inline;
	padding: 0px;
	margin: 0px;
}

.highlight_bad {
	color: #CC0033;
}

.highlight_neutral {
	color: #6d7579;
}

.highlight_good {
	color: #000001;
}

.loading {
	background: transparent
		url("/javax.faces.resource/images/loading.gif.jsf?ln=alf-style-audi") no-repeat;
	padding: 6px 0px 12px 30px;
	color: #000001;
	height: 20px;
}


@media print {
	body {
		background-image: none;
		background-color: #FFFFFF;
	}
	#logo img {
		display: none;
	}
	#caption {
		display: none;
	}
	#header_area {
		display: none;
	}
	#menu_area {
		display: none;
	}
	#work_area {
		float: left;
	}
	.message_box,.work_box,.tabbed_box {
		background-color: #FFFFFF;
	}
}

/**** selectManyCheckbox layout="div" styleClass="checkboxes_flow" ****/
div.checkboxes_flow div { margin-right: 20px; float: left; }
div.checkboxes_flow div input { width: auto; float: left; display: block; margin-right: 3px; }
div.checkboxes_flow div label { width: auto; float: left; display: block; position: relative; top: -2px;}

/*** booleanCheckbox ****/
div.booleancheckbox_container {
}

div.booleancheckbox_container label {
    display: inline;
    float: none;
}

/* changes for primefaces */
.input_box table tr {
	border: none;
}
.input_box table td {
	border: none;
}

.ui-inputfield {
	padding: 0px;	
}

.ui-widget-content {
	border: 0px solid #E3E2E2;
} 

ul.ui-tabs-nav {
	background: transparent;
}

.ui-tabs.ui-tabs-top > .ui-tabs-nav, .ui-tabs .ui-tabs-nav {
	padding-left: 0px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	font-weight: bold;
}

.ui-tabs .ui-tabs-panels {
	border: 1px solid #E3E2E2;
	width: auto;
	padding: 10px 10px 20px;
}

.ui-inplace .ui-inplace-display {
	font-size: 9px;
	color: #000001;
}

.ui-inplace .ui-inplace-display.ui-state-highlight{
	background: none;
	color: #cc0033;
}

.ui-datatable th div.ui-dt-c {
	padding:3px 13px 3px 0px;
	font-weight: bold;
	color: black;
    float: left;
}

.ui-datatable th.ui-sortable-column div.ui-dt-c {
	padding:3px 13px;
}

.ui-datatable .ui-datatable-data td div.ui-dt-c, 
.ui-datatable .ui-datatable-data-empty td div.ui-dt-c, .ui-datatable tfoot td div.ui-dt-c{
	padding: 5px 5px;
}

.ui-autocomplete-input {
	background-color: white;
	color: black;	
}

/*hide ugly fileupload bars*/
.fileupload-buttonbar {
	background: #FFFFFF;
	padding: 0;
	border: none;
}

.fileupload-content {
	background: #FFFFFF;
	border: none;	
}

/*primefaces-components should not have a border*/
div.work_box .ui-widget-content {
	border: none;
}

div.ui-tooltip {
	width: 350px;
}

div.selectManyStepwise select {
    margin-bottom: 4px;
}


/* PRIMEFACES PICKLIST *******/
select.ui-helper-hidden {
	display: none;
}

select.ui-picklist-source, select.ui-picklist-target {
    height: 140px;
    width: 200px;
}

div.selectManyStepwise select {
    margin-bottom: 4px;
}

/* this is because we have to filter #000000 in IE 7*/
.ui-state-default {
	background-image: none;
}