﻿body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	padding: 0px;	
	
}

table, tr, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	text-decoration: none;

  }

a:hover {
	color: #00FF99;
	text-decoration: none;
}

a:visited {
	color: #003300;
	text-decoration: none;
}

a:active
{
	color:red;
	text-decoration: none;
}

.small 
{
	font-size: 9px;
}

.Text
{
	font-size: 11px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.TextQty
{
	text-align: center;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.sder {
	border: 2px solid #666666;
}
.sder2 {
	border: 1px solid #666666;
}

/* For ModalPopupExtender */
.ModalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
/* For Menus */
.Menus
{
	color: #00cc00;
	font-family: Verdana;
}
/* For Menus */

/* For Discount Product */
.cbPrice-normal 
{ 
	font-weight: normal; 
	font-size: 9pt; 
	color: #575656; 
	text-decoration: none;
}
.cbPrice-cut
{
	font-weight: normal;
	font-size: 9pt;
	color:#575656;
	text-decoration: line-through;
}
/* For Discount Product */

.GridHead
{
	background-color: white;
}
.SuppList
{
	background-color: #fff9f1;
}