body
{
	direction:ltr;
	margin: 0; 
	padding: 0; 
    font-family: verdana, tahoma, arial;
    font-size: 9pt;
    height:100%;
    outline: none;
    background-color: #c4c4c4; 
    background-image:url(../Images/MasterPage/bg.jpg);
	background-repeat:repeat-x;
} 
p  
{
	margin: 0; 
	padding: 0; 
} 
img
{
	border:0px;
}
.clear  
{
	clear: both; 
}

a:link 
{
	color:#666666;
	outline: none;
	text-decoration:none;
}
a:visited
{
	outline: none;
	color:#666666;
	text-decoration:none;
}
a:hover
{
	outline: none;
	color:#cc0033;
	text-decoration:none;
}
a:active
{
	outline: none;
	color:#666666;
	text-decoration:none;
}
.hidden
{
	display: none;
}

/*======= Default Forms ==========================================*/
.RegularFormLabels
{
	font:normal 8pt tahoma;
	line-height:17px;
	color:#666;
	padding-right:5px;
	float:none;
}
.RegularTextBoxes
{
   width:150px;
   font:normal 8pt tahoma;
   color:#666;
   margin:2px;
}
.RegularButtons
{
   width:100px;
   font:normal 8pt tahoma;
   color:#666;
   margin:2px;
}
.SkinnedButtons
{
   width:100px;
   font:normal 8pt tahoma;
   color:#fff;
   margin:5px;
   background-color:Transparent;
   border:0px;
   background-image:url(../Images/btn01.gif);
   height:20px;
   cursor:pointer;
   background-position:0px 0px;
   outline:0px;
}
.SkinnedButtons:hover
{
	background-position:0px 20px;
}

.HighlightLabels
{
	font:normal 8pt tahoma;
	line-height:40px;
	color:#cc3300;
	padding-right:5px;
	float:none;
}

.HidenTextBox    /* Used in MasterPage SearchBar */
{
	width:155px;
	height:17px;
	font:normal 8pt tahoma;
	margin-right:5px;
	color:#666;
	background-color:Transparent;
	border:none 0px;
}

.HidenButtons   /* Used in MasterPage SearchBar */
{
	width:15px;
	height:15px;
	border:none 0px;
}

.FormsValidator
{
   margin-left: 10px;
   font:normal 8pt tahoma;
   color:red;
}

/*======= Main Panels ============================================*/
#MPHeaderPan
{
	width: 960px; 
	height:66px;
	margin: 0 auto; 
	
}
#MPMenuPan
{
	width: 960px; 
	height: 34px;
	margin: 0 auto; 
	direction:rtl;
	background-image:url(../Images/Menu/tbg.jpg);
	background-repeat:no-repeat;
}
#MPWrapper
{
	width: 960px; 
	margin: 0 auto;
	background-color:#cfcfcf;
}
#MPTopPane
{
	width:960px;
	height:auto;
}
#MPLeftPane
{
	direction:rtl;
	left:0px;
	width:200px;
	display:inline-block;
	vertical-align:top;
}
#MPContent
{
	direction:rtl;
	left:200px;
	width:550px;
	display:inline-block;
	vertical-align:top;
}
#MPRightPane
{
	direction:rtl;
	left:760px;
	width:200px;
	display:inline-block;
	vertical-align:top;
}
#MPRightPaneHigh
{
	direction:rtl;
	left:960px;
	width:750px;
	display:inline-block;
	vertical-align:top;
}
#MPFooterPan
{
	direction:rtl;
	width: 960px; 
	height:37px;
	margin: 0 auto; 
	background-image:url(../Images/MasterPage/footerBg.jpg);
	background-repeat: repeat-x;
}
#HeadrLogin
{
	float:left;
	height:66px;
	direction:rtl;
	text-align:left;
	font:7pt tahoma;
	line-height:100px;
}

#MainSearchBar
{
	float:left;
	width:180px;
	height:20px;
	background:url(../Images/Search/bg.jpg) no-repeat;
	margin:5px 5px 0 5px;
	font:normal 8pt tahoma;
	color:#999;
}

.imgBookmarks
{
	margin:3px;
}

.Pages_DIV_BG_FloatBack
{
	background-color:#000;
	top:0px;
	left:0px;
	position:absolute;
	z-index:99;
	width:100%;
	min-height:100%;
	opacity: .8;
	filter:alpha(opacity=80);
}


