﻿/* תבנית כללית */
body
{
	background-color: #d3e6ea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	width: 99%;
}
ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;	
}
hr
{
	border: none;
	background-color: #e0e0e1;
	height: 2px;
}
h3
{
	margin: 0px;
	padding: 0px;
}

/* הגדרות גלובליות לטבלה */
table
{
	width: 100%;
}

/*  הגדרות גלובליות לתא של טבלה  */
td
{
	vertical-align:top;
}

/* הגדרות כלליות לטקסט אריאה */
textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

/* הגדרות כלליות של תמונה */
img
{
	border-width: 0px;
}

/* מסגרת האתר - תבנית עליונה */
.Bordertop1
{
	width: 17px;
	height: 17px;
	background-image: url( 'images/sample-v.1.7_01.png' );
	background-repeat: no-repeat;
	background-position: right;
}
.Bordertop2
{
	width: auto;
	height: 17px;
	background-image: url( 'images/sample-v.1.7_02.png' );
	background-repeat: repeat-x;
	padding-right: 10px; /* אחרת לא רואים בכרום */
}
.Bordertop3
{
	width: 17px;
	height: 17px;
	background-image: url( 'images/sample-v.1.7_03.png' );
	background-repeat: no-repeat;
	background-position: left;
}

/* מסגרת האתר - תבנית אמצעית */
.Bordermiddle1
{
	width: 17px;
	height: 26px;
	background-image: url( 'images/sample-v.1.7_04.png' );
	background-repeat: repeat-y; /* חייבים לתת רוחב לפני החזרה */
}
.middle2_rtl
{
	direction: rtl; /* מימין לשמאל */
	width: auto;
	background-color: #FFFFFF;
	vertical-align: top;
}
.middle2_ltr
{
	direction: ltr; /* משמאל לימין */
	width: auto;
	background-color: #FFFFFF;
	vertical-align: top;
}
.Bordermiddle3
{
	width: 17px;
	height: 26px;
	background-image: url( 'images/sample-v.1.7_06.png' );
	background-repeat: repeat-y; /* חייבים לתת לו גודל לפני החזרה */
}

/* מסגרת האתר - תבנית תחתונה */
.Borderbottom1
{
	width: 17px;
	height: 17px;
	background-image: url( 'images/sample-v.1.7_07.png' );
	background-repeat: no-repeat;
	background-position: right;
}
.Borderbottom2
{
	width: auto;
	height: 17px;
	background-image: url( 'images/sample-v.1.7_08.png' );
	background-repeat: repeat-x;
	padding-right: 10px; /* אחרת לא רואים בכרום */
}
.Borderbottom3
{
	width: 17px;
	height: 17px;
	background-image: url(  'images/sample-v.1.7_09.png' );
	background-repeat: no-repeat;
	background-position: left;
}

/* תפריט מאוזן */
.menu
{
	background-image: url(     'images/menuBG.png' );
	background-repeat: repeat-x;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: Aqua;
}
.menu li
{
	width:75px;
	font-weight: bold;
}
.menu .active
{
	float: right;
	font-weight: bold;
	/*border-left-width: 1px;
	border-left-color: #094D80;
	border-left-style: solid; */
	background-image: url(     'images/menuActive.png' );
	background-repeat: repeat-x;
	padding: 5px 10px 5px 10px;
	height: 15px;
	line-height: 15px;	
	color: Black;
	text-align: center;
	vertical-align: middle;
}
.menu .activeA
{
	float: right;
	font-weight: bold;
	background-image: url(     'images/menuActive.png' );
	background-repeat: repeat-x;
	padding: 5px 10px 5px 10px;
	height: 15px;
	line-height: 15px;	
	color: Black;
	text-align: center;
	vertical-align: middle;
}
.menu a
{
	width:auto;
	display: block;
	outline: none;
	padding: 5px 10px 5px 10px;
	height: 15px;
	line-height: 15px;
	color: White;
	background-color: #0b05bb;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-image: url(     'images/menuBG.png' );
	background-repeat: repeat-x;
}
.menu a:hover
{
	display: block;
	outline: none;
	padding: 5px 10px 5px 10px;
	height: 15px;
	line-height: 15px;
	color: White;
	background-color: #5080b2; /*#d20001; - red */
	text-decoration: none;
	text-align: center;
	vertical-align: middle;	
	background-image: url(   'images/menuAhover.png' );
	background-repeat: repeat-x;
}
/* זה בשביל דפים לחוצים שאפשר ללחוץ עליהם */
a.ActivePage
{
	color: Black;
	padding: 0px 0px 0px 0px;	
	height: 15px;
	line-height: 15px;
	background-image: none;
	background-color: Transparent;
}
a.ActivePage:hover
{
	color: Black;
	padding: 0px 0px 0px 0px;	
	height: 15px;
	line-height: 15px;
	background-image: none;
	background-color: Transparent;
}


