﻿
     .MyTabStyle .ajax__tab_header
{
	margin: 0px 0px 5px 0px;
	padding: 5px;
	display: block;
	height: 46px; /*border: solid 1px #d7d7d7;*/ /*color: #00FFFF;*/
}


 .MyTabStyle .ajax__tab .ajax__tab_tab {
        height:46px; /* here */
        margin:0;
        padding:10px 4px;
}


/* Then increase the body's top attribute in order to expose the rest of the tab header */
 .MyTabStyle .ajax__tab .ajax__tab_body
{
	position: absolute;
	/*top: 70px;  here */
}


        .MyTabStyle .ajax__tab_header .ajax__tab_outer
			{
			
				padding: 3px;
				margin: 3px;
			
			}
        .MyTabStyle .ajax__tab_header .ajax__tab_inner
			{
			/*	border-color: #666;
				color: #666;
				padding: 3px 10px 2px 0px;*/
			}
        .MyTabStyle .ajax__tab_hover .ajax__tab_outer
			{
			/*	background-color: #bfcbd6;
				border-color:#336699;
				cursor: pointer;*/
			}
        .MyTabStyle .ajax__tab_hover .ajax__tab_inner
			{
			/*	color: #336699;*/
			}
        .MyTabStyle .ajax__tab_active .ajax__tab_outer
			{
				color: #FFFFFF;
				/*background-color: #336699;
				border: 1px solid #000066;*/
			}
        .MyTabStyle .ajax__tab_active .ajax__tab_inner
			{
			/*	color: #FFFFFF;
				border-color: #333; */
			}
		.MyTabStyle .ajax__tab_body
{
    padding: 5px;
    background-color: #fff;
    border-top-width: 0;
    border: thin solid #C0C0C0;
    webkit-border-radius: 4px;
    moz-border-radius: 4px;
    border-radius: 4px;
   
}
    