.Pages_DIV_BG_Float
{
	background-color:#E2E2E2;
	top:150px;
	left:50%;
	min-width: 600px;
	/*min-height:300px;*/
	margin-left: -300px;
	position:absolute;
	z-index:100;
	-webkit-border-radius:7px;
	-khtml-border-radius: 7px;
	-opera-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:solid 2px #333;
	padding:5px;
}

.Pages_DIV_BG_Float_Big
{
	background-color:#E2E2E2;
	top:110px;
	left:50%;
	min-width: 960px;
	margin-left: -485px;
	position:absolute;
	z-index:100;
	-webkit-border-radius:7px;
	-khtml-border-radius: 7px;
	-opera-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:solid 2px #333;
	padding:5px;
}

.CloseButton
{
	position:absolute;
	top:5px;
	left:5px;
}

/* ======= Pages Details Divs =============================================*/
.divCurves
{
	margin:5px;
	border: 1px solid #b5b5b5;
	background-color:#e2e2e2;
	padding:5px;
	display:block;

	-webkit-border-radius:7px;
	-khtml-border-radius: 7px;
	-opera-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.divInnerCurves
{
	margin:5px 0px 5px 0px;
	border: 0px;
	background-color:#e2e2e2;
	padding:5px;
	display:block;
	-webkit-border-radius:7px;
	-khtml-border-radius: 7px;
	-opera-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
}

.divInnerCurves2
{
	margin:4px;
	background-color:#ececec;
	padding:4px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
	-opera-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.divInnerCurves3
{
	margin:2px 4px 1px 4px;
	background-color:#fff;
	padding:4px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
	-opera-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:100%;
}

.divInnerCurves3:hover
{
	background-color:#ddeeff;
}

.divInnerCurves4
{
	background-color:#ececec;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
	-opera-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	margin:5px;
}
.divInnerCurves4:hover
{
	background-color:#ddeeff;
}

/*======= Messages  ============================================*/
.divMessagesHeader
{
	display:block;
	font:normal 8pt tahoma;
	color:#666;
	line-height:30px;
}
.divMessagesCurves
{
	margin:5px 0px 5px 10px;
	border: 0px;
	background-color:#fff;
	padding:5px;
	display:inline-block;
	width:400px;
	
	-webkit-border-radius:7px;
	-khtml-border-radius: 7px;
	-opera-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.divMessageTitle
{
	display:block;
	font:bold 8pt tahoma;
	color:#666; 
	line-height:20px;
}
.divMessageDate
{
	width:300px;
	font:normal 7pt tahoma;
	color:#999; 
	line-height:12px;
}
.divMessageBody
{
	display:block;
	font:normal 8pt tahoma;
	color:#999; 
}
.divMessageUser
{
	text-align:left;
	width:110px;
	display:inline-block;
	font:normal 7pt tahoma;
	color:#666; 
	vertical-align:middle;
}
.divMessageIcon
{
	width:10px;
	background-image:url(../Images/Messages/MsgRight.gif);
	background-repeat:no-repeat;
	display:inline-block;
}
.divMessageUrl:link
{
	font:normal 7pt 15pt tahoma;
	color:#999;
	text-decoration:none;
	cursor:pointer;
}
.divMessageUrl:hover
{
	color:red;
	text-decoration:none;
}
.divMessageUrl:visited
{
	color:#999;
	text-decoration:none;
}
.divMessageUrl:active
{
	color:#999;
	text-decoration:none;
}


/*======= Footer Options ============================================*/
.FooterText
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:normal;
	color:#7f7f7f;
	margin-right:10px;
	line-height:3em;
}
.footerLogo
{
	float:left;
}

/*======= Default.aspx Classes ============================================*/
#SliderPan
{
	width:960px;
	height:460px;
	margin: 0 auto;
}
#MainContent
{
	width:960px;
	height:300px;
	margin: 0 auto;
	background-color:#cfcfcf;
	padding-top:5px;
}
#InnerMainContent
{
	width:960px;
	margin: 0 auto;
	background-color:#cfcfcf;
	padding-top:5px;
	height:600px;
}
.divMainNews
{
	height:130px;
	direction:rtl;
	margin: 0 auto;
}
.MainNewsImage
{
	float:right;
	border:0px;
}
.MainNewsRSS
{
	float:left;
	border:0px;
}
.MainNewsTicker
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:normal;
	color:#666;
	line-height:3em;
}
.MainNewsTicker:link 
{
	color:#666;
	text-decoration:none;
}
.MainNewsTicker:visited
{
	color:#666;
	text-decoration:none;
}
.MainNewsTicker:hover
{
	color:#cc0033;
	text-decoration:none;
}
.MainNewsTicker:active
{
	color:#666;
	text-decoration:none;
}
.RelatedNews
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:normal;
	color:#666;
	line-height:10px;
}
.RelatedNews:link 
{
	color:#666;
	text-decoration:none;
}
.RelatedNews:visited
{
	color:#666;
	text-decoration:none;
}
.RelatedNews:hover
{
	color:#cc0033;
	text-decoration:undeline;
}
.RelatedNews:active
{
	color:#666;
	text-decoration:none;
}
.DivRelatedNewsHeader
{
	direction:rtl;
	width: 100%; 
	height:20px;
	background-image:url(../Images/News/RelatedTitleBG.jpg);
	background-repeat:repeat-x;
}
.RelatedNewsTitle
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	color:#666;
}

