﻿/*	CajButton
-------------------------------------------------------------------------------- */
.imageSubmit,
.imageSubmitDisabled {
	white-space: nowrap;
}
/* высота кнопки */
.imageSubmit input,
.imageSubmitDisabled input {
	float: none;
	height: 20px;
	overflow: visible;
	padding: 0;
	margin: 0;
	border: none;
}
/* ширина дверей */
.imageSubmitLeft,
.imageSubmitRight {
	width: 8px;
}
/* картинки enabled-кнопки */
.imageSubmitLeft {
	background: url(../img/b_left.gif) no-repeat;
}
.imageSubmitRight {
	background: url(../img/b_right.gif) no-repeat;
}
.imageSubmitContent {
	background: url(../img/b.gif) repeat-x;
}
/* картинки disabled-кнопки */
.imageSubmitDisabled .imageSubmitLeft {
	background: url(../img/b_left_disabled.gif) no-repeat;
}
.imageSubmitDisabled .imageSubmitRight {
	background: url(../img/b_right_disabled.gif) no-repeat;
}
.imageSubmitDisabled .imageSubmitContent {
	background: url(../img/b_disabled.gif) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
.imageTitledSubmit {
	padding-left: 20px;
	overflow: visible;
	border: none;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFF;
}

/* LinkObjectControl
-------------------------------------------------------------------------------- */
.linkObjectControlContainer
{
	white-space: nowrap;
}
.linkObjectControlContainer img
{
	cursor: pointer;
	/* чтобы контрол не занимал по высоте больше, т.к. картинки везде одинаковые, сделано здесь */
	vertical-align: bottom;
}

/* DateTimeControl
-------------------------------------------------------------------------------- */
.dateTimeControl
{
	width: 65px;
}

/* ClientMultiSelectControl
-------------------------------------------------------------------------------- */
.clientMultiSelectControl img
{
	cursor: pointer;
}

/* FileControl
-------------------------------------------------------------------------------- */
div.fakeFileInput {
	position: relative;
	height: 20px;
	border: none;
}
div.fakeFileInput input.fakeFileInput_file {
	position:relative;
	width: 300px;
	z-index: 2;
	text-align: right;
	opacity: 0;
	filter: alpha(opacity = 0);
	height: 20px;
}
div.fakeFileInput input.fakeFileInput_input {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
}
div.fakeFileInput .imageSubmit {
	position: absolute;
	top: 0;	
	left: 230px;
}

/* ImageCropper
-------------------------------------------------------------------------------- */
#imageHolder {
	position: relative;
	background-repeat: no-repeat;
}
#icCroppingArea {
}
#icDragbar {
	background: url(../img/ic_dragbar.gif) 0 0 no-repeat;
	cursor: move;
}

/*	TreeControl
-------------------------------------------------------------------------------- */
.tree {
	padding: 9px;
}
.tree input[type='checkbox'] {
	height: 14px;
	width: 14px;
	vertical-align: bottom;
}
.tree ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.tree li img {
	vertical-align: text-bottom;
}
.tree li a, .tree li span {
	padding: 0 2px;
	vertical-align: top;
}
*html .treeEditorTree,
*html #popupPage {
	height: 1%;
}
.control
{
	padding: 0 0 0 3px;
}
/*	ColorPicker
-------------------------------------------------------------------------------- */
.colorPicker 
{
	white-space: nowrap;
}
.colorPicker img 
{
	height: 20px;
	width: 20px;
	
	margin: 1px;
	vertical-align: bottom;
}
/* list .............................. */
.colorPicker ul
{
	display: none;
	position: absolute;
	width: auto;
	
	margin: 0;
	padding: 0;
	
	border: 1px solid #AAA;
	background-color: #EEE;
	
	list-style-type: none;
}
.colorPicker ul li
{
	margin: 0 0 1px;
	padding: 0;
	
	cursor: pointer;
}
.colorPicker ul li div
{
	padding: 0 5px;
	margin-left: 20px;
	line-height: 20px;
	
	border-left: 1px solid #EEE;
	
	color: #000;
	background-color: #FFF;
}
/* table .............................. */
.colorPicker table
{
	display: none;
	position: absolute;
	width: auto;
	
	border: 1px solid #AAA;
	background-color: #CCC;
}
.colorPicker table td
{
	width: 20px;
	height: 20px;
	
	border: 1px solid #FFF;
	cursor: pointer;
}
.colorPicker table td.blankColorCell
{
	border: 1px solid #CCC;
	cursor: default;
}
.radioControl {
	white-space: nowrap;
}

/* CAPTCHA 
-------------------------------------------------------------------------------- */
.captchaContainer div
{
	position: relative;
	height: 60px;
	padding-bottom: 5px;
}
.captchaContainer span
{
	position: absolute;
	top: 20px;
	left: 205px;
}

/* Error */
.errorclass {
	border: 2px solid #A90F02;
	padding: 2px;
}
.errorCheckboxClass {
	border: 2px solid #A90F02;
	padding: 0 2px 2px;
	position: relative;
	vertical-align: bottom;
}
.errorCheckboxClass input
{
	padding: 0;
	vertical-align: bottom;
}

.errorCheckboxClass label.forCheckbox
{
	margin: 0;
	line-height: 13px;
	vertical-align: bottom;
}

/*	Misc
-------------------------------------------------------------------------------- */
.formControlsTable td {
	padding: 0 5px 5px 0;
	vertical-align: middle;
}
.selectOptionHighlighted {
	background-color: #EEF4F9;
}
	