﻿/* ajax__tab_msngallery-theme theme */
.ajax__tab_msngallery-theme .ajax__tab_header
{
	background: url(../images/tab-line.png) repeat-x bottom;
	font-size: 12px;
	display: block;
	font-family: 'Trebuchet MS';
	text-decoration: none;
	font-weight: bold;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_outer
{
	background-position: bottom;
	border-bottom: solid 1px #F5F5F5;
	background-image: url(      '../images/tab_mb_off.png' );
	background-repeat: repeat-x;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab
{
	padding: 6px;
	color: #FF3300;
	width: 145px;
	display: block;
	text-align: center;
	height: 15px;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab img
{
    height:24px;
    width:24px;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab div
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	white-space: nowrap;
	line-height: 145%;
	font-size: 92%;
	
}
.ajax__tab_msngallery-theme .ajax__tab_active .ajax__tab_outer
{
	padding: 0px 0px 0px 0px;
	background-image: url(       '../images/tab_mb_on.png' );
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration: none;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	font-weight: bold;
}
.ajax__tab_msngallery-theme .ajax__tab_body
{
	font-family: 'Trebuchet MS';
	font-size: 12px;
	padding: 4px;
	background-color: #ffffff;
	text-decoration: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #f5f5f5;
	border-bottom-color: #f5f5f5;
	border-left-color: #f5f5f5;
}

