

/* ImageTextButtonNew.css */
/* $Id: ImageTextButtonNew.css 13411 2010-03-27 23:29:40Z vmi $ */

/* 
Description:
This is a base style sheet for the ImageTextButtonList control.
Only the following root classes are allowed for style rules:
ImageTextButtonList - div element holding the button a elements;
ImageTextButtonBar - the same div element which should be styled as a toolbar
 */

.ImageTextButtonList
{
	white-space: nowrap;
}

.ImageTextButtonBar
{
	border: solid 1px #adadad;
	background: #fff url(/css/../Skins/WF/ToolBar/ToolbarBgH.gif) repeat-x 0 100%;
	height: 26px;
	_height: 28px;
}

.ImageTextButtonList a
{
	display: -moz-inline-box;
	display: inline-block;
	height: 17px;
	_height: 22px;
	margin: 0 3px 0 0;
	padding: 3px 3px 0px 3px !important;
	overflow-y: hidden;
	white-space: nowrap;
	color: #4D4D4D !important;
	font-weight: bold;
	text-decoration: none !important;
	border: solid 1px transparent !important;
}

.ImageTextButtonBar a
{
	margin: 2px 4px 0 2px;
}

.ImageTextButtonBordered a{
	border: 1px solid #adadad !important;
}

.ImageTextButtonList a:hover
{
	border: solid 1px #a5a751 !important;
	background: #fff url(/css/../Skins/WF/ToolBar/btnHoverBg.gif) repeat-x 0 100%;
	cursor: pointer;
}

.ImageTextButtonList a:active{
	/* outline: dotted; */
}

.ImageTextButtonList a.disabled,
.ImageTextButtonList a.disabled:hover
{
	border: solid 1px transparent !important;	
	background: url(/css/../Skins/WF/ToolBar/blank.gif) repeat-x 0 100% !important;	
	cursor: default;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);	
}

.ImageTextButtonList a img
{
	height: 16px;
	width: 16px;
	margin: -1px 5px -1px 0;
	_margin-top: 0;
	position:relative;
	top:-1px;

	vertical-align: middle;
	border: 0;
	background-repeat:no-repeat;
}

div.labelOuter
{
	float:right; 
	text-align: right; 
	position:relative; 
}

div.labelInner
{
	position:absolute;
	right: 5px;
}
