body
{
	font: 9pt Tahoma;
	background: #FFFFFF;
	margin: 0;
	direction:rtl;
}

#parentPage
{
	display:block;
	background: url(  'images/page_bg.jpg' ) no-repeat 100% 0;
	width: 1000px;
}

#pageHeader
{
	display:block;
	position:relative;
	background: url(  'images/header.png' ) no-repeat 0 0;
	font: 8pt Tahoma;
	color: #FFFFFF;
	width: 500px;
	height: 30px;
    line-height: 30px;
	padding: 0px 500px 0px 0px;
}

#pageHeaderDate
{	
	display:block;
	position:absolute;
	font: 8pt Tahoma;
	color: #FFFFFF;
	width: 200px;
	height: 30px;
    line-height: 30px;
    right:10px;
    top:0px;
}

#bodyTitle
{
	display:block;
	background: url(  'images/search_logo.png' ) no-repeat 0 0;
	width: 485px;
	height: 30px;
	padding: 20px 515px 70px 0px; 

}

#AdsBanner
{
	display:block;
	background: url(  'images/marquee.png' ) no-repeat 0 0;
	width: 1000px;
	height: 50px; 
}


#pageMenuBar
{
	display:block;
	width: 800px;
	height: 33px;
	background: url(  'images/top_menu.png' ) no-repeat 0 0;
	padding: 0px 200px 0px 0px;
	margin: 0px;
}

#loginWindow
{
	display:block;
    font: 9pt Tahoma;
    color:#000000;
	width: 800px;
	height: 40px;
	background: url(  'images/login_panel_bg.png' ) no-repeat 0 0;
	padding: 5px 200px 5px 0px;
	margin: 0px;
}


#pageBody
{
	display: block;
	width: 940px;
	text-align: left;
	padding: 0px 20px;
}

#BodySide
{
	display: block;
	width: 210px;
	margin-left: 0;
	float: left;
}

#BodyContain
{
	display: block;
	width: 687px;
	margin-left: 210px;
}

#pageFooter
{
	display: block;
	width: 980px;
	height: 90px;
	padding: 5px 10px;
	margin-top: 5px;
	background: url(  'images/footer.png' ) no-repeat 0 0;
}


/*-----------------------------------------------------------------------*/

a.autoTag
{
	display:inline-block;
	min-width:50px;
	height:16px;
	background: #d4fecf;
	border-bottom: solid 1px #4dc541;
	border-top: solid 1px #4dc541;
	font: Tahoma bold 8pt;
	line-height:16px;
    text-decoration: none;
	color:#2c8f22;
	padding:1px 1px;
	margin:2px 2px;
}
a.autoTag:hover
{
	border-bottom: solid 1px #134f03;
	border-top: solid 1px #134f03;
	background: #4dc541;
	color:White;
}

img.autoTag
{
	border:solid 5px silver;
	max-width:480px;
	float: right;
}


/*-----------------------------------------------------------------------*/


.help
{
	CURSOR: help;
}
.pointer
{
	CURSOR: pointer;
}
.wait
{
	CURSOR: wait;
}
.crosshair
{
	CURSOR: crosshair;
}
.move
{
	CURSOR: move;
}


/*-----------------------------------------------------------------------*/


A.TMenuHome
{
    display:inline-block;
	font-family:Arial;
	font-size: 11pt;
	font-weight:bold;
	color: #9A9999;
	height:33px;
	line-height: 33px;
	text-decoration: none;
	text-align:center;
	width:50px;
	white-space: nowrap;
    color: #1a1a1a;
}
A.TMenuHome:hover
{
    text-decoration : underline ;
}

A.TMenuActiveHome
{
    display:inline-block;
	font-family:Arial;
	font-size: 11pt;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 33px;
	height:33px;
	text-decoration: none;
	text-align:center;
	width:50px;
	white-space: nowrap;
}
A.TMenuActiveHome:hover
{
	text-decoration : underline ;
}

A.TMenu
{
    display:inline-block;
	font-family:Arial;
	font-size: 11pt;
	font-weight:bold;
	color: #9A9999;
	height:33px;
	line-height: 33px;
	text-decoration: none;
	text-align:center;
	width:75px;
	white-space: nowrap;
    color: #1a1a1a;
    background: url(  'images/menuSpliter.gif' ) no-repeat right top;
}
A.TMenu:hover
{
    color: #dedede;
    text-decoration : underline ;
}


