﻿/* hebrew */

@font-face {
    font-family: Alef-Regular;
    src: url('/fonts/Alef-Regular.eot') format('embedded-opentype'), url('/fonts/Alef-Regular.ttf') format('embedded-opentype'), url('/fonts/Alef-Regular.svg') format('svg'), url('/fonts/Alef-Regular.woff') format('embedded-opentype');
}

@font-face {
    font-family: Alef-Bold;
    src: url('/fonts/Alef-Bold.eot') format('embedded-opentype'), url('/fonts/Alef-Bold.ttf') format('embedded-opentype'), url('/fonts/Alef-Bold.svg') format('svg'), url('/fonts/Alef-Bold.woff') format('embedded-opentype');
}

body, html {
    font-family: Alef;
}

.txt-align
{
    text-align: right !important;
    direction: rtl;
}
.txt-align-oposite
{
    text-align: left;
    direction: rtl;    
}

.table-dir
{
    direction:rtl;
}

.div-float
    {
    float:right;
    }
        
.div-float-oposite
    {
    float:left;
    }

.div-float-align
    {
    float:right;
    text-align: right;
    }

/*end*/

a.player:link 
{
    color: Black;
    text-decoration: underline;
    font-weight: bold;
    font-size: 11px;
}

a.player:hover 
{
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a.player:visited 
{
    color: black;
    text-decoration: underline;
    font-weight: bold;
}

a.textplain:link 
{
    color: Black;
    font-weight: normal;
    text-decoration: none;
}

a.textplain:hover 
{
    font-weight: normal;
    text-decoration: none;
}

a.textplain:visited 
{
    color: Black;
    font-weight: normal;
    text-decoration: none;
}

a.textplain:active 
{
    font-weight: normal;
    text-decoration: none;
}

.starLine
{
border-bottom: 2px solid #2991e8; 
margin-bottom: 5px; 
text-align: right;   
direction: rtl;
}


/*****************************************
*Stars Titles*
/*****************************************/
.StarTitle
{ 	
	font-size: 1.2em;
	font-weight: 300;
    text-decoration:none;
}
.StarTitle a:link
{ 	
	font-size: 1.2em;
	font-weight: 300;
text-decoration:none;
}
.StarTitle a:hover
{ 	
	font-size: 1.2em;
	font-weight: 300;
text-decoration:none;
}
.StarTitle a:active
{ 	
	font-size: 1.2em;
	font-weight: 300;
text-decoration:none;
}
.StarTitle a:visited
{ 	
	font-size: 1.2em;
	font-weight: 300;
text-decoration:none;
}

.StarTitleM
{ 	
font-weight: bold; 
font-size: 12pt; 
color: black; 
text-decoration:none;
}

.labelTitle
{
	color: #999999;
}

.gdView caption {
    font-size: 10pt;
    font-weight:bold;
    text-align: right;
    }

/*Toggller for expnd-collapse divs in TGUVOT*/
.collapsible {
          display: none; /* Only important part */
          border: dashed 1px silver;
          padding: 5px;
}

.collapsibleAll {
          display: none; /* Only important part */
          border: dashed 1px silver;
          padding: 5px;
}

.collapsibleShow {
          display: Block; /* Only important part */
          border: dashed 1px silver;
          padding: 5px;
}

/*Style for News Scroller */

.ScrollerNews
{
	vertical-align: top;sparent;
	text-align: right;
	table-layout: auto;
	background-image: url(images/background_main.jpg);
}


/* ////////////////////////////////////////////////
//////////////////////////////////////////////////////
////////////////////////////////////////////////////

Master.css

/////////////////////////////////////////////////
////////////////////////////////////////////////
//////////////////////////////////////////////////
*/
.TopTitle
{
	margin: 0px;
	font-size: 8pt;
	color: #FFFFFF;
	
}
.TopTitle a:link
{	
	margin: 0px;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration:none;	
}
.TopTitle a:visited
{	
	margin: 0px;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration:none;	
}
.TopTitle a:hover
{
	margin: 0px;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration:none;	
}
.TopTitle a:active
{ 
	margin: 0px;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration:none;	
}

.TopTitleLng
{
	margin: 0px;
	font-size: 8pt;
	
}
.TopTitleLng a:link
{	
	margin: 0px;
	font-size: 8pt;
	text-decoration:none;	
}
.TopTitleLng a:visited
{	
	margin: 0px;
	font-size: 8pt;
	text-decoration:none;	
}
.TopTitleLng a:hover
{
	margin: 0px;
	font-size: 8pt;
	text-decoration:none;	
}
.TopTitleLng a:active
{ 
	margin: 0px;
	font-size: 8pt;
	text-decoration:none;	
}

/****************TOP linkbuttons********/
a.SelectedItem:link,
a.SelectedItem:visited {
	margin: 0px;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration:none;
   }

a.SelectedItem:hover {
	margin: 0px;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration:none;
   }

a.SelectedItem:active {
	margin: 0px;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration:none;
   } 
a.SelectedItem a:visited
{	
	margin: 0px;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration:none;	

}

/***********master layout**************/

#main-content
{
    float: right;
     width: 800px; 
}

#container
{
    margin: 0 auto; 
    width:950px;
}

#menu-col
{
    float: right; 
    width: 135px; 
    direction: rtl
}

#logo
{
    text-align: center; 
    width: 125px; 
    padding-top: 20px;
}

#top-lines
{
    direction: rtl;
}

#lang-line
{
    height: 18px;
    text-align: left;
}

#td-login-exit
{
    padding-left: 5px;
}

/***********default layout**************/

#page-container
{
    clear: both;
    margin: auto 0;
}

#main-col
{
    margin-right: 0px;
    float:right;
    width: 430px;
    text-align: right;
    direction: rtl;
}

#side-col
{
    float: left;
    text-align: left;
    direction: rtl;
    width: 350px;
}

#div-float
{
    float: right;
}

/*************pages*************/

#pstTur1
{
    padding-left: 20px;
}

/******************buttons****************/

.btns
{
	border-right: #CACACA 1pt solid;
	border-top: #CACACA 1pt solid;
	border-bottom: #808080 1pt solid;
	border-left: #808080 1pt solid;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #2991e6;
	cursor: hand;
	cursor: pointer;
	padding-left:10px;
	padding-right:10px;
}

.table-dir-oposite{
    direction: ltr;
}

.fix-h3-wside{
    padding-left: 100px;
}

.fix-p-wside{
    padding-left: 110px;
}

.intxt-img{
    margin-left: 10px;
}

.div-bg-top {
    right : 0;
    text-align: right;
}

.clubswin {
    margin-left: 5px !important;
}

.cb-remove-cc{
    margin-left: 35px;
    margin-top: 10px;
}