/*Heb*/
body
{
	direction:rtl;
}

/*Layot*/
#newWrapper
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#newContent
{
	padding-top:0px;
	float:right;
	width:959px;
}

#newLeft
{
	width: 200px;
	float: right;
}
    				
#newRight
{
    border-right:solid 1px #B9BEC4;
	width: 755px;
	float: left;
}

.newLeft-container
{
	margin: 0px;
	margin-bottom:0;
	min-height:500px;
	height:auto !important;
	height:500px; /* FIX TO IE MIN-HEIGHT PROBLEMS */
}

.newRight-container
{
	margin:0px;
	margin-bottom:0;
	min-height:500px;
	height:auto !important;
	height:500px; /* FIX TO IE MIN-HEIGHT PROBLEMS */
}

div.Clear 
{
	clear: both;
	height: 10px;
}

div.ClearBoth 
{
	clear:both;
}

div.ClearLeft
{
	clear: right;
}
/*End Layot*/


.Subject
{
	background: url(../images/BackGround/Subject.jpg) repeat-x;
	height:25px; 
	padding-top:10px; 
	padding-right:10px; 
	color:#333333;
	font-weight:bold;
	font-size:12px;
}


.SubjectNoHover
{
	background: url(../images/BackGround/Subject.jpg) repeat-x;
	height:25px; 
	padding-top:10px; 
	padding-right:10px; 
	color:#333333;
	font-weight:bold;
	font-size:12px;
}


.SubjectLink
{
	background: url(../images/BackGround/Subject.jpg) repeat-x;
	height:25px; 
	padding-top:10px; 
	padding-right:10px; 
	color:#333333;
	font-weight:bold;
	font-size:12px;
}

.SubjectLink:hover
{
	background: url(../images/BackGround/Subject.jpg) repeat-x;
	height:25px; 
	padding-top:10px; 
	padding-right:10px; 
	color:#333333;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	cursor:pointer;
}

/*Registration*/
.Key
{
	padding-right:50px; 
	float:right; 
	padding-top:4px; 
	padding-left:10px; 
	width:100px;
}

.RegisterPassAgain
{
	padding-right:0px; 
	float:right; 
	padding-top:4px; 
	padding-left:10px; 
	width:60px;
}

.Value
{
	padding-left:20px;
}

.ValueLabel
{
	padding-right:20px;
	padding-top:4px;
}

.ValueFloat
{
	padding-left:20px;
	float:left; 
}

.RegisterPass
{
	float:right; 
	padding-left:20px;
}

.RegisterFloat
{
	float:right;
}
/*End Registration*/

.LoginFloatPadding
{
	float:right; 
	padding-right:5px;
}

.LoginFloatPaddingRev
{
	float:left; 
	padding-left:5px;
}

.PaddingLeft50
{
	padding-right:50px;
}

.PaddingLeft20
{
	padding-right:20px;
}

.FloatLeft
{
	float:right;
	text-align:right;
}

.FloatRight
{
	float:left;
	text-align:left;
}
.SubjectBgRight
{
	position:absolute;
	right:0px;top:0px;
	width:6px;
	height:25px;
	background-image:url(/images/BackGround/SubjectBgRight.gif);
}

.SubjectBgPixel
{
	position:absolute;
	right:6px;
	top:0px;
	width:888px;
	height:25px;
	background-image:url(/images/BackGround/SubjectBgPixel.gif); 
	text-align:right; 
	vertical-align:middle;
}

.SubjectBgLeft
{
	position:absolute;
	right:894px;
	top:0px;
	width:6px;
	height:25px;
	background-image:url(/images/BackGround/SubjectBgLeft.gif);
}

.TextBoxMultiLine
{
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
	background-color:#F5F5F5;
}

/* New Box */
div.tb_header 
{
  position: relative; 
  margin: 0; 
  padding: 0; 
  height: 30px;
}

h2.tb_header_grey_text 
{
  position: relative; 
  padding: 0 10px; 
  padding-top: 8px;
  margin: 0; 
  margin-left:5px;
  margin-right:5px;
  color: #eee; 
  font-size: 12px;
  font-weight: bold; 
  text-align: right;
  height: 30px;
  background: url(../images/Box/box_header_grey.gif) repeat-x;
}

div.tb_header_grey_left 
{
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 5px; 
  height: 30px; 
  background: url(../images/Box/box_header_grey_left.gif) left;
}

div.tb_header_grey_right 
{
  position: absolute; 
  top: 0; 
  right: 0; 
  width: 5px; 
  height: 30px; 
  background: url(../images/Box/box_header_grey_right.gif) right;
}

div.tb_body_grd 
{
  border-left: 1px solid #C2C2C2; 
  border-right: 1px solid #C2C2C2; 
  font-size: 11px; 
  padding: 10px 0; 
  background: #f5f5f5 url(../images/Box/box_content_bg_grey.gif) top repeat-x;
}

div.tb_body_grd_content 
{ 
    padding: 0 0px; 
    width: 100%; 
}



INPUT.searchtext 
{
  background: #FFF url(../images/Box/searchtext_bg.gif) no-repeat scroll top left;
  border-color: #B6B6B6 #D9D9D9 #D9D9D9 #B6B6B6;
  border-style: solid;
  border-width: 1px;
  padding-left: 3px;
  padding-top: 2px;
  font-size: 12px;
  font-family: Verdana, Verdana, Geneva, sans-serif;  
  color: #333;
  /* text-transform: lowercase; */
}


div.tb_footer_grd 
{
  width: 100%; 
  height: 8px; 
  position: relative; 
  background: url(../images/Box/box_content_btm_grey.gif) repeat-x;
}

div.tb_footer_left_grd 
{
  position: absolute; 
  top: 0px; 
  left: 0px;
  width: 8px; 
  height: 8px; 
  background: url(../images/Box/box_content_btmleft_grey.gif);
}

div.tb_footer_right_grd 
{
  position: absolute; 
  top: 0px; 
  right: 0px; 
  width: 8px;  
  height: 8px; 
  background: url(../images/Box/box_content_btmright_grey.gif);
}

.clear 
{ 
	clear: both; 
}

/*wucMessageBox*/
div.wucServerMessageBox_Error{text-align: right;direction:rtl;background-color:#FFEBE8;border:1px solid #DD3C10;font-size:14px;margin:10pt 30px 20px 30px;color:#DD3C10;padding:5px 40px 5px 40px;}
div.wucServerMessageBox_Error p{color: #333333; padding: 0px;font-weight:bold;}
div.wucServerMessageBox_Error li{color: #333333;}
div.wucServerMessageBox_Confirm{text-align: right;direction:rtl;background-color:#EFF7FE;border:1px solid #A2CFFC;font-size:14px;margin:10pt 30px 20px 30px;color:#333333;padding:5px 40px 5px 40px;}
div.wucServerMessageBox_Confirm p{color: #333333; padding: 0px;font-weight:bold;}
div.wucServerMessageBox_Confirm li{color: #333333;}


.BackGroundSummary
{
	-x-background-x-position:0%;
	-x-background-y-position:0%;
	background-attachment:scroll;
	background-color:#ECECEC;
/*	background-image:url(../images/gbback.jpg);*/
	background-repeat:repeat-y;
	background-position:left;
}