#wrapper {	 
  width: 1000px;	 
}

body {
  font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
  font-size: 90%;
}

a {
  color: #eb6c00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

/*<group=forms>*/

.noborder {
  border: none;
}

.form_error {
  margin: 5px;
  font-size: 90%;
  color: #c43f00;
}

.mandat {
  color: #cf5e41;
}

.mandat:after {
  content: "*";
}

/*</group>*/

/*<group=top_nav>*/

#top_nav, #top_nav2 {
  margin: 0 0 0 0;
  padding: 4px 0;
}

#top_nav {
  background-color: #004080;
}

#top_nav2 {
  background-color: #005ebc;
}

#top_nav li, #top_nav2 li {
  display: inline;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 11px;
}

#top_nav li a, #top_nav2 li a {
  padding: 4px 9px;
  color: #FFFFFF;
}

#top_nav li a.selected, #top_nav li a:hover {
  background-color: #005ebc;
  text-decoration: none;
  padding-bottom: 5px;
}

#top_nav2 li a.selected, #top_nav2 li a:hover  {
  background: #006ede;
  text-decoration: none;
}
	
/*</group>*/

/*<group=comments>*/

#comments {
  margin-top: 20px;
  margin-bottom: 30px;
}

#comment {
  margin-left: 10px;
  border: 1px dotted black;
  margin-top: 5px;
}

#comment h2, #comment h3 {
  padding-left: 10px;
  background-color: #d6d6d6; 
}

#comment h2 {
  font-size: 100%;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  margin-left: 0px;
}

#comment h3 {
  border-bottom: 1px dotted #000000;
  font-size: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #5e5e5e;
}

#comment p {
  padding-left: 10px;
  font-size: 80%;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #5e5e5e;
}

#comment_footer {
  font-size: 80%;
  float: right;
  margin-right: 10px;
}
	
/*</group>*/

#masthead h1 {
  margin: 0px;
  padding: 10px;
  color: #ffffff;
  font-size: 25px;
}

#masthead {
  background: #004080;
  border-bottom: 1px solid #000000;
  padding-bottom: 0px;
}

ul { 
  padding-left: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

li {
  padding-left: 0px;
  list-style-position: inside;
}

#left_nav {
  margin: 5px;
  padding-bottom: 5px;
  width: 170px;
  font-size: 80%;
  background: #b9e0f0;
  float: left;
  border: 1px solid #9ec2d3;
  color: #464646;
}

#content {
  margin: 5px 5px 5px 0px;
  font-size: 90%;
  float: left;
}

#innercontent {
  background: #dddddd;
  border: 1px solid #a6a6a6;
  color: #464646;
}

#padded { 
  padding: 5px 10px 10px 10px;
}

#nodefooter {
  font-size: 80%;
  float: right;
}

#left_nav h2 {
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 10px;
}

#left_nav h3 {
  margin-left: 10px;
  margin-bottom: 0px;
  margin-top: 10px;
}

#left_nav ul {
  padding: 0px;
  margin-top: 0px;
  margin-left: 1.5em;
  list-style-type: none;
}

#content h1 {
  padding: 5px 10px;
  margin-top: 0px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #464646;
  font-size: 175%;
  background-color: #F0F0F0;  
}

#content h2 {
  font-size: 120%;
}

#content h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}

#content ul {
  margin-top: 0px;
  margin-bottom: 5px;
}

p.preview {
  font-size: 90%; 
  padding-left: 20px;
  margin: 0px 0px 0px 0px;
}

#pathbar {
  font-size: 80%;
  padding: 3px 0px;
  margin-top: -10px;
}

table {
  border-collapse: collapse;
}

table td, table th {
  padding: 5px;
  border: solid 1px #6b6b6b;
}

table td {
  background-color: #ffffff;
}

table th {
  background-color: #f1f1f1;
}

table.invisible td, table.invisible th { 
  border-style: none;
  background-color: transparent;
}

table.invisible th { 
  text-align: right;
  font-weight: bold;
}

.msg {
  display: inline;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px dotted gray;
  padding: 5px;
  background: #dfffb9;
}

