﻿body 
{
	margin:0px
}

body, p, a, td, li
{
	font-family: Arial;
	font-size: 10pt;
}

h1
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: Gray;
	padding-bottom: 5px;
	border-bottom: 1px solid #101010;
	margin-bottom: 15px;
}

h2
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: Gray;
	padding-bottom: 5px;
	border-bottom: 1px solid #101010;
	margin-bottom: 15px;
}



.HorizontalSplitterBar
{
  background: url(images/splitter_horBg.gif); 
}

.CollapsedHorizontalSplitterBar
{
  background: url(images/splitter_horBg.gif); 
  border: 1px solid #000000;
  border-right-width: 0px;
}

.VerticalSplitterBar
{
  background: url(images/splitter_verBg.gif); 
}

.CollapsedVerticalSplitterBar
{
  background: url(images/splitter_verBg.gif); 
  border: 1px solid #000000;
  border-bottom-width: 0px;
}


.ActiveSplitterBar
{
  background-color: #000000;  
}

.SplitterPane
{
  border: 1px solid #333333;
}


.BodyPane 
{
	text-align:left;border: 1px solid #333333;width:100%;height:100%;

}

.InfoPane
{
	border: 1px solid #333333;width:100%;height:100%;
	background-color: #FFFFCC;
}

.CatalogPane
{
	border: 1px solid #333333;width:100%;height:100%;
}


.Grid 
{ 
  background-color: #FFFFFF; 
  border: 1px solid #7C7C94; 
  border-bottom: 2px solid #7C7C94; 
  font-family: Verdana; 
  font-size: 10px; 
  cursor: pointer;
}

.GridHeader
{
  background-image: url(images/grid_headerBg.gif); 
  background-color: #8988A5; 
  height: 24px;
  padding-left: 3px;
  cursor: default;
}

.GridHeaderText
{
  color: #FFFFFF;  
  font-family: verdana; 
  font-size: 10px; 
}

.GroupByText
{
  color: #FFFFFF; 
  font-size: 11px;   
  font-weight: bold; 
  padding-right: 5px;
}

.HeadingRow 
{ 
  background-color: #E0DFE3; 
  background-image: url(images/header_rowBg.gif);   
}

.HeadingCell 
{ 
  background-image: url(images/header_bg.gif);   
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
}

.HeadingRow td.FirstHeadingCell
{ 
  background-image: url(images/header1stCell_bg.gif); 
}

.HeadingCellText
{
  font-family: verdana; 
  font-size: 10px; 
  font-weight: bold; 
  text-align: left;
  padding-top: 3px;
  padding-bottom: 5px;
}

.Row 
{ 
  background-color: #FFFFFF; 
}

.Row td.DataCell 
{ 
  cursor: default;
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
  border-bottom: 1px solid #EAE9E1; 
  font-family: verdana; 
  font-size: 10px; 
} 

.SortedDataCell 
{ 
  background-color: #F5F5F5; 
} 


.Row td.LastDataCell 
{ 
  background-color: #EFEFF4; 
} 

.SelectedRow 
{ 
}

.SelectedRow td.DataCell 
{ 
  background-color: #FFEEC2; 
  padding: 2px; 
  padding-left: 3px; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  font-family: verdana; 
  font-size: 10px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
}

.SelectedRow td.FirstDataCell 
{ 
  background-color: #FFEEC2; 
  border-left: 1px solid #4B4B6F; 
  border-right: 0px; 
  padding-left: 2px; 
  padding-right: 3px; 
}

.SelectedRow td.LastDataCell 
{ 
  background-color: #FFEEC2; 
  border-right: 1px solid #4B4B6F; 
}

.GroupHeading
{
  color: #706F91; 
  background-color: #FFFFFF; 
  font-family: verdana; 
  font-weight: bold;
  font-size: 11px; 
  border-bottom: 2px solid #A5A4BD; 
  padding-top: 10px;
  padding-bottom: 3px;
}

.SliderPopup
{
  background-color: #FFF4D7; 
  border: 1px solid #4B4B6F; 
  border-top-color: #9495A2; 
  border-left-color: #9495A2; 
  width: 288px;
  height: 60px;
}

.GridFooter
{
  cursor: default;
  padding: 5px;
}

.GridFooterText
{
  color: #000000;  
  font-family: verdana; 
  font-size: 11px;
}

.QualitativChoosenLine
{
    background-color: #EEEEEE;
    border-bottom: 1px solid #BBBBBB;
}

.QualitativLine
{
    background-color: #EEEEEE;
    border-bottom: 1px solid #BBBBBB;
}

.SimpleGridMoney
{
    text-align: right
}

.SimpleGridHead
{
    color: White;
    font-weight: bold;
    background-color: #506793;
}

.SimpleGridLine
{
    background-color: #F0F0F0;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
}

.ComboBoxLine
{
	padding:2px;
	white-space:nowrap;
	text-decoration:none;
	color:#404040;
	display:block;
	font-size:8pt;
}

.ComboBoxLine:hover
{
	background-color: #404040;
	color:#FFFFFF;
}

.comboboxfield
{
	position:static;
	z-index:50;
	text-align: right
}