


body{
	font-family: 'Arial','Narkisim', 'Miriam', 'David';
	font-size:12px;
	/*background-color: #787878 ;*/
	background-color: #EFEFEF ;
/*	color: #000000;*/
}
/*
td{	

font-size:14px;
}
*/

/*th{	font-size:14px;}
hr{	width:98%;height:1px;color:#FFFFFF;}

.title-bg{
	background-color: #007FFC;
	color:#FFFFFF;
	line-height:18px;
	font-size:14px;
	font-weight: bold;
	border:1px #DFDFDF solid;
	padding-right:5px;
}
.td-bg{
	border-right:1px #DFDFDF solid;
	border-left:1px #DFDFDF solid;
	border-bottom:1px #DFDFDF solid;
}
*/


#MouseHand
{
 	CURSOR: hand;
}


#Combo
{
	CURSOR: auto;
    COLOR: #000000;
    BACKGROUND-COLOR: #FFFFFF; 
	font-weight:bold; 
	font-family:Arial; 
	Font-size:11px;
	width:150px;

}

#TD_reg
{
    COLOR: #000000;
	font-family:Arial; 
	Font-size:11px;
}


#ActiveLink
{
	CURSOR: auto;
    COLOR:  #9c9a84; 
    BACKGROUND-COLOR: #1D1C1C;
	font-weight:bold; 
	font-family:Arial; 
	Font-size:12px;
	text-decoration: underline;
}

#overActiveLink
{
 	CURSOR: hand;
    COLOR:  #FFFF00;
    BACKGROUND-COLOR: #1D1C1C; 
	font-weight:bold; 
	font-family:Arial; 
	Font-size:12px;
	text-decoration: underline;
}


#MenuLink
{
	font:12px;
	font-family: arial;
	font-weight: bold;
	color: #4A4C52; /*#000000;*/
	text-decoration: none
}



#ToolBarLink
{
	CURSOR: auto;
    COLOR: #F8F3DF; /*#000000;*/
    BACKGROUND-COLOR: #A5A295;/*#C0C0C0; */
	font-weight:bold; 
	font-family:Arial; 
	Font-size:12px;
	text-decoration: none;
}


#ActiveToolBarLink
{

	CURSOR: auto;
    COLOR:#F8F3DF; /*#000000;*/
    BACKGROUND-COLOR: #A5A295;/*#C0C0C0; */
	font-weight:bold; 
	font-family:Arial; 
	Font-size:12px;
	text-decoration: none;

}

#overActiveToolBarLink
{
 	CURSOR: hand;
    COLOR:#F8F3DF; /*#000000;*/
    BACKGROUND-COLOR: #FF9900; 
	font-weight:bold; 
	font-family:Arial; 
	Font-size:12px;
	text-decoration: none;
}





a:link {
	color: #FFFFFF;	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;	
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;	
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify {
	position: relative;
	margin-bottom: 2px;
}
.uploadify-button {

	background-color: #ff6600;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 4px;
	padding: 4px;
	/*padding-right: 10px;
	padding-left: 10px;*/
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: 0px 0px 5px 3px #DFDFDF;
	-webkit-box-shadow: 0px 0px 5px 3px #DFDFDF;
	-moz-box-shadow: 0px 0px 5px 3px #dfdfdf;
}

.uploadify:hover .uploadify-button {
	box-shadow: 0px 0px 7px 4px #ffffff;-webkit-box-shadow: 0px 0px 7px 4px #ffffff; -moz-box-shadow: 0px 0px 7px 4px #ffffff;
}

.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #ffcc66;
}

.uploadify-queue {
	margin-bottom: 1em;
	margin-top: 1em;
}

.uploadify-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Arial, Helvetica, sans-serif;
	margin-top: 5px;
	max-width: 200px;
	padding: 10px;
}

.uploadify-error {
	background-color: #FDE5DD !important;
}

.uploadify-queue-item .cancel a {
	background: url('/assets/img/uploadify/cancel.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}

.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}

.uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}

.uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}

