/*
  Stylesheet-Definitionen für EUROFACTOR Beschwerdemanagement
  Ausgabemedium: Bildschirm
  Browser: alle
*/

/*
  -----------------------------------------------------------------------------
  HTML-Elemente
  -----------------------------------------------------------------------------
*/

HTML {
	height: 100%;
}

BODY{
	background-color: #ffffff;
	background-image: url('/system/image/bg_body.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	height: 100%;
	margin: 0px;
	padding :0px;
}

/*
  -----------------------------------------------------------------------------
  Container
  -----------------------------------------------------------------------------
*/

DIV#container_page {
	border-left-color: #c0c0c0;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #c0c0c0;
	border-right-style: solid;
	border-right-width: 1px;
	_height: 100%;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
 
DIV#container_logo {
	padding: 10px;
}

DIV#container_logo:after {
    content: '.';
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

DIV#container_menu {
	margin-bottom: 10px;
}

DIV#container_content {
	padding: 10px;
}

DIV#container_login {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}

DIV.container_statistic {
	float: left;
	margin-bottom: 10px;
	width: 484px;
}

/*
  -----------------------------------------------------------------------------
  Formularbeschriftungen
  -----------------------------------------------------------------------------
*/

LABEL {
	display: block;
	margin-bottom: 5px;
	width: 100%;
}

LABEL.error {
	background-color: #f0c0c0;
	border-color: #c00000;
	border-style: solid;
	border-width: 1px;
	color: #c00000;
	font-size: 11px;
	margin-top: 5px;
	padding: 5px;
	width: 190px;
}

LABEL.message {
	background-color: #c0f0c0;
	border-color: #00c000;
	border-style: solid;
	border-width: 1px;
	color: #00c000;
	font-size: 11px;
	margin-top: 5px;
	padding: 5px;
	width: 190px;
}

/*
  -----------------------------------------------------------------------------
  Formularelemente
  -----------------------------------------------------------------------------
*/

INPUT,
TEXTAREA,
SELECT {
	font-family: Arial;
	font-size: 11px;
}

INPUT.input_text,
TEXTAREA.textarea_text,
SELECT.select_text {
	border-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
	width: 200px;
}

INPUT.input_submit {
	background-color: transparent;
	border: none;
	color: #006545;
	font-weight: normal;
	height: 16px;
}

INPUT.button_activate {
	background-image: url('/system/image/icons/activate.png');
	background-position: 0px 50%;
	background-repeat: no-repeat;
	padding-left: 16px;
}

INPUT.button_add {
	background-image: url('/system/image/icons/add.png');
	background-position: 0px 50%;
	background-repeat: no-repeat;
	padding-left: 16px;
}

INPUT.button_cancel {
	background-image: url('/system/image/icons/cancel.png');
	background-position: 0px 50%;
	background-repeat: no-repeat;
	padding-left: 16px;
}

INPUT.button_deactivate {
	background-image: url('/system/image/icons/deactivate.png');
	background-position: 0px 50%;
	background-repeat: no-repeat;
	padding-left: 16px;
}

INPUT.button_edit {
	background-image: url('/system/image/icons/edit.png');
	background-position: 0px 50%;
	background-repeat: no-repeat;
	padding-left: 16px;
}

INPUT.button_go {
	background-image: url('/system/image/icons/go.png');
	background-position: 0px 50%;
	background-repeat: no-repeat;
	padding-left: 16px;
}

INPUT.button_reset {
	background-image: url('/system/image/icons/reset.png');
	background-position: 0px 50%;
	background-repeat: no-repeat;
	padding-left: 16px;
}

INPUT.button_save {
	background-image: url('/system/image/icons/save.png');
	background-position: 0px 50%;
	background-repeat: no-repeat;
	padding-left: 16px;
}

INPUT.button_view {
	background-image: url('/system/image/icons/view.png');
	background-position: 0px 50%;
	background-repeat: no-repeat;
	padding-left: 16px;
}

