body         { background-image: url('images/bg.jpg'); background-repeat: repeat-x; 
               background-position: center top }
td           { font-family: Tahoma; font-size: 10pt; color: #333333; rtl}
p            { text-align: justify; direction: rtl; vertical-align: top }
h1           { font-family: Arial; color: #CC3300; font-size: 12pt; font-weight: bold; 
               direction: rtl }
a            { color:#204962;text-decoration:none; }
a:hover      { color:#000; }



a.top
{
	color:#FFFFFF;
	font-size: 9pt;
	text-decoration:none;
	
}
a:hover.top     { color:#CC3300;text-decoration:none;}


.row td
{

	background-color:#def0fa;
	color:#000000;
	direction:rtl;
	text-align:inherit;
	padding-right:5px
}


.alternate td
{

	background-color:#C3C3C3;
	color:#000000;
		direction:rtl;
	text-align:inherit;
	padding-right:5px
}


.mo td
{

	background-color:#CC3300;
	color:#ffffff;
		direction:rtl;
	text-align:inherit;
	padding-right:5px
}
.tbldec
{
background:url(images/tbg.jpg);
background-repeat:no-repeat
}

th
{
	color:#204962;
	text-align:right;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.divlayout
{
border:black solid 1px;
width:120px;
height:120px;
float:right;
margin:10px 10px 0px 10px;
padding:10px 10px 10px 11px;
}
.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;
}


#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;
width:100px;
height:30px;
}

.textField
{
width:350;
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;
}