/* Special font!
-------------------------------------------------------------------------------*/
@font-face {
  font-family: 'practica';
  src: url('../fonts/practicaregularwebfont.eot');
  src: url('../fonts/practicaregularwebfont.woff') format('woff'), url('../fonts/practicaregularwebfont.ttf') format('truetype'), url('../fonts/practicaregularwebfont.svg#practicaregularwebfont') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'practica';
  src: url('../fonts/practicaboldwebfont.eot');
  src: url('../fonts/practicaboldwebfont.woff') format('woff'), url('../fonts/practicaboldwebfont.ttf') format('truetype'), url('../fonts/practicaboldwebfont.svg#practicaboldwebfont') format('svg');
  font-weight: 700;
  font-style: normal;
}
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/

body {
	font-family: 'practica', Arial, sans-serif;
	font-size: 26px;
	margin: 0px !important;
	color: #1f1f1f;
	background-color: #007738;
}
.inner {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	direction: rtl;
}

.he {
	text-align: right;
	direction: rtl;
}
.en,.nl {
	text-align: left;
	direction: ltr;
	font-family: arial;
}

.heFloat {
	float: right;
	text-align: right;
	direction: rtl;
}
.enFloat,.nlFloat {
	float: left;
	text-align: left;
	direction: ltr;
}


a {
	text-decoration: none;
	color: #007738;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border: 0;
}
table {
	border-collapse: collapse;

}
hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.clearBoth {
	clear: both;
}
.sepHeight {
	height: 20px;
	width: 20px;
	clear: both;
}
.sepWidth {
	float: right;
	height: 30px;
	width: 20px;
}
.sepWidth2 {
	float: right;
	height: 30px;
	width: 10px;
}
.error {
	color: #FF6600;
	font-size: 16px;
	display: block;
	line-height:26px;
}
.errorMessage {
	font-size: 18px;
	color: #FF9900;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
input[type=text],input[type=password],select {
	font-family: Arial, sans-serif;
	height: 24px;
	font-size: 15px;
}
textarea {
	font-family:  Arial, sans-serif;
	font-size: 18px;
}
.greenLarge {
	font-size: 24px;
	font-weight: bold;
	color: #007738;
}

.myButton {
	font-size: 17px;
	color: #FFFFFF;
	background-color: #007738;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0,95,43,1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(0,95,43,1);
	box-shadow: 0px 3px 0px 0px rgba(0,95,43,1);	
	text-align: center;
	font-family: 'practica', Arial, sans-serif;
	border: none;
	outline: none;
	padding: 10px;
	padding-top:15px;
	cursor: pointer;
	border-radius:6px;
	display:inline-block;

}
.myButton.en,.myButton.nl {
	font-family:arial;
}	

.myButton:hover {
	background-color:#019243;
	border-radius:6px;
	color:#fff !important;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(1,118,53,1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(1,118,53,1);
	box-shadow: 0px 3px 0px 0px rgba(1,118,53,1);	
}

.myButton a{color: #FFFFFF;}
.myButton:hover a{color:#fff !important;}

.myButtonDisable {
	background-color: #929292;
	-moz-box-shadow: 0px 3px 0px 0px #767676;
	-webkit-box-shadow: 0px 3px 0px 0px #767676;
	box-shadow: 0px 4px 0px 0px #767676;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	cursor:pointer;
	color:#ffffff;
	font-family:'practica', Arial, sans-serif;
	font-size:16px;
	text-decoration:none;
	outline:none;
	border:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width:120px !important;

}

.myButton {
    font-size: 17px;
    color: #ffffff;
    background-color: #007738;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0,95,43,1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(0,95,43,1);
	box-shadow: 0px 3px 0px 0px rgba(0,95,43,1);
	text-align: center;
    font-family: 'practica', Arial, sans-serif;
    border: none;
    outline: none;
    padding: 10px;
    padding-top: 15px;
    cursor: pointer;
    border-radius: 6px;
    display: inline-block;
}
.myButton.white {
    color: #000000;
    background-color: #F9F8F7;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(212, 204, 196,1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(212, 204, 196,1);
    box-shadow: 0px 3px 0px 0px rgb(212, 204, 196);;
}


.whiteBorder {
	border: 1px solid #FFFFFF;
	position: relative;
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.twoBorders {
	border: 5px solid #007738;
	outline-offset: -9px;
	background-color: #FFFFFF;
	outline: 1px solid #ffffff;
	outline-offset: 0px;
}
.solidBorder {
	border: 1px solid #d1d1d1;
	outline-offset: -9px;
	background-color: #FFFFFF;
}
.normal {
	font-size: 16px;
	color: #000000;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.displayBlock {
	display: block;
}
#esro iframe {
	height:800px
}
.floatNone{
	float:none;
}
.noHeight{
	height:0 !important;
	padding:0 !important;
}



#header {
	background-image: url(../images/bg_header.png);
	height: 124px;
	direction: rtl;
}
#header {
	direction: ltr;
}
#header  #logoHeader  {
	position:absolute;
	margin-left:850px;
	z-index:10000	
}
#header.en #logoHeader, #header.nl #logoHeader    {
	margin-left:0px;
}
#header #topMenu a {
	color: #bebebd;
}

#header #topMenu #topSocial {
	float: left;
	font-size: 16px;
	width: 390px;
}
#header.en   #topMenu #topSocial,#header.nl   #topMenu #topSocial {
	float: right;
	direction: ltr;
}
#headerSearch {
	float: left;
	padding-top: 10px;
	display:inline-block;
	width:160px;
}
#headerSearch input[type=text] {
	height: 17px;
	width: 120px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #151515;
	border-right-color: #151515;
	border-left-color: #151515;
	color: #FFFFFF;*/
	font-family: 'practica', Arial, sans-serif;
	font-size: 16px;
	outline: none;
}
#headerSearch input[type=image] {
	height: 25px;
	width: 30px;
	vertical-align: bottom;
}
#header  #topMenu  .sep  {
	margin-right: 5px;
	margin-left: 5px;
}


#header #topMenu {
	height: 60px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	color: #bebebd;
}
#header #topMenu img {
	vertical-align: middle;
}
#header #topMenu #topOther {
	float: right;
	font-size: 18px;
	font-weight: bolder;
	direction: rtl;
	padding-top: 10px;
	padding-right: 110px;
	padding-left: 0px;
}
#header.en   #topMenu #topOther,#header.nl   #topMenu #topOther {
	float: left;
	direction: ltr;
	padding-left: 110px;
	padding-right: 0px;
    font-size: 16px;
}
#header #menu {
	clear: both;
	height: 40px;
	width: 940px;
	padding-top: 26px;
	padding-right: 130px;
	margin-right: auto;
	margin-left: auto;
}






/* remove the list style */
	#nav {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	width: 940px;
	}	

	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		
		/* this is the parent menu */
		#nav li  {
	display:block;
	height: 29px;
	float: right;
	font-size: 20px;
	position:relative;
	font-weight: bold;
		}
#nav .sep img {
	padding-top: 11px;
}
#nav .sep {
	float: right;
	padding-top: 10px;
}

#nav  li:hover {
	background-color: #007738;
}



			
		

		/* this is the parent menu */
		#nav li a {
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 29px;
	height: 20px;
		}
		#nav li a:hover {

		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
	font-weight: normal;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
	position:absolute;
	right:0;
	display:none;
	list-style:none;
	background-color: #007639;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding:0;
		}
		
		#nav ul li {
	float:right;
	width: 180px;
	border:none;
	margin:0px;
	height:36px;
	border-bottom:#FFFFFF 1px solid;
		}

		
		/* display block will make the link fill the whole area of LI */
		#nav ul li a {
	color: #FFFFFF;
	padding-bottom: 5px;
	line-height: 36px;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 16px;
	font-weight: normal;

		}
		
		#nav ul li:hover {
	text-decoration:none
		}
		#nav ul li a:hover {
	text-decoration:none;
	background-image:none

		}
