/* css main file: style.css */

/* =============== reset */
body, h1, h2, h3, h4, h5, h6, div, form, fieldset, dl, dt, dd, address { margin: 0; padding: 0; }
a, a:visited, a:hover { text-decoration: none; }
fieldset, img { border: none; }
/* =============== */

/* ========================================================= main styles */

html {
    font-size: small;
}

body {
    color: #415375;
    font-size: 90%;
    line-height: 1.4em;
    font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;   
}

#wrapper /* główny element strony */
{
    margin: 0 auto;    /* wyśrodkowanie strony */
	width: 960px;      /* szerokość strony przystosowana do rozdzielczości 1024x768 */
}

input,
textarea,
select
{
    font-size: 95%;
    padding: 2px;
    margin: 0;
    vertical-align: middle;
}

.textInput {
	border: 1px solid #415375;
}

.textInput:focus {
	border-color: #46bfed;
}

textarea
{
	font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;
}

address
{
	font-style: normal;
}

ol li ol
{
	list-style-type: lower-alpha;
}

.btn {
  color: #fff;
	background-color: #263351;
	border-width: 0;
	padding: 0.2em 17px;
}

.clearBoth
{
    clear: both;
}
.w20 { width: 20px; }
.w40 { width: 40px; }
.w60 { width: 60px; }
.w80 { width: 80px; }
.w89 { width: 89px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w140 { width: 140px; }
.w160 { width: 160px; }
.w180 { width: 180px; }
.w200 { width: 200px; }
.w220 { width: 220px; }
.w240 { width: 240px; }
.w260 { width: 260px; }
.w280 { width: 280px; }
.w300 { width: 300px; }
#info div /* boxy z błędami i informacjami */
{
    margin: 0.1em;
    border-width: 2px;
	border-style: solid;
    padding: 0.2em 2em;
	text-align: center;
    font-weight: bold;
}

#info div div
{
    border-width: 0;
}

#info_err /* box z błędami */
{
	border-color: #df2626;  /* kolor obramowania */
    color: #df2626;         /* kolor czcionki */
}

#info_msg /* box z informacjami */
{
    border-color: #42AF41;     /* kolor obramowania */
    color: #42AF41;            /* kolor czcionki */
}

a {
	color: #46bfed;
}

a:hover {
	text-decoration: underline;
}

.back /* box z odnośnikiem powrotu */
{
    margin: 2em 2em 1em;
    text-align: right;
}

.back a
{
    text-transform: lowercase;
}

.back a:hover
{
    
}

.more /* box z odnośnikiem więcej */
{
    margin: 2em 2em 1em;
    text-align: right;
}

.more a
{
    text-transform: lowercase;
}

.more a:hover
{
    
}

.clear
{
    clear: both;
}

.pageNav
{
    text-align: right;
}

.pageNav a,
.pageNav span
{
    padding: 0.2em 0.5em;
}

.pageNav a 
{
    text-decoration: none;
}

.pageNav a.arr
{
    position: relative;
    top: -0.1em;
    padding-top: 0.1em;
    padding-bottom: 0.3em;
}

/**************************************************** appConfirm */

.appConfirmBox {
  position: absolute;
  display: none;
  border-right: 2px solid #DAE3EB;
  border-bottom: 2px solid #DAE3EB;
}

.appConfirmBox2 {
  background: #F0F2F7;
  border: 1px solid #B8C6CF;
  border-bottom-width: 3px;
  padding: 1px;
}

.appConfirmBox2 h1 {
    margin: 0;
  padding: 3px 0 4px 10px;
  background-color: #6F8491;
  color: #ffffff;
  font-size: 11px;
  border-bottom: 1px solid #C8D3E2;
}

.appConfirmBox3 {
    width: 220px;
  margin: 20px 0 0 13px;
}

.appConfirmBox4 {
  background: transparent url(/imgs/alerts/confirm.gif) 0 0 no-repeat;
  /*padding: 5px 0 10px 50px;*/
  height: 50px;
  /*border-bottom: 1px solid #C8D3E2;*/
  color: #084376;
  line-height: 1.5em;
  text-align: center;
}

.appConfirmBoxButtons {
  text-align: center;
  padding: 10px 0 0 40px;
}

.appConfirmBoxButtons a {
  text-decoration: none;
  width: 50px;
  display: block;
  float: left;
  text-align: center;
  background: #FFFFFF url(images/button_bg.png) repeat-x scroll 0pt 100%;
  border: 1px solid #C0C8CA;
  font-weight: bold;
  padding: 1px 5px;
  color: #142129;
  font-size: 90%;
}

.appConfirmBoxButtons a:hover {
  text-decoration: none;
}

#appConfirmBoxOk {
  margin-right: 5px;
}

