html 
{ 
  min-height:100%; 
}

body 
{
	background-color:#F5F4F1;
	height:100%;
	margin:0px;
	direction:rtl;
	font-family: Tahoma;
	padding:0px;
	line-height:13pt;
	font-size:9pt;
	background-image: url(../images/Arrangements/General/rtl/bg.gif);
	background-repeat: repeat-x;
	background-position: top;	
	background-color:#FFB600;
}

hr{
 border-bottom:1px solid;
}

table {
	direction:rtl;
}

td {
	 vertical-align:top;text-align:right;
}
A {
	font-size: 9pt; color: #001b86; text-decoration: none;
}
A:hover {
	color: #9fa3ba;
}
a.articlelink{
	 color: #324609; text-decoration: none;
}
A.articlelink:hover {
	color: #4F710A;text-decoration: none;
}
}
a.newslink{
	 color: #5B5B5D; text-decoration: none;
}
A.newslink:hover {
	color: #A5A5A5;text-decoration: none;
}
A.footerlink {
	font-size: 9pt; color: #000000; text-decoration: none;
}
A.footerlink:hover {
	color: #ffffff;text-decoration: none;
}
A.rightmenu {
	font-size: 10pt; color: #000000; text-decoration: none;
}
A.rightmenu:hover {
	color: #000000;text-decoration: none;
}
A.topmenu {
	font-size: 9pt; color: #000000; text-decoration: none;
}
A.topmenu:hover {
	color: #ffffff;text-decoration: none;
}
A.childlink {
	font-size: 9pt; color: #9E322F; text-decoration: none;
}
A.childlink:hover {
	color: #D74945;text-decoration: none;
}
.title{
	font-family:b yekan;
	font-size:12px;
	line-height:13pt;
	font-weight:bold;
	color:#0753b9;
	}
.sdrmenu{
	font-size:9pt;
	font-family:tahoma;
	color:#193390;
	font-weight:bold;
	text-align:center;}

/*Start Genral*/
linput {
	font-size: 9pt;
	font-family: tahoma;
	height: 20px;
	border: 1px solid #BBBBCC;
	background-image: url(../images/common/input_bg.gif);
}
select {
	font-size: 9pt;
	font-family: tahoma;
	width: 150;
	height: 20;
	border: 1px solid #BBBBCC;
}
textarea{
	font-size: 9pt;
	font-family: tahoma;
	width: 300;
	border: 1px solid #BBBBCC;
}
fieldset {
	direction:rtl;
}