#slider {
	background-image: url(../images/bg_mainNews.jpg);
	clear: both;
	height: 522px;
	background-position: center center;
	padding-top: 20px;
	width:100%;
}
#allNews {
  color: #eodfdf;
  width: 199px;
  text-align: right;
  background-color: #007738;
  z-index: 100;
  position: absolute;
  margin-top: -26px;
  padding-right: 16px;
  padding-left: 15px;
  border: black 1px solid;
  height: 24px;
  margin-left:708px;
}
#allNews.en,#allNews.nl {
  text-align: left;
  line-height:19px;
}

#allNews a {
	color: #e0dfdf;
	font-size: 16px;
}
#nextGame {
	background-image: url(../images/bg_nextgame.png);
	height: 350px;
	background-position: top center;
	direction: ltr;
	width: 100%;
	font-size: 26px;
	background-repeat:no-repeat;
    background-color: #ececec;
	text-align:center;
	height:250px
	
}
#nextGame .en,#nextGame .nl{
 	/*font-size:16px;*/
} 
#nextGame .hasutNext{
	position: absolute;
    right: 0;
    width: 70px;
    margin: 15px;
    margin-top: 70px;
}	
#nextGame .myButton {
	font-size: 16px;
	padding: 5px;
	margin-right: 3px;
	margin-left: 3px;
}
#nextGame  .nextOut {
	float: right;
	width: 310px;
	padding-top: 30px;
}
#nextGame .en  .nextOut,#nextGame .nl  .nextOut {
	float:left;
}	
#nextGame .he   .nextHome.en,#nextGame .he   .nextHome.nl {
 	font-family:practica;
} 
#nextGame .en   .nextOut.he,#nextGame .nl   .nextOut.he {
 	font-family:arial;
} 

#nextGame  .nextMiddle {
	float: right;
	width: 300px;
	font-size: 16px;
	padding-top: 30px;
	height: 196px;
	text-align:center
}
#nextGame .en  .nextMiddle,#nextGame .nl  .nextMiddle {
	float:left;
}
#nextGame  .nextHome {
	float: right;
	width: 310px;
	padding-top: 30px;
}
#nextGame  .nextHome {
	float: left;
}
.nextOut  img,  .nextHome  img {
	vertical-align: middle;
}
#nextGame  .nextMiddle  .counter {
	height: 124px;
	direction:rtl;
	font-size: 18px;
	font-weight: normal;
	padding-top:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#sponserClock{
	width:200px;
	margin-top:12px;
}
#nextGame .en  .nextMiddle  .counter,#nextGame .nl  .nextMiddle  .counter {
	font-size: 20px !important;
	height:60px;
}

.box_widget_main {
    width:300px;
    height:200px;
    background-color:#000;
    vertical-align:middle;
}
#widgets {
	background-image: url(../images/bg.jpg);
	/*height: 1200px;*/
}
#widgets .inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


.widget {
	width: 300px;
	height: 290px;
	float:right;
	text-align:     center;
	position:       relative;
	padding-top: 60px;
	padding-bottom: 45px;
	margin-right: 10px;
	margin-left: 10px;
	background-repeat:no-repeat
}
.widget .widgetTitle {
	font-size: 33px;
	color: #007738;
}
.widget .widgetDesc {
	font-size: 16px;
	color: #1f1f1f;
	line-height: 19px;
}
.widget .widgetDesc a {
	color: #1f1f1f;
}
.widget   .middleImg {
	width: 300px;
	height: 180px;
	position: relative;
	bottom: 0px;
}
.widget .readMore {
	font-size: 16px;
	height: 20px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #007738;
	position: absolute;
	bottom: 48px;
	width: 300px;
}
.widget .readMore a {
	color: #007738;
}
.widget .pb {
	position: absolute;
    z-index: 1;
    margin-top: 85px;
    margin-right: -25px;
}

/*.widget  img {
	position: absolute;
	bottom: 65px;
	right: 0px;
	max-height: 325px;
}*/

#widgetTable {
	font-size: 12px;
}
#widgetTable .tableHeader {
	font-size: 24px;
	color: #007738;
	margin-bottom: -10px;
}
#widgetTable table {
	background-color: #FFFFFF;
	border-collapse: collapse;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
}

#widgetTable th {
	color: #FFFFFF;
	background-color: #007738;
	border: 1px solid #FFFFFF;
	height: 30px;
}
#widgetTable td {
	color: #000000;
	border: 1px solid #66CC66;
	height: 24px;
	padding-right: 2px;
	padding-left: 2px;
}
#widgetTable  .mhaifa td {
	color: #007738;
	font-weight: bold;
}





#partners {
	text-align: center;
	width: 100%;
	font-size: 32px;
	color: #272d38;
	background-color: #dfdfdf;
	height: 300px;
	clear: both;
}
#partners #partnersInner, #partners #m_partnersInner {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    height: 60px;
    padding-top: 40px;
}

#partners img {
	margin-top: 15px;
	margin-bottom: 20px;
}
#partners #partnersInner .partner, #partners #m_partnersInner .partner {
    float: left;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 5px;
    margin-right: 2px;
    margin-bottom: 5px;
    margin-left: 22px;
    min-width: 140px;
}
#partners #partnersInner a, #partners #m_partnersInner a {
    display: inline-block;
}
#partners  #partnersInner  #partnerNike {
	background-image: url(../images/logo_nike.png);
	height: 35px;
	margin-top: 30px;
	width: 100px;
}
/*#partners #partnersInner #partnerNike:hover {
	background-position:center -44px;
}
*/
#partners #partnersInner #partnerToto {
	background-image: url(../images/logo_toto.png);
	height: 84px;
	margin-top: 14px;
}
/*#partners #partnersInner #partnerToto:hover {
	background-position:center -84px;

}
*/#partners #partnersInner #partnerHertz {
	background-image: url(../images/logo_hertz.png);
	height: 40px;
	margin-top: 30px;
	width: 108px;
}
/*#partners #partnersInner #partnerHertz:hover {
	background-position:center -53px;

}
*/#partners #m_partnersInner #partnerVolvo {
	background-image: url(../images/logo_volvo.png);
	height: 30px;
	margin-top: 38px;
	width: 244px;
}
#partners #partnersInner #partnerPointer {
	background-image: url(../images/logo_traffi.png);
	height: 40px;
	width: 30px;
	margin-top: 40px;
}
#partners #partnersInner #partnerVariety {
	background-image: url(../images/logo_variety.png);
	height: 91px;
	width: 140px;
}
#footer {
	background-image: url(../images/bg_footer.png);
	height: 580px;
	background-position: center 210px;
	background-repeat: no-repeat;
}
#footer  #black {
	background-color:rgba(0,0,0,0.7);
	height: 212px;
	padding-top:20px;
	background-image: url(../images/strip_black.png);
	background-position: center top;
}
#footer  #cell {
	float: left;
	margin-top: -50px;
	cursor: pointer;
}
#footer  .apps {
	float: left;
	width: 146px;
	padding-top: 20px;
	padding-right: 10px;
	cursor: pointer;
}


#footer #beUpdated {
	width: 300px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	direction: rtl;
	color: #FFFFFF;
	text-align: right;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