/*a{color:#93001A ; text-decoration: none;}
a:link{  color:#93001A ; text-decoration: none;}
a:visited{ color:#93001A ; text-decoration: none;}
a:hover{ color:#93001A ; text-decoration: underline;}
a.active{ color:#93001A ; text-decoration: none;}*/
/*
.in-menu-bg{background-color:#A7B8A7; color:#275643;font-size:11px;height:22px;padding-right:3px;border-bottom:2px white solid;}
.in-menu-bg-active{	background-color:#91A091; color:#275643; font-size:11px; height:22px; padding-right:3px; border-bottom:2px white solid;}
.in-menu-bg-top{	background-color:#BFCAD7; color:#275643; font-size:11px; height:22px; padding-right:3px; border-bottom:2px white solid;}

.TitleMenu{font-size:12px;line-height:15px;padding-right:5px;padding-top:5px;font-weight:bold;}
.ArticleTitle{color:#666666;font-size:18px;font-weight:bolder}
.ArticleSubTitle{color:#000000;font-size:16px; font-weight:bolder}
.Article{color:#000000;font-size:14px}

.square { border: 1px black solid; background-color:black; width:4px; height:4px;}

a.sidemenu{color:#F6B758 ; text-decoration: none; font-weight:bold;}
a.sidemenu:link{  color:#F6B758 ; text-decoration: none}
a.sidemenu:visited{ color:#F6B758 ; text-decoration: none}
a.sidemenu:hover{ color:#F6B758 ; text-decoration: underline}
a.sidemenu.active{ color:#F6B758 ; text-decoration: none}

a.sideJavaMenu{color:#007FFC ; text-decoration: none; font-weight:bold; font-family:Arial; Font-size:12px;}
a.sideJavaMenu:link{  color:#007FFC ; text-decoration: none}
a.sideJavaMenu:visited{ color:#007FFC ; text-decoration: none}
a.sideJavaMenu:hover{ color:#FFFFFF ; text-decoration: underline}
a.sideJavaMenu.active{ color:#007FFC ; text-decoration: none}



/*#sideJavaMenu{color:#007FFC ; text-decoration: none; font-weight:bold; font-family:Arial; Font-size:12px;}
#sideJavaMenuHover{ color:#FFFFFF ; text-decoration: underline; font-weight:bold; font-family:Arial; Font-size:12px;}*/
/*
a.topmenu{color:#FFFFFF ; text-decoration: none; font-weight:bold;}
a.topmenu:link{  color:#FFFFFF ; text-decoration: none}
a.topmenu:visited{ color:#FFFFFF ; text-decoration: none}
a.topmenu:hover{ color:#FFFF00 ; text-decoration: underline}
a.topmenu.active{ color:#FFFFFF ; text-decoration: none}

a.comment{color:#027FFF ; text-decoration: none; font-weight:bold;font-size:12px}
a.comment:link{  color:#027FFF ; text-decoration: none;font-size:12px}
a.comment:visited{ color:#027FFF ; text-decoration: none;font-size:12px}
a.comment:hover{ color:#330099 ; text-decoration: underline;font-size:12px}
a.comment.active{ color:#027FFF ; text-decoration: none;font-size:12px}

a.comment2{color:#330099 ; text-decoration: none; font-weight:bold}
a.comment2:link{  color:#330099 ; text-decoration: none}
a.comment2:visited{ color:#330099 ; text-decoration: none}
a.comment2:hover{ color:#027FFF ; text-decoration: underline}
a.comment2.active{ color:#330099 ; text-decoration: none}

LI{
	line-height:18px;
}

#TD1{
	font-family:'Arial (hebrew),web hebrew ad,Globs'; 
	font-size:12px;
	COLOR: #000000;
	FONT-WEIGHT: bold;
	padding-bottom:5px;
	text-decoration:none;
}
#TD2 {
	font-size:12px;
	COLOR: #666666;
	font-family:'Arial (hebrew),web hebrew ad,Globs'; 
	FONT-WEIGHT: normal;
	text-decoration:none;
}
#TD2:visited {
	COLOR: #000000;
	text-decoration:none;
}
#TD2:hover {
	COLOR: #F0A800;
	text-decoration:none;
}


.emzabrdr {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: dotted;
	border-right-color: #DFDFDF;
	direction:rtl;
	border-left-color: #DFDFDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
}
.rightlink {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	background-image: url(Images/hez.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	padding-right: 15px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #007FFC;
	cursor: hand;
	margin: 0px;
	height: 20px;
}
.toplink {
	background-image: url(Images/heztop.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #79BAFE;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-attachment: fixed;
	padding-right: 8px;
	padding-left: 0px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.topbg {
	background-image: url(Images/home4_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 12px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	direction:rtl;
	font-size: 12px;
	background-image: url(Images/home_07.gif);
	padding-right: 8px;
	height: 19px;
}
a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 50px;
	height: 20px;
	border: solid 1px #007FFC;
	color: white;
	background-color: #3399FF;
}
.buttons1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 70px;
	height: 20px;
	border: solid 1px #330066; 
	color: white;
	background-color: #3399FF;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 125px;
	height: 20px;
	vertical-align: middle;
	text-align: left;
}

TABLE.Admin
{ 
    BORDER-LEFT: solid 1px black;
    BORDER-RIGHT: solid 1px black;
    BORDER-TOP: solid 1px black;
}
.AdminLeft
{
	BORDER-BOTTOM: solid 1px black;
    BORDER-RIGHT: solid 1px black;
    padding:2px;
	color:black;
	font-size:12px;
}
.AdminRight
{
	BORDER-BOTTOM: solid 1px black;
    BORDER-RIGHT: solid 1px black;
    padding:2px;
	color:black;
	font-size:12px;
}
*/