@charset "windows-1251";
img 
{
	border: 1px solid #efefde; 
	margin: 1;
	cursor: hand;
}
img.spacer 
{
	cursor: default;
}

table
{
	background-color: buttonshadow;
	border-top:solid 1px buttonhighlight;
	border-left:solid 1px buttonhighlight;
	border-right:solid 1px buttonshadow;
	border-bottom:solid 1px buttonshadow;
	font-size: 8pt;
	font-family: MS Sans Serif;
	cursor: default;
	width: 620px;
}
table.header
{
	width: 620 px;
	cursor: default;
	color: white; 
	font-weight:bold; 
	font-size: 8pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=blue,endColorStr=skyblue); 
	background-color: blue; 
}