#footer #beUpdated.en,#footer #beUpdated.nl {
	direction: ltr;
	text-align: left;
}
#footer   #beUpdated  #newsLetter  {
	height: 32px;
	width: 283px;
	background-color: #FFFFFF;
	margin-top: 14px;
	margin-bottom: 16px;
	padding: 2px;
}
#footer   #beUpdated  #newsLetter  .myButton  {
	float: left;
	margin-top: 1px;
	padding-top: 7px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;

}
#footer   #beUpdated.en  #newsLetter  .myButton,#footer   #beUpdated.nl  #newsLetter  .myButton  {
	float: right;

}
#footer   #beUpdated  #newsLetter  .myButton:hover  {



}
#footer   #beUpdated  #newsLetter  #email  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	direction: ltr;
	font-size: 14px;
	height: 28px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}
#footer   #beUpdated  h5  {
	font-size: 26px;
	margin: 0px;
	font-weight: bold;
	color: #007738;
	padding-top: 4px;
}
#footer #beUpdated.en h5,#footer #beUpdated.nl h5 {
    font-size: 19px;
}
#footer  #beUpdated  img  {
	margin-left: 0px;
	margin-top: 7px;
}
#footer #beUpdated .social {
	height: 45px;
	width: 45px;
	margin-right: 0px;
	margin-left: 1px;
}
#footer #twitter {
	float: left;
	width: 280px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
}
#footer #twitter #tweeterHeader {
	display: block;
	color: #047C44;
	height: 50px;
}
#footer #twitter .bird {
	float: left;
	margin-right: 200px;
	position: absolute;
}
#artup {
	clear: both;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#bottomMenu .menuGroup {
	width: 172px;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
}
#footer #bottomMenu {
	width: 100%;
}
#footer #bottomMenu .bottomInner {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}


#bottomMenu  .menuGroup  a  {
	color: #FFFFFF;
	font-size: 14px;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bullet_footer.png);
	background-repeat: no-repeat;
	background-position: right;
	display: inline-block;
}
#bottomMenu.en .menuGroup  a,#bottomMenu.nl .menuGroup  a  {
	background-position: left;
	padding-left: 15px;
	padding-right: 0px;
}


#bottomMenu  .menuGroup  .menuGroupHeader a {
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	padding-right: 0px;
	font-family: 'practica', Arial, sans-serif;
	background-image: none;
	color: #cab56a;
}
#bottomMenu.en  .menuGroup  .menuGroupHeader a,#bottomMenu.nl  .menuGroup  .menuGroupHeader a {
	padding-left: 0px;
}
#bottomMenu  .menuGroup  .menuGroupHeader  {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 14px;
}
#bottomMenu .menuGroup hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #529A7A;
	width: 120px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:3px;
	margin-bottom:3px;
}
#footer #artup {
	color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 45px;
	    text-align: center;
    width: 100%;
}
#footer #artup a {
	color: #FFFFFF;
}
#footer #imgWinner {
	float: right;
	margin-top: 26px;
}


#thumbs {
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(138,128,138,0.37);
	-moz-box-shadow: inset 0px 2px 5px 0px rgba(138,128,138,0.37);
	box-shadow: inset 0px 2px 5px 0px rgba(138,128,138,0.37);
	background-color:white;
	height: 26px;
	text-align: right;
	font-size: 16px;
	color: #000000;
	padding-top: 30px;
	margin-top: -10px;
}
#thumbs  a {
	color: #007738;
}

#innerMain {
	clear: both;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	min-height: 1176px;
	text-align: center;
}
#innerMain.black {
	background-image: url(../images/bg_black.jpg);
	background-color: #1c1c1c;
    background-repeat: no-repeat;
}
#innerMain.green {
	background-image: url(../images/bg_green.jpg);
	background-color: #007737;
    background-repeat: no-repeat;
}
#innerMain.bgGreenNews {
	background-image:url(../images/bg_article_green.jpg);
	background-repeat:repeat-x;
	background-color:white;
}
#siteLeft {
	float: left;
	width: 300px;
}
#siteLeft  .widget {
	margin-right: 0px;
	margin-left: 0px;
}
#siteLeft .imgLeft {
	width: 300px;
}
#siteLeft .imageDesc {
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
}

#content {
	float: right;
	background-repeat: no-repeat;
	margin-top: 33px;
	background-color: #efeeee;
	min-height: 1068px;
	font-size: 16px;
	color: #1f1f1f;
	padding: 20px;
	margin-bottom: 40px;
	font-weight:normal;
}
#content.gp {
	float: none;
    padding: 0;
	background:none;
	width:75%;
	margin-right:auto;
	margin-left:auto;
}
.imgGP {
	margin-top:-40px;
	max-width:100%;
	
}
.rightWidth {
	background-image: url(../images/top_item_620.png);
	width: 580px;
}
.allWidth {
	background-repeat: no-repeat;
	width: 900px;
	float: right;
	background-image: url(../images/top_item_940.png);
}
.halfWidth {
	background-image: url(../images/top_item_620.png);
	background-repeat: no-repeat;
	width: 420px;
}

#content h1 {
	font-family: 'practica', Arial, sans-serif;
	font-size: 34px;
	color: #007738;
	margin-top: 8px;
	margin-bottom: 18px;
}
#content  h2 {
	font-size: 35px;
	color: #007738;
	margin-top: 8px;
	margin-bottom: 8px;
}
#newsHeaderPart {
	clear: both;
	height: 300px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top:44px;
}
#newsHeaderPart img {
	float: left;
	margin-right: 20px;
}
#newsHeaderPart h1 {
	font-size: 35px;
	color: #fefefe;
	margin-top: 18px;
	margin-bottom: 5px;
	margin-top:2px
}
#newsHeaderPart.gp h1 {
	font-size: 65px;
}
#newsHeaderPart #headerText {
    border-bottom: 1px solid #fefefe;
	float: right;
	height: 300px;
	width: 460px;
	margin-left: 20px;
	color: #fefefe;
	font-size: 22px;
	position:relative
}
#newsHeaderPart.gp #headerText {
	width: 100%;
	font-size: 34px;
	border-bottom:none;
}
#newsHeaderPart.gp #eventDates {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 18px;
	color: #afa3a6;
	direction:rtl;
}
#newsHeaderPart.gp #eventDates div {
float:right;
}

#newsHeaderPart #headerText hr {
	margin-top: 18px;
	margin-bottom: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fefefe;
	border-right-color: #fefefe;
	border-bottom-color: #fefefe;
	border-left-color: #fefefe;
}
#newsHeaderPart #headerText #artDate {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
#news_vid{
	width:580px;
	height:350px;
}	
.gameTable{
	width:100%;
}	
.gameTable .bgWhite {
	background-color: #FFFFFF;
}
.gameTable .rowHeader {
	color: #FFFFFF;
	background-color: #007738;
}
.gameTable .border_inside {
	border-bottom:solid 1px #ff0000;
}

.gameTable .border_middle {
	border-bottom:solid 2px #007738;
}


.gameTable  img    {
	vertical-align: middle;
}
.gameTable .largeFont{
	font-size:17px;
    word-wrap: normal
}	
.bgBlack  {
	background-color: #3b3b3b;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,1);
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,1);	
}
.bgBlack:hover  {
	background-color:#595959;
	border-radius:6px;
	color:#fff !important;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,1);
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,1);	
}
.gameTable td {
	padding: 5px;
	font-size: 20px;
	font-weight:normal;
	height: 39px;
}
.gameTable .myButton {
	padding-top: 6px;
	padding-bottom: 3px;

}
.gameTable .tdCenter  {
	text-align: center;
}
.gameTable .teamIcon {
	height: 30px;
	width: auto;
}
.gameTable .small {
	font-size: 18px;
	color: #666666;
}
.gameTable .rowHeader td {
	text-align: center;
}

.gameTable .youth td {
	font-size: 16px;
    text-align: center;
}

