﻿
/* tabcontain的css样式 */
.sam__tab_xp .ajax__tab_body
{
	font-family:verdana,tahoma,helvetica;/*設定文字*/
	font-size:10pt;/*文字大小*/
	border:1px solid #D1DAE3;/*邊框*/
	padding:8px; /*文字與邊框間隔*/
	background-color:#ffffff;/*背景顏色*/

} 
 
.sam__tab_xp .ajax__tab_header
{
	/*background: url(  '../../images/tab/bottom_bg.jpg' ) repeat-x bottom;*/
	font-size: 12px;
}  
 
.sam__tab_xp .ajax__tab_outer 
{  
     padding-right: -5px; 
     background:url( '../../images/tab/tab-right.gif' ) no-repeat right; 
     height: 19px;
}  
 
.sam__tab_xp .ajax__tab_inner 
{ 
     padding-left: 3px;  
     background:url( '../../images/tab/tab-left.gif' ) no-repeat;  
     height: 19px;
}  
 
.sam__tab_xp .ajax__tab_tab 
{  
    background:url( '../images/tab/tab.gif' ) repeat-x; 
    padding-right: 6px; 
    padding-left: 6px; 
    padding-bottom: 2px; 
    margin: 0px; 
    padding-top: 2px;  
    height: 19px; 
    width:70px;
}  
 
.sam__tab_xp .ajax__tab_hover .ajax__tab_outer 
{  
    background:url( '../images/tab/tab-right.gif' ) no-repeat right;  
}  
 
.sam__tab_xp .ajax__tab_hover .ajax__tab_inner 
{  
    background:url( '../images/tab/tab-left.gif' ) no-repeat;  
}  
 
.sam__tab_xp .ajax__tab_hover .ajax__tab_tab 
{  
    background:url( '../images/tab/tab.gif' ) repeat-x;  
}  
 
.sam__tab_xp .ajax__tab_active .ajax__tab_outer 
{  
    background:url( '../images/tab/tab-active-right.gif' ) no-repeat right;
    padding-right:5px;
    height:22px;
}  
 
.sam__tab_xp .ajax__tab_active .ajax__tab_inner 
{  
    background:url( '../images/tab/tab-active-left.gif' ) no-repeat; 
    height:22px;
}  
 
.sam__tab_xp .ajax__tab_active .ajax__tab_tab
{
	background: url(  '../images/tab/tab-active.gif' ) repeat-x;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 2px;
	height: 22px;
	font-weight: bold;
}
.AjaxTabStrip2 .ajax__tab_tab
{
    font-size: 12px;
    padding-top: 4px;
    width: 105px;  /* Your proper width */
    height:20px;   /* Your proper height */
    background-color: #FFF8C6;
}
/* When mouse over */
.AjaxTabStrip2 .ajax__tab_hover .ajax__tab_tab
{
    font-weight:bold;
    text-decoration: underline;
}
/* Current selected tab */
.AjaxTabStrip2 .ajax__tab_active .ajax__tab_tab
{
    background-color: #FFFFFF;
    font-weight:bold;
}
/* TabPanel Content */
.AjaxTabStrip2 .ajax__tab_body
{
    border-top: 1px solid #999999;
    padding: 0px;
    background-color: #ffffff;
    margin-right: 0px; /* Your proper right-margin, make your header and the content have the same width */
    margin-top:0px;
}


/* tabcontain的css2样式 */
.sam2__tab_xp .ajax__tab_body
{
	font-family:verdana,tahoma,helvetica;/*設定文字*/
	font-size:10pt;/*文字大小*/
	border:1px solid #D1DAE3;/*邊框*/
	padding:8px; /*文字與邊框間隔*/
	background-color:#ffffff;/*背景顏色*/

} 
 
.sam2__tab_xp .ajax__tab_header
{
	/*background: url(  '../../images/tab/bottom_bg.jpg' ) repeat-x bottom;*/
	font-size: 12px;
}  
 
.sam2__tab_xp .ajax__tab_outer 
{  
     padding-right: -5px; 
     background:url( '../../images/tab/tab-right1.gif' ) no-repeat right; 
     height: 19px;
}  
 
.sam2__tab_xp .ajax__tab_inner 
{ 
     padding-left: 3px;  
     background:url( '../../images/tab/tab-left1.gif' ) no-repeat;  
     height: 19px;
}  
 
.sam2__tab_xp .ajax__tab_tab 
{  
    background:url( '../images/tab/tab1.gif' ) repeat-x; 
    padding-right: 6px; 
    padding-left: 6px; 
    padding-bottom: 2px; 
    margin: 0px; 
    padding-top: 2px;  
    height: 19px; 
    width:70px;
}  
 
.sam2__tab_xp .ajax__tab_hover .ajax__tab_outer 
{  
    background:url( '../images/tab/tab-right1.gif' ) no-repeat right;  
}  
 
.sam2__tab_xp .ajax__tab_hover .ajax__tab_inner 
{  
    background:url( '../images/tab/tab-left1.gif' ) no-repeat;  
}  
 
.sam2__tab_xp .ajax__tab_hover .ajax__tab_tab 
{  
    background:url( '../images/tab/tab1.gif' ) repeat-x;  
}  
 
.sam2__tab_xp .ajax__tab_active .ajax__tab_outer 
{  
    background:url( '../images/tab/tab-active-right1.gif' ) no-repeat right;
    padding-right:5px;
    height:24px;
}  
 
.sam2__tab_xp .ajax__tab_active .ajax__tab_inner 
{  
    background:url( '../images/tab/tab-active-left1.gif' ) no-repeat; 
    height:24px;
}  
 
.sam2__tab_xp .ajax__tab_active .ajax__tab_tab
{
	background: url(  '../images/tab/tab-active1.gif' ) repeat-x;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 2px;
	height: 22px;
	font-weight: bold;
}
