﻿html,body{
	margin: 0;
	padding: 0;
	height:100%;
	scrollbar-arrow-color:#009339;
	scrollbar-track-color:#cce5a2;
	scrollbar-face-color:#a5db92;
	scrollbar-highlight-color:#009339;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#009339;
}

body{
	background-image:url(Images/background.gif);
	font-family:  Arial, Verdana, Calibri, Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

a{
	font-family:  Arial, Verdana, Calibri, Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #009339;
	text-decoration: none;
}


a:link{
	font-family:  Arial, Verdana, Calibri, Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #009339;
	text-decoration: none;
}

a:visited{
	color: #009339;
}

a:active{
	font-family:  Arial, Verdana, Calibri, Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#Header{
	font-family:  Arial, Verdana, Calibri, Tahoma;
	font-size: 24px;
	font-weight: normal;
	color: #009339;
	text-decoration: none;
	text-align:left;
	border-bottom:dotted 1px #009339;
	text-transform:capitalize;
	margin-top:20px;
	margin-bottom:5px;
    margin-left:10px;
    margin-right:10px;
}    


.Product{
	text-align:center;
	background-color:#a5db92
}

.Product a{
	font-family:  Calibri, Arial, Verdana, Tahoma;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align:center;
}


.Product a:hover{
	font-family:  Calibri, Arial, Verdana, Tahoma;
	font-size: 14pt;
	font-weight: bold;
	color: #009339;
	text-decoration: none;
	text-align:center;
}


.TextBox
{
  border: 1px solid #009339;
  background: #ffffff;
  color: #000000;
  padding: 2px 2px 2px 2px;
  font-size:8pt;
}

.DropdownList
{
  border: 1px solid #009339;
  background: #ffffff;
  color: #000000;
  padding: 2px 2px 2px 2px;
  font-size:8pt;
}

.Button
{
  font-family:  Arial, Verdana, Calibri, Tahoma;
  font-size: 8pt;
  padding: 2px 2px 2px 2px;
  font-weight:bold;
  text-transform:capitalize;
    height: 26px;
}


/* Start Loading */

 #UpdateProgress1 {
	background-color:#CF4342;
	color:#fff;
	top:0px;
	right:0px;
	position:fixed;
	font-size:12px;
}
#UpdateProgress1 img {
	vertical-align:middle;
	margin:2px;
}

/*End Loading */

