/* $Id: style.css,v 1.17 2006/02/20 09:20:30 viciu Exp $ */
#margin {
	margin: auto;
	margin-left:5px;
	margin-right:5px;
	padding: 0;
}

#wrapper {
	margin: auto;
	margin-left:5px;
	margin-right:5px;
	padding: 0;
	text-align: left;
	
}
#wrapper strong {
	color:1a65af;
}

#wrapper b {
	color:black;
}

#wrapper h1 {
	color:1a65af;
}

#wrapper h2 {
	color:1a65af;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-align: left;
    font-size: 20px;
}

#akt_zajawka {
	margin: auto;
	margin-left:0px;
	margin-right:0px;
	padding: 0;
	text-align: left;
}
#akt_zajawka strong {
	color:1a65af;
}
#akt_zajawka p {
	margin: auto;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}

#error {
	color:red;
}

a {
   text-decoration : none;
   color : #1a65af;
  }

a:hover {
         text-decoration : underline;
         color : #1a65af;
        }

body {
      text-align : center;
      margin-top : 10px;
      background-color:#ffffff;
     }

td {
    text-align : center;
    font-size : 8pt;
    font-family : Tahoma, Helvetica, sans-serif;
    color : #000000;
    font-weight : normal;
    line-height : 11pt;
   }
 
.imgstyle {
border-color:black;
border-width:thin;
}
 
.header {
        color : #1a65af;
        font-size:11px;
        font-family:tahoma;
        font-weight:bold;
        margin-bottom:5px;
        }

.menu_lewe {
           color : #1a65af;
           font-size:11px;
           font-family:tahoma;
           padding-left:10px;
           text-align:left;
           }

.input_text
   {
   font-family : tahoma;
   font-weight : normal;
   font-size : 10px;
   color : #000000;
   background-color : #ffffff;
   border-width : 1pt;
   border-color : #a6a6a6;
   }

.menu
   {
   color : #ffffff;
   }

.menu a, .menu a:hover
   {
   color : #ffffff;
   }

.ramka_szara
   {
    border-bottom:1px solid #898989;
    border-top:1px solid #898989;
    border-left:1px solid #898989;
    border-right:1px solid #898989;
   }

 .button
   {
    background-color: #ffffff;
    text-align: center;
    font-size: 8pt;
    font-family: tahoma;
    font-weight: normal;
    color: #000000;
    border-bottom:1px normal #00609f;
    border-top: 1px normal #00609f;
    border-left: 1px normal #00609f;
    border-right: 1px normal #00609f;
   }

.kolorek
   {
   background-color : #dadada;
   }
 
 .naglowek_blue
   {
    width: 195px;
	height: 30px;
	background-image: url('images/naglowek_bck.jpg') no-repeat;
	background-color: #3979b7;
    padding-left: 10px;
	color: #ffffff;
	font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
   }

div.spacer {
	clear: both;
	display:block;
	margin-bottom: 10px;
	line-height: 5px;
}
.naglowek_white
   {
    width: 195px;
    height: 30px;
    padding-left: 10px;
    color: #1a65af;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-align: left;
    font-size: 20px;
   }

.top_menu
   {
    font-size: 8pt;
    color: #ffffff;
    background-image: url(images/guzik_top_02.jpg);
	padding-left: 3px;
    padding-right: 3px;
    font-family: Tahoma, Verdana, Arial;
	line-height: 12px;
   }

.top_menu a
   {
    color: #ffffff;
   }

.top_menu a:hover
   {
    color: #ffffff;
    text-decoration : underline;
   }

.admin_blue
   {
    width: 195px;
	background-image: url('images/naglowek_bck.jpg') no-repeat;
	background-color: #3979b7;
    padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #ffffff;
	font-size:11px;
	font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
   }
   
.datagrid {
  border-collapse: collapse;
}
.datagrid th {
  background-color: #3979b7;
  border: 1px solid #cccccc;
  font-size:11px;
}
.datagrid th a, .datagrid th {
  color: white;
  text-decoration: none;
}
.datagrid th a:hover {
  text-decoration: underline;
}
.datagrid td, .datagrid th {
  padding: 5px;
}
.datagrid tr.oddRow td, .datagrid td {
  background-color: #f0f0f0;
}
.datagrid tr.evenRow td {
  background-color: #E3E3E3;
}
.datagrid td {
  border: 1px solid #cccccc;
}
tr.delete td {
  background-color: #F7BABA;
}

.datagrid_left {
  border-collapse: collapse;
}
.datagrid_left th {
  background-color: #3979b7;
  border: 1px solid #cccccc;
  font-size:11px;
}
.datagrid_left th a, .datagrid_left th {
  color: white;
  text-decoration: none;
}
.datagrid_left th a:hover {
  text-decoration: underline;
}
.datagrid_left td, .datagrid_left th {
  padding: 5px;
}
.datagrid_left tr.oddRow td, .datagrid_left td {
  background-color: #f0f0f0;
}
.datagrid_left tr.evenRow td {
  background-color: #E3E3E3;
}
.datagrid_left td.row {
	text-align:right;
}
.datagrid_left td {
  text-align:left;
  border: 1px solid #cccccc;
}
tr.delete td {
  background-color: #F7BABA;
}

.struktura {
	clear: both;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 11px;
}

.dzial {
	color: red;
}

.osoba {
	color: green;
}

.dzial a .osoba a:hover{
	color: red;
}

.osoba a .osboa a:hover{
	color: green;
}

.podkatalog {
	margin-left: -4px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.podkatalog2 {
	margin-left: 11px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#ramka {
	clear: both;
	display: block;
	border: 1px solid #E3E3E3;
	background-color:#E3E3E3;
	margin-left:0px;
	margin-right:1px;
	margin-bottom:1px;
	
}
.akt {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	text-align:right;
}

.ramka_foto {
	border: 1px solid #000000;
}