.warning {
  display: inline;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #f1ffa7;
  border: 1px dotted gray;
  padding: 5px;
}


.error {
  background: #ffc89c;
  border: 1px dotted gray;
  padding: 5px;
}

br.clearer { 
  clear: both;
}

.popup_menu_wrapper { 
  position: relative;
}

a.popup_link_open, .popup_menu li a { 
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
}

a.popup_link_open:hover { 
  text-decoration: none;
}

a.popup_link { 
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 6px;
}

.popup_link_open { 
  background-color: #ededed; 
  border-top: 1px solid #7a7a7a; 
  border-left: 1px solid #7a7a7a; 
  border-bottom: 1px solid #7a7a7a; 
}

.popup_menu { 
  margin: 0px;
  background-color: #ededed; 
  border: 1px solid #7a7a7a;
  position: absolute; 
  top: 0px; 
  padding-left: 0px;
}

#left_nav ul.popup_menu { 
  padding-top: 2px;
  padding-bottom: 2px;
}

.popup_menu li { 
  list-style: none;
  position: relative;
}

.popup_menu li a, { 
  padding-left: 1.2em;
  display: block;
}

div.popupToolTip { 
  background-color: #ededed;
  color: #888888;
  width: 150px;
  position: absolute;
  border: 1px solid #7a7a7a;
  padding: 5px;
}

.popup_menu li a:hover { 
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
  background-color: #eb6c00;
  color: #ffffff;
}

.userLink { 
  font-style: italic; 
}

h1, h2, h3 { 
  margin-top: 0px;
  margin-bottom: 0px;
}

.child_container, .child_file, .child_uplink, .child_slideshow, .child_slide, .child_image, .child_comment { 
  padding-left: 20px;
  height: 16px;
  background-repeat: no-repeat;
}

.child_container { 
  background-image: url('images/folder.gif');
}

.child_file { 
  background-image: url('images/file.gif');
}

.child_uplink { 
  background-image: url('images/arrow_up.gif');
}

.child_slideshow { 
  background-image: url('images/slideshow.gif');
}

.child_comment { 
  background-image: url('images/comment.gif');
}

.child_slide, .child_image { 
  background-image: url('images/slide.gif');
}

ul.node_list { 
  list-style: none;
  padding-left: 0px;
}

#root_list { 
  margin-left: -10px;
}

ul.node_list li { 
  clear: both;
}

div.arrow_spacer{ 
  float: left;
  display: block;
  width: 10px;
  height: 14px;
}

div.arrow_spacer img { 
  padding-top: 3px;
}

h1.main_title a { 
  color: #ffffff;
}

.notification_message, .error_message {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  padding: 10px 10px 10px 30px;
  margin: 10px 0px 10px 0px;
}

.notification_message {
  background-image: url('images/message.gif');
  background-repeat: no-repeat;
  background-position: 10px 9px;
}

.error_message {
  background-image: url('images/error.gif');
  background-repeat: no-repeat;
  background-position: 10px 9px;
}

#slideNav { 
  margin-top: 5px;
  float: left;
  padding: 5px;
  border-top: 1px solid red;
  border-left: 1px solid red;
  border-right: 1px solid red;
}

div.actionBox { 
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  border-right: 1px solid #444444;
}

div.actionBox a, div.actionBox img.noLink { 
  background-color: #ffffff;
  display: block;
  padding: 1px;
  border-left: 1px solid #444444;
  float: left;
}

div.actionBox a:hover { 
  background-color: #dddddd;
}

div.actionBoxText { 
  margin: 3px;
  font-size: 90%;
}

.description { 
  padding: 5px 0px;
  margin-bottom: 10px;
}

#commentsTitle { 
  color: #464646;
}

ul.user_list { margin-left: 0px; padding-left: 0px; }

ul li.user_li { 
  padding: 3px 0px 3px 23px;
  list-style-type: none;
  background-image: url('images/user.gif');
  background-repeat: no-repeat;
  background-position: 2px 1px;
}

p.explanation { 
  margin: 0.5em 0px 0.5em 0px;
  font-size: 1.5em;
}

