@import url(stylesheet.css);

table
{
  border-collapse: collapse;
  border-spacing: 0;
  width : 90%;
}
td, th
{
  border-spacing: 0;
  padding: 0;
}
tr
{
  border-bottom: 1px solid gray;
}
tr.popup
{
  display: block;
  position: fixed;
  top: 30%;
  z-index: 101;
  background-color: white;
  width: 400px;
  border: 2px solid rgb(0, 160, 198);
  padding: 5px;
}
tr.popup td
{
  display: block;
  border: 1px solid rgb(235, 233, 237);
  margin: 5px;
  padding: 5px;
}
tbody tr:hover
{
  background-color: gray;
}
#mask
{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  opacity: 0.6;
  z-index: 100;
  display: none;
}
table input
{
  width: auto;
}
table a
{
  display: block;
}
table a:hover
{
  background-color: rgb(0, 160, 198);
  color: white;
}
#mainMenu
{
  margin-top: 140px;
}


#loginForm
{
  /*margin: 0;*/
  padding: 0;
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -150px;
}
#loginForm ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}
#loginForm li
{
  margin: 0.3em 0;
}
#loginForm input
{
  width: auto;
  float: none;
  display: block;
  width: 150px;
  margin-left: 150px;
}
#loginForm label
{
  width: auto;
  float: left;
  display: block;
  width: 150px;
}


ul.messages
{
  list-style: none;
}
ul.messages li
{
  height: 1.2em;
  margin: 0 0 1em 0;
  border-bottom: 1px solid gray;
}

ul.messages li.selected
{
  height: auto;
}
ul.messages li:hover
{
  /*background-color: red;*/
}

ul.messages .message
{
  display: none;
  padding: 1em;
}
ul.messages li.selected .message
{
  display: block;
  clear: both;
}

ul.messages input
{
  width: auto;
  float: left;
  display: block;
}
ul.messages label
{
  display: block;
  width: auto;
  float: none;
  margin: 0 0 0 0px;
}
* html ul.messages label
{
  float: left;
}
ul.messages label .name
{
  /*display: block;*/
  float: left;
}
ul.messages .date
{
  /*display: block;*/
  float: right;
  margin-right: 20px; 
}
ul.messages .type
{
  /*display: block;*/
  float: right;
}

dl.newsList dt span,
dl.linksList dt span,
dl.booksList dt span
{
  display: block;
  float: right;
}
#bibli form label,
#news form label
{
  width: 200px;
}
#bibli textarea,
#news textarea
{
  width: 100%;
  height: 300px;
}
