﻿/*
与用户管理相关的样式
Create by Jacky Lee on 2011-07-16
*/
.UserNavigation
{
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.UserNavigation ul
{
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.UserNavigation ul li
{
	margin: 0px;
	padding: 0px 0px 0px 18px;
	min-width: 50px;
	float: left;
	max-width: 120px;
}
.CommandNavigation
{
	height: 30px;
	background-color: #f3f3f3;
	font-size: 14px;
	cursor: pointer;
	padding-left: 30px;
	margin-left: 30px;
	_margin-left:5px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 2em;
	float: left;
	width: 90%;
	_width:95%;
	clear: both;
	background-image: url(images/sign.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
.CPLi
{
	margin-left: 30px; 
	_margin-left:5px;
	width: 92%; 
	_width:95%;
	height: 30px; margin-top: 5px; float: left;
}
.CPLi1
{
	margin-left: 30px; 
	_margin-left:5px;
	width: 92%; 
	_width:95%;
	margin-top: 5px; float: left;
	overflow:hidden;
}
.Hi
{
	background: url(Images/UserIcon.png) no-repeat left center;
	width: 120px;
	font-size: 9pt;
}
.MySetting
{
	background: url(Images/RightArrow.gif) no-repeat left center;
	width: 80px;
	font-size: 9pt;
}
.Message
{
	width: 80px;
	background: url(Images/Message.png) no-repeat left center;
	float: left;
	padding-left: 16px;
	font-size: 9pt;
}
.Money
{
	width: 70px;
	background: url(Images/Money.png) no-repeat left center;
	float: left;
	font-size: 9pt;
}
.Quit
{
	width: 40px;
	font-size: 9pt;
}
/*像册文件夹*/
.Gallery
{
	width: 151px;
	height: 200px;
	background-image: url(images/Gallery.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 10px;
}
.GalleryPic
{
	width: 135px;
	height: 135px;
	margin: 6px 0px 0px 6px;
	background-image: url(images/GalleryCover.jpg);
	cursor: pointer;
}
.GalleryInfo
{
	width: 151px;
	margin: 20px 0px 0px 0px;
	line-height: 1.5em;
}
/*像册图片样式*/
.PhotoFrame
{
	width: 90px;
	height: 120px;
	background-repeat: no-repeat;
	float: left;
	margin: 5px 10px 10px 5px;
	_margin: 4px 9px 9px 0px;
}
.Photo
{
	width: 80px;
	height: 80px;
	margin: 6px 5px 0px 6px;
	_margin: 5px 4px 0px 5px;
	cursor: pointer;
	padding: 1px;
	border: 1px solid #666;
}
.PhotoInfo
{
	width: 90px;
	margin: 10px 5px 10px 5px;
	line-height: 1.2em;
}
.PhotoOperate
{
	height: 20px;
	width: 90px;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}
/*图片缩略图*/
.PhotoIconFrame
{
	height: 60px;
	background-repeat: no-repeat;
	float: left;
	margin: 0px auto;
}
.PhotoIcon
{
	width: 50px;
	height: 50px;
	margin: 0px 4px 0px 4px;
	cursor: pointer;
	padding: 1px;
	border: 1px solid #666;
	float: left;
}
.PhotoIcon_Over
{
	width: 50px;
	height: 50px;
	margin: 0px 4px 0px 4px;
	cursor: pointer;
	padding: 1px;
	border: 1px solid Orange;
	float: left;
}
.JobTitle
{
	font-size:16px;
	color:Blue;
	text-decoration:underline;
}

/*分页样式*/
.PrePage2
{
	background-image: url(images/PrePage.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 38px;
	float: left;
	margin: 0px;
	padding: 0px;
	clear:left;
	margin-top:5px;cursor:pointer;
}
.NextPage2
{
	background-image: url(images/NextPage.gif);
	background-repeat: no-repeat;
	width: 14px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 38px;margin-top:5px;
	cursor:pointer;
}
