
ul
{
list-style-type: square
}

ol
{
list-style-type: square
}


.text
{
    font-family: Verdana;
    font-size: 11px;
    color: #222222;
    padding: 15px 16px 10px 10px;
    text-align: justify;
}

.login_form
{
    width: 300px;
}



/* ================================================================ */
/* podstawowe class'y modulow systemu                               */
/* ================================================================ */

.uni {
  font-family: Verdana;
  font-size: 11px;
  color: #666666;
}

.unib {
  font-family: Verdana;
  font-size: 11px;
  color: #666666;
  padding: 4px;
  padding-left: 0px;
  font-weight: ;
}

.title {
  font-family: Verdana;
  font-size: 11px;
  color: #81B805;
  background: #f8f8f8;
  font-weight: bold;
}

td {
  font-family: Verdana;
  font-size: 11px;
  color: #444444;
}


.poll {
  border: 0px;
  background: none;
}




body {
  font-family: Verdana;
}




input {
  font-family: Verdana;
  font-size: 11px;
  color: #7BAF05;
  border: 1px #cccccc solid;
  background-color: #f4f4f4;
}

img
{
    border: none;
}


input.type submit {
  font-weight: bold;
}

.input_text {
  width: 200px;
}

select {
  font-family: Verdana;
  font-size: 11px;
  color: #7BAF05;
  border: 1px #cccccc solid;
  background-color: #f4f4f4;
}

textarea {
  font-family: Verdana;
  font-size: 11px;
  color: #7BAF05;
  border: 1px #cccccc solid;
  background-color: #f4f4f4;
  }

.alert {
  BORDER-STYLE: groove;
  border-width: 2px;
  border-color: #32384E;
  font-family: Verdana;
  font-size: 11px;
  width: 60%;
  padding-top: 1px;
  padding-right: 9px;
  padding-bottom: 2px;
  padding-left: 9px;
  text-align: center;
  font-weight: bold;
  background-color: #F4f4f4;
}

.menu2
{
    padding-left: 10px;
}

.list_h
{
    color: #ffffff;
}


a.menu:visited { text-decoration: none; color: #ffffff}
a.menu:link    { text-decoration: none; color: #ffffff}
a.menu:hover   { text-decoration: none; color: #E6FDB1}

a.menu2:visited { text-decoration: none; color: #81B805}
a.menu2:link    { text-decoration: none; color: #81B805}
a.menu2:hover   { text-decoration: none; color: #333333}

a:visited { text-decoration: none; color: #333333}
a:link    { text-decoration: none; color: #333333}
a:hover   { text-decoration: none; color: #81B805}