body 
{
    margin-left:0px;
    margin-bottom:0px;
    margin-top:0px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	font-variant: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	font-variant: normal;
	margin-top : 0px;
	margin-bottom : 0px;
	border-bottom : 0px;
	bottom : 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	margin-top : 0px;
	margin-bottom : 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top : 0px;
	margin-bottom : 0px;
}
errorMsg 
{
	font-family: Arial, Helvetica, sans-serif;
	color: Red;
	font-size: 11px;
	font-weight: bold;
	margin-top : 0px;
	margin-bottom : 0px;
}

.inactive
{
	background-color:Aqua ;
	visibility : hidden ;
}

/* lookup lists */
.CompList
{
    position:relative;
    left:-100px;
    background:white;
    font-size:12px;
    padding:0;
    list-style:none;
    overflow:auto;
    border:solid 1px #666666;
    scrollbar-face-color:#cccccc; 
    scrollbar-highlight-color: #eeeeee; 
    scrollbar-shadow-color: buttonface; 
    scrollbar-3dlight-color: #aaaaaa; 
    scrollbar-arrow-color: #ffffff; 
    scrollbar-track-color: #eeeeee; 
    scrollbar-darkshadow-color: #aaaaaa;
}

.CompletionListItemCssClass
{
}

.CompListHighlight
{
    background-color:#0000ee;
    color:white;
}

.Label
{
    text-align:right;
}
.LabelSearch
{
    text-align:right;
    color:Blue;
}

Table.BOLEdit
{
    text-align:left;
    vertical-align:top;
    padding: 4px 4px 4px 4px;
}

.NewButton
{
    font-size:10px;
}

.Heading
{
    font-size:14px;
    font-weight:bold;
}

TR.BottomBorder
{
    border-bottom-style:solid;
}

.ContactLabel
{
    font-size:10px;
}

.ContactData
{
    font-size:10px;
}
.modalBackground
{
    background-color:Gray;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);
}
.EditContactForm
{
    background-color:White;
}
.BOLTitle
{

}
.SearchBox 
{
    background-color: #ffff99;
    width:400px;
}
.EditPopup
{
    background-color:#FFFBD6;
    border-color:Gray;
    border-style:solid;
    border-width:thin;
}
.contactHeader
{
    background-color:#0000dd;
    color:White;
    text-align:center;
}
.contactBorder
{
    border: thin 1 #eeeeee;
    background-color:White;
    color:Black;
    border-color:Gray;
    border-style:solid;
    border-width:thin;
    width:600px;
}
.Popup
{
}
.AddressSelect 
{
    font-family : courier; 
    font-size : 10px;
    background-color:White;
    border: solid 1 black;
    width:600px;
    height:40px;
}