#tabs ul {
	padding: 0px;
	margin: 0px;
}
#tabs li {
	float: right;
	list-style-type: none;
	padding-right: 9px;
	padding-left: 9px;
	font-size: 20px;
	font-weight:bold;
	padding-top: 0px;
	padding-bottom: 2px;
}
#tabs.en li,#tabs.nl li {
	float: left;
	font-size: 15px;

}

#tabs li a {
	color: #000000;
}
#tabs li a:hover {

}

#tabs li:hover {

}
#tabs  .selected {
	color: #FFFFFF;
	background-color: #007738;
}
#tabs   .selected a {
	color: #FFFFFF;
}

#tabs   li:first-child  {

}

#tabs {
	text-align: right;
	width: 100%;
	display:inline-block;
}
#tabs hr {
	clear: both;
	margin-bottom: 20px;
}
#tabs .firstImage{
	 max-width:700px;height:auto;
}	
#rightGame {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 425px;
	padding-left: 15px;
}
#leftGame {
	float: right;
	width: 425px;
	padding-right: 14px;
}


.comment {
	width: 425px;
	font-size: 16px;
	text-align: center;
}
.comment .teamLogo {
	width: 70px;
	height:auto;
	margin-bottom: 10px;
}


.comment table {
	background-color: #FFFFFF;
	border-collapse: collapse;
	border: 1px solid #EFEEEE;
	width: 425px;
	margin-bottom:40px;
}
.comment   th {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DFDFDF;
	padding: 5px;
	font-size: 20px;
	font-weight:bold;
	height: 26px;
	text-align: right;
}
.comment td {
	padding: 10px;
	text-align: right;
}

.comment img {
	height: 140px;
	width: 160px;
	vertical-align: text-top;
	margin-left: 10px;
}
.comment  .icon img {
	height: 20px;
	width: 20px;
	margin-left: 0px;
}
.comment  .icon {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DFDFDF;
	text-align: center;
	width: 30px;
}
.article  h2 {
	font-family: 'practica', Arial, sans-serif;
	font-size: 35px;
	color: #007738;
	margin-top: 50px;
	margin-bottom: 10px;

}
.article .desc {
	font-family: 'practica', Arial, sans-serif;
	font-size: 20px;
	font-weight:bold;
}
.article .from {
	font-family: 'practica', Arial, sans-serif;
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 10px;
}
.article .content {
	margin-top: -20px;
}
#resultMain #mainDetails {
	background-color: #007738;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
}
#resultMain {
	margin-bottom: 20px;
	text-align:center
}

#resultMain #mainDetails img {
	padding-right: 40px;
	padding-left: 10px;
	vertical-align: middle;
}
#resultMain.en #mainDetails img {
	padding-left: 40px;
	padding-right: 10px;
}
#resultMain #mainDetails img:first-child {
	padding-right: 0px;
	padding-left: 10px;
}
#resultMain.en #mainDetails img:first-child {
	padding-left: 0px;
	padding-right: 10px;
}
#resultMain #tableResults .teamName {
	font-size: 30px;
	width: 290px;
}
#resultMain #tableResults {
	background-color: #FFFFFF;
	width:900px;
}
#resultMain #tableResults .borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 90px;
	padding-top: 10px;
}


#resultMain #tableResults td {
	text-align: center;
}
#resultMain  #tableResults  img      {
	vertical-align: middle;
}
#resultMain #tableResults .points {
	font-size: 40px;
	font-weight: bold;
	width: 150px;
}
#resultMain #tableResults .leftAlign {
	text-align: left;
}
#resultMain #tableResults .rightAlign {
	text-align: right;
}
#resultMain #tableResults .minutes {
	line-height: 22px;
	padding-top: 5px;
}
.shlish {
	float: right;
	width: 300px;
}
.herkevHeader  {
	font-size: 26px;
	font-weight:bold;
	color: #FFFFFF;
	height: 40px;
	text-align: right;
	padding-top: 20px;
	position: absolute;
	margin-top: -15px;
	padding-right: 5px;
	z-index: 1;
}
.herkevBg {
	background-color: #007738;
	position: absolute;
	height: 30px;
	width: 280px;
	padding-top: 10px;
	margin-top: 30px;
	z-index: 1;
}
.bgGreen
{
	background-color: #007738;
}
.bgRed
{
	background-color: #FF0000;
}
.bgOther
{
	background-color: #CCC;
}
.herkevHeader img {
	height: 60px;
	margin-bottom: -10px;

}
.herkev {
	background-color: #FFFFFF;
	padding: 10px;
	position: relative;
	margin-top: 65px;
	width: 260px;
}

.herkevTbl {
	clear: both;
	display: inline-block;
	width: 260px;
	margin-right: 7px;
	font-size: 16px;
}
.herkev .herkevTbl .emda {
	width: 80px;
	display: block;
}
.herkev .herkevTbl .name {
	width: 180px;
}
.herkev .herkevTbl .tdIcon {
	width: 40px;
}
.herkev .herkevTbl h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}
.herkev .herkevTbl strong {
	font-size: 18px;
}
.herkevTbl td {
	padding-top:10px;
}
#mahalach {
	background-color: #FFFFFF;
	margin-top: 30px;
}
#mahalach .mahalHeader {
	font-size: 25px;
	color: #000000;
	font-family: 'practica', Arial, sans-serif;
	font-weight: bold;
}


#mahalach .bgGray {
	background-color: #CCCCCC;
	width: 30px;
	font-size: 17px;
	font-weight: bold;
}
#mahalach td {
	padding: 10px;
	vertical-align: top;
}
#mahalach h2 {
	margin-top: -2px;
	margin-bottom: -2px;
	font-size: 22px;
}
#mahalach tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
}
#playerPage {
	background-repeat: no-repeat;
	background-position: right 30px;
	margin-top: 0px;
}

#playerPage #details {
	float: left;
	width: 400px;
	text-align: right;
	margin-top: 80px;
	height: 650px;
}

#playerPage #details #playerNum {
	font-size: 112px;
	color: #FFFFFF;
	height: 100px;
	text-shadow: 1px 2px 1px rgba(0, 0, 7, 1);
}
#playerPage #details #playerFirst {
	font-size: 70px;
	color: #cbcbcb;
	height: 40px;
	text-shadow: 1px 2px 1px rgba(0, 0, 7, 1);
}
#playerPage #details #playerFamily {
	font-size: 97px;
	color: #FFFFFF;
	text-shadow: 1px 2px 1px rgba(0, 0, 7, 1);
	line-height: 127px;
}
#playerPage #details.en #playerFamily,#playerPage #details.nl #playerFamily {
	font-size: 80px;
}
#details  .phisical  {
	font-weight:normal;
	font-size: 30px;
	color: #FFFFFF;
	float: right;
	width: 105px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-left: 20px;
	line-height: 40px;
}
#details.en  .phisical,#details.nl  .phisical  {
	font-size: 20px;
}
#details  .phisical  .pName  {
	font-size: 30px;
	color: #cbcbcb;
	line-height:25px;
	font-weight:normal;
}
#details.en .phisical .pName,#details.nl .phisical .pName {
    font-size: 20px;
}

#playerPage #playerImage {
	float: right;
	width: 540px;
}
#playerPage   #details #role  {
	font-size: 45px;
	color: #cbcbcb;
	height: 100px;
	padding-top: 20px;
}
#playerPage   #details #role.en,#playerPage   #details #role.nl  {
	font-size: 28px;
	text-align:right;
}
	
#playerPage    #details .top   {
	font-size: 50px;
	color: #cbcbcb;
	float: right;
	width: 132px;
	height: 130px;
	padding-top: 43px;
	text-align: center;
}
#playerPage    #details .top.en,#playerPage    #details .top.nl   {
	float: left;
}

#playerPage    #details .top_2   {
	font-size: 36px;
	color: #cbcbcb;
	float: right;
	width: 132px;
	height: 130px;
	padding-top: 50px;
	text-align: center;
}
#playerPage    #details .top_2.en,#playerPage    #details .top_2.nl   {
	float: left;
}