.button {
	font-size: 9pt;
	font-family: tahoma;
	width: 103px;
	height: 21px;
	background:url(../Buttons/btn.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border:0px;
	color:#ffffff;
}
.placeholderbutton {
	width: 101px;
	height: 19px;
}

.checkbox {
	width: 20px;
	height: 20px;
	border: 1px solid #FFFFFF;
	background-image: url(../images/common/spacer.gif);
}
.radio {
	width: 20px;
	height: 20px;
	border: 1px solid #FFFFFF;
	background-image: url(../images/common/spacer.gif);
}


.standard-form-holder-body
{
	padding:5px;
	width:auto;
}
.standard-form-row {
	vertical-align:middle;
	height: 26px;
}
.standard-form-title {
	width:150px;
	text-align:left;
	padding-left:5px;
	border-left: 2px solid #BBBBBB;
	padding-bottom:2px;
	padding-top:2px;
}
.standard-form-input {
	padding-right:5px;
	width:160px;
	padding-bottom:2px;
	padding-top:2px;
}
.standard-form-input-wide {
	padding-right:5px;
	width:400px;
	padding-bottom:2px;
	padding-top:2px;
}
.standard-form-input-without-size {
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
}
.standard-form-title-splitter {
	width:150px;
	height:40px;
	text-align:left;
	vertical-align:bottom;
	padding-left:5px;
	border-left: 2px solid #BBBBBB;
}
.standard-form-input-splitter {
	padding-right:5px;
	border-bottom: 2px solid #BBBBBB;
	font-weight:bold;
	vertical-align:bottom;
}
.standard-form-btn {
	width:100px;
}
.btn-cell {
	vertical-align:middle;
	text-align:center;
	width:100px;
}

/* text box*/
.textbox {
	font-size: 9pt;
	font-family: tahoma;
	width: 165px;
	height: 20px;
	border: 0px;
	
}

.textbox-tipbox
{
   width:200px;
   
}
.textbox-holder
{
 position:absolute;
 padding:10px 10px 0px 0px;
 direction: rtl;
}
.textbox-icon-off
{
	width:20px;
	height:20px;
	background-image: url('../../../../../portaldata/subsystems/uimanager/images/rtl/textbox_iconoff.gif');
	background-repeat: no-repeat;
}
.textbox-icon-on
{
	width:20px;
	height:20px;
	background-image: url('../../../../../portaldata/subsystems/uimanager/images/rtl/textbox_iconon.gif');
	background-repeat: no-repeat;
}
.textbox-header
{
	border-color:#C4C2C2;
	background-image: url('../../../../../portaldata/subsystems/uimanager/images/rtl/textbox_header.gif');
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
}
.textbox-body
{
	border-color:#C4C2C2;
	background-image: url('../../../../../portaldata/subsystems/uimanager/images/rtl/textbox_body.gif');
	background-repeat: repeat-y;
	height: 25px;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 8pt; color: #A4A4A4; font-family: Tahoma;
}
.textbox-footer
{
	border-color:#C4C2C2;
	background-image: url('../../../../../portaldata/subsystems/uimanager/images/rtl/textbox_footer.gif');
	background-repeat: no-repeat;
	height: 9px;
	width: 200px;
}
/*textbox*/
/*textarea*/
.textarea {
	font-size: 9pt;
	font-family: tahoma;
	width: 250px;
	height: 60px;
	border: 1px solid #BBBBCC;
}

.textarea-tipbox
{
   width:200px;
}
.textarea-holder
{
 position:absolute;
 padding:10px 10px 0px 0px;
 direction: rtl;
}
.textarea-icon-off
{
	width:20px;
	height:20px;
	background-image: url('../../../../../portaldata/subsystems/uimanager/images/rtl/textbox_iconoff.gif');
	background-repeat: no-repeat;
}
.textarea-icon-on
{
	width:20px;
	height:20px;
	background-image: url('../../../../../portaldata/subsystems/uimanager/images/rtl/textbox_iconon.gif');
	background-repeat: no-repeat;
}
.textarea-header
{
	border-color:#C4C2C2;
	background-image: url('../../../../../portaldata/subsystems/uimanager/images/rtl/textbox_header.gif');
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
}
.textarea-body
{
	border-color:#C4C2C2;
	background-image: url('../../../../../portaldata/subsystems/uimanager/images/rtl/textbox_body.gif');
	background-repeat: repeat-y;
	height: 25px;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 8pt; color: #A4A4A4; font-family: Tahoma;
}
.textarea-footer
{
	border-color:#C4C2C2;
	background-image: url('../../../../../portaldata/subsystems/uimanager/images/rtl/textbox_footer.gif');
	background-repeat: no-repeat;
	height: 9px;
	width: 200px;
}
/*textarea*/

/*largetextarea*/
.largetextarea {
	font-size: 9pt;
	font-family: tahoma;
	width: 250px;
	height: 150px;
	border: 1px solid #BBBBCC;
}

.largetextarea-tipbox
{
   width:200px;
}
.largetextarea-holder
{
 position:absolute;
 padding:10px 10px 0px 0px;
 direction: rtl;
}
.largetextarea-icon-off
{
	width:20px;
	height:20px;
	background-image: url('../../../../../portaldata/subsystems/uimanager/images/rtl/textbox_iconoff.gif');
	background-repeat: no-repeat;
}
.largetextarea-icon-on
{
	width:20px;
	height:20px;
	background-image: url('../../../../../portaldata/subsystems/uimanager/images/rtl/textbox_iconon.gif');
	background-repeat: no-repeat;
}
.largetextarea-header
{
	border-color:#C4C2C2;
	background-image: url('../../../../../portaldata/subsystems/uimanager/images/rtl/textbox_header.gif');
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
}
.largetextarea-body
{
	border-color:#C4C2C2;
	background-image: url('../../../../../portaldata/subsystems/uimanager/images/rtl/textbox_body.gif');
	background-repeat: repeat-y;
	height: 25px;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 8pt; color: #A4A4A4; font-family: Tahoma;
}
.largetextarea-footer
{
	border-color:#C4C2C2;
	background-image: url('../../../../../portaldata/subsystems/uimanager/images/rtl/textbox_footer.gif');
	background-repeat: no-repeat;
	height: 9px;
	width: 200px;
}
/*textarea*/
/*popup*/
.overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
     background-image:url(../images/common/rtl/background-trans.png);
}
 .overlay div {
     width:700px;
     margin: 100px auto;
     background-color: #bbbbbb;
     border:1px solid #000;
     padding:15px;
     text-align:center;
  }