A.TMenuActive
{
    display:inline-block;
	font-family:Arial;
	font-size: 11pt;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 33px;
	height:33px;
	text-decoration: none;
	text-align:center;
	width:75px;
	white-space: nowrap;
    background: url(  'images/menuSpliter.gif' ) no-repeat right top;
}
A.TMenuActive:hover
{
	text-decoration : underline ;
}

/*-----------------------------------------------------------------------*/


#CategoryMenuBar
{
	display:block;
	width: 500px;
	height: 25px;
    min-height:25px;
	background: url(  'images/category_bg.png' ) no-repeat 0 0;
}

.CategoryFirst
{
    display:inline-block;
	font: 10pt Arial;
    font-weight: bold;
	color: #414141;
	min-width: 10px;
    text-align:center;
	height: 25px;
    line-height: 25px;
	text-decoration: none;
	white-space: nowrap;
    padding: 0px 10px 0px 5px;
    margin: 0px 0px 0px 5px;
}

A.Category
{
    display:inline-block;
	font: 10pt Arial;
    font-weight: bold;
    text-align:center;
	color: #414141;
	min-width: 50px;
	height: 25px;
    line-height: 25px;
	text-decoration: none;
	white-space: nowrap;
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 0px 5px;
    border-right: 1px solid #9c9c9c;
}
A.Category:hover
{
    color: #000000;
    text-decoration : underline ;
}

A.CategoryActive
{
    display:inline-block;
	font: 10pt Arial;
    font-weight: bold;
    text-align:center;
	color: #000000;
	min-width: 50px;
	height: 25px;
    line-height: 25px;
	text-decoration: none;
	white-space: nowrap;
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 0px 5px;
    border-right: 1px solid #9c9c9c;
}
A.CategoryActive:hover
{
    color: #000000;
    text-decoration : underline ;
}


#NavigationBar
{
	display:block;
	width: 480px;
	height: 21px;
    min-height:21px;
    margin-bottom:3px;
    padding:2px 10px ;
	background: url(  'images/navigate_bg.png' ) no-repeat 0 0;
}

/*-----------------------------------------------------------------------*/

#SiteSearch
{
	display:block;
	font-family: Tahoma;
    font-weight: bold;
	background: transparent;
	border: transparent;
	padding: 3px 10px;
	font-size: 12pt;
    color:#4e4e4e;
	height:24px;
	width: 165px;
	float:right;
}

#SiteSearchOption
{
	display:block;
	font-family: Tahoma;
    font-weight: bold;
    line-height: 30px;
	padding: 0px 5px;
	font-size: 12pt;
    color:#8f908f;
	height:30px;
	width: 75px;
	float:right;
    CURSOR: pointer;
}

#SiteSearchButton
{
	display:block;
	background: url(  'images/find.png' ) no-repeat center center;
	height:30px;
	width: 40px;
    float:right;
    CURSOR: pointer;
}

/*-----------------------------------------------------------------------*/


A.UserLog
{
    display:inline-block;
	font: 8pt Tahoma;
	color: #FFFFFF;
	min-width: 50px;
	height: 30px;
    line-height: 30px;
	text-decoration: none;
	white-space: nowrap;
    background: url(  'images/user_icon.png' ) no-repeat right center;
    padding: 0px 20px 0px 5px;
    margin: 0px 0px 0px 5px;
    border-left: 1px solid #cfcdcd;
}
A.UserLog:hover
{
    color: #000000;
    text-decoration : underline ;
}

A.TextHeader
{
    display:inline-block;
	font: 8pt Tahoma;
	color: #FFFFFF;
	min-width: 30px;
	height: 30px;
    line-height: 30px;
	text-decoration: none;
	white-space: nowrap;
    padding: 0px 0px 0px 5px;
    margin: 0px 0px 0px 5px;
    border-left: 1px solid #cfcdcd;
}
A.TextHeader:hover
{
    color: #000000;
    text-decoration : underline ;
}

