/**
* Переход между страницами
*/
TABLE.pages_list TD {
	cursor : hand;
	background: #DCF5DD url("../../img/site/button/page_cut.gif"/*tpa=http://www.uagb.com.ua/img/site/button/page_cut.gif*/) top right no-repeat;
	width : 30px;
	height : 30px;
	vertical-align : middle;
	text-align : center;
}
TABLE.pages_list TD.selected {
	font-weight : bold;
	background-color : silver;
	color : white;
}
TABLE.pages_list CAPTION {
	font-size : 10px;
}
.disabled {
	background: #D2E6FA; 
	filter: alpha(Opacity=30);
}