/* ================================================================ */
/* budowa theme'ow dla jPORTAL zostala opisana standardem, ktory    */
/* znajdziesz wraz z tutorialem tworzenia wlasnego theme'a na       */
/* oficjalnej stronie jPORTAL (http://jportal.info)                 */
/* ================================================================ */


/* ================================================================ */
/* definicja wygladu kalendarza                                     */
/* ================================================================ */

.calendar_0 {
  font-size: 12px;
  font-family: Arial;
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 0px;
  color: #485b3b;
}

.calendar_1 {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  color: #485b3b;
  border: 2px solid #c5ec93;
  border-left: 0px;
  border-right: 0px;
}

.calendar_2 {
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #485b3b;
  height: 20px;
}

.calendar_3 {
  font-family: Verdana;
  font-size: 10px;
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #444444;
  height: 20px;
}

.calendar_4 {
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #485b3b;
  color: #eeeeee;
}

.smaller {
  font-size: smaller;
}

hr {
  border: 0px;
  border-top: 2px solid #c5ec93;
  height: 0px;
  
}



/* ================================================================ */
/* podstawowe class'y modulow systemu                               */
/* ================================================================ */

.uni_01 {
  font-family: Verdana;
  font-size: 13px;
  padding-top: 1px;
  padding-right: 3px;
  padding-bottom: 1px;
  padding-left: 3px;
  color: #555555;
}

.uni_02 {
  font-family: Verdana;
  font-size: 11px;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  color: #666666;
}

.poll {
  border: 0px;
  background: none;
}

.code {
  border: 1px #999999 solid;
  background-color: #F4f4f4;
  font-family: Courier;
  font-size: 12px;
  padding-top: 1px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 16px;
  text-align: left;
  color: #990000;
}

.cytat {
  border: 1px #999999 solid;
  background-color: #F4f4f4;
  font-family: Verdana;
  font-size: 11px;
  padding-top: 1px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 16px;
  text-align: left;
  color: #006633;
}


/* ================================================================ */
/* definicje (glownie linkow) dla theme'ow o duzym kontrascie       */
/* ================================================================ */

/*

dostepne style:

.t_list   [dla linkow tworzonych w tytule funkcji list_body_open()]
.t_art    [dla linkow tworzonych w tytule funkcji art_theme()]
.t_main   [dla linkow tworzonych w tytule funkcji main_title_open()]
          [dla linkow tworzonych w tytule funkcji mn_title_open()]
          [dla linkow tworzonych w tytule funkcji news_theme()]
*/



/* ================================================================ */
/* definicje uzytkownika (uzyte w functions.inc.php)                */
/* ================================================================ */


body
{
    background: #e5e5e5 url(gfx/bg.gif) top repeat-x ;
    font-family: Verdana;  
    margin: 0px;
}
#top {
  font-size:0px;
  height:300px;
}
#content {
  padding-left: 22px;
  padding-right: 19px; 
  background:url(gfx/content_bg.gif);
}
#footer {
  background: url(gfx/footer_bg.gif);
  height: 20px;
}
#signature {
  text-align: right;
  font-size: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 2px;
}
#search {
  height: 38px;
  padding-top: 7px;
  background: url(gfx/search_bg.png) no-repeat;
  color: #3e592c;
  font-size: 10px;
  padding-left: 7px;
  margin: 0px;
  margin-bottom: 2px !important;
  margin-bottom: 10px;
}
#footer_menu {
  font-size: 11px;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 880px;
  margin:auto;
  border-top: 1px solid #bad6a6;
}
#footer_menu a {
  padding: 3px 10px 3px 20px;
  color: #68686a;
}
#footer_menu a:hover {
  background: url(gfx/footer_menu_mark.png) no-repeat left center #dee8e9;
  color: #555354;
}
#main_menu div.first {
  border-top: 1px solid #E3FEC9;
}
#main_menu a {
  display:block;
  padding-left: 22px;

}
td.main_menu_content {
  padding:2px 0px;
}
#main_menu .parent {
  position:relative;
  border-top: 1px solid #c4e9a3;  
  line-height: 25px;
  z-index:500;
}
#main_menu .parent a:hover {
  background: url(gfx/main_menu_mark.png) no-repeat left center #b7ff6f;
  color:#555555;
 /* font-size:12px; */
  font-weight:bold;
}

#main_menu .submenu {
  position: absolute;
  left:215px;
  top: 13px;
  background: #e3ffc4;
  width: 240px;
  visibility: hidden;
  border: 1px solid #d8eec8;
  border-top: 0px;
  z-index: 100;
}
.smlink {
  border-top: 1px solid #c4e9a3;
}
.smlink:hover {
  background: #b7ff6f;
}

  /*

  

  
  
  border-collapse: collapse;
  
}/*
#main_menu .submenu a {
  padding: 0px 3px;
  border-top: 1px solid #c4e9a3;  
}
#main_menu .submenu a:hover {
  /*background: #b7ff6f;* /
}*/


.lmenu_title {
  background: url(gfx/lmenu_title_bg.png) no-repeat top left;
  height: 38px;
  padding-left: 25px;
  overflow: hidden;
}
.rmenu_title {
  background: url(gfx/rmenu_title_bg.png) no-repeat top right;
  height: 38px;
  padding-left: 20px;
  overflow: hidden;
}
.menu_content {
  background: #e3fec9;
}

#search_inpt {
  border: 1px solid #3f563a;
  border-top-color: #619229;
  border-right-color: #619229;
  vertical-align: middle;
  background: #fff;
}
#search_btn {
  margin-top: 1px;
  vertical-align: middle;
  border: 0px;
}
.header {
  font-weight: bold;
  background: url(gfx/header.png) no-repeat;
  height: 35px;
  padding: 0px;
  padding-left: 25px;
  color: #55733d;
}
.header_print {
  float: right;
  border: 0px;
  margin-right: 10px;
}





.title {
  font-family: Verdana;
  font-size: 11px;
  padding-top: 0px;
  padding-right: 3px;
  padding-bottom: 0px;
  padding-left: 3px;
  color: #666666;
}

.menu {
  font-family: Verdana;
  font-size: 11px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #666666;
}

.o {
  font-family: Verdana;
  font-size: 11px;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  font-weight: bold;
  color: #eeeeee;
}

.block {
  font-family: Verdana;
  font-size: 11px;
  padding-top: 2px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 7px;
  color: #666666;
}

input {
  font-family: Verdana;
  font-size: 10px;
  color: #777777;
  border: 1px #bbbbbb solid;
  background-color: #F6f6f6;
}

select {
  font-family: Verdana;
  font-size: 10px;
  color: #777777;
  border: 1px #bbbbbb solid;
  background-color: #F6f6f6;
}

textarea {
  font-family: Verdana;
  font-size: 11px;
  color: #777777;
  border: 1px #bbbbbb solid;
  background-color: #F6f6f6;
}



a:visited { text-decoration: none; color: #1F2E00}
a:link    { text-decoration: none; color: #1F2E00}
a:hover   { text-decoration: none; color: #bbbbbb}