.MainPageBullete
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	color:#e1091d;
}

#MainProducts
{
	width: 960px; 
	margin: 0 auto; 
}
.divMainProducts
{
	margin: 0px 0px 0px 5px;
	width:232px;
	height:140px;
	direction:rtl;
	background-image:url(../Images/Products/MPBg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	display:inline-block;
	padding-top:1px;
	border:1px solid #B5B5B5;
	
	-webkit-border-radius:7px;
	-khtml-border-radius: 7px;
	-opera-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}
	
.divMainProducts:hover
{
	background-image:url(../Images/Products/MPBg.jpg);
	background-position:left bottom;
	cursor:hand;
	cursor:pointer;
	
}
	
.MainProductsImage
{
	width:230px;
	height:100px;
	background-repeat:no-repeat;
	background-position:left top;
	
	-webkit-border-radius:7px;
	-khtml-border-radius: 7px;
	-opera-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
}
.MainProductsTitle
{
   width: 120px;
   padding-right: 10px;
   padding-top:47px;
   margin: 5px;
   float: right;
   text-align: right;
   font:normal bold 9pt tahoma;
   color:#333;
}
.MainProductsShort
{
	width: 210px;
   padding-right: 10px;
   margin: 5px;
   float: right;
   text-align: right;
   font:normal normal 8pt tahoma;
   color:#666;
   
}



/*======= ContentDetails.aspx Classes ============================================*/
.DivContentsWrapper
{
	direction:rtl;
	padding:5px 0 0 0;
}
.ContentDetailsImg
{
	border:solid 3px #999;
	margin:0px;
	/*float:right;*/
}
.ContentDetailsDte
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:normal;
	color:#666;
	line-height:4em;
}
.ContentDetailsText
{
	font-family:Tahoma;
	font-size:9pt;
	font-weight:normal;
	color:#666;
}
.ContentDetailsTitle
{
	font-family:Times New Roman;
	font-size:13pt;
	font-weight:bold;
	color:#333;
	line-height:20px;

}
.ContentDetailsTextSmall
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:normal;
	color:#666;
	line-height:2em;
}


/*======= Main Slider Classes ============================================*/

#divPrev
{
	position: absolute;
	margin-top:418px;
}
#divNext
{
	position: absolute;
	margin-top:418px;
}
#divPrev img
{
	position: relative;
	z-index: 2;
	cursor: pointer;
	right:-10px;
}
#divNext img
{
	position: relative;
	z-index: 2;
	cursor: pointer;
	left:913px;
}
#divTitle
{
	direction:rtl;
	margin: 0;
	padding: 0 5em ;
	font-size: 9pt;
	color:White;
	position: relative;
	top: -50px;
	line-height: 50px;
	height: 50px;
	background: black;
	opacity: .8;
	filter:alpha(opacity=80);
}