/*popup*/
/*End Genral*/
.UserPager-holder
{
  width:auto;
  padding:10px;
}
.UserPager-number
{
  width:15px;
  border:1px solid #c4c2c2;
  background-color:#fcf9eb;
  text-align:center;
}
.UserPager-number-selected
{
  width:15px;
  border:1px solid #9ba857;
  background-color:#b0c0cf;
   text-align:center;
}
.UserPager-number-over
{
  width:15px;
  border:1px solid #9ba857;
  background-color:#b0c0cf;
  text-align:center;
  cursor:hand;
}
.UserPager-last
{
  width:15px;
  border:1px solid #c4c2c2;
  background-color:#fcf9eb;
  text-align:center;
  font-weight:bold;
}
.UserPager-last-over
{
  width:15px;
  border:1px solid #9ba857;
  background-color:#b0c0cf;
  text-align:center;
  cursor:hand;
  font-weight:bold;
}
.UserPager-last-disabled
{
  width:15px;
  border:1px solid #c4c2c2;
  background-color:#fcf9eb;
  text-align:center;
  font-weight:bold;
  color:#c0c0c0;
}
.UserPager-first
{
  width:15px;
  border:1px solid #c4c2c2;
  background-color:#fcf9eb;
  text-align:center;
  font-weight:bold;
}
.UserPager-first-over
{
  width:15px;
  border:1px solid #9ba857;
  background-color:#b0c0cf;
  text-align:center;
  cursor:hand;
  font-weight:bold;
}
.UserPager-first-disabled
{
  width:15px;
  border:1px solid #c4c2c2;
  background-color:#fcf9eb;
  text-align:center;
  font-weight:bold;
  color:#c0c0c0;
}
.UserPager-next
{
  width:15px;
  border:1px solid #c4c2c2;
  background-color:#fcf9eb;
  text-align:center;
  font-weight:bold;
}
.UserPager-next-over
{
  width:15px;
  border:1px solid #9ba857;
  background-color:#b0c0cf;
  text-align:center;
  cursor:hand;
  font-weight:bold;
}
.UserPager-next-disabled
{
  width:15px;
  border:1px solid #c4c2c2;
  background-color:#fcf9eb;
  text-align:center;
  font-weight:bold;
  color:#c0c0c0;
}
.UserPager-previous
{
  width:15px;
  border:1px solid #c4c2c2;
  background-color:#fcf9eb;
  text-align:center;
  font-weight:bold;
}
.UserPager-previous-over
{
  width:15px;
  border:1px solid #9ba857;
  background-color:#b0c0cf;
  text-align:center;
  cursor:hand;
  font-weight:bold;
}
.UserPager-previous-disabled
{
  width:15px;
  border:1px solid #c4c2c2;
  background-color:#fcf9eb;
  text-align:center;
  font-weight:bold;
  color:#c0c0c0;
}

/*Pager*/

