﻿/********* Dialog pro vyber obrazku *************/
.WeImageDialog 
{
	padding:5px;
	overflow:hidden;
}

.WeImageDialog .PthForm
{
	width:295px;
	display:inline-block;
	float:left;
}

.WeImageBox 
{
	background-color:lightgrey;
	border:solid 1px gray;
	width:320px;
	height:320px;
	display:inline-block;
	float:left;
	overflow:auto;
}

.WeImageBox table
{
	table-layout:fixed;
	width:320px;
	height:320px;
}

.WeImageBox td 
{
	vertical-align:middle;
	text-align:center;
}

.WePickBtn 
{
	display:inline-block;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url('pthimgs/ico-search.png');
	vertical-align:top;
	margin-left:1px;
	float:left;
}

.WeLinkBtn 
{
	display:inline-block;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url('pthimgs/ico-export.png');
	vertical-align:top;
	margin-left:1px;
	float:left;
}

/********* Vyber linku ******/

.WeLinkPicker 
{
	overflow:hidden;
}
.WeLinkPicker div
{
	padding:2px;
}

.WeLinkPicker div a 
{
	text-decoration:none;
}

.WeLinkPicker div a:hover 
{
	color:#FF8000;
}

/********************* Dialog s iframem ************/

.WeIframeDialog iframe 
{
	width:100%;
	height:100%;
	border:none;
}