/*======= IM Support Classes ============================================*/
.YahooIMBoxOnline
{
	width:178px;
	height:32px;
	background-image:url(../Images/Support/YahooIM.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.YahooIMBoxOffline
{
	width:178px;
	height:32px;
	background-image:url(../Images/Support/YahooIM.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.YahooIMBoxText
{
	font:normal 8pt tahoma;
	line-height:30px ;
	padding-right:12px;
	color:#666;
}


/*======= Survey Classes ============================================*/







/*======= Products.aspx Classes ============================================*/

.ProductsTitle
{
	font:bold 8pt tahoma;
	color:#333;
	line-height:20px;
}
.ProductsDescription
{
	font:normal 8pt tahoma;
	color:#666;
}
.ProductDetailsLabel
{
	display:inline-block;
	width:170px;
	height:20px;
	background-color:#efefef;
	margin:1px;
	color:#666;
	padding: 0 0 0 5px;
}
.ProductDetailsLabelAlt
{
	display:inline-block;
	width:170px;
	height:20px;
	background-color:#e9e9e9;
	margin:1px;
	color:#666;
	padding:0 0 0 5px;
}
.ProductDetailsValue
{
	display:inline-block;
	width:350px;
	height:20px;
	background-color:#efefef;
	margin:1px;
	color:#666;
	padding:0 5px 0 0;
}
.ProductDetailsValueAlt
{
	display:inline-block;
	width:350px;
	height:20px;
	background-color:#e9e9e9;
	margin:1px;
	color:#666;
	padding:0 5px 0 0;
}
.ProductPriceDiscount
{
	font:bold 9pt tahoma;
	color:#c80b0b;
	text-decoration:line-through;
}
.ProductPrice
{
	font:bold 9pt tahoma;
	color:#c80b0b;
}
.ProductDetailsUnits
{
	font:normal 7pt tahoma;
	color:#666;
}


/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../Images/jTip/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../Images/jTip/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
	top:10px;
}

#JT_copy{
	padding:5px 5px 5px 5px;
	color:#333333;
	min-height:227px;
}

.JT_loader{
	background-image: url(../Images/jTip/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
	vertical-align:middle;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: right;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	font-size:7pt;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: right;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	font-size:7pt;
}

#JT_copy p{
	margin:3px 0;
}

#JT_copy img{
	padding: 0px;
	border: 0px;
}

.jTip{
	cursor:help;
}



.Iframe
{
	width:auto;
	min-width:0px;
	margin:0px;
	overflow:hidden;
	height:40px;
	border:0px;
	border-width:0px;
}

/*======= Main Statistics ============================================*/

#MainStatisticsWrapper
{
	position:absolute;
	top:905px;
	left:50%;
}




/*========= DataGrids ================*/

.DataGrids
{
	border:none;
	outline:none;
}
.DataGridsHeaders
{
	background-color:#666;
	text-align:center;
	border:0px;
	font:normal 8pt tahoma;
	height:24px;
	color :#ffffff  ;
	direction:rtl;
}
.DataGridsFooter
{
	background-color:#cccccc;
	text-align:center;
	border:solid 1px white;
	font:normal 8pt tahoma;
	color :#404040  ;
}
.DataGridsPager
{
	border-width:0px;
	font:normal 8pt tahoma;
	color :#009350  ;
	height:25px;
}
.DataGridNormalRow
{
	font:normal 8pt tahoma;
	color :#666666 ;
	height:24px;
	background:#fff url(../Images/UsersArea/DataGrid/RowBG.jpg)  repeat-x;
}
.DataGridOverRow
{
	font:normal 8pt tahoma;
	color :#0099ff ;
	height:24px;
    background-color:#E0EFF8;
}
.DataGridSelectedRow
{
	background-color: #99ccff;
	font:normal 8pt tahoma;
	color :#404040;
}
.DataGridBulletes
{
	color:#0099ff;
	font:normal bold 8pt tahoma;
}
.DataGridTextBox
{
	font:normal 9pt tahoma;
	color:#adadad;
}
.DataGridEmpty
{
	background:none;
	border:none;
	color:#008aff;
	font:normal bold 8pt tahoma;
}

.DataGridFonts
{
	color:#666666;
	font:8pt tahoma;
}

/*========= End DataGrids ============*/















.Page_DIV_Loading_BG
{
	position:fixed;
	top:0px;
	right:0px;
	height:100%;
	width:100%;
	background-color:black;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	z-index:100;
}

