﻿
/*==========================================================================
Skin
==========================================================================*/
.MS_sbBlack
{
	margin: 1px 0;
	font: bold 8pt Arial;
	color: white;
	background-color: #3a559b;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,Direction=120,Strength=1,positive=true);
	background-image: url(../img/btn.gif);
	height: 22px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


.NO_SHOW
{
	display:none;
}


.MS_TBBlur
{
	padding: 2px;
	margin: 1px;
	width: 250px;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	background-repeat: repeat-x;
	background-color: transparent;
}
.MS_TBFocus
{
	padding: 2px;
	margin: 1px;
	border-right: #999900 1px solid;
	border-top: #999900 1px solid;
	border-left: #999900 1px solid;
	border-bottom: #999900 1px solid;
	background-repeat: repeat-x;
	background-color: transparent;
}
