body
{
	background-image:url(images/bg.png);
	background-attachment:fixed;
	margin:0px;font-family: Tahoma; color: #2E301F; font-size: 12px
	}
	
td           { font-family: Tahoma; color: #2E301F; font-size: 12px }
a:link       {  }
a:link       { color:#003;text-decoration:none}
a:hover      { color:#000 ;text-decoration:none}
a:visited    {color:#003;text-decoration:none}

h1           { font-family: Arial; color: #CC3300; font-size: 12pt; font-weight: bold; 
               direction: rtl }

a.bottom
{
	color:#FFFFFF;
	font-size: 9pt;
	text-decoration:none;
	
}
a:hover.bottom     { color:#336;text-decoration:none;}

a.menu
{
	color:#FFF;
	font-size: 9pt;
	text-decoration:none;
	
}
a:hover.menu     { text-decoration:underline;}
a:visited.menu     { color:#FFF;text-decoration:none;}

.mover
{    
	 filter:alpha(opacity=50); /* IE's opacity*/
     opacity: 0.50;
	 cursor:pointer;
}
.row td
{

	background-color:#fff;
	color:#000000;
	direction:rtl;
	text-align:inherit;
	padding-right:5px
}


.alternate td
{

	background-color:#CCC;
	color:#000000;
		direction:rtl;
	text-align:inherit;
	padding-right:5px
}


.mo td
{

	background-color:#666;
	color:#ffffff;
		direction:rtl;
	text-align:inherit;
	padding-right:5px
}
.tbldec
{
background-color:#333;
background-repeat:no-repeat;
color:#FFF;
}

th
{
	color:#FFF;
	text-align:right;
	background-color:#333;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.divlayout
{
border:#000000 solid 2px;
width:120px;
height:120px;
float:right;
margin:10px 10px 0px 10px;
padding:10px 10px 10px 11px;
direction:ltr;
}
.ViewDetails_ImgDiv {
	FLOAT: right; MARGIN: 0px 10px 10px 10px
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font:"Times New Roman", Times, serif;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

FIELDSET {
	BORDER-RIGHT: #666 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #666 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 0px; BORDER-LEFT: #666 1px solid; PADDING-TOP: 10px; BORDER-BOTTOM: #666 1px solid;
	margin:0px 5px 5px 5px;direction:rtl;
}
LEGEND {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR:#0000FF; PADDING-TOP: 0px
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

.button1
{
font-family: Tahoma;
color: #4493C3;
border-left: 0px ridge #000000;
border-right: 0px ridge #000000;
border-top: 0px solid #000000;
border-bottom: 0px solid #000000;
padding-left: 4px;
padding-right: 4px;
padding-top: 1px;
padding-bottom: 1px;

background-image:url(images/button1.png);
cursor:pointer;


}

.textField
{
width:350px;
border-left: 1px ridge #000000;
border-right: 1px ridge #000000;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
font-size:8pt;
direction:rtl;
font-family:tahoma;
color:#000066;
}
.hidden
{
display:none;
}
.shown
{
display:block;
}