/*****************************/
/*** Core html setup stuff ***/
/*****************************/
html {
  height: 100%;
  margin: 0px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #E9E9E9 url(../images/bg_color.png) 0 0 repeat;
	font-family: Verdana,Tahoma,Arial,sans-serif;	
	font-size: 11px;
	color: #333333;
	line-height: 130%;
}

body.contentpane {
	font-family: Verdana,Tahoma,Arial,sans-serif;	
	font-size: 11px;
	color: #000000;
	line-height: 130%;
  background-color: #FFFFFF;
}

a, a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
}
a.Link_Wiecej, a.Link_Wiecej:visited, a.Link_Wiecej:active {
	font-weight: normal;
	color: #000000;
	background-image: url(../images/link_box.gif);	
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 13px;
}
a.Link_Wiecej:hover {
	text-decoration: underline;
}


input.button {
 cursor: pointer;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

img { 
	border: 0 none;
}


/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
td.stopka {
	vertical-align: top;
	padding-top: 3px;
	padding-right: 3px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}

div.pathway {
	vertical-align: top;
	padding-top: 0px;
	padding-left: 33px;
	padding-bottom: 5px;
	font-size: 10px;
	border-bottom: 1px solid #E5E5E5;
	color: #AAAAAA;
}

div.pathway a.pathway {
	font-size: 10px;
	color: #000000;
}

/* POLE SZUKAJ */
div.search {
	border: 0;
}

div.search input.inputbox {
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	margin-right: 7px;
	width: 130px;
}

/* MENU LEWO */
div.moduletable_menu {
  font-family: Verdana,Tahoma,Arial,sans-serif;	
	font-size: 11px;
	margin: 0;
	padding: 0;
}
div.moduletable_menu h3 {
	font-weight: bold;
	font-size: 11px;
	/*color: #FFFFFF;*/
  color: #000000;
	padding: 0px 0px 0px 17px;
	margin: 0px;
	/*background-color: #003F85;*/
  background-color: #F5C557;
	line-height: 22px;
}
div.moduletable_menu td {
	font-size: 11px;
  padding: 0px;
  margin: 0px;
}
div.moduletable_menu td div {
	font-size: 11px;
  padding: 0px;
  margin: 0px;
}

/* pierwszy poziom menu */
div.moduletable_menu td {
	font-size: 11px;
  padding: 0px;
  margin: 0px;
}
/* item niewybrany */
div.moduletable_menu td a.mainlevel_menu {
	font-weight: normal;
	text-decoration: none;
	line-height: 19px;
	/*color: #525C6C;*/
  color: #000000;
  display : block;
  background: url(../images/menu_item_bg.png) 0 0 no-repeat;
  padding-left: 45px;
  height: 19px;
}
div.moduletable_menu td a.mainlevel_menu:hover {
  background: url(../images/menu_item_bg_over.png) 0 0 no-repeat;
  padding-left: 45px;
}

/* item wybrany - pierwszy poziom */
div.moduletable_menu td a.mainlevel_menu#active_menu_menu {
	font-weight: normal;
	text-decoration: none;
	line-height: 19px;
	/*color: #525C6C;*/
  color: #000000;
  display : block;
  background: url(../images/menu_item_bg_over.png) 0 0 no-repeat;
  padding-left: 45px;
}


/* drugi poziom menu */
div.moduletable_menu td div {
  display : block;
	font-size: 11px;
  padding: 0px;
  margin: 0px;
  height: 19px;
  background: url(../images/menu_item2_bg.png) 0 0 no-repeat;
}
div.moduletable_menu td div a.sublevel_menu {
	font-size: 11px;
  padding-left: 60px;
	font-weight: normal;
	text-decoration: none;
  color: #000000;
  display : block;
  line-height: 19px;
  margin: 0px;
  height: 19px;
}
div.moduletable_menu td div a.sublevel_menu:hover {
  background: url(../images/menu_item2_bg_over.png) 0 0 no-repeat;
  padding-left: 60px;
}
/* item wybrany - drugi poziom */
div.moduletable_menu td div a.sublevel_menu#active_menu_menu {
	font-size: 11px;
  padding-left: 60px;
	font-weight: normal;
	text-decoration: none;
  color: #000000;
  display : block;
  line-height: 19px;
  margin: 0px;
  height: 19px;
  background: url(../images/menu_item2_bg_over.png) 0 0 no-repeat;
}

/* System Standard Messages */
#system-message dd.message ul { 
	background: #C3D2E5 url(../../images/notice-info.png) 4px center no-repeat;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00; 
	background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; 
	border-top: 3px solid #DE7A7B; 
	border-bottom: 3px solid #DE7A7B;
}

/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00; 
	background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; 
	border-top: 3px solid #F0DC7E; 
	border-bottom: 3px solid #F0DC7E;
}
