/* COMMON */
body {  font-family : Verdana, Arial, Helvetica, sans-serif;  font-size : 75%; background-color:#202020; color:CCCCCC; }
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; color:#D88694; text-decoration: none; }
a:visited {  background-color:transparent; color:#D88694; text-decoration: none; }
a:active  {  background-color:transparent; color:#D88694; text-decoration: none; }
a:hover   {  background-color:transparent; color:#D88694; text-decoration: underline; }


/* CATEGORY */
.catLink { font-weight : bold; }
.catDescription { color : #CCCCCC;  }
.catBrowse { color : #CCCCCC; font-size : smaller;}


/* ARTICLE */
.articleLink { font-weight : bold; }
.articleDecription { color : #CCCCCC; }
.articleStaff { color : #CCCCCC; font-size : smaller; }
.glossaryItem {
	background-color : transparent;
	cursor : help;
	color : #CC3333;
}


/* NAVIGATION */
DIV.navigation  { color : #CCCCCC; font-weight : bold;}
a.navigation    { color : #D88694; }


/* 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 : #202020; }
.tdTitle      { background-color : #E4E4E4; padding : 5px 5px;    border : 1px solid #D4D4D4; color:#444444; }
.tdSubTitle   { background-color : #202020; padding : 5px 5px;   border : 1px solid #DADADA; }

.trLighter    { background-color : #202020; }
.trDarker     { background-color : #202020; }
.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;
}
*/


/*  for forms  */
.tdFormCaption { background-color : #202020;  /*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; }