#appConfirmBoxCancel {
  margin-left: 5px;
}

/* ========================================================= project styles */

h1 {
	font-size: 110%;
	padding: 1.9em 0 1.4em;
}

h1 span {
	font-weight: normal;
	padding-left: 36px;
}

h1.unlogged {
	color: #000;
}

h2, h3, h4, h5, h6 {
	font-size: 105%;
}

table {
	border-collapse: collapse;
	width: 100%;
	font-size: 95%;
}

table th {
	background-color: #415375;	
	color: #fff;
	/*font-weight: normal;*/
	font-size: 105%;
	padding: 0.7em 0 0.5em;
}

table tbody tr {
	border-bottom: 1px solid #e3e6eb;
}

table td {
	padding: 0.7em 0 0.5em;
}

.tCenter {
	text-align: center;
}

.tRight {
	text-align: right;
}

.tLeft {
	text-align: left;
}

.w330 {
	width: 330px;
}

#header {
  background: url(/images/header.png) repeat-x;
	border-bottom: 1px solid #e4e7ec;
	margin-bottom: 2px;
        width:100%;
}

#header .inside {
	margin: 0 auto;
	padding:  0 1.5em 50px;
   width: 950px;
/*    margin: 0 auto;
    padding: 25px 0;
    width: 100%;*/
}

#logo {
	float: left;
	width: 226px;
   margin: 20px 45px 0 0;
}

#languageAndStatus {
	float: left;
	border-left: 1px solid #9ea8b9;
	padding: 0.8em 0 0 30px;
	margin: 0;
	width: 548px;
}

#languageAndStatus.unlogged {
  border-left-width: 0;
	padding-left: 294px;
	width: 285px;
}

#guide {
	float: left;
	padding-left: 91px;
	padding-right: 39px;
	width: 84px;
	background: url(/images/guide.png) no-repeat 55px 0.5em;
	font-size: 95%;
	font-weight: bold;
	line-height: 1.6em;
	overflow: hidden;
}

#guide a {
	display: block;
	text-align: right;
	font-weight: normal;
	padding-top: 0.5em;
}

#middle {
	width: 900px;
	padding: 2.5em 0 4.3em;
	margin: 0 auto;
}

#middle.unlogged {
	background: url(/images/middle_unlogged.png) no-repeat 100% 0;
	padding: 3.3em 449px 3.1em 110px;
/*	width: 341px;*/
  width: 360px;
} 

#informationStructure {
	margin-top: 1.9em;
	padding: 1.4em 37px 1.4em 29px;
	border: 1px solid #c7ccd6;
}

#informationStructure h1 {
	margin-bottom: 0.9em;
	padding: 0;
}

#informationStructure p {
	font-size: 95%;
	color: #000;
	margin: 0;
}

#informationStructure a {
	display: block;
	text-align: right;
	font-size: 95%;
}

#footer {
	width: 870px;
	padding: 1em 15px 0;
	margin: 2px auto 0;
	border-top: 1px solid #e4e7ec;
	font-size: 95%;
}

#leftFooter {
	float: left;
	width: 435px;
}

#rightFooter {
	float: right;
	width: 435px;
	text-align: right;
}

