﻿body 
{
	direction:rtl;
}

.PM_Stop
{
	background-image:url('../PublicIMG/IconStop.png');
	background-repeat:no-repeat;
	background-position:right center;
	color:Red;
	padding-right:14px;
}

.PM_Info
{
	background-image:url('../PublicIMG/IconInfo.png');
	background-repeat:no-repeat;
	background-position:right center;
	color:Blue;
	padding-right:14px;
}

.PM_Warring
{
	background-image:url('../PublicIMG/IconWarring.png');
	background-repeat:no-repeat;
	background-position:right center;
	color:#FF6600;
	padding-right:14px;
}

.PM_OK
{
	background-image:url('../PublicIMG/IconOk.png');
	background-repeat:no-repeat;
	background-position:right center;
	color:Green;
	padding-right:14px;
}

.PMBox_Stop
{
	border: 2px dashed #660000;
	background-color:#ffcccc;
	padding:5px;
	margin:2px;
	width:80%;
}

.PMBox_Info
{
	border: 2px dashed #006600;
	background-color:#ccffcc;
	padding:5px;
	margin:2px;
	width:80%;
}

.PMBox_Question
{
	border: 2px dashed #000066;
	background-color:#ccccff;
	padding:5px;
	margin:2px;
	width:80%;
}

.PMBox_Warrning
{
	border: 2px dashed #666600;
	background-color:#ffffcc;
	padding:5px;
	margin:2px;
	width:80%;
}

.AspBtn
{
	font-family:Tahoma;
	font-size:8pt;
	padding: 3px 8px 5px 8px;
}
.AspText
{
	font-family:Tahoma;
	font-size:8pt;
}






.UPhoto_Item_Box
{
	
	padding:14px;
	margin:5px;
	border :1px solid #444444;
	background-color:#FFFFFF;
	display:inline-block;
}

H2.UPhoto_Item_Caption
{
	width:210px;
	height:30px;
	overflow:hidden;
	font-size:8pt;
	font-weight:normal;
}

.UPhoto_Item_Image_Box
{
	width:210px;
	height:210px;
	display:table-cell;
	vertical-align:middle;

	
}

.UPhoto_Item_Image_Hor
{
	width:200px;
	border:none;
}

.UPhoto_Item_Image_Ver
{
	height:200px;
	border:none;
}

.UPhoto_Like
{
	border:none;
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
}

.UPhoto_Like_Number
{
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	padding-left:3px;
	padding-top:3px;	
}

.UPhoto_Like_PM
{
	height:10pt;
	color:#CC0000;
	text-align:center;
}


.Paging_Box
{
	direction:ltr;
	text-align:center;
}

.Paging_Item
{
	background-color: #eeeeee;
	padding: 10px;
	margin:2px;
	border-radius:6px;
	display: inline-block;
	border: 1px solid #454545;
	text-decoration:none;
	color:#431685;
}

.Paging_Item_On
{
	background-color: #DDDDDD
}


.Loading_BG
{
	position:fixed;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	background-image: url('../../PublicIMG/BG.png');
	padding-top:200px;
	display:none;
}

.Loading_Box
{
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	border-radius:4px;
	padding:30px;
	text-align:center;
	width:400px;
}