﻿/*******************************
* Title：信息管理首页样式
* Update：2009-2-14
********************************/

/*表头行样式*/
.idxTrTableHead
{
	height: 30px;
	background: #e6f5ff;
}

/*选项卡行样式*/
.idxTrTabButton
{
	height: 26px;
	vertical-align:bottom;
}

/*选项卡底部行样式*/
.idxTrTabBottom
{
	height: 6px;
	background: url(Image/InfoManage/tabBottom_bg.gif);
}

/*管理按钮行样式*/
.idxTrButton
{
	height: 28px;
	text-align: right;
}

/*内容区行样式*/
.idxTrContent
{
	height: auto;
	text-align: left;
}

/*分页导航行样式*/
.idxTrBottom
{
	height: 40px;
	text-align:right;
}
