/* COMMON */
/*
body {  font-family : Verdana, Arial, Helvetica, sans-serif;  font-size : 75%;  }
TD   {  font-family : Verdana, Arial, Helvetica, sans-serif;  font-size : 75%;  }
DIV  {  font-family : Verdana, Arial, Helvetica, sans-serif;  font-size : 100%; }
*/

.textBlock { line-height : 140%; }

/*
body {  font-family : Verdana, Arial, Helvetica, sans-serif;  font-size : 75%;  direction: rtl; }
TD {  font-family : Verdana, Arial, Helvetica, sans-serif;  font-size : 75%;  direction: rtl;  }
DIV  {  font-family : Verdana, Arial, Helvetica, sans-serif;  font-size : 100%;  direction: rtl;  }
*/


/* COMMON LINKS */
/*
a:link    {  background-color:transparent }
a:visited {  background-color:transparent }
a:active  {  background-color:transparent }
a:hover   {  background-color:transparent }
*/

/* CATEGORY */
.catLink         { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
.catDescription  { color: #444444; }
a.catLink:link, a.catLink:active, a.catLink:visited { color: #FF6600; background: transparent; }
a.catLink:hover { color: #000000; background: transparent; }


/* ARTICLE */
.articleLink        { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
.articleDecription  { color: #444444; }
.articleStaff       { color: #444444; font-size: smaller; }
.glossaryItem       { color: #3333CC; background: transparent; /*#F0F0F0;*/ cursor: help; border-bottom: 1px dotted #3333CC; }


/* NAVIGATION */
DIV.navigation  { color : #444444; 	font-size : smaller; }
a.navigation    { color : #444444; }


/* ARTICLE BLOCK */
/* A.articleBlock {  }*/
.abBorder    { background-color : #E4E4E4;  }
.abBgr       { background-color : #FFFFFF;  }
.abBgrDarker { background-color : #FAFAFA;  color : #999999;  }


/* ATTACHMENT */
.atTitle  { font-weight : bold;  }
.atEntry { /* font-size: smaller;*/ }

/* FILES */
.fName{ font-size : smaller; }


/* tables */
.tdBorder     { background-color: #E4E4E4; }
.tdTitle      { background-color: #E4E4E4; padding: 5px 5px; border: 1px solid #D4D4D4; }
.tdSubTitle   { background-color: #EFEFEF; padding: 5px 5px; border: 1px solid #DADADA; }

.trLighter    { background-color : #FAFAFA; }
.trDarker     { background-color : #F1F1F1; }
.trMoreDarker { background-color : #DADADA; }

.trNotActive  { color : #5F5F5F; }
A.trNotActive { color : #888888; }


/*
.tblFormBorder {
	border-top: 1px solid #D4D4D4;
	border-left : 1px solid #D4D4D4;
	border-right : 1px solid #D4D4D4;
}

.tblFormBorderBottom {	
	border-bottom : 1px solid #D4D4D4;
}
*/

a img { border: 0; vertical-align: bottom; }


/*  for forms  */
.tdFormCaption { background-color : #F4F4F4;  /*text-align : right; */ width:150px; white-space:nowrap;    }

input, select {  font-size : 12px;  margin : 0px;  padding: 0px; }
input.text { width : 110px; }
input.shortText { width : 80px; }
input.longText {  width : 250px;   }

.button { width : 130px; }
.colorInput{ background-color : #F5F4ED; }
.requiredSign { color : #C40000; font-weight : bold; }
.formComment { font-size : smaller; }


.copyright { font-size : smaller; }

hr { color:#666666; background:#666666; width:100%; height:1px; border:0; }

.space { padding-bottom: 5px; }
.less_space { padding-bottom: 2px; }
