body {
	background-color: #e6e6d6;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px; 
	color: #3e3e2d;
	text-align: left;
	background-image: url('../../images/default/bg.gif');
	background-repeat: repeat-x;
}

table { 
	margin: auto;
}

a {
	color: #3e3e2d;
	text-decoration : none;
	font-weight: bold;
}

a:hover {
  color: #aa1616;
  text-decoration: none;
	font-weight: bold;
}

/* --------------- POZYCJONOWANIE ------------------ */



/* --------------- LADNE TABELKI =) ---------------- */

div.box {
  background-color: transparent;
	border: none;
}

div.box h1 {
  background-color: transparent;
	border-top: none;
	border-bottom: none;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	font-size: 110%;
	margin: 0px;
}

div.box h5 {
  clear: both;
  background-color: transparent;
	border-top: none;
	border-bottom: none;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	font-size: 100%;
	margin: 0px;
}

div.box div.content {
  width: auto;
  margin: 0px;
  background-color: transparent;
  text-align: left;
  padding: 0px;
}

div.box table {
  width: 100%;
  background-color: auto;
  border-top: none;  
  border-left: none;  
  border-collapse: collapse;
}

div.box td {
	text-align: left;
  vertical-align: top;
  border-right: none;  
  border-bottom: none;  
  padding: 3px;
}

div.box td.label {
  width: 30%;
  font-weight: bold;
  text-align: left;
}

div.box tr.even td {
  background-color: transparent;
}

div.box tr.header td {
  background-color: transparent;
  font-weight: bold;
  text-align: center;
}

/* --------------- STYLE MENUSOW ---------------- */


/* ------- NAWIGACJA - DZIELENIE NA STRONY ------- */

div.paging {
  text-align: center;
  font-size: 10px;
  padding: 2px;
}

div.paging span {
  padding: 2px;
}

div.paging span.pagingLeft {
  font-weight: bold;
}

div.paging span.pagingRight {
  font-weight: bold;
}

div.paging span.pagingLink a {
  font-weight: normal;
}

div.paging span.pagingLink a:hover {
  
}

div.paging span.pagingActual {
  font-weight: bold;
}

/* --------------- STYLE FORMULARZY ---------------- */
 
textarea, input, select, button {
	background-color: #FFFFFF;
	border: 1px solid #a6a67f;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

textarea {
	height: 120px;
}

div.box td input, div.box td textarea, .inputWidth {
  width: 99%;
}

form {
	margin: 0px;
}

/* ----------- POZYCJONOWANIE TEKSTU ---------------- */

.l {
  text-align: left;
}

.r {
  text-align: right;
}

.c {
  text-align: center;
}

.b {
  font-weight: bold;
}

.n {
  font-weight: normal;
}

/* ------------ OBSŁUGA BŁĘDÓW ------------------- */

.errorblock,
#moduleContent div.errorblock,
#moduleContentWithMenu div.errorblock,
div.box div.errorblock,
div.menubox div.errorblock,
tr.errorblock td {
   background-color: #c00000;
   font-weight: bold;
   color: #ffffff;
}

.errors {
	background-color: #FAFAFA;
	background-image: url('../../images/warning.gif');
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 6px;
	padding-left: 54px;
	min-height: 36px;
	color: #c00000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #CACACA;
}

.messages {
	background-color: #FAFAFA;
	background-image: url('../../images/success.gif');
	background-position: 3px center;
	background-repeat: no-repeat;
	padding: 6px;
	padding-left: 54px;
	min-height: 36px;
	color: #27853C;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #CACACA;
}

/* ---------- POZOSTAŁE STYLE -------------- */