/* $Id: style.css 95 2014-05-13 11:13:29Z wolf $ */
 
html, body {
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-size: 77.5%;
	/*margin: 0;
	padding: 0;*/
/*	height: 100%;*/
	background-color: #99A982;
/*	overflow: hidden;*/
}

#maincontainer {
	position: relative;
/*	min-height: 100%;*/
/*	padding: 1em; */
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-top: 14px;
    min-width: 480px;
    width: 90%;
	
}

#pagecontainer {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
/*	overflow: hidden !important;*/
	border: none;
/*	overflow: auto;*/
}



#tabs {
	margin: 10px;
	/*margin-top: 10px;
	margin-bottom: 10px;*/
}

.ui-datepicker-trigger{
	vertical-align: text-bottom;
}


/**
* Resultset
*/

#arcTableList {
	margin: 1em;
}

#arcTableList td:first-child {
	text-align: center;
}



/**
* Detailansicht
*/

#tblDetailsWrapper td.detailtext {
	width: 60%;
}

#tblDetails{
	width: 100%;
}

#tblDetails th {
	width: 70px;
	text-align: left;
}


#subootutrefresh, #subodatrefresh, #suboarcrefresh, #subofullrefresh {
	display: none;
}


.childtbl th:nth-child(1), .childtbl th:nth-child(2){
	width: 35px;
	text-align: center;
}

.childtbl th:nth-child(3) {
	width: 100px;
}

button.details {
	cursor: pointer;
}

td.center {
	text-align: center;
}

td.vtop {
	vertical-align: top;
}

.jtable {
	border: 1px solid #ddd;
	border-collapse: collapse;
	margin: 10px;
}

.jtable tr .ui-state-hover {
	font-weight: normal;
}

.divider {
	border-bottom: 1px solid green;
	padding-bottom: 1em;
	margin-top: 0em;
}

.togglebutton {
	vertical-align: top;
	cursor: pointer;
	text-align: center;
}

#btnPrintPdf {
	position: absolute;
	left: 5px;
	top: 1px;
	background: transparent url('/images/icon-pdf.png') no-repeat 7px top;
	padding: 0 10px 0 25px;
	cursor: pointer;
	text-shadow: 1px 1px 0px #ffffff;
	
}

.ui-icon {display:inline-block;}




/**
* admin/table_archiv
*/


#formWrapper {
	margin-bottom: 53px;
}

div#menuwrapper {
	margin: 0px;
	text-align: center;
}

#actionmenu, #filtermenu, #pager {
	position: fixed;
	bottom: 0px;
	height: 45px;
	padding: 4px;
	background-color: #ddd;
	border: 2px solid white;
	border-bottom: none;
}

#actionmenu input, #filtermenu input {
	font-size: 1em;
}

fieldset {
	margin-top: -4px;
/*	border: 1px solid #aaa;*/
}

legend {
	font-variant: small-caps;
	font-size: 12px;
}
legend span {
	color: #666;
/*	font-style: italic;*/
}

#actionmenu {
	margin-left: 2px;
}

#filtermenu {
	right: 0px;
	float: right;
	text-align: left;
}

#pager {
	width: 500px;
	left: 0;
	right: 0;
	margin: 0px auto;
/*	line-height: 45px;*/
/*	text-align: left;*/
	font-size: 1.2em;
/*	border: none;*/
}

#dialog, #errID, #errOrt, #note {
	display: none;
}

.floatright {
	float: right;
}





/**
* axZm
* 
*/
.thumbDemoBack {
	float: left; 
	width: 142px; 
	height: 139px; 
	margin-bottom: 5px; 
	margin-right: 7px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('axZm/icons/thumb_back.png');
	overflow: hidden;
}
.thumbDemo {
	width: 100px; 
	height: 100px; 
	margin-left: 21px;
	margin-top: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}
.thumbDemoImg {
	width: 100px;
	height: 100px;
}
.thumbDemoLink{

}


/**
* transfer/uploadhandler
*/
.thumbnail {
	margin-left: 3px;
}