/* QUERY GENERATOR CSS FILE */
/* $Id: qg.css 40 2012-01-03 20:38:52Z piano $ */

/* Standard Layout Includen */
@import "http://www.stanet.ch/dsv/includes/stanet.css";

input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#buttons {
	margin-top: 15px;
}
#colorpannel {
	background-color: #fff;
	border: 1px solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #000;
	border-bottom-color: #000;
	position: absoute;
	z-index: 5;
	display: none;
	width: 230px;
}
#colorpannel h6 {
	margin: 0;
	padding: 3px;
	background-color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
#colorpannel a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	cursor:pointer;
}

table {
	width: 700px;
}
table table {
	border: none;
	width: 100%;
}
th {
	width: 100px;
	text-align: right;
	padding-right: 10px;
}
label {
	cursor:pointer;
}
input.readonly, input.outputurl {
	width: 500px;
	border: none;
}
select {
	width: 200px;
}
input.outputurl {
	font-weight: 900;
	color: #4c7fd9;
	text-decoration: none;
	cursor:pointer;
}
input.outputurl:hover {
	color: #fe9802;
	text-decoration: underline;
}
input.colorbox {
	width: 17px;
	height: 17px;
	border: 1px solid #000;
}
input.button {	width: 90px; }
select.tag {	width: 50px; text-align: right }
select.monat {	width: 80px; }
select.jahr {	width: 60px; }
input.zahl {	width: 30px; text-align: right; }

/**
 * STEP 2
 */
option.bold {
	font-weight: bold;
}
td.operator {
	font-size: 16px;
	font-weight: bold;
}
td.in_list {
	padding: 3px;
	width: 160px;
	overflow:hidden;
	color: #000;
}
input.submit_del {
	width: 18px;
	height: 18px;
	border: 1px solid #900;
	font-weight: bold;
	color: #900;
	background-color: #eee;
	padding-bottom: 5px;
}
table.zsf_step2 {
	width: 180px;
}
