/*********************
	INPUT
**********************/

.spirito-input,
.spirito-input-datetime,
.spirito-input-currency,
.spirito-input-string,
.spirito-input-media,
.spirito-input-number {
    background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	padding: 3px;	
	border: 1px solid #000;	
}

* html .spirito-input-datetime,
* html .spirito-input-currency,
* html .spirito-input-string,
* html .spirito-input-number {
	/* height: 22px; */
}

.spirito-input-readonly {
	background: #eee !important;
}

.spirito-input-dojo {
	border: solid 1px black;
	width: 500px;
	background: white;
}

.spirito-input-string {
    width: 500px;
	padding: 3px;	
	border: 1px solid #000;	
}

.spirito-input-title {
    width: 500px;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	font-weight: bold;
	padding: 3px;	
	border: 2px solid #000;	
}

* html .spirito-input-string,
* html .spirito-input-title {
	/* height: 24px; */
}

.spirito-input-text {
    background-color: #fff;
    width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	padding: 4px;	
	border: 1px solid #000;
    }
	
.spirito-input-button {
    background-color:    #eeeeee;
    border:              2px solid #000000;
    color:               #000000;
    font-family:         Arial, Helvetica, sans-serif;
    font-size:           12px;
    }

.spirito-input-button:hover {
    background-color:    #eeeeee;
    border:              2px solid #ff0000;
    }

.spirito-input-currency {
    text-align:          right;
    }

.spirito-input-multiple-left {
    background-color:    #FFFFFF;
    color:               #000000;
    font-family:         Arial, Helvetica, sans-serif;
    font-size:           12px;
    height:              250px;
    padding:             2px;
    width:               245px;
    font-weight:         bold;	
    }

.spirito-input-multiple-right {
    background-color:    #FFFFFF;
    color:               #000000;
    font-family:         Arial, Helvetica, sans-serif;
    font-size:           12px;
    height:              250px;
    padding:             2px;
    width:               245px;   	
    }
	
.spirito-input-dropdown, .spirito-input-string-dropdown {
	background-color:    #FFFFFF;
	color:               #000000;
	font-family:         Arial, Helvetica, sans-serif;
	font-size:           12px;
    }
	
.spirito-input-multiple {
	background-color:    #ffffff;
	border:              #000000;
	border-bottom-width: 1px;
	border-left-width:   1px;
	border-right-width:  1px;
	border-style:        solid;
	border-top-width:    1px;
	color:               #000000;
	font-family:         Arial, Helvetica, sans-serif;
	font-size:           12px;
	padding:             2px;
	width:               500px;
	height: 			 100px;
    }

.spirito-mandatory {
	background: #FFE3B8 !important;
}
.spirito-input-warn {
	background: #FFE3B8 !important;
}

.spirito-input-autolist {
	border:1px solid black;
	color:#000000;
	background-color: #FFFFFF;
	font-size: 12px;
	overflow: auto;
	height: 15em;
}
.spirito-input-autolist  ul,
.spirito-input-autolist  ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.spirito-input-autolist  li {
	margin: 0px;
	padding: 3px;
	list-style-type: none;
}
.spirito-input-autolist  .selected {
	background-color: #FFE3B8;
	color: black;
}

/*********************
	NUMBERS
**********************/

.spirito-negative-0 {
    color:               #000000;
    }

.spirito-negative-1 {
    color:               #FF0000;
    }

/*********************
	POPMENU
**********************/

.spirito-popmenu {
	background-color:    #FFFFFF;
	border:              1px solid #000000;
	color:               #000000;
	font-size:           12px;
	font-weight:         normal;
	margin:              0px;
	padding:             2px;
	text-align:          left;
	width:               160px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
    }

.spirito-popmenu ul,
.spirito-popmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.spirito-popmenu a {
	color:               #000000;
	display:             block;
	font-family:         Arial, Helvetica, sans-serif;
	font-size:           12px;
	font-weight:         normal;
	margin:              0px;
	padding:             2px;
	text-align:          left;
	text-decoration:     none;
	background-color: #FFFFFF;

    }

