/*!
* © JSC "PROGNOZ", 2014.
*/

.PPMenuItem.PPDefault
{
	font-weight: bold;
}

.Navigator
{
	outline-width:0;
	border-width: 0;
}


.NavigatorRibbon .PPButton.Main
{
	border-color: #B0B0B0;
	background: #BFBFBF; /* Old browsers */
	background: -moz-linear-gradient(top,  #BFBFBF 0%, #979797 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BFBFBF), color-stop(100%,#979797)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #BFBFBF 0%,#979797 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #BFBFBF 0%,#979797 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #BFBFBF 0%,#979797 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #BFBFBF 0%,#979797 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFBFBF', endColorstr='#979797',GradientType=0 ); /* IE6-9 */
}

.NavigatorRibbon .PPButton.Main.Hovered
{
	border-color: #BEBEBE;
	background: #CACACA; /* Old browsers */
	background: -moz-linear-gradient(top,  #CACACA 0%, #ABABAB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CACACA), color-stop(100%,#ABABAB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #CACACA 0%,#ABABAB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #CACACA 0%,#ABABAB 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #CACACA 0%,#ABABAB 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #CACACA 0%,#ABABAB 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CACACA', endColorstr='#ABABAB',GradientType=0 ); /* IE6-9 */
}

.NavigatorRibbon .PPButton.Main.Pressed
{
	border-color: #A8A8A8;
	background: #B6B6B6; /* Old browsers */
	background: -moz-linear-gradient(top,  #B6B6B6 0%, #919191 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B6B6B6), color-stop(100%,#919191)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #B6B6B6 0%,#919191 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #B6B6B6 0%,#919191 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #B6B6B6 0%,#919191 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #B6B6B6 0%,#919191 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B6B6B6', endColorstr='#919191',GradientType=0 ); /* IE6-9 */
}

.NavigatorRibbon .PPButtonFirstOfTwoButtonSet {
	margin-top: 10px;
}

.NavigatorRibbon .PPButton .PPImage .PPDesaturationElement
{
	display: inline-block;
}


