﻿.ProductNameText
{
float: left;
word-wrap:break-word;
}

body
{
	font-family: Verdana;
	font-size: 12px; 
	
}
table
{
	font-family: Verdana;
	font-size: 12px;
}
input
{
	font-family: Verdana;
	font-size: 12px;
}
button
{
	font-family: Verdana;
	font-size: 12px;
}
select
{
	font-family: Verdana;
	font-size: 12px;
}
.bold 
{
	font-weight:bold;
}
.inv
 {
 	display:none;     
 }
 .invisible 
 {
 	visibility:hidden;   
 }
 .underlined
        {
            text-decoration: underline;
        }
.watermarked
{
	font-family: verdana;
	font-size: 12px;
	background-color: #EBEBEB;
}

.modalPopup 
{
    display:none;
	background-color:White;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:7px;
	width:410px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.loading
{
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    font-weight: bold;
    color: #666699;
    background-color: white;
    text-align: center;
    position:absolute;
    top: 90px;
    left: 100px;
    width: 200px;
    height: 100px;
}

.imgGroup
{
	vertical-align:middle;
}

a.squarebutton{
background: transparent url('media/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Verdana; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('media/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}



.cell0
{
	background-color:Gray;
	border-right: white 2px solid;
	border-top: white 2px solid;
	border-left: white 2px solid;
	border-bottom: white 2px solid;
	cursor: hand;
	font-size: 7pt;
	text-align: center;
	vertical-align:top;
}
.cell1
{
	background-color: #66ff66;
	border-right: white 2px solid;
	border-top: white 2px solid;
	border-left: white 2px solid;
	border-bottom: white 2px solid;
	cursor: hand;
	font-size: 7pt;
	text-align: center;
	vertical-align:top;
}
.cell2
{
	background-color: red;
	border-right: white 2px solid;
	border-top: white 2px solid;
	border-left: white 2px solid;
	border-bottom: white 2px solid;
	cursor: hand;
	font-size: 7pt;
	text-align: center;
	vertical-align:top;
}
.cell3
{
	background-color: #66ff66;
	border-right: green 2px solid;
	border-top: green 2px solid;
	border-left: green 2px solid;
	border-bottom: green 2px solid;
	cursor: hand;
	font-size: 7pt;
	text-align: center;
	vertical-align:top;
}
.cell4
{
	background-color: #666666;
	border-right: white 2px solid;
	border-top: white 2px solid;
	border-left: white 2px solid;
	border-bottom: white 2px solid;
	cursor: hand;
	font-size: 7pt;
	text-align: center;
	vertical-align:top;
}
.cell5
{
	background-color:Yellow;
	border-right: white 2px solid;
	border-top: white 2px solid;
	border-left: white 2px solid;
	border-bottom: white 2px solid;
	cursor: hand;
	font-size: 7pt;
	text-align: center;
	vertical-align:top;
}
