/* If you don't know what you are doing don't touch anything in the section below */
a:link, a:visited { color: Blue important !; text-decoration: none }
a:hover { color: Blue important !; text-decoration: underline }
body { margin: 0 0 0; background-color: #FFFFFF }
body, td, a,input {  color: 456E93; font-family: tahoma, arial, verdana, sans-serif; font-size: 8pt }
/*wide text boxes for the admin module*/
input#wide{ width: 80% }
/*the way text boxes look*/
textarea,input.text{border: 1px solid #C0C0C0;}
textarea { width: 100%; height: 600px }
textarea.sm{ height: 300px }

/* THINGS that can and should be changed */
/*styles for the news box on the left under menu*/
.latenews{ border: 1px dashed #483D8B;  border-collapse: collapse;}
.latenews_head{ text-align: center;  background-color: #DCDCDC;  font: bold 13px;  border: 1px dashed #483D8B;  border-collapse: collapse;}
.latenews_txt{ border-collapse: collapse;  color: Black; }
.latenews_date{ font-weight: bold;  text-align: right;  margin: 0px 0px 0px 0px;  padding: 0px 0px 0px 0px;    }
.disclaimer_short{ font-weight: bold;}
/* news formatting styles */
.n_date{ color: #808080 }
.n_name{ font-weight: bold }
.n_text{ color: #800080 }
/* style for menu links, regular and active*/
.nav_menu_left { color: 456E93; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-variant: small-caps;  vertical-align: top;  }
.nav_menu_left_act { color: 456E93; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-variant: small-caps;  background-color: #F5F5F5;    vertical-align: top;    }
/* style for organigramme links */
.org_menu { padding-left: 20px;  vertical-align: top;  }
/* styles for NCU and NETWORK DATABASE SYSTEM signs */
.header, .header:link, .header:visited, .header:hover{ color: #627F99; font-family: arial narrow,arial, verdana, tahoma sans-serif; font-size: 24pt; font-weight: bolder; text-decoration: none }
.subheader, .subheader:link, .subheader:visited, .subheader:hover { color: #BCC9CF; font-family: arial narrow,arial, verdana, tahoma sans-serif; font-size: 10pt; font-weight: bolder; text-decoration: none }
/* style for the navbar with lang selection */
.nav_top { color: 456E93; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; vertical-align: top }
/* this is the way short summaries look. applicable to news and links */
.summary{ margin-left: 15px; color: #483D8B;
}
/* this is now counter looks at the bottom of the page */
.counter{ color: #C0C0C0; height: 50px; vertical-align: bottom; text-align: left }

/* if you want to see what styles do and where they appear copy the following line between the curly brackets:
border: 1px dashed #778899;
you should a nice looking dashed box around the text affected by the style.*/
/*style for the left and right pane of the main text area*/
.main{}
/*this is style for links only in links section*/
.item_list{}
/*this is style for each record (everything, kind of a box) in links section*/
.item_list2{}
/*this is style for field names in project records*/
.item_text{}
/*this is regular text in the right pane or field values in project records*/
.item_text2{color:black;font-size: 12px;}
/*it appears that the next two styles are not used anywhere*/
.item_topic{ font-weight: bold;  border: 1px dashed #DCDCDC;     }
.item_topic2{font-weight: bold;  background-color: #E0FFFF;  }

/* I don't know where those came from, i don't know what they change... so probably needs testing whether needed */
.title { color: #000000 ! important; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; text-align: center }
.news_title{ color: #000000 ! important; font: 10 px Verdana, Tahoma , Geneva, Arial, Helvetica, sans-serif }
.news_txt, .org { color: #000000 ! important; font: 15px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif }
.border { border: #333333; border-style: groove; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }
.comm{
	background-color: #DCDCDC;
	border: 1px solid #c0c0c0;
}
.comms{
	background-color: #ffffff;
	margin: 1px 1px 1px 1px ;
	padding: 5px 5px 5px 5px;
	border: 1px solid #c0c0c0;
}
.comms_reply{
	border: 1px dashed #c0c0c0;
	color: Gray;
	margin: 7x 7px 7px 7px ;
	padding: 5px 5px 5px 5px;
}
.commfrm {height: 190px; }
.pvt_txt{
	font-weight: bold;
	font-size: 10px;
}

