﻿body
{
	font-family: Verdana;
	font-size: 10px; 
}

.buttons
{
	width: 130px;
}     

.cRate
{
}

.OgilvieHeadingCell 
{ 
  background-color: #E2E2E2; 
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
  padding: 3px;
  font-family: verdana; 
  font-size: 10px; 
  font-weight: bold; 
  text-align: center;
}

.OgilvieDataCellR
{ 
  cursor: default;
  padding: 1px; 
  border-right: 1px solid #EAE9E1; 
  border-bottom: 1px solid #EAE9E1; 
  font-family: verdana; 
  font-size: 12px; 
  text-align: right;
} 

.OgilvieDataCellC
{ 
  cursor: default;
  padding: 1px; 
  border-right: 1px solid #EAE9E1; 
  border-bottom: 1px solid #EAE9E1; 
  font-family: verdana; 
  font-size: 12px; 
  text-align: center;
} 

.DataRow 
{ 
  background-color: #FFFFFF; 
}

.DataCell 
{ 
  cursor: default;
  padding: 1px; 
  border-right: 1px solid #EAE9E1; 
  border-bottom: 1px solid #EAE9E1; 
  font-family: verdana; 
  font-size: 10px; 
} 

.comboLoading
{
  top: -18px;
  z-index: 10000;
  position: relative;
  background-color: Transparent;
}

#pNote
{
	cursor: pointer;
	font-weight: bold;
	color: Blue;
	text-decoration: underline;
}

#divNote
{
	font-family: Verdana;
	font-size: small;
}

.autocomplete_completionListElement 
{  
    visibility : hidden;
    margin : 0px!important;
    background-color : White;
    color : windowtext;
    border : buttonshadow;
    border-width : 1px;
    border-style : solid;
    cursor : 'default';
    overflow : visible;
    height : 300px;
    text-align : left; 
    list-style-type : none;
}