#playerPage   #details #goals  {
	background-image: url(../images/icon_playerGoals.png);
    background-repeat:no-repeat;
}
#playerPage   #details #goals.en,#playerPage   #details #goals.nl  {
	background-image: url(../images/english/icon_playerGoals.png);
}
#playerPage #details #bishul {
	background-image: url(../images/icon_playerAssits.png);
    background-repeat:no-repeat;
}
#playerPage #details #bishul.en,#playerPage #details #bishul.nl {
	background-image: url(../images/english/icon_playerAssits.png);
}
#playerPage #details #minutes {
	background-image: url(../images/icon_playerMin.png);
    background-repeat:no-repeat;
}
#playerPage #details #minutes.en,#playerPage #details #minutes.nl{
	background-image: url(../images/english/icon_playerMin.png);
}
#playerPage  #playerDesc {
	background-image: url(../images/top_item_940.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	width: 900px;
	background-color: #EFEEEE;
	margin-top: 50px;
	height: 100%;
	min-height:150px;
	margin-bottom: 50px;
	padding: 10px;
	text-align: right;
	font-size: 16px;
}
#playerPage.en  #playerDesc,#playerPage.nl  #playerDesc {
	text-align: left;

}

#playerPage #playerDesc h1 {
	font-size: 28px;
	color: #00803c;
	margin-top: 10px;
	margin-bottom: 10px;
}

#playerPage #playerTabs {
	margin-top: 30px;
	float: left;
}


#teamTable {
	border-spacing: 10px 4px;
	;
	border-collapse: separate;
}
#teamTable td {
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: center;
}
#teamTable .trHeader td {
	background-color: #d9d9d8;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
#teamThumbs .playerThumb {
	float: right;
	height: 300px;
	width: 212px;
	margin-left: 16px;
	margin-bottom: 45px;
}
.en #teamThumbs .playerThumb,.nl #teamThumbs .playerThumb {
    float: left;
    margin-right: 16px;
    margin-left: 0px;

}

.h400 {
	min-height: 400px;
    max-height:400px;
}

#teamThumbs .playerThumb .playerJob {
	height: 58px;
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-top: none;
}
#teamThumbs .playerThumb img {
	display: block;
    min-width:212px;
    max-width:212px;
}

#teamThumbs .playerThumb .playerJob .num {
	font-size: 58px;
	float: right;
	width: 62px;
	text-align: center;
}
#teamThumbs .playerThumb .playerJob .pName {
	font-size: 16px;
	width: 132px;
	padding: 10px 10px 10px 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
	float: right;
	color: #999999;
	font-weight: bold;
	height: 40px;
}
.en #teamThumbs .playerThumb .playerJob .pName {
    font-size: 14px;
}
#teamThumbs .playerThumb .playerJob .pName strong {
	font-size: 18px;
	color: #000000;
}
.en #teamThumbs .playerThumb .playerJob .pName strong {
    font-size: 15px;
}
#historyMain img {
	float: right;
}
.historyHeader {
	margin-top: 40px;
}
#histroyTimeline {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #47966d;
	min-height: 200px;
	text-align: right;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#histroyTimeline .yearIcon {
	float: right;
	margin-right: -12px;
	height: 20px;
	width: 20px;
	margin-top: 10px;
}

#histroyTimeline .year {
	font-family: Helvetica;
	font-size: 43px;
	color: #cbb873;
	float: right;
}
#histroyTimeline .line {
	color: #FFFFFF;
	letter-spacing: -5px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#histroyTimeline .fashionImage {
	width: 300px;
}
.searchHistory {
	background-image: url(../images/icon_mifal.png);
	height: 246px;
	width: 460px;
	float: right;
	padding-top: 90px;
	display:inline-block;

}

.searchHistory select {
	width: 400px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 3px solid #C1C1C1;
	border-radius:3px;
	height: 45px;
	color: #C1C1C1;
	background: none;
}
.searchHistory #player_name{
	width:394px;
    border: solid 3px #c1c1c1;
    font-size: 18px;
    background-color: #efeeee;
    height: 40px;
	
}	
.searchHistory .myButton {
	width: 400px;
	margin-top: 10px;
	font-size: 26px;
	height: 40px;
	padding-top: 10px;
	background-color: #007738;
}
#searchResults h1 {
	font-size: 26px;
	font-weight: bold;
	color: #1f1f1f;
	margin-bottom: 10px;
	margin-top: 10px;
}
#searchResults  h2  {
	color: #EFEEEE;
	background-color: #007738;
	height: 31px;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
.playerHistoryContent{
	width:500px; min-height:570px
}
.memoryLine img {
	float: right;
}
.memoryLine {
	margin-bottom: 26px;
	height: 180px;
	clear: both;
}

.memoryLine #memoryText {
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #000000 0%, #252525 75%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #000000 0%, #252525 75%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #000000 0%, #252525 75%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(75, #252525));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #000000 0%, #252525 75%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #000000 0%, #252525 75%);	padding: 10px;
	height: 160px;
	float: left;
	font-size: 16px;
	color: #FFFFFF;
	text-align: right;
	width: 685px;
}
.memoryLine #memoryText img {
	height: 160px;
	width: 200px;
	margin-left: 10px;
}
.memoryLine  #memoryText  h3 {
	font-size: 26px;
	color: #d2c07f;
	margin-top: 0px;
	margin-bottom: 3px;
}
.memoryLine #memoryText .readMore {
	font-size: 16px;
	color: #d2c07f;
}


#historyPlayer   h1 {
	font-size: 88px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
#historyPlayer   h1   span {
	color: #cbcbcb;
}
#historyPlayer   .job {
	font-size: 35px;
	color: #cbcbcb;
}
#historyPlayer  #details {
	width: 380px;
	text-align: center;
	margin-top: 33px;
	font-size: 24px;
	color: #cbcbcb;
	line-height: 30px;
	height: auto;
    margin-right: auto;
    margin-left: auto;
}
#historyPlayer   .historyImage   {
	height: 220px;
	width: 380px;
	margin-bottom: 30px;
}
#content.historyTbl{
	width:320px; 
	min-height:400px;
	float:left
}
#content.historyAbout{
	width:500px; 
	min-height:400px;
}

.galleryDiv {
	background-image: url(../images/icon_gallery.png);
	height: 200px;
	padding-top: 80px;
	padding-right: 20px;
	padding-left: 20px;
	background-position:center;
	text-align:center;
}
.galleryDiv img {
	border: 1px solid #CCECD5;
	height: 120px;
	width: 170px;
	margin-right: 5px;
}
.galleryDiv .galleryDivHeader {
	font-weight: bold;
	color: #007639;
	font-size: 28px;
	margin-bottom: 5px;
}
.galleryDiv .bgWhite {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.chooseSeason {
	font-size: 24px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.chooseSeason .myButton {
	font-size: 16px;
	width: 70px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-radius: 3px;
}
#achievements #season1 {
	font-size: 34px;
	color: #1f1f1f;
	text-align: center;
	font-weight: bold;
}

#achievements #season2 {
	font-size: 72px;
	color: #1f1f1f;
	text-align: center;
	font-weight: 100;
	font-family: Helvetica, sans-serif;
}
#achievements #content .aHeader {
	background-color: #007738;
	font-size: 20px;
	font-weight:bold;
	text-align: center;
}
#achievements #content table {
	margin-top: 20px;
}

#achievements #content .aHeader td {
	height: 50px;
	color: #FFFFFF;
}
#achievements #content .aHeader .dark {
	background-color: #006b32;
}
#achievements #content td {
	height: 70px;
	color: #1f1f1f;
	text-align: center;
	font-size: 20px;
}
#achievements #content .dark {
	background-color: #d7d6d6;
}
#trophies {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}