A.TextHeaderLight
{
    display:inline-block;
	font: 8pt Tahoma;
	color: #FFFFFF;
	min-width: 50px;
	height: 30px;
    line-height: 30px;
	text-decoration: none;
	white-space: nowrap;
    background: url(  'images/help_icon.png' ) no-repeat right center;
    padding: 0px 20px 0px 5px;
    margin: 0px 0px 0px 5px;
}
A.TextHeaderLight:hover
{
    color: #000000;
    text-decoration : underline ;
}

/*-----------------------------------------------------------------------*/


div.cornerPanelMain
{
    display:block;
    width:500px;
    margin:2px 0px;
}
span.cornerPanelTop
{
    display:block;
    width:500px;
    height:12px;
    background: url('images/cor_panel_top.png') no-repeat center center;
}
span.cornerPanelBottom
{
    display:block;
    width:500px;
    height:12px;
    background: url('images/cor_panel_bottom.png') no-repeat center center;
}
div.cornerPanelBody
{
    display:block;
    width:480px;
    padding:0px 10px;
    background: url('images/cor_panel_body.png') repeat-y center;
}

/*-----------------------------------------------------------------------*/

div.rowContainer
{
    display:block;
    width:470px;
    padding: 5px 15px;
    border-bottom: 1px solid #F2F2F2;
    margin:3px 0px;
}

.rowContainerTitle
{
	font: 9pt Tahoma;
	color: #797b79;
    font-weight: bold ;
    line-height: 18px;
	text-decoration: none;
	white-space: nowrap;
}

.regularNote
{
	font: 9pt Tahoma;
	color: #023162;
    line-height: 15px;
	text-decoration: none;
}

a.regularHref
{
	font: 8pt Tahoma;
	color: #1d5c9a;
    line-height: 15px;
	text-decoration: none;
}
a.regularHref:hover
{
	color: #000000;
	text-decoration: underline ;
}

.rssIcon
{
    display:inline-block;
    width:10px;
    height:10px;
    margin-left:5px;
    background: url('images/small_rss.gif') no-repeat center center;
}

/*-----------------------------------------------------------------------*/


.subSearch
{
	font-family: Tahoma;
    font-weight: bold;
	background: url(  'images/subSearch.png' ) no-repeat 0 0;
	border: transparent;
	padding: 14px 25px;
	font-size: 12pt;
    color:#000000;
	height:24px;
    direction:ltr;
	width: 300px;
}

/*-----------------------------------------------------------------------*/


div.rightCutomPanel
{
    display:block;
    width:185px;
    margin-top:5px;
    padding:0px 7px 0px 3px;
}


/*-----------------------------------------------------------------------*/


div.MainGalleryDiv
{
    display:block;
    position:relative;
    width:460px;
    padding:0px 10px 0px 10px;
}

div.GalleryPicDiv
{
    display:block;
    width:460px;
    height:350px;
    overflow:hidden;
    text-align:center;
    background: #000000;
}

#GalleryTitle
{
    display:block;
    position:absolute;
    top:320px;
    left:10px;
    width:460px;
    height:30px;
	font: 10pt Tahoma;
	color: #b0b0b0;
	font-weight: bold ;
    line-height: 30px;        
    text-align:center;
    text-decoration: none;
    background:#000000;
    opacity: .7;
	filter: alpha(opacity=70);    
}
#GalleryTitle:hover
{
    color:#FFFFFF;
	text-decoration: underline ;
}


#GalleryBigPic
{
    display:block;
    max-width:460px;
    max-height:350px;
    margin: 0 auto;
}

img.GalleryThumbnailPic
{
    display:block;
}

#GalleryThumbnailDiv
{
    display:block;
    width:460px;
    height:100px;
    white-space: nowrap;
    overflow:auto;
    overflow-y:hidden;    
    margin-top:5px;
    direction:ltr;
}


.GalleryItems
{
    display:inline-block;
    width:100px;
    height:100px;    
    margin:2px;
    opacity: .7;
	filter: alpha(opacity=70);
	cursor:pointer;
	border: 1px solid #d1d1d1;
}
.GalleryItems:hover
{
    opacity: 1.0;
	filter: alpha(opacity=100);
	border: 1px solid #000000;
}

/*-----------------------------------------------------------------------*/


