﻿

.tab_tb
{
	width:100%;	
	border-collapse: collapse;
}

.tab_tr_tab
{
	background-color:#fefefe;
}

.tab_td_split
{
	width:10px;
	display:none;
}

.tab_td_btnRow
{
	width:30%;	
	text-align:right;
	padding:0 13 0 0;
	border-bottom:solid 1px #e1e1e1;
}

.tab_td_btnRow image
{
	cursor:pointer;
	margin:5 0 0 8;
}

.tab_td_grid
{
	padding:13 13 0 13;	
	background-color:#ffffff;
	overflow:auto;
}

.tab_td_Tabs
{
    height:35px;
    border-bottom:solid 1px #e1e1e1;
}

.tab_div_Tabs
{
    position:relative;
    width:100%;
    height:35px;
    padding:0;
    bottom:-1;
}

.tab_div_Tabs ul
{
    margin:0;
    padding:0;
    position:absolute;
    bottom:0px;
    left:10;
    width:100%;
}

.tab_div_Tabs ul li
{
    display:inline;
    list-style:none;
    width:10px;
	padding:0;
	margin-left:1;
	
}

.tab_div_Tabs ul a
{
	width:115px;
    display: block;
    float: left;
    margin: 0;/*两tabs之间的距离*/
    padding: 7px 0 0 0;
    text-align: center;
    text-decoration: none;
    color: #c6cacd;
    border-bottom: none;

}

.tab_div_Tabs ul a.tab-on
{
	color: #434343;
	height:28px;
    background-image:url(Images/tab_on.gif);
}

.tab_div_Tabs ul a.tab-off
{	
	color:#cccccc;
	height:28px;
    background-image:url(Images/tab_off.gif);
}

.tab_div_Tabs ul a:hover
{
    color:Red;
}

.tab_div_Tabs ul a img
{
	border:0;
	margin-right:5px;
}

#ifmTabPage
{
	width:100%;
	height:92%;
	margin:0px;
}

.div_Tabs
{
    position:relative;
    width:100%;
    height:35px;
    padding:0 0 0 0;
    border-bottom:solid 1px #BECFD9;
}

.div_Tabs ul
{
    margin:0;
    padding:0;
    position:absolute;
    bottom:0px;
    width:100%;
}

.div_Tabs ul li
{
    display:inline;
    list-style:none;
    width:10px;
	padding:0;
	margin-right:1;
	
}

.div_Tabs ul a
{
	width:115px;
    display: block;
    float: left;
    padding: 7px 0 0 0;
    margin: 0px 0px 0 0;/*两tabs之间的距离*/
    text-align: center;
    text-decoration: none;
    color: #c6cacd;
    border-bottom: none;

}

.div_Tabs ul a.tab-on
{
	height:28px;
    background-image:url(Images/tab_on.gif);
    color:Navy;
}

.div_Tabs ul a.tab-off
{
	height:28px;
    background-image:url(Images/tab_off.gif);
    color:#cccccc;
}

.div_Tabs ul a.tab-on2
{
	width:120px;
	height:30px; 
    background-image:url(Images/tab_on2.gif);
    color:Navy;
    font-weight:bold;
}

.div_Tabs ul a.tab-off2
{
	width:120px;
	height:30px;
    background-image:url(Images/tab_off2.gif);
    color:#000;
}

.div_Tabs ul a.tab-on3
{
	width:90px;
	height:30px; 
    background-image:url(Images/tab_on2.gif);
    color:Navy;
}

.div_Tabs ul a.tab-off3
{
	width:90px;
	height:30px;
    background-image:url(Images/tab_off2.gif);
    color:#cccccc;
}

.div_Tabs ul a:hover
{
    color:Red;
}

.div_Tabs ul a img
{
	border:0;
	margin-right:5px;
}
           