/*
#---------------------------------------------------------------------------
# Copyright  : rexx systems GmbH, 20097 Hamburg, Heidenkampsweg 101
#              Veränderung oder Nutzung der Scripte/Anwendung ist nur mit
#              schriftlicher Genehmigung der rexx systems GmbH gestattet.
#
# Definieren eines Stylesheets fuer die Ergaenzung von Templates
#
# ruft       : Nichts.
#
# $Id: application.css,v 1.1.2.16 2010-06-10 08:50:19 mmuths Exp $
#---------------------------------------------------------------------------
*/

#tooltip {
	position: absolute;
	font-size: 10px;
	max-width: 150px;
	border: 1px solid #91C2DC;
	z-index: 10000;
	color: #333333;
	padding:5px;
	margin: 0px 0px 0px 0px;
	background-color: white;
}

#applbox {
	font-size: 11px;
}

#agree {
	font-size: 11px;
}

#feedback input,select {
    width: 200px;
}

#useraccount input,select {
    width: 200px;
}

#applbox textarea {
    width: 200px;
    height: 100px;
}


/* Bewerberfelder */

.group_head {
	cursor: pointer;
	color: #797878;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	border: 1px solid #f5f5f5;
	width: 100%;
	margin-top: 15px;
	background-color: #f5f5f5;
	clear: both;
}

table.anlage .group_head {
	margin-top: 0;
}

.group_head div {
	text-decoration: none;
}

.toggle_img {
	float: left;
	background-color: #F5F5F5;
	border: 0px solid blue;
	cursor: pointer;
	height: 14px;
	width: 16px;
	padding: 2px 0px 0px 0px;
	margin:  0px 10px 0px 0px;
	background-position: center;
	background-repeat: no-repeat;
}

.appl_input_cell {
 	border: 0px solid black;
	width: 250px;
	padding: 5px 0px 2px 5px;
}

.appl_input_cell input, .appl_input_cell select {
	width: 200px;
}

div.breaker {
  clear:both;
  height:1px;
  overflow:hidden;
}

.application_group {
    display: block;
	overflow: hidden;
	border-width: 0px 0px 0px 0px;
	border-style: dashed;
	border-color: gray;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	background-color: #fff;
}

.attachment_field {
	border-width: 0px;
	border-style: solid;
	border-color: blue;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	height: auto;
	overflow: hidden;
}

.attachment_field_caption {
	border: 0px solid green;
	margin: 0px 0px 0px 2px;
	font-size: 10px;
	clear: left;
	width: auto;
}


.empty_attachment_field {
	border-width: 0px;
	border-style: solid;
	margin: 5px 0px 0px 2px;
	border-color: red;
	height: 41px;
}

.attachment_field form {
	border: 1px none lime;
	margin: 0px;
	padding: 0px;
}

.upload_input_box {
	border: 1px solid white;
	padding: 1px;
	margin: 0px;
	float: left;
}

.upload_input_box input {
	width: 200px;
}

.group_caption {
	float: left;
	font-family: arial, vardana, sans-serif;
    font-size: 8.5pt;
    font-weight: bold;
    text-decoration: none;
}

.group_caption img{
	text-decoration: none;
}

.del_icon {
	cursor: pointer;
}

.attachment_upload_result{
	padding: 0px;
	margin: 0px;
	border: 0px solid red;
	text-align: left;
	overflow: hidden;
}

.attachment_upload_result span{
	font-size: 11px;
}

.upload_process{
	z-index: 100;
	position: absolute;
	visibility: hidden;
	text-align: center;
	width: 80px;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	border: 0px solid white;
}

