﻿
/* 筛选面板 */
#emailFilterPanel
{
	border: 0px;
	margin-bottom: 5px;
}
/* 列表显示区 */
#emailListPanel table
{
	border: 0px;
}
#emailListPanel th,#emailListPanel td {
	font-size: 13px;
	line-height: 25px;
	background-color: #FFFFFF;
	text-align: center;
	border: 0px outset #FFFFFF;
}
#emailListPanel td a{
	color: #333333;
	text-decoration: none;
}
#emailListPanel table th
{
	background-color: #FFFFCC;
}
#emailListPanel .left
{
	text-align:left;
}
#emailListPanel .left div
{
	
	text-indent: 20px;
	
	width: 300px;
	overflow: hidden;
	line-height: 20px;
	height: 20px;
	
}
/* 页面导航按钮 */
#goPagerPanel
{
	border: 0px;
	margin-top: 5px;
}
#goPagerPanel table tr td
{
	text-align: center;
}
#goPagePanel span
{
	cursor:hand;
}
#goPagePanel #pageNumber
{
	font-size: 13px;
	height: 12px;
	width: 40px;
	line-height: 12px;
}
.disable
{
	color: #999999;
}
.enable
{
	color: #000000;
	font-weight: bold;
}
.over td
{
	background-color: #FFFF99 !important;
}
.out td
{
	background-color: #FFFFFF !important;
}
/* 预载窗口 */
#loading {
	width: 300px;
	cursor: auto;
	position: absolute;
	z-index: 2;
	padding: 10px;
	filter:shadow(color=#eeeeee,direction=135);
}
#loading table
{
	border: 1px solid #FFCC66;
	height: 100px;
	background-color: #FFFFFF;
}
#loading th
{
	background-color: #FFFFCC;
	line-height: 20px;
	text-align: left;
	text-indent: 10px;
	font-weight: normal;
	height: 20px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFCC66;
}
#loading td
{
	height: 80px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
}