INPUT.error {
	background-color: #f0c0c0;
	border-color: #c00000;
}

/*
  -----------------------------------------------------------------------------
  Tabellen
  -----------------------------------------------------------------------------
*/

TABLE {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}

/*
  -----------------------------------------------------------------------------
  Tabellenzellen
  -----------------------------------------------------------------------------
*/

TABLE TD {
	border-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

TABLE TH {
	background-color: #f0f0f0;
	border-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

TABLE TH.tablecell_sort {
	padding: 0px !important;
	text-align: center !important;
	vertical-align: center !important;
	width: 15px !important;
}

TABLE TR.tablerow_inactive TD {
	color: #c0c0c0;
}

/*
  -----------------------------------------------------------------------------
  Listen
  -----------------------------------------------------------------------------
*/

UL#list_language {
	float: right;
	list-style-type: none;
	margin-bottom: 0px;
    margin-top: 50px;
	padding: 0px;
}

UL#list_menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/*
  -----------------------------------------------------------------------------
  Listenelemente
  -----------------------------------------------------------------------------
*/

UL#list_language LI {
	float: left;
}

UL#list_menu LI {
	float: left;
}

/*
  -----------------------------------------------------------------------------
  Bilder
  -----------------------------------------------------------------------------
*/

IMG {
	border: none;
}

IMG#logo {
    float: left;
    height: 105px;
    margin-right: 10px;
}

UL#list_language IMG {
	float: left;
	margin-left: 10px;
}

TABLE TH.tablecell_sort IMG {
	vertical-align: middle;
}

DIV#container_chart_section IMG,
DIV#container_chart_reasons IMG {
	width: 100%;
}

/*
  -----------------------------------------------------------------------------
  �berschriften
  -----------------------------------------------------------------------------
*/

H1 {
	color: #c0c0c0;
    float: left;
	font-family: Times New Roman;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
    margin-bottom: 0px;
    margin-top: 35px;
	padding: 0px;
}

H2 {
	color: #c0c0c0;
	font-family: Times New Roman;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

H3 {
	color: #c0c0c0;
	font-family: Times New Roman;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

H4.tab {
	background: rgb(0,120,86);
	background: -moz-linear-gradient(top,  rgb(53,173,139) 0%, rgb(0,120,86) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(53,173,139)), color-stop(100%,rgb(0,120,86)));
	background: -webkit-linear-gradient(top,  rgb(53,173,139) 0%,rgb(0,120,86) 100%);
	background: -o-linear-gradient(top,  rgb(53,173,139) 0%,rgb(0,120,86) 100%);
	background: -ms-linear-gradient(top,  rgb(53,173,139) 0%,rgb(0,120,86) 100%);
	background: linear-gradient(to bottom,  rgb(53,173,139) 0%,rgb(0,120,86) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35ad8b', endColorstr='#006545',GradientType=0 );
	border-radius: 5px 5px 0px 0px;
	color: #ffffff;
	font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
	padding: 5px;
}

H4.tab SPAN.ui-icon {
	display: none;
}

/*
  -----------------------------------------------------------------------------
  Texte
  -----------------------------------------------------------------------------
*/

.clear {
	clear: both;
}

.hidden {
	display: none;
}

P {
	margin-bottom: 10px;
}

.text_right {
	text-align: right;
}

.text_required {
	color: #c00000;
	font-size: 11px;
}

/*
  -----------------------------------------------------------------------------
  Links
  -----------------------------------------------------------------------------
*/

UL#list_menu LI A:active,
UL#list_menu LI A:link,
UL#list_menu LI A:visited {
	color: #006545;
	display: block;
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: normal;
	margin-right: 25px;
	text-align: center;
	text-decoration: none;
}

UL#list_menu LI A:hover {
	text-decoration: underline;
}

UL#list_menu LI A.link_active {
	color: #c0c0c0;
}

A:active,
A:link,
A:visited {
	color: #006545;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}