#rightFooter a {
	color: #415375;
}


/* css file: extranet.css */

/*****************************  clientMenu  ***********************************/
#searchBox {
	clear: left;
	
}
#searchBox .btn {
	padding: 0.2em 10px;
}
#clientMenuContainer {
	background-color: #FAFBFC;	
	border-bottom: 1px solid #a1aabb;
	padding: 0.3em 0 0 28px;
}

#clientMenu {
	padding: 0;
  margin: 0;
}

.clientMenuLi {
	list-style-type: none;
	font-weight: bold;
	font-size: 110%;
	float: left;
	padding: 0.3em 23px 0.5em;
	margin-right: 1px;
	position: relative;
}

.clientMenuLi.last {
	margin-right: 0;
}

.clientMenuLi:hover,
.clientMenuLi.selected {
  background-color: #e3e6eb;
	cursor: pointer;
}

.clientMenuLi:hover .clientMenu2 {
	display: block;
}

.clientMenu2 {
  display: none;
	padding: 0.3em 0;
  margin: 0;
	position: absolute;
	top: 2.05em;
	left: 0;
	border: 1px solid #c7ccd6;
	background-color: #fff;
	width: 9em;/*.clientMenu3 width*/
	z-index: 1;
}

.clientMenu2Li {
	list-style-type: none;
	font-weight: normal;
	padding: 0.3em 0 0.3em 42px;
	background: url(/images/clientMenu2Li.png) no-repeat 26px 0.7em;
	position: relative;
}

.clientMenu2Li:hover,
.clientMenu2Li.selected {
	background-color: #edeff2;
	cursor: pointer;
}

.clientMenu2Li:hover .clientMenu3 {
	display: block;
}

.clientMenu3 {
	display: none;
  padding: 0.3em 0;
  margin: 0;
	position: absolute;
	top: 0;
	left: 9em;/*.clientMenu2 width*/
	border: 1px solid #c7ccd6;
  background-color: #fff;
	z-index: 2;
	width: 16em;
}

.clientMenu3Li {
  list-style-type: none;  
} 

.clientMenu3Li a {
  color: #415375;
  display: block;
  padding: 0.3em 21px 0.3em 40px;
  background: url(/images/clientMenu2Li.png) no-repeat 26px 0.7em;
}

.clientMenu3Li a:hover,
.clientMenu3Li.selected a {
  background-color: #edeff2;
  text-decoration: none;
}

/*****************************  siteMap  **************************************/

.siteMap {
  margin: 0;
	padding: 0;
	font-size: 110%;
}

.siteMap li {
	list-style-type: none;
  font-weight: bold;
}

.siteMap li .smName {
	margin-bottom: 0.3em;
	background-color: #edeff2;
	padding: 0.3em 0 0.3em 42px;
}

.siteMap li ul {
  margin: 0 0 0 42px;
  padding: 0.5em 0 1.5em;	
}

.siteMap li ul li {
	font-weight: bold;
	list-style-type: none;
  padding: 0.3em 0 0.3em 42px;
  background: url(/images/clientMenu2Li.png) no-repeat 26px 0.7em
}

.siteMap li ul li .smName {
	background-color: transparent;
	padding: 0;
}

.siteMap li ul li ul {
	border-left: 1px solid #c7ccd6;
	margin-left: 10px;
	padding: 0;
}

.siteMap li ul li ul li {
	background-image: none;
	padding-left: 20px;
	font-weight: normal;
}


/* css file: language.css */

#langBoxTxt {
  float: left;
	padding: 0.9em 0 0;
	font-size: 85%;
	overflow: hidden;
}

#langBoxTxt strong {
  float: left;
	font-weight: normal;
	margin-right: 22px;
	padding-top: 0.3em;
}

#langBoxTxt ul {
  padding: 0;
	margin: 0;
	float: left;
}

#langBoxTxt ul li {
	float: left;
  list-style-type: none;
	padding: 0;
	margin: 0 20px 0 0;
}

