﻿/* ajax__tab_msngallery-theme theme */
.ajax__tab_ie-theme .ajax__tab_header
{
	font-family: Tahoma;
	font-size: 13px;
}
.ajax__tab_ie-theme .ajax__tab_header .ajax__tab_outer
{
	border: solid 1px #ActiveBorder;
	padding: 1px 1px 0px 1px;
	border-bottom: solid 1px #000000;
	background-image: url(     'pic/blue26.gif' );
	background-repeat: repeat-x;
	height: 29px;
	background-color: #3333FF;
	filter: alpha(opacity=60);
	opacity: 0.7;
}
.ajax__tab_ie-theme .ajax__tab_header .ajax__tab_tab
{
	padding: 2px 10px 2px 10px;
	width: 158px;
	display: block;
	text-align: center;
	color: #FFFFFF;
}

.ajax__tab_ie-theme .ajax__tab_header .ajax__tab_tab img
{
    height:24px;
    width:24px;

}
.ajax__tab_ie-theme .ajax__tab_header .ajax__tab_tab div
{
	font-family: Verdana, Arial, Sans-Serif;
	white-space: nowrap;
	line-height: 145%;
	font-size: 92%;

}
.ajax__tab_ie-theme .ajax__tab_active .ajax__tab_outer
{
	border:solid 1px #ActiveBorder;
    padding:1px 1px 0px 1px;
    border-bottom:solid 1px #000000;
	background-image: url('pic/blue26.gif' );
	background-repeat: repeat-x;
	 height:29px;
	background-color: Blue;
	filter: alpha(opacity=200);
	opacity: 2.7;
	
}


.ajax__tab_ie-theme .ajax__tab_active .ajax__tab_tab
{
	padding: 2px 10px 2px 10px;
	width: 157px;
	display: block;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
}

.ajax__tab_ie-theme .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 12px;
	padding: 8px;
	background-color: #ffffff;
	background-image: url('pic/body.gif' );
	background-repeat: repeat-x;

	border: ridge 2px ActiveBorder;
	border-top-width: 0;
}


