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

/* 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-weight : bold; }
.catDescription { color : #444444;  }


/* ARTICLE */
.articleLink { font-weight : bold; }
.articleDecription { color : #444444; }
.articleStaff { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #757575; }
.glossaryItem {
	background-color : #F0F0F0;
	cursor : help;
	color : #CC3333;
}

/* NAVIGATION */
DIV.navigation  { color:#000099; }
a.navigation { color:#000099; }


/* tables */
.tdBorder{ background-color : #D3DDEB; }
.tdTitle { background-color : #F2F4F7; padding : 3px 3px;    border : 1px solid #FFFFFF;    }
.tdSubTitle { background-color : #F2F4F7; padding : 3px 3px;   border : 1px solid #FFFFFF;   }

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

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


/*  for forms  */
.tdFormCaption { background-color : #F7F7F7;  /*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 : #FFFFFF; }
.requiredSign { color : #C40000; font-weight : bold; }
.formComment { font-size : smaller; }


.copyright { font-size : smaller; }
