.popup_container {
	position: relative;
	left: 0;
	top: 0;
	clear: both;
}

.popup_input {
	float: left;
}

.popup_input:disabled {
	background-color: #D4D4D4;
}

.popup_btn {
	float: left;
	width: 16px !important;
	height: 16px !important;
	border: 0;
}

.popup_btn:hover {
	cursor: pointer;
}

.popup_search {
	background: transparent url("../img/search.gif") no-repeat center center;
}

.popup_clear {
	background: transparent url("../img/delete_15.gif") no-repeat center center;
}

.popup_wait {
	background: transparent url("../img/vtbusy.gif") no-repeat center center;
}

/**********************/

.popup_table_btn {
	float: left;
	height: 21px !important;
	padding-left: 20px;
	font: 11px ms-sans-serif, Verdana, Arial, Helvetica !important;
	border: 0;
	display: table;
}

.popup_table_btn div {
	display: table-cell;
	vertical-align: middle;
}

.popup_table_btn:hover {
	cursor: pointer;
	text-decoration: underline;
}

.popup_table_search {
	width: 130px;
	background: transparent url("../img/src.gif") no-repeat left center;
	margin-right: 20px;
}

.popup_table_clear {
	width: 180px;
	background: transparent url("../img/del.gif") no-repeat left center;
}

/**********************/

/* Popup Table */
.popup_table_main {
	border: 1px solid gray;
	margin-bottom: 5px;
	float: left;
	clear: both;
}

/* Header Tabella */
.popup_table_main thead tr {
	white-space: nowrap;
	background: transparent url("../img/bg_tab.gif") repeat-x center center;
	font-weight: normal;
}

.popup_table_main thead tr th {
	height: 16px;
	text-align: left;
	padding: 0 0 0 2px;
	border: 1px solid gray;
	color: #333333;
	font: 10px Verdana, sans-serif;
	vertical-align: middle;
	position: relative;
	top: 0;
	left: 0;
}

.popup_table_main thead tr th:first-child {
	text-align: center;
}

.popup_table_main thead tr th input[type='checkbox'] {
	position: absolute;
	left: 20px;
	margin: 0;
}

/* -------------- */

/* Contenuto Tabella */
.popup_table_main tbody tr {
	color: #032A56;
	font-weight: normal;
}

.popup_table_main tbody tr:nth-child(even) {
	background-color: #DAE3F1;
}

.popup_table_main tbody tr:nth-child(odd) {
	background-color: white;
}

.popup_table_main tbody tr td {
	height: 16px;
	padding: 2px 0 2px 2px;
	border-color: #C2CFE8;
	text-align: left;
	vertical-align: middle;
	font: 11px ms-sans-serif, Verdana, Arial, Helvetica !important;
}

.popup_table_main tbody tr td:first-child {
	text-align: center;
}

.popup_table_main tbody tr td input[type='checkbox'] {
	margin: 0;
}

.popup_table_main tbody tr:hover {
	background-color: #9DB1D9;
	color: #FFFFFF;
}

/* -------------- */

/* Stile Popup */

.winpopup_body {
	background-color: #E8E8E8;
	padding: 0 10px 0 10px;
}

.winpopup_title {
	font: 18px ms-sans-serif, Verdana, Arial, Helvetica;
	font-weight: bolder;
	color: #143C64;
	border-bottom: 1px solid #D3DCEE;
	padding-bottom: 10px;
}

.winpopup_info_msg {
	width: 90%;
	height: 16px;
	padding-left: 20px;
	background: transparent url("../img/activ.gif") no-repeat left center;
	font: 11px ms-sans-serif, Verdana, Arial, Helvetica;
	font-weight: bolder;
	color: #143C64;
	text-decoration: underline;
	margin-bottom: 6px;
}

.winpopup_src_row {
	height: 28px;
	border-bottom: 1px solid #D3DCEE;
	margin-bottom: 10px;
}

.winpopup_src_block {
	margin-right: 10px;
}

.winpopup_src_value {
	width: 220px;
}

.winpopup_src_field {
	width: 160px;
}

.winpopup_btns {
	width: 16px !important;
	height: 16px !important;
	border: 0;
	float: left;
}

.winpopup_src_btn {
	background: transparent url("../img/search.gif") no-repeat left center;
}

.winpopup_del_btn {
	background: transparent url("../img/delete_15.gif") no-repeat left center;
}

.winpopup_paginator_btns {
	width: 21px !important;
	height: 14px !important;
	padding: 0;
	border: 0;
}

.winpopup_prev_btn {
	background: transparent url("../img/previous.gif") no-repeat center center;
}

.winpopup_next_btn {
	background: transparent url("../img/next.gif") no-repeat center center;
}

.table_cell {
	white-space: nowrap;
	overflow: hidden;
}