#trophies  .alifutYear  {
	font-size: 40px;
	color: #FFFFFF;
	float: right;
	margin-bottom: 30px;
}
#trophies.en  .alifutYear  {
	float: left;
}
#trophies .bullet {
	float: right;
	color: #FFFFFF;
	width: 70px;
}
#trophies.en .bullet {
	float: left;
}
#youthManagement    {
	background-image: url(../images/icon_staff.png);
	height: 363px;
	width: 280px;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
	color: #1f1f1f;
}
#siteLeft   h2    {
	font-size: 26px;
	font-weight: normal;
	color: #007738;
	margin-top: 10px;
	margin-bottom: 10px;
}
#youthManagement    .item       {
	clear: both;
	text-align: right;
	margin-bottom: 10px;
	height: 130px;
	width: 260px;
	margin-top: 0px;
}
#youthManagement.en    .item       {
	text-align: left;
}
#youthManagement   .item   img    {
	
	float: right;
	border: 1px solid #DED8CF;
	margin-left: 10px;
	margin-right: 0px;
    width: 120px;
}
#youthManagement.en   .item   img    {
	
	float: left;
	border: 1px solid #DED8CF;
	margin-left: 0px;
	margin-right: 10px;
}
#youthManagement    .item    strong       {
	font-size: 20px;
	font-weight:bold;
}
#youthManagement    .more       {
	color: #007738;
	clear: both;
}
#youthManagement    .more    hr       {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007738;
	width: 280px;
	margin-top: -5px;
	margin-bottom: 5px;
}
#siteLeft   .youthTable  {
	
    background-color: #efeeee;
	height: 100%;
	width: 280px;
	padding-top: 20px;
	background-position: top;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 17px;
}
#siteLeft   .youthTable  .theader {
	color: #EFEEEE;
	background-color: #007738;
}
#siteLeft   .youthTable   .theader   td  {
	height: 26px;
	padding: 3px;
}
#siteLeft .youthTable td {
	padding: 3px;
	height: 26px;
	font-size:18px;
	font-weight:bold;
}

#youthMain #youthRight {
	float: right;
	width: 640px;
	text-align: right;
	padding-top: 42px;
}
#youthMain #youthRight .age {
	padding-top:20px;
	clear: both;
	height: 700px;
}
#youthMain #youthRight a {color:#fff;}
#youthMain #youthRight .groupHeader {
	font-size: 30px;
	color: #FFFFFF;
	background-image: url(../images/bg_youth_teamname.png);
	height: 43px;
	padding-top: 5px;
    line-height: 44px;
	text-align: center;
	margin-bottom: 10px;
}
.groupHeader.withMargin{
	margin-left:20px;
}	

#youthMain  #youthRight  .group  {
	float: right;
	width: 300px;
	margin-left: 20px;
	margin-top: 10px;
}
#youthMain #youthRight .group img {
	height: 200px;
	width: 300px;
	display: block;
	margin-top: 10px;
}
#youthTeam #content h1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#youthTeam #content .teamImage {
	width: 900px;
}
#youthTeam #siteLeft #youthAbout {
	background-image: url(../images/icon_who.png);
	background-repeat: no-repeat;
	height: 100%;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: right;
	width: 260px;
	font-size:17px;
}
#youthTeam #siteLeft #youthAbout.en {
	text-align: left;
}
#youthTeam #siteLeft #youthAbout h2 {
	text-align: center;
}
#youthTeam #tblPlayers {
	background-image: url(../images/top_item_620.png);
	float: right;
	width: 580px;
	background-color: #EFEEEE;
	background-repeat: no-repeat;
	text-align: right;
	padding: 20px;
	margin-top: 42px;
	font-size: 16px;
	
	/*min-height: 594px;*/
}
#youthTeam #tblPlayers.en {
	text-align: left;
	
	/*min-height: 594px;*/
}
#youthTeam  #tblPlayers h3 {
	font-size: 34px;
	color: #007738;
	margin-top: 10px;
	margin-bottom: 10px;
}
#youthTeam  #tblPlayers  td  {
	padding: 3px;
	height: 40px;
}
#youthTeam #tblPlayers strong {
	font-size: 18px;
}

#youthTeam #tblGames {
	background-image: url(../images/top_item_620.png);
	float: right;
	width: 580px;
	background-color: #EFEEEE;
	background-repeat: no-repeat;
	text-align: right;
	padding: 20px;
	margin-top: 42px;
	font-size: 16px;
	margin-bottom:200px;
	
	/*min-height: 594px;*/
}
#youthTeam  #tblGames h3 {
	font-size: 34px;
	color: #007738;
	margin-top: 10px;
	margin-bottom: 10px;
}
#youthTeam  #tblGames  td  {
	padding: 3px;
	height: 40px;
}
#youthTeam #tblGames strong {
	font-size: 18px;
}
#youthTeam #tblPlayers .youthPlayerImage img {
	width: 110px;
	height:130px;
}
#youthTeam #tblPlayers .youthPlayerImage {
	text-align: right;
}



#management #allManagement {
	background-image: url(../images/top_item_620.png);
	float: right;
	height: 276px;
	width: 220px;
	background-color: #EFEEEE;
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-left: 20px;
}
#management.en #allManagement,#management.nl #allManagement {
	float: left;
	margin-left: 0px;
	margin-right: 20px

}
#management   #allManagement   ul  {
	padding: 0px;
	text-align: right;
	list-style-type: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#management  #allManagement  ul li {
	margin: 0px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6c6c5;
	height: 19px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 17px;
	color: #00803c;
	background-color: #EFEEEE;
}
#management.en  #allManagement  ul li,#management.nl  #allManagement  ul li {
	text-align:left;
}
#management  #allManagement  ul  li a {
	color: #00803c;
}
#management ul li.selected {
	background-color:#00803c !important;
}
#management ul li.selected a {
	color: #efeeee !important;
}

#management #firstManager {
	height: 276px;
	width: 700px;
	text-align: right;
	background-color: #FFFFFF;
	font-size: 16px;
	margin-top: 40px;
	float: right;
	margin-bottom: 15px;
}
#management #firstManager.halfWidth {
	width: 333px;
	margin-right:8px;
	margin-left:9px;
}	

#management #firstManager h2 {
	font-size: 26px;
}	

#management.en #firstManager,#management.nl #firstManager {
	text-align: left;
	float: left;
}
#management #firstManager div {
	padding: 4px;
	height: 256px;
	
}
#management #firstManager.halfWidth div  {
	width: 140px;
    position: absolute;
    margin-right: 170px;
}

#management.en #firstManager.halfWidth div  {
    margin-left: 180px;
    margin-right: 0px;
}
#management #firstManager img {
	float: right;
	margin-left: 10px;
	height: 273px;
	width: 220px;
	margin-top:3px
}
#management.en #firstManager img,#management.nl #firstManager img {
	float: left;
	margin-right: 20px;
}
#management   #firstManager   .myButton {
	height: 10px;
	width: 63px;
	font-size: 16px;
	float: left;
	margin-left: 10px;
	padding-top: 7px;
}
#management.en   #firstManager   .myButton,#management.nl   #firstManager   .myButton {
	float: right;
	margin-right: 10px;
	width:80px
}
#management .manager .myButton {
    position: absolute;
    margin-top: -65px;
    margin-right: 130px;
}
#management.en .manager .myButton {
    margin-left: 130px;
    margin-right: 0px;
	margin-top: -68px;
}

