table	{
	width:100%;
}
caption	{
	text-align:left;
	padding:6px;
}
td	{
	text-align:center;
}
.tLogo	{
	width:88px;
}
.logo	{
	width:88px;
	height:31px;
}
.tTitle	{
	width:90px;
}
.tAuthor	{
	width:90px;
}
.tFeed	{
	width:60px;
}
.tSort	{
	width:30px;
}
.tInfo	{
	width:auto;
}
.tHits	{
	width:30px;
}
.tTime	{
	width:80px;
}
#edit input,
#edit textarea	{
	width:90%;
}
#edit .button	{
	width:auto;
}
/*----------index.asp---------*/
#index	{
	height:100%;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	behavior:url("inc/csshover.htc");
}
#index *	{
	margin:0;
	padding:0;
}
#index a	{
	text-decoration: none;
	background-color:transparent;
	color: #000000;
}
#index input,
#index textarea	{
	color:#FF6600;
	margin: 1px;
	border:1px dashed #FF9955;
	background-color:transparent;
}
#index input:hover,
#index textarea:hover	{
	background-color:#ffc;
}
#divWhole	{
	width:100%;
	margin:24px auto;
}
#divBody	{
	width:100%;
	text-align:left;
	float:left;
}#divNavBar{
	width:100%;
	border:1px solid #FF3300;
	height:25px;
	background-color: #FFFFCC;
}
#divNavBar li{
	list-style:none;
	float:left;
	font-size: 14px;
	font-weight: bold;
}
#divNavBar a{
	float:left;
	margin:0;
	padding:6px 10px 4px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#divNavBar a:link,
#divNavBar a:visited {
	color: #000000;
}

#divNavBar a:hover,
#divNavBar a:active {
	color: #FFFFFF;
	background-color: #FF3300;
}
#divBottom{
	width:100%;
	margin:12px auto;
	text-align:center;
	float:left;
	height:70px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF3300;
}
#index table	{
	margin:12px 0 0 0;
	table-layout:fixed;
	word-break:break-all;
	width:100%;
	text-align:left;
}
#index table caption	{
	display:none;
}
#index tr:hover	{
	background-color:#FF9955;
}
#index td:hover	{
	background-color:#eaeaea;
}
#index table td	{
	margin:0;
	padding:3px;
	text-align:left;
	border:1px dashed #FF9955;
}
#index table #th td	{
	text-align:center;
	font-weight:bold;
	border:1px solid #FF9955;
}
#index table #trpage td	{
	text-align:center;
}
#index table #th:hover	{
	background-color:transparent;
}
#index table #th td:hover	{
	background-color:transparent;
}
#index td	{
	font-size: 12px;
	padding:1px;
	word-wrap: break-word;
}
#index #remind	{
	margin:12px;
	padding:6px;
}
#index #siteAdd	{
	margin:12px;
	padding:6px;
	width:70%;
}
#index #siteAdd .e1	{
	width:120px;
}
#siteAdd input,
#siteAdd textarea	{
	width:99%;
	border:0;
}