BODY
{
	background-color:#EDEDED;
	border:0px;
	margin:0px
}

.Label
{
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial, Verdana;
	color: black;
	padding-left:4px;
}

INPUT.Button, BUTTON.Button 
{
	border: 0px; 
	margin: 3px; 
	margin-left:6px;
	WIDTH: 81px; 
	FONT-FAMILY: Arial; 
	color: #333333;
	HEIGHT: 26px; 
	background-image: url(cssimg/button.gif);
	background-repeat:no-repeat;
	background-color: Transparent;
	cursor:hand;
	TEXT-ALIGN: center;
	font-size:11px;
	vertical-align:middle;
	padding-bottom:2px;
}

TABLE.MainTable
{
	BACKGROUND-COLOR: #EDEDED;
}
TABLE.MainTable TH
{
	text-align:left;
	PADDING-LEFT: 10px;
	FONT-FAMILY: Arial;
	HEIGHT: 32px;
	BACKGROUND-COLOR: #F4F4F4;
	border-bottom:2px inset #EDEDED;
	
}
TABLE.MainTable TD.MainTableContentCell
{
	padding:2px;
}

TABLE.Panel
{	
	cursor:pointer;
	cursor:hand;
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Tahoma;
	font-size:11px;
	height:25px;
}

TABLE.PanelSelected
{
	cursor:default;	
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Tahoma;
	font-size:11px;
	height:25px;
	position:relative;
	top:1px;
}
.PanelLeftSelected
{
	WIDTH: 2px;
	height: 25px;
	font-size: 1px;
	background-image: url(cssimg/TabLeftSelected.gif);
	position:relative;
	left:0px;
} 
.PanelCenterSelected
{
	background-image:url(cssimg/TabMiddleSelected.gif);
	text-align:center;
	padding-left:2px;
	padding-right:2px;
}
.PanelRightSelected
{
	WIDTH: 2px;
	font-size: 1px;
	background-image: url(cssimg/TabRightSelected.gif);
	background-repeat: no-repeat;
}

.PanelLeft
{
	WIDTH: 2px;
	height: 25px;
	font-size:4px;
	background-image: url(cssimg/TabLeft.gif);
	position:relative;
	left:0px;
}
.PanelCenter
{
	background-image:url(cssimg/TabMiddle.gif);
	text-align:center;
	padding-left:2px;
	padding-right:2px;
}
.PanelRight
{
	WIDTH: 2px;
	font-size:4px;
	background-image: url(cssimg/TabRight.gif);
}

TABLE.PanelDisabled
{
	cursor:crosshair;
	cursor:no-drop;
	font-family: Arial, Verdana, Tahoma;
	font-size:11px;
	height:25px;
	color:gray;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;	
}

.PanelLeftDisabled
{
	WIDTH: 2px;
	font-size:4px;
	background-image:url(cssimg/TabLeft.gif);
	position:relative;
}

.PanelCenterDisabled
{
	text-align:center;
	background-image:url(cssimg/TabMiddle.gif);
	padding-left:7px;
	padding-right:7px;
}
.PanelRightDisabled
{
	WIDTH: 2px;
	font-size:4px;
	background-image: url(cssimg/TabRight.gif);
}

TD.SizeButtonHolder
{
}

TD.SizeButtonHolder IMG
{
	border: 1px solid #2E74CF;
	background-color: White;
}

TD.SizeButtonHolder IMG.Over
{
	background-color: #DCF8AA;
	border: 1px solid #73B200;
}

TD.SizeButtonHolder IMG.Disabled
{
	background-color:transparent;
	border:0px solid transparent;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
}