/*
	- Файл стилей для загрузчика изображений
*/

#upstgid_layer {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10101;
}
#upstgid_bg {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10103;
	background-color: #000000;
}
#upstgid_box {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10104;
}
#upstgid_visual {
	position: relative;
	width: 500px;
	height: 666px;
	z-index: 10105;
	background-color: #ffffff;
	border: 1px solid #555555;
}
.upstgcl_header {
	width: 500px;
	height: 40px;
	text-align: left;
	background-color: #f1f1f1;
}
.upstgcl_header_text {
	font-weight: bold;
	padding-top: 9px;
	padding-left: 20px;
}
.upstgcl_content {
	width: 460px;
	height: 586px;
	padding-left: 20px;
	padding-right: 20px;
}
.upstgcl_panel_box {
	width: 460px;
	height: 30px;
	padding-top: 25px;
}
.upstgcl_panel {
	float: left;
	width: 400px;
}
.upstgcl_form_box {
	position: relative;
	overflow: auto;
	width: 458px;
	height: 443px;
	border: 1px solid #555555;
}
.upstgcl_form_description {
	width: 460px;
	height: 61px;
	padding-top: 5px;
	font-size: 12px;
}
#upstgid_form {
	width: 410px;
	padding-left: 15px;
	padding-top: 10px;
}
.upstgids_upboxes {
	padding-bottom: 10px;
}
.upstgcls_ffield {
	padding: 0px;
	margin: 0px;
	width: 410px;
}
.upstgcls_fcaption {
	font-size: 12px;
}
.upstgcls_fbox {
	width: 394px;
	text-align: left;
}
.upstgcls_fclear {
	width: 16px;
	height: 16px;
}
a.upstgcls_fclear_yes {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(/sites/all/images/icon/tips-icons.png);
	background-repeat: no-repeat;
	background-position: -96px -16px;
}
a.upstgcls_fclear_yes:hover {
	background-position: -96px 0px;
}
.upstgcls_fclear_no {
	display: block;
	width: 16px;
	height: 16px;
}
.upstgcls_class_text input {
	width: 370px;
	border: 1px solid #bebebe;
	color: #555555;
	font-size: 14px;
	padding: 2px;
}
.upstgcls_class_file input {
	width: 370px;
	border: 1px solid #bebebe;
	color: #555555;
	font-size: 14px;
	padding: 2px;
}
.upstgcls_add_btn {
	display: none;
	width: 377px;
	text-align: right;
	padding-bottom: 15px;
	padding-top: 5px;
	padding-right: 33px;
}
.upstgcls_add_btn input {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.upstgcl_footer {
	width: 500px;
	height: 40px;
	text-align: left;
	background-color: #f1f1f1;
}
.upstgcl_foo_box {

}
.upstgcl_foo_left {
	float: left;
	padding-left: 20px;
	padding-top: 9px;
	font-weight: bold;
}
.upstgcl_foo_left_err {
	float: left;
	padding-left: 20px;
	padding-top: 9px;
	font-weight: bold;
	color: #cc0000;
}
.upstgcl_foo_right {
	float: right;
	padding-right: 20px;
	padding-top: 7px;
	font-size: 16px;
}

/* Оформление */
.upstgcl_link_no a {
	text-decoration: none;
}
.upstgcl_link_no a:hover {
	text-decoration: none;
}
.upstgcl_status_loader {
	padding-top: 4px;
	font-size: 12px;
}
.upstgcl_status_error {
	padding-top: 8px;
	padding-bottom: 4px;
	color: #cc0000;
	font-weight: bold;
}
.upstgcl_status_result {
	padding-left: 20px;
	width: 270px;
	font-weight: bold;
}