div.ColumnBox1
{
    display:block;
    position:relative;
    float:right;
    width:239px;
    height:170px;
    padding:5px;
    border-left: 1px solid #e2e0e0 ;
    border-bottom: 1px solid #e2e0e0 ;
    text-align:center;
}

div.ColumnBox2
{
    display:block;
    position:relative;
    float:right;
    width:239px;
    height:170px;
    padding:5px;
    border-bottom: 1px solid #e2e0e0 ;
    text-align:center;
}

div.userImageBG
{
    display:block;
    width:96px;
    height:95px;
    padding:18px 22px 27px 22px;
    margin:0px 50px;
    background: url('images/user_pic_bg.png') no-repeat center center;
    text-align:center;
}

div.userImageBorder
{
    display:block;
    width:96px;    
    height:95px;
    overflow:hidden;
    text-align:center;
}

img.userImage
{
    display:block;
    border:0px;    
    margin: auto auto;
}


/*-----------------------------------------------------------------------*/



div.userPanelMenu
{
    display:block;
    width:195px;
    margin-top:5px;
}
span.userPanelMenuTop
{
    display:block;
    width:195px;
    height:15px;
    background: url('images/user_panel_menu_top.png') no-repeat center center;
}
span.userPanelMenuBottom
{
    display:block;
    width:195px;
    height:15px;
    background: url('images/user_panel_menu_bottom.png') no-repeat center center;
}
div.userPanelMenuBody
{
    display:block;
    width:195px;
    background: url('images/user_panel_menu_body.png') repeat-y center;
}

A.userPanelMenuItem
{
    display:block;
	font: 8pt Tahoma;
	color: #FFFFFF;
	width: 165px;
	height: 20px;
    line-height: 20px;
	text-decoration: none;
	white-space: nowrap;
    background: url('images/user_panel_menu_split.png') no-repeat 0 0;
    padding: 0px 20px 0px 10px;
}
A.userPanelMenuItem:hover
{
    color: #b9d8fc;
    background: url('images/user_panel_menu_sel.png') no-repeat 0 0;
}

.userPanelMenuItemTitle
{
    display:block;
	font: 9pt Tahoma;
	color: #59718e;
	width: 165px;
	height: 20px;
    line-height: 20px;
	text-decoration: none;
	white-space: nowrap;
    font-weight: bold ;
    padding: 0px 20px 0px 10px;
}

.NewMessageCount
{
    font-family : Tahoma ;
	font-size : 8pt ;
	color: yellow ;
    font-weight: bold ;
    text-decoration : none ;
}

/*-----------------------------------------------------------------------*/



div.catPanelMenu
{
    display:block;
    width:195px;
    margin-top:5px;
}
span.catPanelMenuTop
{
    display:block;
    width:195px;
    height:15px;
    background: url('images/cat_panel_menu_top.png') no-repeat center center;
}
span.catPanelMenuBottom
{
    display:block;
    width:195px;
    height:15px;
    background: url('images/cat_panel_menu_bottom.png') no-repeat center center;
}
div.catPanelMenuBody
{
    display:block;
    width:195px;
    background: url('images/cat_panel_menu_body.png') repeat-y center;
}
div.catPanelMenuBodyPadding
{
    display:block;
    width:165px;
    padding: 0px 20px 0px 10px;
}

A.catPanelMenuItem
{
    display:block;
	font: 8pt Tahoma;
	color: #FFFFFF;
	width: 165px;
	height: 20px;
    line-height: 20px;
	text-decoration: none;
	white-space: nowrap;
    background: url('images/cat_panel_menu_split.png') no-repeat 0 0;
    padding: 0px 20px 0px 10px;
}
A.catPanelMenuItem:hover
{
    color: #b9d8fc;
    background: url('images/cat_panel_menu_sel.png') no-repeat 0 0;
}

A.catPanelMenuItemActive
{
    display:block;
	font: 8pt Tahoma;
	color: yellow;
	width: 165px;
	height: 20px;
    line-height: 20px;
	text-decoration: none;
	white-space: nowrap;
    background: url('images/cat_panel_menu_sel.png') no-repeat 0 0;
    padding: 0px 20px 0px 10px;
}
A.catPanelMenuItemActive:hover
{
    color: #b9d8fc;
    background: url('images/cat_panel_menu_sel.png') no-repeat 0 0;
}

