﻿html
{
    height: 100%;
}

body
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	border: 0px;
	font-size: 9pt;
    font-family: Arial;
    color: #3a4143;
    background-color: White;
    height: 100%;
}

img 
{ 
	border: 0;
}

a
{
    text-decoration: none;
}

a:link
{
	color: #B5A444;
}

a:visited
{
	color: #EE0606;
}

a:active
{
	color: #44A5B5;
}

a:hover
{
	color: #EE0606;
}

.Menu1
{
    text-align: left;
    cursor: hand !important;
}

.Menu1 a:link,
.Menu1 a:visited,
.Menu1 a:active,
.Menu1 a:hover
{
    color: #02263C;
}

.popup
{
    margin: 10px 10px 10px 10px;  
}

.popup .score
{
    color: Red;   
}

.ProductsDataGrid a
{
  text-decoration: underline;
}
