/* Microsoft Office 2003 Toolbar Skin Stylesheet */

body
{
	/**/
}

.RadToolBar_enLabelCRM .rtbOuter
{
    border-style: none !important;
}

/* normal button */
.enlabelcrm_radbutton_normal 
{	
	height: 22px !important;
	width: 22px !important;
	padding: 1px;
}

.enlabelcrm_radbutton_hover
{
	background-color: #EDF1D5;
	border: solid 1px #000080;
	cursor: default;
	height: 22px !important;
	width: 22px !important;
}

.enlabelcrm_radbutton_disabled
{
	background-color: transparent;
	border: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=1,opacity=40,finishOpacity=100,startX=100,finishX=100,startY=100,finishY=100);/* IE */
	-moz-opacity: .40;/* Mozilla */
	cursor: no-drop;
	height: 24px !important;
	width: 24px !important;
}

.enlabelcrm_radbutton_mousedown
{
	background-image: url(Img/btnMouseDown.gif);
	background-repeat: repeat-x;
	background-color: #ffd38e;
	border: solid 1px #000080;
	cursor: default;
	height: 22px !important;
	width: 22px !important;
}
/* end normal button */

/* toggle button */
.enlabelcrm_radtbutton_normal 
{
	background-color: transparent;
	border: none;
	cursor: default;
	height: 22px !important;
	width: 22px !important;
	padding: 1px;
}

.enlabelcrm_radtbutton_hover
{
	background-color: #EDF1D5;	
	border: solid 1px #000080;
	cursor: default;
	height: 22px !important;
	width: 22px !important;
}

.enlabelcrm_radtbutton_toggled, .enlabelcrm_radtbutton_hover_toggled
{
	background-image: url(Img/btnMouseDown.gif);
	background-repeat: repeat-x;
	background-color: #ffd38e;
	border: solid 1px #000080;
	cursor: default;
	height: 22px !important;
	width: 22px !important;
}

.enlabelcrm_radtbutton_disabled
{
	background-color: transparent;
	border: none;
	cursor: default;
}

.enlabelcrm_radtbutton_mousedown
{
	background-image: url(Img/btnMouseDown.gif);
	background-repeat: repeat-x;
	background-color: #ffd38e;
	border: solid 1px #000080;
	cursor: default;
	height: 22px !important;
	width: 22px !important;
}
/* end toggle button */

