/*  Title:     TD08 Forms CSS          
    Creator:   cf                          
    Date:      080516                      
    Content:                               
               - Tabelle
               - Felder                                                  
*/

/* TABELLE -------------------------------------------------------- */

form {
	line-height:20px;
	margin:0;
	padding:0;

}
table.main {
	margin-left:30px;
	margin-top:30px;
	margin-bottom:20px;
}
table.main tr td, table.main tr td {
	padding-top:10px;
	vertical-align:top;
}
table.main tr td.label, table.main tr td.label {
	line-height:15px;
	width:160px;
	padding-right:20px;
	color: #333333;
}
/*form table.main {
	margin-left:30px;
	margin-top:30px;
	margin-bottom:20px;
}
form * table.main tr td, form table.main tr td {
	padding-top:10px;
	vertical-align:top;
}
form * table.main tr td.label, form table.main tr td.label {
	line-height:15px;
	width:160px;
	padding-right:20px;
	color: #333333;
}*/
div.hinweis {
	border:1px solid #333333;
	background-color: #FFFF99;
	padding:5px;
	margin-top:5px;
	margin-bottom: 5px;
	line-height:15px;
}
div.hinweis span.title, div.hinweis h4 {
	font-weight:bold;
	margin:0px;
	font-size:13px;
	color:#333;
}
p.info {
	line-height:15px;
}
fieldset {
	margin-top: 20px;
	padding:0px 10px 20px 10px;
	border:0px;
	border-top: 1px solid #CCCCCC;
}
fieldset legend {
	font-weight:bold;
	padding-bottom: 1px;
	text-transform:uppercase;
	color: #000000;
}
/* FELDER ---------------------------------------------------------- */

input{
	font-size:12px;
}

input[type=submit] {
	display:block;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	border:1px solid #000000;
	float:left;
}
input[type=submit]:hover {
	background-color:#FFFFFF;
	cursor:pointer;
}
input[type=text], input[type=password] {
	width:200px;
	border:1px solid #999999;
	padding:2px;
	margin-right: 4px;
}
input[disabled=disabled] {
	width:200px;
	border:1px solid #999999;
	padding:2px;
	margin-right: 4px;
	color:#000000;
}
select {
	border:1px solid #999999;
	padding-left:2px;
	width:200px;
	font-size:12px;
}
select option {
	padding:1px 1px 1px 5px;
	cursor:pointer;
}
input[type=text]:hover, input[type=password]:hover, input[type=text]:focus, input[type=password]:focus, textarea:focus, textarea:hover, select:hover {
	border:1px solid #000000;
}
input[disabled=disabled]:hover {
	border:1px solid #999999;
}
textarea {
	border:1px solid #999999;
	padding:2px;
}
textarea.small {
	width:200px;
	height:80px;
}
textarea.large {
	width:450px;
	height:250px;
}
textarea.xlarge {
	width:450px;
	height:600px;
}

a.button {
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	border:1px solid #000000;
	background-color:#f0f0f0;
	color:black;
	display:block;
	float:left;
	margin-left:20px;
	line-height:17px;
}
a.button:hover {
	background-color:#FFFFFF;
	cursor:pointer;
}

div.searchFormToolbar a {
	display:block;
	margin-top:5px;
	font-weight:bold;
	font-size:13px;
	color:#006699;
	text-decoration:underline;
	margin:15px 0 5px 26px;
}
div.searchFormToolbar a img {
	float:left;
	margin-left:5px;
	margin-right:5px;
}

div.popup_outerbox {
	/*border:1px solid red;
	background-color:white;*/
	overflow:visible;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	z-index:101;
}

/*div.popup_innerbox {
	position:relative;
	border:1px solid blue;
	top:30px;
}*/

div.popup_content {
	position:relative;
	border:7px solid #505354;
	border:7px solid #e3e3e3;
	border:7px solid #1f96be;
	border:2px solid black;
	border:1px solid #989898;
	border:1px solid #333333;
	margin:auto;
	margin-top:145px;
}

div.popup_title {
	position:relative;
	background-color:#006699;
	line-height:29px;
	padding-left:10px;
	padding-right:10px;
	border-bottom:1px solid #777777;
}
div.popup_title a {
	color:white;
	font-size:18px;
	font-weight:bold;
}

div.popup_footer {
	background-color:#006699;
	background-color:#cccccc;
	text-align:right;
	line-height:29px;
	border-top:1px solid #777777;
}

div.popup_footer a {
	margin-right:10px;
	color:#006699;
	color:#333333;
	padding:4px;
	text-align:right;
	font-weight:bold;
}

.popup_content_profile {
	height:230px;
	width:400px;
	background-color:white;
}

.popup_content_profile a.action {
	font-weight:bold;
	display:block;
	padding-left:5px;
	padding-right:5px;
	font-size:13px;
	line-height:14px;
}

table.popupdatatable tr td {
	padding:0;
	margin:0;
	line-height:23px;
}

table.popupdatatable tr td.datalabel {
	color:#777777;
}