#langBoxTxt ul li.last {
	margin-right: 0;
}

#langBoxTxt ul li a {
	color: #9ca6b8;
	display: block;
	padding: 1.6em 5px 0;
	text-transform: uppercase;
	text-align: center;
}

#langBoxTxt ul li a:hover,
#langBoxTxt ul li.selected a {
	color: #415375;
  text-decoration: none;
}

#langBoxTxt ul li a.langPL {
	background: url(/images/pl_off.png) no-repeat;
}

#langBoxTxt ul li a.langPL:hover,
#langBoxTxt ul li.selected a.langPL {
  background: url(/images/pl_on.png) no-repeat;
}

#langBoxTxt ul li a.langEN {
  background: url(/images/en_off.png) no-repeat;
}

#langBoxTxt ul li a.langEN:hover,
#langBoxTxt ul li.selected a.langEN {
  background: url(/images/en_on.png) no-repeat;
}

#langBoxTxt ul li a.langRU {
  background: url(/images/ru_off.png) no-repeat;
}

#langBoxTxt ul li a.langRU:hover,
#langBoxTxt ul li.selected a.langRU {
  background: url(/images/ru_on.png) no-repeat;
}


/* css file: login.css */

#loginBox {
	border: 1px solid #c7ccd6;
	padding: 1px;
}

#loginBox form {
	background-color: #f7f7f9;
	padding: 2.7em 68px 3em 64px;
}

#loginBox h1 {
	margin-bottom: 1.6em;
	padding: 0;
}

#loginBox .row {
	margin-bottom: 1.1em;
}

#loginBox .submitRow {
  margin-bottom: 0;
	text-align: right;
}

#loginBox label {
	float: left;
	width: 60px;
	font-size: 95%;
	padding-top: 0.2em;
	color: #000;
}

#loginBox input {
	width: 151px;
}

#loginBox .submitRow input {
  width: auto;
}

#logoutBox {
  float: left;
	padding-left: 34px;
	width: 109px;	
	background: url(/images/out_box.png) no-repeat 0 0.5em;
	font-size: 95%;
	line-height: 1.6em;
	overflow: hidden;
}

#logoutBox span {
	font-weight: bold;
}

#logoutBox a {
  display: block;
  text-align: right;
  font-weight: bold;
  padding-top: 0.5em;
}


/* css file: mailing.css */

#mailingBox legend
{
	display: none;
}

#mailingBox .mailingTitle
{
	display: none;
}


/* css file: menu.css */

/* ==================== boczne dwupoziomowe */

#twoDSideMenu .sideMenu
{
    padding: 0;
    margin: 0 0 1em;
}

#twoDSideMenu .sideMenu li
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#twoDSideMenu .sideMenu a     /* wszystkie odnośniki menu */
{
    display: block;
    padding: 0.3em 1em;
}

#twoDSideMenu .sideMenu a:hover   
{

}

#twoDSideMenu .sideMenu li.first a  /* first-child */
{

}

#twoDSideMenu .sideMenu li.last a   /* last-child */
{

}

#twoDSideMenu .sideMenu li.selected   /* element aktualny */
{

}

#twoDSideMenu .sideMenu li.selected a     /* odnośnik elementu aktualnego */
{

}

#twoDSideMenu .sideMenu li.selected ul    /* podmenu aktualnego elementu */
{

}

#twoDSideMenu .sideMenu li.selected ul a  /* odnośnik w podmenu aktualnego elementu */
{
    font-size: 90%;
}

#twoDSideMenu .sideMenu li.selected ul a:hover
{
   
}

#twoDSideMenu .sideMenu li.selected ul a.selected     /* aktualny element podmenu */
{

}

/* ==================== górne nawigacyjne */

#navigationTop
{
    position: absolute;
    top: 1px;
    right: 0;
    padding: 0 0 0 2em;
    margin: 0;
    min-height: 2.5em;
    font-size: 90%;
}

