BODY
{
	color: black;
	font-family: 'Arial (Hebrew)';
}
/* floats */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.fr{ float:right;}
.fl{ float:left;}
/* end floats */

A:active
{
	color: #0000a9;
	text-decoration: none;
}
A:link
{
	color: #0000a9;
	text-decoration: none;
}
A:visited
{
	color: #0000a9;
	text-decoration: none;
}
A:hover
{
	color: white;
	background-color: black;
	text-decoration: none;
}
A.topbar
{
	display: block;
	color: blue;
	background-color: #d3d3d3;
	text-decoration: none;
}
A.topbar:hover
{
	display: block;
	color: white;
	background-color: navy;
	text-decoration: none;
}
.sideHeader
{
	font-weight: bold;
	font-size: 12pt;
	color: #ffff66;
	text-decoration: none;
}
.navBar
{
	color: gray;
	direction: rtl;
	background-color: gray;
	font-size:14px;
}
.innerTable
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-size: 10pt;
	padding-bottom: 2px;
	border-left: black 1px solid;
	width: 100%;
	color: black;
	direction: rtl;
	padding-top: 2px;
	border-bottom: black 1px solid;
	position: static;
	background-color: whitesmoke;
}
.innerTable2
{
	color: black;
	direction: ltr;
	background-color: gainsboro;
}
.innerTablePopUps
{
	color: black;
	direction: rtl;
	background-color: whitesmoke;
}
.topBar
{
	color: yellow;
	direction: rtl;
	background-color: appworkspace;
}
.sideLink
{
	color: #ffffff;
	background-color: inactivecaptiontext;
}
.innerTableHead
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	direction: rtl;
	background-color: darkgray;
}
.topTableLink
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 10pt;
	vertical-align: baseline;
	border-left: black 1px solid;
	cursor: hand;
	border-bottom: black 1px solid;
	border-collapse: separate;
	background-color: #d3d3d3;
	text-align: center;
}
.popUPs
{
	background-color: threeddarkshadow;
}
.errMsg
{
	font-weight: bold;
	font-size: 10pt;
	color: crimson;
}
.files
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 10pt;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: lightgrey;
	text-decoration: none;
}

/* float classes */
.fc{float:none; clear:both}
.fr{float:right;}
.fl{float:left;}

/* navBar */
.navBar .titleCat{ font-weight:bold;font-family:arial;color:White;border-top:1px solid white}
.navBar .itemInCat{font-weight:bold;padding-right:4px;background-color:Silver;border-top:1px solid white;}

.hiddenCss
{
    display: none;
}
.showCss
{
    display: block;
}
.btn
{
    margin-left:10px;
    cursor:pointer;
    color:Green;
    padding-left:5px;
    border-left:1px solid #666;
    font-size:12px;
}