/* זו הטבלה שמחזיקה בתוכה את התפריט, היא עושה לו רקע על כל האורך   */
.menuBG
{
	height: 25px;
	background-color: #0f07ee;
	background-image: url(     'images/menuBG.png' );
	border-top-width: 1px;
	border-top-color: #094D80;
	border-top-style: solid;
}

/* דף הבית */
.home
{
	width: 100%;
}
.homeText
{
	vertical-align: top;
	padding: 10px;
}
.homePic
{
	vertical-align: top;
}
/* עיצוב הטבלה של הרשומות */
table.List
{
	width: 100%;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #BFC7CA;
	background-image: url(     'images/bgForList.png' );
	background-repeat: repeat-x;
	background-position: top;
}
table.List_last
{
	width: 100%;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #BFC7CA;
	background-image: url(     'images/bgForList.png' );
	background-repeat: repeat-x;
	background-position: top;
}
/* עיצוב דף זום */
table.Zoom
{
	width: 100%;
	/*border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #BFC7CA;*/
}
/* כפתור עם תמונה בצד */
/* ====== Buttons ltr - START ============================= */
/* btnGeneral_ltr - START */
.btnGeneral_ltr 
{
    padding: 4px 10px 3px 25px;
    border: solid 1px #919191;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-image: url( 'images/bg_general.png' );
    background-repeat: repeat-x;
    font-weight: bold;
    height: 16px;
    text-decoration: none;
    color: #2c2c36;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}
.btnGeneral_ltr img {
    position: absolute;
    top: -4px;
    left: -12px;
    border: none;
}
.btnGeneral_ltr:hover {
    color: #5c5d6b;
}
/* btnGeneral_ltr - END */

/* btnRed_ltr - START */
.btnRed_ltr {
    padding: 4px 10px 3px 25px;
    border: solid 1px #c14d33;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-image: url( 'images/bg_red.png' );
    background-repeat: repeat-x;
    font-weight: bold;
    height: 16px;
    text-decoration: none;
    color: #7d2713;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}
.btnRed_ltr img {
    position: absolute;
    top: -4px;
    left: -12px;
    border: none;
}
.btnRed_ltr:hover {
    color: #db564b;
}
/* btnRed_ltr - END */

/* btnGreen_ltr - START */
.btnGreen_ltr {
    padding: 4px 10px 3px 25px;
    border: solid 1px #8AB134;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-image: url( 'images/bg_g.png' );
    background-repeat: repeat-x;
    font-weight: bold;
    height: 16px;
    text-decoration: none;
    color: #2e5507;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}
.btnGreen_ltr img {
    position: absolute;
    top: -4px;
    left: -12px;
    border: none;
}
.btnGreen_ltr:hover {
    color: #8AB134;
}
/* btnGreen_ltr - END */
/* ====== Buttons ltr - END ============================= */

/* ====== Buttons rtl - START ============================= */
/* btnGeneral_rtl - START */
.btnGeneral_rtl 
{
    padding: 4px 0px 3px 20px;
    border: solid 1px #919191;
    position: static;
    cursor: pointer;
    display: inline-block;
    background-image: url( 'images/bg_general.png' ) ;
    background-repeat: repeat-x;
    font-weight: bold;
    height: 16px;
    text-decoration: none;
    color: #2c2c36;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}
.btnGeneral_rtl img 
{
    position: relative;
    top: 12px;
	right: -12px;
    margin: -20px 0px 0px 0px;
    border: none;
}
.btnGeneral_rtl:hover {
    color: #5c5d6b;
}
/* btnGeneral_ltr - END */
/* btnRed_rtl - START */
.btnRed_rtl {
    padding: 4px 0px 3px 20px;
    border: solid 1px #c14d33;
    position: static;
    cursor: pointer;
    display: inline-block;
    background-image: url( 'images/bg_red.png' );
    background-repeat: repeat-x;
    font-weight: bold;
    height: 16px;
    text-decoration: none;
    color: #7d2713;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}
.btnRed_rtl img {
    position: relative;
    top: 12px;
	right: -12px;
    margin: -20px 0px 0px 0px;
    border: none;
}
.btnRed_rtl:hover {
    color: #db564b;
}
/* btnRed_rtl - END */

/* btnGreen_rtl - START */
.btnGreen_rtl {
    padding: 4px 0px 3px 20px;
    border: solid 1px #8AB134;
    position: static;
    cursor: pointer;
    display: inline-block;
    background-image: url( 'images/bg_g.png' );
    background-repeat: repeat-x;
    font-weight: bold;
    height: 16px;
    text-decoration: none;
    color: #2e5507;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}
.btnGreen_rtl img {
    position: relative;
    top: 12px;
	right: -12px;
    margin: -20px 0px 0px 0px;
    border: none;
}
.btnGreen_rtl:hover {
    color: #8AB134;
}
/* btnGreen_rtl - END */
/* ====== Buttons rtl - END ============================= */

/* ====================== סטייל של טבלת לוח עם כותרות למעלה - התחלה ==================== */
/*  Table_with_images - START  */
#Table_with_images {
	background-color: #FFFFFF;
	border-top		: 1px solid #C0C0C0;
	border-right	: 1px solid #C0C0C0;
	border-left		: 1px solid #C0C0C0;
	}	

.Table_with_images td {
	border-left		: 1px solid #C0C0C0;
	border-bottom	: 1px solid #C0C0C0;
	padding			: 4px 4px 4px 4px;
	text-align:center;
	}
	
.Table_with_images th 
{
	background		: #8BB2D9  repeat-x url(images/table_image_header.gif) bottom;
	border-left		: 1px solid #C0C0C0;
	border-bottom	: 1px solid #C0C0C0;
	color			: #fff;
}
	
.Table_with_images tr 
{
	background: #FFFFFF url(images/table_image_first.gif) repeat-x bottom;
}
	
.Table_with_images tr.second 
{
	background: #F5FAFE url(images/table_image_second.gif) repeat-x bottom;
}
/*  Table_with_images - END  */
/* ====================== סטייל של טבלת לוח עם כותרות למעלה - סוף ==================== */
/* התחלת הדיפדוף */
/* ====== Paging - START ============================= */
.pagNum
{
	margin: 3px;
    padding: 4px 5px 4px 5px;
	border: solid 1px #919191;
	border-left: solid 1px #919191;
    border-right: solid 1px #919191;
    border-bottom: solid 1px #919191;
    border-top: solid 1px #919191;
    position: relative;
    cursor: pointer;
    display: inline-block;
	background-image: url(  'images/bg_general.png' );
    background-repeat: repeat-x;
    font-weight: bold;
    text-decoration: none;
	color: #3f4658;
}
.pagNum:hover
{
	background-image: url( 'images/bg_orange.png' );
	color: #808080;
	border-left: solid 1px #919191;
    border-right: solid 1px #919191;
    border-bottom: solid 1px #919191;
    border-top: solid 1px #919191;
}
.pagNum:visited
{
	color: #773982;
}
.pagNumDown
{
	margin: 3px;
    padding: 4px 5px 4px 5px;
    position: relative;
    display: inline-block;
    border: solid 1px #041225;
    border-left: solid 1px #041225;
    border-right: solid 1px #041225;
    border-bottom: solid 1px #041225;
    border-top: solid 1px #041225;
    background-image: url( 'images/bg_dark_blue.png' );
    background-repeat: repeat-x;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
.pagNumNone
{
	margin: 3px;
    padding: 4px 5px 4px 5px;
    position: relative;
    display: inline-block;
	border: none;
	background-image: none;
    background-repeat: repeat-x;
    font-weight: bold;
    text-decoration: none;
    color: #808080;
	
}
/* ====== Paging - END ============================= */
/* סיום הדיפדוף */

/* תפריט בצד */
/* הטבלה */
/*  MenuSide - START  */
ul.MenuSide
{
	list-style: none;	
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}
ul.MenuSide li
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-weight: bold;	
	border-bottom: solid 1px #c0c0c0;


}
ul.MenuSide li.LastLi
{
	height: 30px;
	border-bottom: none;
	width: 100%;
	/*background-image: url(     'images/Shadow.png' );
	background-repeat: repeat-x;*/
}

ul.MenuSide a
{
	width:auto;
	display: block;
	outline: none;
	padding: 5px 10px 5px 10px;
	height: 15px;
	line-height: 15px;
	color: #2f76d1;
	background-color: #5286c9;
	text-decoration: none;
	vertical-align: middle;
	background-image: url(     'images/bgForSearch.png' );
	background-repeat: repeat-x;
}
ul.MenuSide a:hover
{
	text-decoration: underline;
}
ul.MenuSide a:visited
{
	color: #596d87;	
}

ul.MenuSide span
{
	width:auto;
	display: block;
	outline: none;
	padding: 5px 15px 5px 15px;
	height: 15px;
	line-height: 15px;
	text-decoration: none;
	vertical-align: middle;
	background-color: #FFFFFF;
}

/*  MenuSide - END  */

/* סטייל של התא של תיבת החיפוש */
td.ListSearch
{
	padding: 5px;
	background-image: url(     'images/bgForSearch.png' );
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom	: 1px solid #C0C0C0;
}

/* סטייל של התא של תיבת הניהול */
td.ListMengment
{
	padding: 5px 15px 5px 15px;
	background-image: url(     'images/bgForSearch.png' );
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom	: 1px solid #C0C0C0;
}
/* סיום תפריט בצד */

/* תפריט ניווט באתר */

a.TreeLink
{
	text-decoration: none;
	font-weight: bold;
}

a.TreeLink:hover
{
	text-decoration: underline;
}

a.TreeLink:visited
{
	color: #271a8b;
}

img.ListImg
{
	border: 1px solid #c0c0c0;
}

img.ListImg_movies
{
	border: 1px solid #c0c0c0;
	width: 100px;
}

h3.Zoom_Title_Header
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.Like_Button_Facebook
{
	top: 0px;
}

.Share_Button
{
	position: relative;
	top: -8px;
}

.LinkZoomImg
{
	position: relative;
	top: 3px;
}

.LinkZoomText
{
	font-weight: 900;
}

.LastProductsTitle
{
	text-decoration: none;
	font-weight: 500;
	color: rgb(58, 105, 200);
}

.LastProductsTitle:hover
{
	text-decoration: underline;
}

.LastProductsImg
{
	border: solid 1px #C0C0C0;
	padding: 3px;
}

.LastProductsDetails
{
	color: #A0A0A0;
	font-variant: normal;
	font-style: italic;
	font-weight: 400;
}

.LastProductsDetails_a
{
	text-decoration: none;
}

.LastProductsHr
{
	border: none;
	background-color: #e0e0e1;
	height: 1px;
}

.logo_class
{
	background-position: left; 
	height: 100px; 
	width: 100%; 
	background-repeat: no-repeat;
}

.song_lyrics 
{
	font-size: 11pt;
	display: inline;
}

.no_underline
{
	text-decoration: none;
}