/* Inline Edit Start --------------------------------------------------------------------*/
.stcInlineEdit
{
	width: 70px;
	height: 23px;
	float:left;
	z-index:1000;
	position:absolute;
	text-align:right;
	cursor:hand;
	filter: alpha(opacity=70);
  background-image: url(../images/Common/rtl/editstc.gif);
}
.stcInlineEditOver
{
	width: 70px;
	height: 23px;
	float:left;
	z-index:1000;
	position:absolute;
	text-align:right;
	cursor:hand;
	background-image: url(../images/Common/rtl/editstc.gif);
}
/* Inline Edit End*/
/* Kodak*/
/*Genral style*/
.g-header
{
	width:970px;
	height:142px;
	background-image: url(../images/Arrangements/General/rtl/header.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.g-body
{
	width:970px;
	height:458px;
	background-image: url(../images/Arrangements/General/rtl/body.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.g-footer
{
 width:970px;
 height:30px;
}
.small-light-blue-green
{
	background-image: url(../images/Arrangements/Other/rtl/smallightbluegreen.gif);
	width:768px;
	height:384px;
	
}
.normal-holder
{
	width:728px;
	height:344px;
    OVERFLOW: auto;	
    TEXT-ALIGN: justify;
    scrollbar-base-color: #bbbbbb;
}
.large-holder
{
	width:893px;
	height: 345px;
    OVERFLOW: auto;	
    TEXT-ALIGN: justify;
    scrollbar-base-color: #bbbbbb;
}
.small-light-green
{
	width:768px;
	height:384px;
	background-image: url(../images/Arrangements/Other/rtl/smallightgreen.gif);
}
.small-light-orange
{
	width:768px;
	height:384px;
	background-image: url(../images/Arrangements/Other/rtl/smallLightOrange.gif);
}
.small-dull-green
{
	width:768px;
	height:384px;
	background-image: url(../images/Arrangements/Other/rtl/smalldullgreen.gif);
}
.small-sand
{
	width:768px;
	height:384px;
	background-image: url(../images/Arrangements/Other/rtl/smallsand.gif);
}
.small-pale-purple
{
	width:768px;
	height:384px;
	background-image: url(../images/Arrangements/Other/rtl/smallpalepurple.gif);
}
.Statistic-pale-purple
{
	width:768px;
	height:384px;
	background-image: url(../images/Arrangements/Other/rtl/Statisticbg.gif);
}
.small-light-yellow
{
	width:768px;
	height:384px;
	background-image: url(../images/Arrangements/Other/rtl/smallightyellow.gif);
}
.small-peach
{
	width:768px;
	height:384px;
	background-image: url(../images/Arrangements/Other/rtl/smallpeach.gif);
}
.large-spring-green
{
	width:933px;
	height:384px;
	background-image: url(../images/Arrangements/Other/rtl/largespringgreen.gif);
}
.large-baby-blue
{
	width:933px;
	height:384px;
	background-image: url(../images/Arrangements/Other/rtl/largebabyblue.gif);
}
.homepage-body
{
	width:970px;
	height:524px;
	background-image: url(../images/Arrangements/Other/rtl/homepage.gif);
	background-repeat:no-repeat; 
}
.Newhomepage-body
{
	width:970px;
	height:695px;
	background-image: url(../images/Arrangements/Other/rtl/NewHomePage.jpg);
	background-repeat:no-repeat; 
}
.booksearch-babyblue
{
	width:698px;
	height:326px;
	background-image: url(../images/Arrangements/Other/rtl/booksearchbabyblue.gif);
	background-repeat:no-repeat;
}
.booksearch-holder
{
    
	
    OVERFLOW: auto;	
    TEXT-ALIGN: justify;
    scrollbar-base-color: #bbbbbb;
}

/*Genral style*/
/* Kodak*/
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	right: 10%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../../../../../PortalData/Subsystems/Gallery/slim/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	right: 0;
}

#lbPrevLink:hover 
{
	background: transparent url(../../../../../PortalData/Subsystems/Gallery/slim/prevlabel.gif) no-repeat 100% 15%;
}

#lbNextLink {
	left: 0;
}

#lbNextLink:hover {
	background: transparent url(../../../../../PortalData/Subsystems/Gallery/slim/nextlabel.gif) no-repeat 0% 15%;
}

#lbBottom {
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	background: transparent url(../../../../../PortalData/Subsystems/Gallery/slim/closelabe.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-left: 10px;
	direction:rtl;
	text-align:right;
}

#lbCaption {
	font-weight: bold;
	direction:rtl;
}
/* SLIMBOX */
/* smoothbox CSS */

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}
/* smoothbox CSS end*/

