﻿
@import url(/styles/public.css);
@import url(/Styles/ie/WebTopBottom.css);
@import url(/Styles/ie/WebTopSecondNavigation.css);
@import url(/Styles/ie/LoginUserControl.css);

	#tbList
	{
		margin:10px 0px;
	}
	#tbList th
	{
		font-size:12px; font-weight:normal; background-color:#eee; border-color:#e0dfe3;
		padding:1px 1px 1px 10px;
		height:17px;
		line-height:18px;
		word-break:break-all;
		text-align:left;
	}
	#tbList td
	{
		font-size:12px; font-weight:normal;
		padding:1px 1px 1px 10px;
		height:26px;
		line-height:18px;
		word-break:break-all;
		text-align:left;
		font-family: "宋体";
	}
	#tbList .trGray
	{
		 background-color:#eee; border-color:#e0dfe3;
	}
	a{
		color:#414141;
	}
	#tbList a:link
	{
		text-decoration:underline;
	}
	#tbList a:visited,#tbList a:active
	{
		text-decoration:underline;
	}
	#tbList .aTitle:link
	{
		text-decoration:underline;
		color:#261cdc;
	}
	#tbList .aTitle:visited,#tbList .aTitle:active
	{
		text-decoration:underline;
		color:#800080;
	}
	#tbList span
	{
		color:red;
	}