#management h2 {
	font-size: 20px;
	color: #00803c;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 3px;
}
#management.en h2,#management.nl h2 {
	font-size: 18px;
}
#management h3 {
	font-size: 18px;
	color: #1c1c1c;
	margin-top: 0px;
	margin-bottom: 5px;
}
#management.en h3 ,#management.nl h3 {
    font-size: 14px;
}
#management .manager {
	float: right;
	height: 277px;
	width: 220px;
	margin-left: 20px;
	margin-top: 20px;
	padding-bottom: 33px;
}
#management .manager.right240{
	margin-right:240px;
}
#management .manager img {
	display: block;
	height: 236px;
	width: 220px;
}

#management .manager .desc {
	background-color: #FFFFFF;
	margin-top: -8px;
	height: 60px;
	padding-right: 3px;
    padding-left: 3px;
}
#archivePage  #content  {
	background-image: none;
	background: none;
	padding-top: 0px;
}

.archive {
	background-color: #EFEEEE;
	background-image: url(../images/top_item_620.png);
	background-repeat: no-repeat;
	float: right;
	width: 560px;
	clear: both;
	padding: 20px;
	height: 130px;
	margin-bottom: 20px;
	font-size: 16px;
}
#archivePage #content h1 {
	color: #FFFFFF;
}

.archive img {
	float: right;
	margin-left: 20px;
	height: 130px;
	width: 190px;
}
.archive strong {
	font-size: 26px;
	font-weight: bold;
}
.archive a {
	color: #231F20;
}
.archive .archiveDate {
	color: #007738;
}

.td-btn-no-wrap {width: 85px;}
.fBold {font-weight:bold;}

.spacing-top {padding-top:20px;}

.shine
{
	background: #007738 -webkit-gradient(linear, left top, right top, from(#007738), to(#fff), color-stop(0.5, #fff)) 0 0 no-repeat;
    -webkit-background-size: 75px;
    
    color: #007738;
	opacity: 0.9;
    -webkit-background-clip: text;
    
    -webkit-animation-name: shine;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine
{
    0%
    {
        background-position: top left;
    }
    100%
    {
        background-position: top right;
    }
}
.share {
	float: left;
	font-family: 'practica', Arial, sans-serif;
	text-align: left;
	position: absolute;
	bottom: 0px;
}
.share.gp {
	position: static;
}
.like.gp {
	position: static;
	margin-right:0;
	float:right;
	width:100px;
}
.share div {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	float: right;
	font-weight: bold;
	font-size: 20px;
}
.share.en div, .share.nl div {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
.like {
	margin-right: 382px;
	position: absolute;
	bottom: 0px;
}
.like.en,.like.nl {
	margin-left: 382px;
}
.fullTable {
	text-align: center;
	margin-top: 5px;
}
.more a{color: #fff;}

#youthManagement .more a{color:#007738}


.mobileOnly{
	display:none;
}

.deskOnly{
	display:inline-block;
}
td.deskOnly{
	display:table-cell;
}	
#mobile_header{
	display:none;
}
.left0{
	margin-left: 0px !important;
	
}
.videoIframe{
	 width:900px;
	 height:568px
}	 
#moveToAchieve{
	padding-top:5px;
	float:left;
	padding-left:20px;
}
.en #moveToAchieve{
	padding-top:5px;
	float:right;
	padding-right:20px;
}
.countdown {
		width:650px !important;
		background:url(../images/popup_seat.png) !important;
		background-repeat:no-repeat;
		padding:0 !important;
		-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4); 
		box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
		margin-top:-70px; 
		margin-right:auto;
		margin-left:auto;
		height: 510px;
		 left: 20%; right: 20%;
		 background-repeat:no-repeat !important;
		 cursor:pointer;
}
.countdown  #clockdiv {
	font-size: 72px;
	text-align: center;
	width: 100%;
	    padding-top: 202px;
    font-family: arial;
	    font-weight: bold;
}
.countdown  a {
	color:black;
}
.countdown  span {
	margin-right:18px;
	margin-left:18px;
}	

.countdown .countdownClose {
	background-color: #cac8c8;
    width: 30px;
    height: 19px;
    padding-top: 11px;
    /* border-radius: 10px; */
    text-align: center;
    font-weight: 100;
    font-size: 50px;
    z-index: 1000000000000000;
	/*left:2px !important;
	top:2px !important;*/
	left:43px !important;
	top:30px !important;
}

.productsList        {
	padding: 20px;
	text-align:right;
	height:205px;
}
.productsList.en {
    text-align: left;
}

.productsList:last-child .productInList       {
	border-bottom:none;
}


.productInList       {
	height: 245px;
	width: 207px;
	color: #007738;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	text-align: right;
	font-family: 'practica', Arial, sans-serif;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	display:inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.en .productInList {
    width: 204px;
    font-family: Arial;
    border-left: none;
    border-right: 1px solid #d2d2d2;
}
.productInList:last-child       {
	border-left: 0px solid #d2d2d2;
}
.en .productInList:last-child       {
	border-right: 0px solid #d2d2d2;
}

.productInList   div      {
	height: 230px;
	/*-webkit-box-shadow: 0px 0px 8px 0px rgba(132, 132, 132, 1);
	-moz-box-shadow:    0px 0px 8px 0px rgba(132, 132, 132, 1);
	box-shadow:         0px 0px 8px 0px rgba(132, 132, 132, 1);*/
	
	margin-bottom: 5px;
}
.productInList    td      {
	width: 238px;
	margin-bottom: 5px;
	text-align: center;
}
.productInList    td.top      {
	height:190px;
}
.productInList   div   .pImage       {
	max-width: 200px;
	max-height: 185px;
	vertical-align: bottom;
}
.productInList  a    {
	color: #231f20;
}
.productInList  .abs    {
	position: absolute;
	margin-top: 0px;
	margin-right: 160px;
}
.en .productInList  .abs    {
	margin-left: 160px;
}
#greenPlus {
	text-align: right;
	direction: rtl;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 27px;
}
#greenPlus #main,#greenPlus #present,#greenPlus #activity,#greenPlus #points,#greenPlus #first,#greenPlus #only  {
	background-image: url(../images/greenPlus/bg_main.jpg);
	max-height: 810px;
	background-size:cover;
	background-repeat:no-repeat;
	padding-right:5%;
	background-position: top center;
	min-height: 450px;
	padding-top: 8%;
	font-weight: bold;
	
}
#greenPlus #main {
	font-size: 25px;
}

.btnWhite,#greenPlus .btnBlack {
	background-image: url(../images/greenPlus/btn_join_white.png);
	height: 48px;
	width: 180px;
	background-size: cover;
	display: inline-block;
	margin-top: 20px;
	margin-left: 20px;
		cursor:pointer;

}
.btnWhite.mobileOnly{
	display:none !important;
}	
#greenPlus .btnBlack.details {
	background-image: url(../images/greenPlus/btn_detail_black.png);
}

#greenPlus  #main  img {
	width: 25%;
    margin-top: 20px;
    vertical-align: top;
}
#greenPlus  .imgFirst {
	width: 30%;
    margin-bottom: 20px;
}
#greenPlus #present {
	background-image: url(../images/greenPlus/bg11.jpg);
	
}
#greenPlus .btnBlack {
	background-image: url(../images/greenPlus/btn_join_black.png);
}
#greenPlus #present div {
	margin-left:10%;
	float:left
	
}	
#greenPlus #present .green {
	font-weight: normal;
	color:  #00622f;
	direction: ltr;
}
#greenPlus ul {
	margin-top: 0px;
	font-weight:normal;
	margin-bottom:0
}
#greenPlus #activity {
	background-image: url(../images/greenPlus/bg2.jpg);
	color:black;	
}
#greenPlus #activity .btnWhite {
	float:left	
}
#greenPlus #activity div {
	margin-left:10%;
	float:left
	
}	
#greenPlus #points {
	background-image:url(../images/greenPlus/bg3.jpg);
	color: #00622f
}
#greenPlus #points #plus {
	position:absolute;
	    width: 46%;
    margin-right: 27%;
    margin-top: -18%;
}	
#greenPlus #first {
	background-image:url(../images/greenPlus/bg4.jpg);
	color:black;
}
#greenPlus #only {
	background-image:url(../images/greenPlus/bg5.jpg);
	text-align:center;
	font-size:19px;
	font-weight:normal;
}
#greenPlus #only .green{
	color:#0fca67;
}
#register {
	font-size: 17px;
	text-align: right;
	background-image: url(../images/greenPlus/bg_signin.jpg);
	height: 800px;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
