/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/
.ui-widget-overlay {
  background: white;
  left:0;
  position:absolute;
  top: 75px;
/*  top: 0px;*/
}
/*dialog*/
.ui-dialog {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Helvetica,sans-serif;
	font-size: 12px;
	background: transparent;
	color: #FFFFFF;
	position: relative;
	border: 0px solid #727272;
}
#dialog{
  position: relative;
}
#dialog_nav{
  background-color: #fff;
  width: 70px;
  height: 11px;
  position: absolute;
  top: 0px;
  left: 650px;
}

#dialog_nav a{
  background-color: transparent;
  border: none;
  color: white;
/*  font-size: 11px;*/
  margin: 2px 0px;
  padding: 0px 0px 0px 12px;
 /* width: 23px;*/
  height: 13px;
  cursor: pointer;
}
#dialog_nav span.space{
  margin-left: 5px;
}
#dialog_nav a#bt_for {
  background: transparent url(../webimg/vpravo.gif) 0px 0px no-repeat;
}

#dialog_nav a#bt_rev {
  background: transparent url(../webimg/vlevo.gif) 0px 0px no-repeat;
  margin-top: 3px;
}

#dialog_nav a#bt_close {
  background: transparent url(../webimg/krizek.gif) 0px 0px no-repeat;
  /*margin-top: 18px;*/
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
	display: block; 
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n { 
	cursor: n-resize; 
	height: 7px; 
	width: 100%; 
	top: -5px; 
	left: 0px;  
}
.ui-resizable-s { 
	cursor: s-resize; 
	height: 7px; 
	width: 100%; 
	bottom: -5px; 
	left: 0px; 
}
.ui-resizable-e { 
	cursor: e-resize; 
	width: 7px; 
	right: -5px; 
	top: 0px; 
	height: 100%; 
}
.ui-resizable-w { 
	cursor: w-resize; 
	width: 7px; 
	left: -5px; 
	top: 0px; 
	height: 100%;
}
.ui-resizable-se { 
	cursor: se-resize; 
	width: 13px; 
	height: 13px; 
	right: 0px; 
	bottom: 0px; 
	background: url(images/222222_11x11_icon_resize_se.gif) no-repeat 0 0;
}
.ui-resizable-sw { 
	cursor: sw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	bottom: 0px;  
}
.ui-resizable-nw { 
	cursor: nw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	top: 0px; 
}
.ui-resizable-ne { 
	cursor: ne-resize; 
	width: 9px; 
	height: 9px; 
	right: 0px; 
	top: 0px; 
}
.ui-dialog-titlebar {
	/*resets*//*margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	color: #ebebeb;
	background: #1D2A39 url(images/1D2A39_40x100_textures_02_glass_50.png) 0 50% repeat-x;
	border-bottom: 1px solid #595959;
	font-size: 1em;
	font-weight: normal;
	position: relative;
  height: 11px;*/
  display: none;
}
.ui-dialog-title {}
.ui-dialog-titlebar-close {
  display: none;
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(images/ededed_11x11_icon_close.gif) 0 0 no-repeat;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url(images/ffffff_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url(images/222222_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; /*font-size: 100%;*/ list-style: none;
}
.ui-dialog-buttonpane {
/*	position: absolute;*/
	bottom: 0;
  margin-bottom: 10px;
	/*border-top: 1px solid #dddddd;*/
	text-align: right;
}

.ui-dialog-buttonpane button {
	/*margin: .5em 0 .5em 8px;
	color: black;
  font-weight: bold;
	background: #FF0000;
	font-size: 1em;
	border: 1px solid #595959;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;*/
  background-color:#222222;
  border:1px solid #222222;
  color:red;
  font-size:11px;
  margin-bottom:7px;
  margin-top:1px;
  margin: 0 auto;
}
/*.ui-dialog-buttonpane button:hover {
	color: black;
	background: red;
	/*border: 1px solid #dddddd;*/
/*}
.ui-dialog-buttonpane button:active {
	color: #222222;
	background: #ffffff url(images/ffffff_40x100_textures_01_flat_65.png) 0 50% repeat-x;
	border: 1px solid #dddddd;
} */
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

#dialog_content {
  text-align: right;
}

#dialog_content img.main_pict {
  position: relative;
  top: 16px;
  left: 0px;
}

#dialog_content .border {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 717px;
  height: 515px;
  filter: alpha(opacity=50);
}
.sel_pict{
  border-bottom: 3px solid white;
}
.non_sel_pict{
  border-bottom: 3px solid white;
  opacity:0.5;
  filter: alpha(opacity=50);
}
#pic_thumb{
  margin-top:22px;
}
#pic_thumb img{
  cursor: pointer;
}