﻿table.tab_common
{
	border-bottom: 0px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-right: 0px0;
	border-left: 1px solid #e1e1e1;
}

td.tab_common_chosen
{
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #E1E1E1;
	background-color: White;
	font-weight: bold;
	color: #FF6009;
	text-align: center;
	cursor: pointer;
}

td.tab_common_not_chosen
{
	background-image: url("/CSIIS_Client/Images/index_submenu_gray_bg.gif");
	background-repeat: repeat-x;
	border-bottom: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	text-align: center;
	cursor: pointer;
}

td.tab_common_content
{
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 0px;
	padding-bottom: auto;
}

td.tab_common_spr
{
	width:20px;
}


div.pager_common
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
div.pager_common ul
{
	list-style:none;
	margin-left:0px;
	padding: 0px;
	clear:left;
	line-height: 19px;
	margin:0px;
	text-align:left;
	height: 21px;
	margin-top: 4px;
	margin-left:auto;
	margin-right:auto;
}
div.pager_common li
{
	float:left;
	text-align: center;
	width:45px;
	color: Black;
	font-weight:normal;
}
div.pager_common li.current
{
	float:left;
	text-align:center;
	width:45px;
	font-weight:bold;
	color: Red;
}
div.pager_common li.total
{
	float:left;
	text-align: center;
	width:120px;
	color:Black;
	font-weight:normal;
}