#login {
	background-image: url(../images/greenPlus/bg_signup.jpg);
    background-size: cover;
    height: 600px;
    background-position: center;
	padding-top: 40px;
}


#register #bgForm,#login #bgForm {
	background-image: url(../images/greenPlus/signin.png);
	width: 882px;
	margin-right: auto;
	margin-left: auto;
	height: 770px;
	text-align: right;
	padding-right: 150px;
	padding-top: 30px;
	direction: rtl;
}
#register #bgForm h1 {
	color: #007738;
	margin-bottom: 3px;
	margin-top: 5px;
}
#register #bgForm #myForm {
	float: right;
	width: 870px;
}

#register #myForm div {
	float: right;
	width: 8%;
	height: 60px;
	padding-right: 0;
}
#register #myForm div:nth-child(2n) {
	width: 38%;
	padding-right: 2%;
}
#register #bgForm #myForm table {
	float: right;
}


#register input[type='text']    , #register input[type='password'],select, textarea,#login #bgForm input[type='text'],#login #bgForm input[type='password']{
	background-color: #ededed;
	border: 1px solid #e0e0e0;
	height: 40px;
	width: 200px;
	font-size: 17px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: 'practica', Arial, sans-serif;
	float: right;
	text-align: right;
	background-color:white;
}
#login #bgForm input[type='text'],#login #bgForm input[type='password']{
	width: 250px;
}
/*.en #register     input[type='text'], #register input[type='password'],select, textarea{
	font-family:arial;
}*/	

#register #errorMessage {
	color: #FF0000;
	display: none;
	font-size: 18px;
}
#register .myButton,#login .myButton {
	height: 40px;
    width: 200px;
    border-radius: 0;
    font-size: 30px;
    padding-bottom: 45px;
    padding-top: 18px;
}
#register #myForm div.widthAll {
	width:48%
}	
#register  #myForm  label.error {
	line-height: 15px;
	float: right;
	margin-right: 2%;
	width: 28%;
	display: none;
}
#login #myForm label.error {
    float: none;
    margin-right: 2%;
    width: 10%;
    display: none;
    margin-top: 10px;
}

#login #bgForm #myForm img {
	float: right;
	margin-right:90px;
	    height: 44px;
    width: 44px;
}

#login #bgForm {
	background-image: url(../images/greenPlus/signup.png);
	background-repeat:no-repeat;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	text-align:center;
}
#login #bgForm #myForm {
	padding-top: 150px;
	text-align:center;
}
#login #bgForm #myForm .vSmall {
	font-size: 16px;
	text-decoration: underline;
}
#login #bgForm #myForm .now {
	font-size: 25px;
}
.hello{
	text-align: center;
    background-color: white;
    direction: rtl;
    padding: 5px;
}	
.pointsInfo {
	width: 56% !important;
    outline: 10px solid #007738;
    padding: 2% !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
    margin-top: -70px;
    margin-right: auto;
    margin-left: auto;
    height: 610px;
    left: 20%;
    right: 20%;
    cursor: pointer;
    direction: rtl;
	font-size:22px;
}
.pointsInfo h2 {
	color: #007738;
	margin-top:5px;
	margin-bottom:3px;
}
.pointsInfo ul {
	margin:0;
}	
	
.problem{
	font-size:16px;
}	
body.keyboard-navigation>:not(#enable-toolbar) a:focus, body.keyboard-navigation>a:focus {
    outline: 2px solid #231f20!important;
    background-color: #e7e7e8!important;
}
.access {
    position: absolute;
    top: -1000px;
    padding: 10px;
    font-size:16px;
	font-weight:bold;
    border: 1px solid #fff;
	margin-left: 50px;
	direction:rtl;
	background-color:#222421;
	margin-top:30px
}
a.access  {
    color: #fff !important;
}
#innerGreen.inner{
	padding-top:40px;
}	
.greenNews {
	background-image: url(../images/leftPlus_forBlackBg.png);
	background-repeat:no-repeat;
	background-position:left;
	padding: 10px;
	height: 325px;
	text-align:right
}
.green .greenNews {
	background-image: url(../images/leftPlus_forGreenBg.png);
}
.greenNews:nth-child(2n) {
	background-image: url(../images/rightPlus_forBlackBg.png);
	background-position:right;
	/*text-align:left*/
}
.green .greenNews:nth-child(2n) {
	background-image: url(../images/rightPlus_forGreenBg.png);
}
.greenNews img {
	float:right;
}
.greenNews:nth-child(2n) img {
	float:left;
}
.greenNews .FB_img {
	-webkit-box-shadow: 10px 10px 0px 1px rgba(3, 90, 44, 1);
-moz-box-shadow: 10px 10px 0px 1px rgba(3, 90, 44, 1);
box-shadow: 10px 10px 0px 1px rgba(3, 90, 44, 1);
}
.greenNews .greenNewsText{
	width: 434px;
    display: inline-block;
    padding: 10px;
	float:left;
}	
.greenNews:nth-child(2n) .greenNewsText{
	float:right;
}

.joinBanner{
	margin-top:10px;
	margin-bottom:10px;
}
.greenNews a {
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
}
.greenNews .archiveDate{
	color:white;
	font-size:20px;
	margin-top:20px;
}	
.greenNews .archiveText a {
	font-size: 24px;
	font-weight: normal;
}
#hello {
color: #FFFFFF;
    background-color: #585153;
    line-height: 25px;
    font-size: 17px;
	text-align:left;
	padding-left:10px;
    margin-bottom: 20px;

}
#hello a {
	color: #FFFFFF;
}
#hello .inner{
	text-align:left
}	
.shagrir{
	font-size: 25px;
    width: 35%;
    padding-right: 1%;
    padding-left: 1%;
    display: inline-block;
    vertical-align: top;
	margin-top: 80px;
	font-family: 'practica', Arial, sans-
}
.shagrir a{
	color: #1f1f1f;
}	
.shagrir img{
	max-width: 100%;
	height: 200px;
	display: block;
	margin-bottom: 10px;
}
.shagrirInner{
	font-size: 19px;
    text-align: center;
    line-height: 23px;
    margin: auto;
}
.shagrirInner .pimg{
	height: 250px;
    margin-left: 10px;
}
.shagrirInner iframe{
		width:100%;
		height:400px;
}
#content .shagrirInner h1{
	color:#007738;
	font-size: 100px;
	margin-top: 60px;
}
#content .shagrirInner h2{
	font-size: 50px;
    color: #1f1f1f;
    font-weight: bold;
    text-decoration: underline; 
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    line-height: 40px;
}
#greenPlusNew{
	background-image:url("../images/bgGreen.jpg");
	background-size:cover;
	text-align: center;
	direction:rtl;
	
}
#greenPlusNew img{
	height:auto;
	width:30%
}
.videoCategory{
	border: solid 1px #007738;
    font-size: 15px;
    line-height: 40px;
    color: #007738;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 20px;
    margin-right: 5px;
    margin-left: 5px;
}
.videoCategory.selected{
	border: solid 1px #007738;
    background-color: #007738;
    color:white;
}