.catPanelMenuItemTitle
{
    display:block;
	font: 9pt Tahoma;
	color: #aeaeae;
	width: 165px;
	height: 20px;
    line-height: 20px;
	text-decoration: none;
	white-space: nowrap;
    font-weight: bold ;
    padding: 0px 20px 0px 10px;
}
/*-----------------------------------------------------------------------*/


.TBox50
{
	font-family: Tahoma;
	font-size: 9pt;
    color: #000000;
	width: 50px;
	border: 1px solid #333333;
    margin:1px;
	background: #FFFFFF;
}

.TBox100
{
	font-family: Tahoma;
	font-size: 9pt;
    color: #000000;
	width: 100px;
	border: 1px solid #333333;
    margin:1px;
	background: #FFFFFF;
}
.TBox100:focus
{
    background: #fcf281;
}

.TBox150
{
	font-family: Tahoma;
	font-size: 9pt;
    color: #000000;
	width: 150px;
	border: 1px solid #333333;
    margin:1px;
	background: #FFFFFF;
}
.TBox150:focus
{
    background: #fcf281;
}

.TBox200
{
	font-family: Tahoma;
	font-size: 9pt;
    color: #000000;
	width: 200px;
	border: 1px solid #333333;
    margin:1px;
	background: #FFFFFF;
}
.TBox200:focus
{
    background: #fcf281;
}

.TBox250
{
	font-family: Tahoma;
	font-size: 9pt;
    color: #000000;
	width: 250px;
	border: 1px solid #333333;
    margin:1px;
	background: #FFFFFF;
}
.TBox250:focus
{
    background: #fcf281;
}

.TBox300
{
	font-family: Tahoma;
	font-size: 9pt;
    color: #000000;
	width: 290px;
	border: 1px solid #333333;
    margin:1px;
	background: #FFFFFF;
}
.TBox300:focus
{
    background: #fcf281;
}

.TBox350
{
	font-family: Tahoma;
	font-size: 9pt;
    color: #000000;
	width: 350px;
	border: 1px solid #333333;
    margin:1px;
	background: #FFFFFF;
}
.TBox350:focus
{
    background: #fcf281;
}


/*-----------------------------------------------------------------------*/

.NotePaging
{
    display:inline-block;
	font-family:Tahoma;
	font-size: 9pt;
	color: #C0C0C0;
    background: #FFFFFF;
    border: 1px solid #C0C0C0;
	text-decoration: none;
	text-align:center;
	height:18px;
	min-width:14px;
    line-height: 18px;
	white-space: nowrap;
    padding:1px 3px;
    margin:3px;
}

.ActivePaging
{
    display:inline-block;
	font-family:Tahoma;
	font-size: 9pt;
	color: #FFFFFF;
    background: #3366CC;
    border: 1px solid #333333;
	text-decoration: none;
	text-align:center;
	height:18px;
	min-width:14px;
    line-height: 18px;
	white-space: nowrap;
    padding:1px 3px;
    margin:3px;
}

A.Paging
{
    display:inline-block;
	font-family:Tahoma;
	font-size: 9pt;
	color: #808080;
    background: #F2F2F2;
    border: 1px solid #C0C0C0;
	text-decoration: none;
	text-align:center;
	height:18px;
	min-width:14px;
    line-height: 18px;
	white-space: nowrap;
    padding:1px 3px;
    margin:3px;
}
A.Paging:hover
{
	color: #FFFFFF;
    background: #666666;
    border: 1px solid #333333;
}

/*-----------------------------------------------------------------------*/

td.alignCenter
{
    text-align:center;
}

/*-----------------------------------------------------------------------*/


img.ItemLargePic
{
    display:block;
    width:480px;
    border: 5px solid #000000;
}

div.ItemDes
{
    display:block;
    width:490px;
    padding:5px;
    font-family : Tahoma ;
	font-size : 9pt ;
    line-height:20px;
	color: #0d1c3c ;
    text-decoration : none ;
}

/*-----------------------------------------------------------------------*/


a.Over0
{
    font-family : Arial ;
	font-size : 11pt ;
    font-weight: bold ;
	color: #002D8A ;
    text-decoration : none ;
}
a.Over0:hover
{
	color: Black ;
}

