﻿/* Контрол GridView */
.aspLeft, .aspLeft td
{
	text-align: left !important;
}
.aspGrid
{
	border: 1px solid #808080;
}
.aspGrid tr
{
	height: 26px;
}
.aspGrid td
{
	text-align: left;	
}
.aspGrid th
{
	text-align: center;
	vertical-align: middle;
}
/**/

/* Поля ввода */
.aspButton
{
	/*background-color: White;*/ /*border: 1px solid #808080;	*/ /*font-family: Verdana;*/ /*font-size: 8pt;*/	
	height: 20px;
	font-size: inherit;
	font-family: inherit;
}

 .aspCheckBox
{
	padding: 0px;
	margin: 0px;
}

select
{
    font-size:inherit;
    font-family:inherit;
}





fieldset
{
	border-color: #808080;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
}
/**/

.analoghighlight
{
	background-color: #f1f1f1;
	font-weight: bold;
	text-align: left !important;
}

/* Поиск товара (мини) */
.ContextMenuPanel
{
	border: 1px solid #808080;
	z-index: 1000;
	background: #FFFFFF;
	cursor: default;
	padding: 1px 1px 0px 1px;
	text-align: left;
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 4px 0px 4px 0px;
	white-space: nowrap;
	text-align: right;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #3c3c3c;
}
/**/