#navigationTop li
{
    line-height: 2.5em;
    list-style-type: none;
    float: left;
	padding-right: 2em;
    background-position: 0;         /* dla ewentualnych obrazków przy elementach nawigacji */
    background-repeat: no-repeat;
}

#navigationTop li a
{
    padding-left: 0;    /* miejsce na ewentualny obrazek */
}

#navigationTop li a:hover
{

}

/* ==================== górne zwykłe poziome */

#menuSimpleTop ul
{
    padding: 0 10px;
    margin: 0;
}

#menuSimpleTop ul li
{
    list-style-type: none;
    float: left;
    font-size: 110%;
}

#menuSimpleTop ul li a
{
    font-weight: bold;
    display: block;
    float: left;
    padding: 0.3em 1em;
}

#menuSimpleTop ul li.selected a
{
	
}

#menuSimpleTop ul li a:hover
{

}

#menuSimpleTop ul li.first a
{

}

#menuSimpleTop ul li.last a
{

}

/* ==================== górne poziome podmenu */

#submenuSimpleTop ul
{
    padding: 0 10px;
    margin: 0;
	font-size: 95%;
}

#submenuSimpleTop ul li
{
    list-style-type: none;
    float: left;    
}

#submenuSimpleTop ul li a
{
    display: block;
    float: left;
    padding: 0.3em 1em;
}

#submenuSimpleTop ul li.selected a
{
    
}

#submenuSimpleTop ul li a:hover
{

}

#submenuSimpleTop ul li.first a
{

}

#submenuSimpleTop ul li.last a
{

}

/* ==================== zwykłe menu w stopce */

#menuSimpleFooter
{
    padding: 0;
    margin: 0 0 1.5em;
    text-align: center;
	font-size: 95%;
}

#menuSimpleFooter li
{
    margin: 0;
    list-style-type: none;
    display: inline;
    padding: 0 0.2em;
}

#menuSimpleFooter li a
{
    
}

#menuSimpleFooter li a:hover
{
    
}

#menuSimpleFooter li.first a
{

}

#menuSimpleFooter li.last a
{

}

/* ==================== górne menu z podmenu rozwijanym w JS */

/* menu główne */
#menu2dhTop ul
{
    padding: 0 10px;
    margin: 0;
    line-height: 2.5em;
    min-height: 2.5em;
}

#menu2dhTop ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0; 
    float: left;
    min-height: 2.5em;
}

#menu2dhTop ul li a
{
    font-weight: bold;
    display: block;
    min-height: 2.5em;
    padding: 0 0.8em;
}

#menu2dhTop ul li a:hover
{
	
}

#menu2dhTop ul li.selected a 
{
    
}

/* podmenu */
#menu2dhSub
{
    min-height: 2.5em;
}

#menu2dhSub ul
{
    padding: 0 10px 0 15px;
    margin: 0;
    font-size: 95%;
    line-height: 2.5em;
    min-height: 2.5em;
}

#menu2dhSub ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0; 
    float: left;
    min-height: 2.5em;
}

#menu2dhSub ul li a
{
    display: block;
    min-height: 2.5em;
    padding: 0 1em;
}


/* css file: sitemap.css */

/* ==================== podstawowy sitemap */

.sitemap
{
    padding: 0.2em 2em 1em 10em;
}

.sitemapBox,
.sitemapMain
{
    padding: 1px 0 1px 15px;
    margin: 0;
    border-left: 1px solid #f00;    /* prowadnica */
    font-weight: normal;
}

.sitemapMain /* lista elementów pierwszego poziomu */
{
    border-left-width: 0;
    font-weight: bold;
}

.sitemapBox li,
.sitemapMain li
{
    padding: 1px 0;
    list-style-type: none;
}

.sitemapBox li a,
.sitemapMain li a
{
    padding: 0 1px 0 10px;
}

.sitemapBox li a:hover,
.sitemapMain li a:hover
{

}