.spirito-popmenu a:hover {
    background-color:    #FFE3B8;
    color:               #BB2B23;
    text-decoration:     none;
    }

.spirito-small {
    font-family:         Arial, Helvetica, sans-serif;
    font-size:           12px;
    }

/*********************
	TABLE ROWS
**********************/

.spirito-tab-row-0 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F4EAD9;
    }

.spirito-tab-row-1 {
	background-color:    #ECD8B7;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    }

.spirito-tab-row-over {
	background-color:    #FFE3B8;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    }

/*********************
	TEXT
**********************/

.spirito-text {
    color:               #000000;
    font-family:         Arial, Helvetica, sans-serif;
    font-size:           12px;
    }

/*********************
	TOOLTIP
**********************/

.spirito-tooltip {
	background-color:    #FFFFFF;
	border:              1px solid #E6D2A0;
	color:               #000000;
	font-family:         Arial, Helvetica, sans-serif;
	font-size:           12px;
	line-height:         14px;
	margin:              1px;
	padding:             8px;
	text-align:          left;
	vertical-align:      top;
	white-space:         normal;
	width:               250px;
	font-weight: normal;
    }

.spirito-tooltip-link {
	cursor: help;
	border-bottom: 1px dotted;
}

* html .spirito-tooltip-link {
	border-bottom: none;
}

.spirito-mark,
.spirito-highlite {
	background: #FFFF00;	
	font-weight: bold;
}

/*********************
	ALERT
**********************/

.spirito-alert
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

.spirito-alert-send 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 12px;	
	border: 4px solid #FF0000;
	text-align: center;
}

input:focus, 
textarea:focus {
	color: #000000;
	background: #FFE3B8;	
}

/*** WAI Kompatible Formulare ***/

.wai {
	display: block;
}

.wai label,
.wai .label {
	width: 13em;
	float: left !important;
	display: block;
	border: none;
	font-weight: bold;
	color: #A0785A;
	padding: 0;
	margin: 0;
	padding-right: 0.9em !important;
	margin-bottom: 0.5em;	
	clear: left;
}

* html .wai label,
* html .wai .label {
	width: 13em;	
}

.wai p {
	margin: 0;
	padding: 0;
	border: none;
}
.wai div {
	margin: 0;
	padding: 0;	
	clear: both;
	border: none;
	text-indent: 0;
}

.wai div div {
	padding: 0;
	margin: 0;
	margin-left: 14em;	
	margin-bottom: 0.5em;
	clear: none;	
	float: none;	
}

.wai div div div {
	padding: 0;
	margin: 0;
	clear: none;
	float: none;
}

.wai div fieldset {   
	border: none;
	margin: 0;
	padding: 0;
	clear: none;	
	float: none;
	width: auto;
}

.wai legend {
	display: none;
}

.wai div div label,
.wai div fieldset label {
	color: #000000;
	display: block;
	float: none;
	width: auto;
	font-weight: normal;
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 0.25em;	
}

.wai div div label input,
.wai div fieldset label input {
	position: absolute;
	left: 0;
	top: 0;
}

* html .wai div div label input,
* html .wai div fieldset label input {
	left: -1.5em;
}

.wai div h2 ,
.toggle-trigger{
	color: #7C0600;;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DDD7D3;
	padding: 0;
	padding-top: 24px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	font-size: 14px;
	font-weight: bold;
}
.wai h2 a {
	text-decoration: none;
	color: black;
}

/*** Kür ***/

/* .wai label {
	cursor:pointer;
} */

.wai .validation-failed {
	background: #FFCCCC;
}

.wai .sample {
	color: #aaa;
}

.wai select,
.wai textarea,
.wai input {
	font-family: Arial, Helvetica, sans-serif;	
}

.wai input.text,
.wai textarea.text {
	width: 20em;
}
	
