

/* ui-autocomplete */
/*
.ui-autocomplete-input {
    border: 1px solid #CBCBCB;
    color: #000000;
    background: #E7E7E7;
}
*/
.ui-autocomplete-results {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 9999;
}
.ui-autocomplete-results ul, .ui-autocomplete-results li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ui-autocomplete-results ul {
	border: 1px solid #CBCBCB;
	background: #E7E7E7 url(images/E7E7E7_40x100_textures_01_flat_0.png) 0 0 repeat-x;
	border-top: 0;
	border-bottom: 0;
	margin-bottom: -1px;
}
.ui-autocomplete-results li {
	color: #000000;
	padding: .4em .5em;
	font-size: 1em;
	font-weight: normal;
	position: relative;
	margin: 1px 0;
}
.ui-autocomplete-results li.ui-hover-state, .ui-autocomplete-results li.ui-active-state {
	margin: 0;
}

.ui-autocomplete-results li.ui-autocomplete-over {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #CCCCCC url(images/CCCCCC_40x100_textures_01_flat_60.png) 0 50% repeat-x;
	color: #333333 !important;
}
.ui-autocomplete-results li.ui-autocomplete-active {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #FCBB52 url(images/FCBB52_500x100_textures_12_gloss_wave_100.png) 0 50% repeat-x;
	color: #3b392b !important;
	outline: none;
}
.ui-autocomplete-results li:first-child, .ui-autocomplete-results li.first  {
	margin-top: 0;
}
.ui-autocomplete-results li:last-child, .ui-autocomplete-results li.last {
	margin-bottom: 0;
}






/*UI Colorpicker */
.ui-colorpicker {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #E7E7E7 url(images/E7E7E7_40x100_textures_01_flat_0.png) 0 0 repeat-x;
	border: 4px solid #CBCBCB;
	padding: 5px;
	width: 360px;
	position: relative;
}
.ui-colorpicker-color {
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 15px;
}
.ui-colorpicker-color div { /* is this extra div needed? why not just .ui-colorpicker-color ? */
									 border: 1px solid #CBCBCB;
									 height: 150px;
									 background: url(images/_x_.);
									 position: relative;
}
.ui-colorpicker-color div div {/* shouldn't this have a class like ui-colorpicker-selector ? */
										 width: 11px;
										 height: 11px;
										 background: url(images/_x_.);
										 position: absolute;
										 border: 0;
										 margin: -5px 0 0 -5px;
										 float: none;
}
.ui-colorpicker-hue {
	border: 1px solid #CBCBCB;
	float: left;
	width: 17px;
	height: 150px;
	background: url(images/_x_.);
	position: relative;
	margin-right: 15px;
}
.ui-colorpicker-hue div {
	background:transparent url(images/222222_35x9_colorpicker_indicator.gif.gif);
	height:9px;
	left:-9px;
	margin:-4px 0 0;
	position:absolute;
	width:35px;
	cursor: ns-resize;
}
.ui-colorpicker-new-color, .ui-colorpicker-current-color {
	float: left;
	width: 6.5em;
	height: 30px;
	border: 1px solid #CBCBCB;
	margin-right: 5px;
}
.ui-colorpicker-current-color {
	margin-right: 0;
}

.ui-colorpicker-field, .ui-colorpicker-hex {
	position: absolute;
	width: 6em;
}
.ui-colorpicker-field label, .ui-colorpicker-field input,
.ui-colorpicker-hex label, .ui-colorpicker-hex input {
	font-size: 1em;
	color: #000000;
}
.ui-colorpicker-field label, .ui-colorpicker-hex label {
	width: 1em;
	margin-right: .3em;
}
.ui-colorpicker-field input, .ui-colorpicker-hex input {
	border: 1px solid #CBCBCB;
	color: #000000;
	background: #E7E7E7;
	width: 4.6em;
}
.ui-colorpicker-hex {
	left: 205px;
	top: 134px;
}
.ui-colorpicker-rgb-r {
	top: 52px;
	left: 205px;
}
.ui-colorpicker-rgb-g {
	top: 78px;
	left: 205px;
}
.ui-colorpicker-rgb-b {
	top: 105px;
	left: 205px;
}
.ui-colorpicker-hsb-h {
	top: 52px;
	left: 290px;
}
.ui-colorpicker-hsb-s {
	top: 78px;
	left: 290px;
}
.ui-colorpicker-hsb-b {
	top: 105px;
	left: 290px;
}

.ui-colorpicker-field label {
	font-weight: normal;
}
.ui-colorpicker-field span {
	width: 7px;
	background: url(images/808080_11x11_icon_arrows_updown.gif) 50% 50% no-repeat;
	right: 5px;
	top: 0;
	height: 20px;
	position: absolute;
}
.ui-colorpicker-field span:hover {
	background: url(images/9b0303_11x11_icon_arrows_updown.gif) 50% 50% no-repeat;
}

.ui-colorpicker-submit {
	right: 14px;
	top: 134px;
	position: absolute;
}




/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
									 .ui-tabs-hide {
										 display: none;
									 }
}

/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav {
		display: none;
	}
}

/* Skin */
.ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
							display: block;
							clear: both;
							content: " ";
}
.ui-tabs-nav li {
	float: left;
	margin: 0 0 -1px 1px;
	min-width: 84px; /* be nice to Opera */
	list-style: none;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
	display: block;
	padding: 0 10px;
	background: url(../../img/v3/tables/tab_up.png) no-repeat;
}
.ui-tabs-nav a {
	position: relative;
	/*top: 1px;*/
	z-index: 2;
	padding-left: 0;
	color: #27537a;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
}
.ui-tabs-nav .ui-tabs-selected a {
	color: #000;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
	background-position: 100% -175px;
	outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
	background-position: 100% -125px;
}
.ui-tabs-nav a span {
	width: 64px; /* IE 6 treats width as min-width */
	min-width: 64px;
	height: 18px; /* IE 6 treats height as min-height */
	min-height: 18px;
	padding-top: 6px;
	padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
	padding-top: 7px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
	background-position: 0 -75px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
	background-position: 0 -25px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
																																																						 cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
																						  cursor: pointer;
}
.ui-tabs-nav .ui-tabs-disabled {
	opacity: 0.4;
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
}
.ui-tabs-container {
	border-top: 1px solid #97a5b0;
	padding: 1em 8px;
	background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
	padding: 0 0 0 20px;
	background: url(loading.gif) no-repeat 0 50%;
}
.ui-tabs-panel {
	/*margin-top:-3px;*/
}

/*******************************************/

.jquery-safari-checkbox {display: inline; font-size: 24px; line-height: 24px; cursor: pointer; cursor: pointer;}
.jquery-safari-checkbox .mark {display: inline;}

.jquery-safari-checkbox img {vertical-align: middle; width: 24px; height: 24px;}
.jquery-safari-checkbox img{background: transparent url(http://static.pazintys.lt/img/checkbox.png) no-repeat;}

.jquery-safari-checkbox img{
	background-position: 0px 0px;
}
.jquery-safari-checkbox-hover img{
	background-position: -24px 0px;
}
.jquery-safari-checkbox-checked img{
	background-position: 0px -24px;
}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-hover img {
	background-position: -24px -24px;
}

.jquery-safari-checkbox-disabled img{
	background-position: 0px -48px;
}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-disabled img{
	background-position: 0px -72px;
}

.move {
	cursor: move;
}

/*******************************************/