a.Over1
{
    font-family : Arial ;
	font-size : 11pt ;
    font-weight: bold;
	color: #002D8A ;
    text-decoration : none ;
}
a.Over1:hover
{
	color: #000000 ;
    text-decoration : underline ;
}


a.Over2
{
    font-family : Arial ;
	font-size : 10pt ;
    font-weight: bold ;
	color: #002D8A ;
    text-decoration : none ;
}
a.Over2:hover
{
	color: Black ;
}

a.Over3
{
    font-family : Arial ;
	font-size : 10pt ;
    font-weight: bold ;
	color: #5F5F5F ;
    text-decoration : none ;
}
a.Over3:hover
{
	color: #002D8A ;
    text-decoration : underline ;
}

a.Over4
{
    font-family : Tahoma ;
	font-size : 8pt ;
	color: blue ;
    font-weight: bold ;
    text-decoration : none ;
}
a.Over4:hover
{
	color : #000000 ;
    text-decoration : underline ;
}


a.Over5
{
    font-family : Tahoma ;
	font-size : 9pt ;
	color: #686867 ;
    text-decoration : none ;
}
a.Over5:hover
{
	color : green ;
    text-decoration : underline ;
}


a.Over6
{
    font-family : Tahoma ;
	font-size : 8pt ;
	color: #FFFFFF ;
    text-decoration : none ;
}
a.Over6:hover
{
	color : #FFFF00 ;
    text-decoration : underline ;
}



a.Over7
{
    font-family : Tahoma ;
	font-size : 7pt ;
	color: #686867 ;
    text-decoration : none ;
}
a.Over7:hover
{
	color : green ;
    text-decoration : underline ;
}



a.Over8
{
    font-family : Tahoma ;
	font-size : 8pt ;
	color: #686867 ;
    text-decoration : none ;
}
a.Over8:hover
{
	color : green ;
    text-decoration : underline ;
}




a.Over9
{
    font-family : Arial ;
	font-size : 10pt ;
    font-weight: bold ;
	color: #FFFFFF ;
    text-decoration : none ;
}
a.Over9:hover
{
	color: #004891 ;
    text-decoration : underline ;
}



a.Over10
{
    font-family : Tahoma ;
	font-size : 7pt ;
	color: red ;
    text-decoration : none ;
}
a.Over10:hover
{
	color: #C0C0C0 ;
    text-decoration : underline ;
}





.Fn00
{
    font-family : Tahoma ;
	font-size : 7pt ;
	color: #686867 ;
    text-decoration : none ;
    line-height: 12px;
}



.Fn0
{
    font-family : Tahoma ;
	font-size : 8pt ;
	color: #686867 ;
    text-decoration : none ;
    line-height: 15px;
}

.Fn1
{
    font-family : Tahoma ;
	font-size : 8pt ;
	color: red ;
    text-decoration : none ;
    line-height: 15px;
}

.Fn2
{
    font-family : Tahoma ;
	font-size : 9pt ;
    line-height:18px;
	color: navy ;
    text-decoration : none ;
}

.Fn4
{
    font-family : Tahoma ;
	font-size : 9pt ;
	color: #FFFFFF ;
    line-height:18px;
    text-decoration : none ;
}

.Fn5
{
    font-family : Tahoma ;
	font-size : 8pt ;
	color: #009933 ;
    text-decoration : none ;
    line-height: 15px;
}

.Fn6
{
    font-family : Arial ;
	font-size : 11pt ;
    font-weight: bold;
	color: #003399 ;
    text-decoration : none ;
    line-height: 22px;
}

.Fn7
{
    font-family : Tahoma ;
	font-size : 9pt ;
	color: #686867 ;
    text-decoration : none ;
    line-height: 18px;
}


.Fn8
{
    font-family : Tahoma ;
	font-size : 9pt ;
	color: #EBEBEB ;
    font-weight: bold;
    text-decoration : none ;
    line-height: 18px;
}


.Fn9
{
    font-family : Tahoma ;
	font-size : 10pt ;
	color: navy ;
    font-weight: bold;
    text-decoration : none ;
    line-height: 20px;
}


.Fn20
{
    font-family : Arial ;
	font-size : 15pt ;
    font-weight: bold;
	color: #000000 ;
    text-decoration : none ;
    line-height: 25px;
}