﻿/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
table {	border-collapse: collapse; border-spacing: 0; }
fieldset,img { border-width: 0px;
    border-style: none;     }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
/*ol,ul,li { list-style: none; }*/
caption,th { text-align: left; }
h2,h3,h4,h5,h6 {	font-size: 100%; font-weight: normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

.clear  {clear:both;}

/* Center */
body {
   margin: 0px;
   padding: 0px;
   background-color: #6E6E6B;
   width: 100%;
   height: 100%;
   overflow: auto; 
   font-family: Arial;			}
div#center  {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 900px;
    height: 100%;
    background-color: inherit;
    position: relative;			}
.left70    {
    width: 68%; 
    float: left;                }
.right30    {
    width: 30%;
    float: right;               }
 
/* Links */
 a { color: inherit;}    
/*Fonts*/
h1 {
    font: bold, 1.6em ;
    color: #e0c24b;
                                }
h2 {
    font: bold, 1.2em ;
                                }
.fontblue 
{
    color: #003365;
    font: 20px; 
    font-weight: bold;
}
.fontgreen 
{
    color: #007042;
    font: 20px; 
    font-weight: bold;
}
.fontorange 
{
    color: #EC8D40;
    font: 20px; 
    font-weight: bold;
}
.highlight      {
    background: #E2F4FE;
}

/* Content */
#content	{
	background: white;			}
#left {
	float: left;
	width: 164px;
	padding: 0px 2px 10px 2px;	}
#right {
	float: right;
	width: 692px;
	padding: 0px 20px 10px 20px;
	text-align: left;
	display: block;
  	font-family: Tahoma, Verdana, sans-serif;
 	font-size:small; 
 	margin: 20px 0 0 0;
  	color:#444443;				}
.center	{
	text-align: center;			}
	
.red { color: Red;}	
.rowunderline   {
    border-bottom: dotted 1px;
    vertical-align: top;  
 }	
/*  Footer */
#footer
{
	color: #e0c24b;
	background-color: inherit;
	
	font-family: Tahoma, Verdana, sans-serif;
	font-size:small;
}

.copyright
{
  text-align: right;
  float: right;
  padding-right:10px;
}

.terms
{
	text-align: left;
	float: left;
	padding-left:10px;
}/*Navigation Links*/
#links {
	background: transparent;
	width: 800px;
	height: 50px;
	margin: 0 0 0 50px;         }
#links ul{ 
	list-style:none; 
	line-height: 50px;          }
#links li {
    float: left;	
	color: #FFFFFF;
	background: url("/images/Skin/rightup.gif") no-repeat right top;
	width: 98px;
	margin:0 1px 0 1px;
	font-family:Tahoma, Verdana, Sans-Serif;
	text-decoration:none;         }
#links li:hover { 
	border-top: 10px solid #324b83;
	/*border-bottom: 5px solid #F7D653;
	border-left: 2px solid #D0B445;
	border-right: 2px solid #F7D653;*/
	width: 96px;
	margin:0 2px 0 2px;
	color:#2e6e55;			    }
#links a:visited {
	color:#FFFFFF;				}
#links a { 
	display:block;
	text-decoration:none; color: #FFFFFF;
	background: url("/images/Skin/leftup.gif") no-repeat left top;
			}
			
			
#tbProducts {
    font-size: 10px;           }
    
td.click, th.click
        {
            background-color: #bbb;
        }
td.hover, tr.hover
        {
            background-color: #e0c24b;
            opacity: 0.7;
        }
th.hover
        {
            background-color: #abc;
        }
td.hovercell, th.hovercell
        {
            background-color: #abc;
        }
td.hoverrow, th.hoverrow
        {
            background-color: #6df;
        }