/* horizontal toobar */
.RadToolBar_enLabelCRM_Horizontal,
.enlabelcrm_radtoolbar_horizontal
{
    background-image: -ms-linear-gradient(top, #DCDFE5, #BDC2CB);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#DCDFE5, EndColorStr=#BDC2CB);
	font-size: 11px;
	font-family: Tahoma;
	border-collapse: collapse;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DCDFE5), color-stop(1, #BDC2CB)) !important;
	background-image: -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#DCDFE5', endColorstr='#BDC2CB')"; /* for IE */
}
/* end horizontal toobar */

/* vertical toobar */
.RadToolBar_enLabelCRM_Vertical,
.enlabelcrm_radtoolbar_vertical
{
    background-image: -ms-linear-gradient(top, #DCDFE5, #BDC2CB);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#DCDFE5, EndColorStr=#BDC2CB);
	font-size: 11px;
	font-family: Tahoma;
	border-collapse: collapse;
	padding-left: 1px;
	padding-right: 1px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DCDFE5), color-stop(1, #BDC2CB)) !important;
	background-image: -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#DCDFE5', endColorstr='#BDC2CB')"; /* for IE */
}	
/* end vertical toobar */

/* horizonatal toolbar grips */
/* left */
.enlabelcrm_radtoolbar_left
{
	/*background-image: url(Img/toolbarLeft.gif);
	background-repeat: no-repeat;
	width: 6px;*/
	width: 0px;
}
/* right */
.enlabelcrm_radtoolbar_right
{
	/*background-image: url(Img/toolbarRight.gif);
	background-repeat: no-repeat;
	width: 8px;*/
	width: 0px;
}
/* end horizonatal toolbar grips */

/* vertical toolbar grips */
/* top */
.enlabelcrm_radtoolbar_top
{
	background-image: url(Img/toolbarLeftV.gif);
	background-repeat: no-repeat;
	height: 8px;
}
/* bottom */
.enlabelcrm_radtoolbar_bot
{
	background-image: url(Img/toolbarRightV.gif);
	background-repeat: no-repeat;
	height: 8px;
}
/* end vertical toolbar grips */
/* separators */
/* horizontal */
.RadToolBar_enLabelCRM_Horizontal .rtbSeparator,
.enlabelcrm_radseparator_h
{
	background-image: url(Img/separator_h.bmp) !important;
	background-color: transparent !important;
	background-repeat: repeat-y !important;
	width: 2px !important;
	height: 20px !important;
	margin-left:2px !important;
	margin-right:1px !important;
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	border-style: none !important;
}
/* vertical */
.RadToolBar_enLabelCRM_Vertical .rtbSeparator,
.enlabelcrm_radseparator_v
{
	background-image: url(Img/separator_v.gif) !important;
	background-repeat: repeat-x !important;
	height: 2px !important;
	font-size: 2px !important;
	width: 22px !important;
	margin-left: 1px !important;
	margin-right: 1px !important;
	border-style: none !important;
}
/* end separators */

/* margins fix */
.enlabelcrm_radbutton_normal IMG, .enlabelcrm_radbutton_normal SPAN, .enlabelcrm_radbutton_hover SPAN
{
	margin-top: 0px;
}
.enlabelcrm_radbutton_hover IMG, .enlabelcrm_radtbutton_hover IMG
{
	margin-top: 0px;
}
.enlabelcrm_radtbutton_mousedown IMG, .enlabelcrm_radtbutton_mousedown SPAN, .enlabelcrm_radtbutton_toggled IMG, .enlabelcrm_radtbutton_hover_toggled IMG
{
	margin-top: 0px;
	margin-left: 0px;
}

.enlabelcrm_radtbutton_normal IMG, .enlabelcrm_radtbutton_normal SPAN, .enlabelcrm_radtbutton_hover SPAN
{
	margin-top: 0px;
}
.enlabelcrm_radbutton_mousedown IMG, .enlabelcrm_radbutton_mousedown SPAN
{
	margin-top: 0px;
	margin-left: 0px;
}
.enlabelcrm_radbutton_disabled IMG
{
	margin-top: 1px;
}

/* buttons with text and images */
/* normal */

.RadToolBar_enLabelCRM .rtbText
{
    color: black !important;
}

.RadToolBar_enLabelCRM .rtbBtn .rtbItem .rtbIn,
.enlabelcrm_radbutton_text_normal, .enlabelcrm_radtbutton_text_normal
{
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;
	height: 22px !important;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/* hover */
.RadToolBar_enLabelCRM .rtbItemHovered,
.enlabelcrm_radbutton_text_hover, .enlabelcrm_radtbutton_text_hover
{
	/*font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;*/
	color: #000000;
	cursor: default;
	border: solid .01px #000080;
	background-color: #EDF1D5;
	/*height: 22px !important;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;*/
}
/* mousedown */
.RadToolBar_enLabelCRM .rtbItemClicked,
.enlabelcrm_radbutton_text_mousedown, .enlabelcrm_radtbutton_text_mousedown, .enlabelcrm_radtbutton_text_toggled, .enlabelcrm_radtbutton_text_hover_toggled
{
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;
	cursor: default;
	border: solid .01px #000080;
	background-image: url(Img/btnMouseDown.gif);
	background-repeat: repeat-x;
	background-color: #ffd091;
	/*height: 22px !important;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;*/
}
.enlabelcrm_radtbutton_text_disabled
{
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	cursor: default;
	height: 22px !important;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.enlabelcrm_radtbutton_text_disabled SPAN, .enlabelcrm_radtbutton_text_disabled IMG
{
	margin-left: 1px;
	margin-right: 1px;
}
/* button text */
.enlabelcrm_radbutton_text_normal SPAN, .enlabelcrm_radbutton_text_hover SPAN, .enlabelcrm_radbutton_text_mousedown SPAN, .enlabelcrm_radtbutton_text_normal SPAN, .enlabelcrm_radtbutton_text_hover SPAN, .enlabelcrm_radtbutton_text_mousedown SPAN, .enlabelcrm_radtbutton_text_toggled SPAN, .enlabelcrm_radtbutton_text_hover_toggled SPAN, .enlabelcrm_radtbutton_text_disabled SPAN
{
	display: inline-block;
	margin-top: 2px;
	float: left;
}
.enlabelcrm_radbutton_text_normal IMG, .enlabelcrm_radbutton_text_hover IMG, .enlabelcrm_radbutton_text_mousedown IMG, .enlabelcrm_radtbutton_text_normal IMG, .enlabelcrm_radtbutton_text_hover IMG, .enlabelcrm_radtbutton_text_mousedown IMG, .enlabelcrm_radtbutton_text_toggled IMG, .enlabelcrm_radtbutton_text_hover_toggled IMG, .enlabelcrm_radtbutton_text_disabled IMG
{
	margin-top: 2px;
	float: left;
}
.enlabelcrm_radtbutton_text_disabled, .enlabelcrm_radbutton_text_disabled
{
	filter: progid:DXImageTransform.Microsoft.Alpha(style=1,opacity=40,finishOpacity=100,startX=100,finishX=100,startY=100,finishY=100);/* IE */
}
.enlabelcrm_radtbutton_text_disabled
{
	margin-right: 3px;
	margin-left: -1px;
}
.enlabelcrm_radtbutton_text_disabled IMG
{
	margin-left: 2px;
}
.enlabelcrm_radtbutton_text_disabled SPAN
{
	margin-left: -1px;
}
/* button with text and image */

.enlabelcrm_radbutton_text_disabled, .enlabelcrm_radtbutton_text_disabled
{
	overflow: hidden;
	height: 20px !important;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.enlabelcrm_radbutton_text_disabled span, .enlabelcrm_radtbutton_text_disabled
{
	color: #808080;
	cursor: no-drop;
	font: normal 11px Tahoma, Verdana, Sans-Serif;
	color: #000;
}

.enlabelcrm_radbutton_text_disabled
{
	padding-top: 2px;
	_padding-top: 6px;
	overflow: hidden !important;
	height: 18px !important;
}