body
{
	font-family:Tahoma,Arial,Verdana;
	font-size:10pt;
	color:Black;
	/*background-color:#dddddd;*/
	background-image: url(Images/bg.jpg);
}
span.Title
{
	width: 120px; float: right;
}
.headerRow
{
	font-weight: 600;
	text-align:center;
	background-color:WhiteSmoke;
}
span.ErrorLabel
{
	color:Red;
	font-weight:bold;
	font-family:Tahoma;
}
input,textarea,select
{
	border:solid 1px black;
	width:200px;
}
input.Button
{
	background-image:url(images/button.gif);
	width:85px;
	border:none;
	font-family:Monospace,Tahoma;
	font-size:10pt;
	border-bottom:solid 1px black;
	border-right:solid 1px black;
}
input.ActionDelete
{
	background-position:center center;
	background-image:url(images/delete.gif);
	width:18px;
	height:18px;
	cursor:hand;
}
input.ActionEdit
{
	background-position:center center;
	background-image:url(images/edit.gif);
	width:18px;
	height:18px;
	cursor:hand;
}
div.waitdiv
{
	background-color:White;
	text-align:center;
	width:250px;
	height:75px;
	z-index:1;
	position:relative;
	left:-100px;
	top:-100px;
	border:solid 1px black;
}
.imageList
{
	width:128px;
	height:128px;
}
li
{
	border-bottom:dotted 1px #828282;
}
li.groupLink
{
	border:none;
	color:Black;
}
div.RightTopMenu
{
	color:gray;font-size:larger;font-weight:600;font-family:Nazanin,Verdana,Lotus,Tahoma;
}
a
{
	text-decoration:none;
	color:Gray;
}
.TitleLabel
{
	font-family:Tahoma,Nazanin,Verdana,Lotus,Tahoma;
	font-size:10pt;
	font-weight:600;
	color:White;
}
div.BottomRightMenu
{
	height:300px;
	overflow:auto;
	vertical-align:top;
}
.ProductName
{
	font-family:Nazanin,Verdana,Lotus,Tahoma;
	font-size:14pt;
	font-weight:600;
	color:Black;
}
table.GroupTableShow
{
	width: 480px; 
	height: 270px; 
	border: none; 
	background-image: url('images/ProductBG.gif');
	background-repeat: repeat; 
	font-family: Tahoma; 
	font-size: 10pt;
	table-layout:fixed;
}
tr.GroupTRShow
{
	vertical-align:top;
}
a.SiteMapPath
{
	color:White;
	text-decoration:none;
}
span#enlarge
{
	font-family:Tahoma;
	font-size:8pt;
	cursor:pointer;
}
.NumberImage
{
	width:16px;
	height:16px;
	text-decoration:none;
}
a.AdminLinks
{
	text-decoration:none;
	border:solid 1px black;
	color:Navy;
	font-weight:bold;
}