﻿/*	CajButton
-------------------------------------------------------------------------------- */
.imageSubmit,
.imageSubmitDisabled {
	white-space: nowrap;
}
/* высота кнопки */
.imageSubmit input,
.imageSubmitDisabled input {
	float: none;
	height: 20px;
	overflow: visible;
	padding: 0;
	margin: 0px;
	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;
}
/*  BaseControl
--*/
.hintString
{
	padding: 3px;
	margin: 5px;
}
/*	CajFileControl
-------------------------------------------------------------------------------- */
.fakeFileInput {
	position: relative;
	height: 20px;
	border: none;
}
.fakeFileInput_file {
	position:relative;
	width: 300px;
	z-index: 2;
	text-align: right;
	opacity: 0;
	filter: alpha(opacity = 0);
	height: 20px;
}
.fakeFileInput_input {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
}
.fakeFileInput .imageSubmit {
	position: absolute;
	top: 0;	
	left: 230px;
}
/*	TreeControl
-------------------------------------------------------------------------------- */
.tree
{
	padding: 9px;
}
.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 2px;
	vertical-align: top;
}

.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;
}
