a:link 
{
	color: #222222; 
	text-decoration: none;
}
a:visited 
{
	color: #222222; 
	text-decoration: none;
}
a:active
{
	color: #222222; 
	text-decoration:none;
}
a:hover
{
	color: #ff5500;
	text-decoration:underline;
}
a.menu:link
{
	color: #FFFFFF; 
	text-decoration: none;
}
a.menu:visited
{
	color: #FFFFFF; 
	text-decoration: none;
}
a.menu:active
{
	color: #FFFFFF; 
	text-decoration:none;
}
a.menu:hover
{
	color: #FFFFFF;
	text-decoration:underline;
}
a.list
{
	font-size:14px;
}
body
{
	SCROLLBAR-FACE-COLOR: #f0f0f0;
	SCROLLBAR-SHADOW-COLOR: #c0c0c0; 
	SCROLLBAR-3DLIGHT-COLOR: #d2d2d2;
	SCROLLBAR-ARROW-COLOR: #909090; 
	SCROLLBAR-TRACK-COLOR: #f9f9f9;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	margin: 0px;
}
td 
{
	font-size:12px;
}
.td_title
{
	font-weight: bold;
	color: #ffffff;
	height: 27px;
	background-color: #7597E2;
}
.td_bottom
{
	border-right: #7597e2 1px solid;
	border-top: #7597e2 1px solid;
	border-left: #7597e2 1px solid;
	border-bottom: #7597e2 1px solid;
	height: 24px;
	background-color: #d6dff7;
}
.td_menu
{
	height:22px;
	/*custom:expression(onmouseover = function(){this.style.backgroundColor="#ffdb94";},onmouseout=function(){this.style.backgroundColor="#fdf9d5";});*/
}
.input
{
	BORDER: solid 1px #999999; 
	FONT-SIZE: 12px;
	height: 17px;
	line-height:17px;
}
#PageNumber
{
	BORDER: solid 1px #999999; 
	FONT-SIZE: 12px;
	height: 16px;
	line-height: 17px;
	text-align: center;
}
.imagetd
{
	padding:10px 5px 5px 5px;
}
.button
{
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 12px;
	border-bottom-width: 1px;
	background-color: #e6e6e6;
	border-right-width: 1px;
	width: 130px;
	height: 24px;
	color: #222222;
	custom:expression(onmouseover = function(){this.style.backgroundColor="#f3f3f3"},onmouseout=function(){this.style.backgroundColor="#e6e6e6";});
}
.divdatagrid
{
	border-right: #7597E2 1px solid;
	border-top: #7597E2 1px solid;
	border-left: #7597E2 1px solid;
	width: 100%;
	border-bottom: #7597E2 1px solid;
}
.menudiv
{
	background-color: #2B87CC;
	color:#FFFFFF;
	padding-left:15px;
	padding-top:7px;
	padding-right:15px;
	height:20px;
}
.test
{
	FILTER:dropshadow(color=#FFCCFF,offx=15,offy=10,positive=1);
}