/* $Id: zen.css,v 1.1.2.21 2007/12/26 03:18:28 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include this file, but
 * instead copy any needed CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal5-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal5-reference.css file
 *   Forum            See line 197 of Zen's drupal5-reference.css file
 *   Menus            See line 667 of Zen's drupal5-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal5-reference.css file
 *   Polls            See line 287 of Zen's drupal5-reference.css file
 *   Search           See line 320 of Zen's drupal5-reference.css file
 *   User Profiles    See line 945 of Zen's drupal5-reference.css file
 */


/** body **/
  body
  {
  }

  #page
  {
  }

  #page-inner
  {
  }

/** header **/
  #header
  {

  }

  #header-inner
  {

  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
  }

  #logo-image /* The actual logo image */
  {
  }

  #site-name /* The name of the website */
  {
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
	background: #336699 url(images/ornament.png) no-repeat;
	background-position: top right;
  	border-top: 15px solid #ccc;
  	height: 165px;
  }

  #primary /* Primary links */
  {
	height: 87px;
	font-weight: bold;
  }

  #primary ul /* Primary links */
  {
	padding-top: 68px;
  }

  #primary ul.links a
  {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	border-right: 2px solid #ffffff;
	padding: 0 8px 0px 5px;
  }

  #primary ul.links li
  {
  	padding: 0;
  }

  #primary ul.links a:hover
  {
	color: #cc9933;
  }

  #primary ul.links a.menu-1-1-66-active, #primary ul.links a.menu-1-2-66-active, #primary ul.links a.menu-1-3-66-active, #primary ul.links a.menu-1-4-66-active, #primary ul.links a.menu-1-5-66-active
  {
  	color: #cc9933;
  }


/** main (container for everything else) **/
  #main
  {
  }

  #main-inner
  {
  }

/** content **/
  #content
  {
  	background: #99c2d8;
  }

  #content-inner
  {

  }

  #content-white
  {
      	background: #fff;
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
	background: #fff;
	padding: 36px 0 0 0;
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding: 5px 0 0 25px; /* Undo system.css */ /* Undo system.css */
    color: #336699;
  }

  h1.title, /* The title of the page */
  h3.title /* Comment title */
  {
    margin: 0;
    padding: 0 0 0 25px;
  }

  h2.title /* Block title or the title of a piece of content when it is given in a list of content */
  {
  	margin: 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
    margin: 0 25px;
    border: none;
    padding: 5px;
    color: #000;
    font-weight: bold;
    font-size: 1.1em;
    background-color:  #eca742;
    width: 524px;
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning /* Medium priority messages */
  {
    border-color: #ff7;
  }

  div.warning, tr.warning
  {
    color: #000;
    background-color: #ffc;
  }

  div.error /* High priority messages. See also the .error declaration below. */
  {
    border-color: #c00;
  }

  div.error, tr.error
  {
    color: #900;
    background-color: #fee;
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  	padding: 0 0px 0 25px;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    padding: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    /*margin: 1em 0;*/
    background: #fff;
    padding-left: 10px;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  	background: #fff;
  }

  #navbar-inner p
  {
padding: 0;
margin: 0;
  }

  #search-box /* Wrapper for the search form */
  {
  	background: #4c94bb;
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  	background: #99c2d8;
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
    background: #cce0ec url(images/ornament3.png) no-repeat;
    background-position: right;
  }

  #footer-inner
  {
  	text-align: left;
  	padding: 10px 20px 0px 20px;
  	overflow: hidden;
  	height: 1%;
  }

  #footer-message ul, #footer-message li
  {
  	display: inline;
  	list-style: none;
  	list-style-image: none;
  	padding: 0;
  }

  #footer-message a
  {
  	padding: 0;
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** Logo BIP **/

  #block-block-7
  {
  	float: left;
  	margin: 0;
  }

  #block-block-7 p
  {
  	padding: 0;
  	margin: 0 0 0 50px;
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
	background: #ffffff;
	margin-right: 233px;
  }

  .node-inner /* Additional wrapper for node */
  {

  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .taxonomy /* Node taxonomy (categories) */
  {
  	font-size: 0.8em;
  	font-weight: bold;
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    /*margin: 1em 0;*/
    text-align: left;
    float: left;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    list-style-image: none;
    padding: 0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for all comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
	background: #cce0ec;
	margin-bottom: 0.5em;
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  	margin: 0;
  	padding: 0;
  	background: #99c2d8;
  	padding: 3px 0 0 3px;
  	font-size: 1.1em;
  }

  .comment h3.title a /* Comment title */
  {
  	color: #000;
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #cc9933;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  	background: #fff url(images/triangle.png) no-repeat;
  	background-position: 40px 0;
	padding-top: 8px;
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    	padding-bottom: 5px;
    	text-align: right;
  }

  .comment div.links a
  {
  	font-weight: bold;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

  .comment p
  {
    	padding-left: 3px;
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  	font-size: 1.2em;
  }

  .block a
  {
  	/*color: #000;*/
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  	margin: 14px 0;
	/*padding: 12px 0 0 0;*/
  	width: 207px;
	/*height: 30px;*/
	  background: #cce0ec;
    /*position: absolute;*/
	/*text-align: center;*/
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    color: #c00;
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin #content tr.even" declaration below. */
  {

  }

  tr.even
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
    outline: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline .form-submit
  {
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 0.9em;
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * admin section of the site.
   */
  .section-admin #content tbody
  {
    border-top: 1px solid #ccc;
  }

  .section-admin #content th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin #content tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  .section-admin #content thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin #content tr.even,
  .section-admin #content tr.odd
  {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
  }

/** block book **/


  #block-book-0
  {
  }

  #block-book-0 ul.menu, #block-views-ldv_block ul, #block-menu-409 ul.menu, #block-menu-414 ul.menu
  {
	padding: 0;
	margin: 0;
  }

  #block-book-0 ul.menu li, #block-views-ldv_block li, #block-menu-409 ul.menu li, #block-menu-414 ul.menu li
  {
	border-top: 1px solid #cce0ec;
  }

  #block-book-0 li.expanded, #block-book-0 li.collapsed, #block-book-0 li.leaf, #block-views-ldv_block li, #block-menu-409 li.leaf, #block-menu-414 li.leaf
  {
  	list-style-image: none;
  	list-style-type: none;
  	text-align: right;
  }

  #block-book-0 li.collapsed a, #block-book-0 li.expanded a, #block-book-0 li.leaf a, #block-views-ldv_block li a, #block-menu-409 li a, #block-menu-414 li a
  {
    	color: #336699;
    	display: block;
    	font-weight: bold;
	padding: 8px 28px 8px 5px;
    	background: url(images/kwadrat_niebieski.png) no-repeat;
    	background-position: 95% 11px;

  }

  #block-book-0 li.expanded ul.menu li.expanded a, #block-book-0 li.expanded ul.menu li.collapsed a, #block-book-0 li.expanded ul.menu li.leaf a, #block-menu-409 li.expanded ul.menu li.leaf a, #block-menu-414 li.expanded ul.menu li.leaf a
  {
	font-weight: normal;
	padding: 6px 39px 6px 5px;
	background: url(images/kwadrat_niebieski_10.png) no-repeat;
    	background-position: 90% 9px;
  }

  #block-book-0 li.expanded ul.menu li.expanded ul.menu li.leaf a, #block-book-0 li.expanded ul.menu li.expanded ul.menu li.expanded a, #block-book-0 li.expanded ul.menu li.expanded ul.menu li.collapsed a, #block-menu-409 li.expanded ul.menu li.expanded ul.menu li.leaf a, #block-menu-414 li.expanded ul.menu li.expanded ul.menu li.leaf a
  {
	padding: 6px 57px 6px 5px;
    	background: url(images/kwadrat_niebieski_10.png) no-repeat;
    	background-position: 80% 9px;
  }


  #block-book-0 li.collapsed a.active, #block-book-0 li.expanded a.active, #block-book-0 li.leaf a.active, #block-menu-409 li.leaf a.active, #block-menu-414 li.leaf a.active
  {
	background-color: #cce0ec;
  }

  #block-book-0 li.expanded ul.menu li.expanded a.active, #block-book-0 li.expanded ul.menu li.collapsed a.active, #block-book-0 li.expanded ul.menu li.leaf a.active
  {
	background: #cce0ec url(images/kwadrat_niebieski_10_hover.png) no-repeat;
    	background-position: 90% 9px;
  }

  #block-book-0 li.expanded ul.menu li.expanded ul.menu li.leaf a.active, #block-book-0 li.expanded ul.menu li.expanded ul.menu li.expanded a.active, #block-book-0 li.expanded ul.menu li.expanded ul.menu li.collapsed a.active
  {
    	background: #cce0ec url(images/kwadrat_niebieski_10_hover.png) no-repeat;
    	background-position: 80% 9px;
  }

  #block-book-0 li.collapsed a:hover, #block-book-0 li.expanded a:hover, #block-book-0 li.leaf a:hover, #block-menu-409 li.leaf a:hover, #block-book-414 li.leaf a:hover
  {
	background: #cce0ec url(images/kwadrat_niebieski.png) no-repeat;
    	background-position: 95% 11px;
	text-decoration: none;
  }

  #block-book-0 li.expanded ul.menu li.expanded a:hover, #block-book-0 li.expanded ul.menu li.collapsed a:hover, #block-book-0 li.expanded ul.menu li.leaf a:hover
  {
	background: #cce0ec url(images/kwadrat_niebieski_10_hover.png) no-repeat;
    	background-position: 90% 9px;
  }

  #block-book-0 li.expanded ul.menu li.expanded ul.menu li.leaf a:hover
  {
	background: #cce0ec url(images/kwadrat_niebieski_10_hover.png) no-repeat;
    	background-position: 80% 9px;
	text-decoration: none;
  }


/** dodatkowe style **/

/* Logo uni w lewym gornym rogu */

  #block-block-4, #block-block-3
  {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	z-index: 3;
  }

  #block-block-4 .block-inner p, #block-block-3 .block-inner p
  {
	margin: 0;
	padding: 0;
  }

/* Zmiana jezyka w gornym pasku */

  #block-block-5, #block-block-6
  {
  	position: relative;
	left: 950px;
	z-index: 5;
  	margin-top: -17px;
  	width: 3.5em;
  }

  #block-block-5 a, #block-block-6 a
  {
  	color: #336699;
  	font-weight: bold;
	font-size: 0.9em;
  }

/* Menu z glownymi linkami */

  #block-menu-2, #block-menu-92 /* Primary links */
  {
	padding: 0;
	margin: 0;
  }

  #block-menu-2 ul, #block-menu-92 ul /* Primary links */
  {
	float: left;
	padding: 0 0 0 207px;
	margin: 0;
  }

  #block-menu-2 ul a, #block-menu-92 ul a
  {
	color: #ffffff;
	text-decoration: none;
  }

  #block-menu-2 ul li, #block-menu-92 ul li
  {
  	list-style: none;
  	list-style-image: none;
	padding: 0 10px 0 20px;
	float: left;
	width: 95px;
	height: 2.5em;
	border-right: 1px solid #ffffff;
	text-align: right;
  }

/** Tabelka z glownymi linkami, ugly hack, bo tak sie bardziej podobalo **/

    #block-block-8, #block-block-9
    {
	position: absolute;
	top: 15px;
	margin: 0 30px 0 207px;
	text-align: center;
	z-index: 10;
    }

   #block-block-8 p, #block-block-9 p
   {
	padding: 0;
	margin: 0;
   }

    #block-block-8 table, #block-block-9 table
    {
	margin: 0;
	padding: 0;
    }

    #block-block-8 td, #block-block-9 td
    {
        width: 110px;
        border-right: 1px solid #fff;
        text-align: right;
        vertical-align: bottom;
        padding: 10px 10px 0 0;
    }

    #block-block-8 a, #block-block-9 a
    {
	color: #fff;
	font-weight: bold;
    }

    #block-block-8 a:visited, #block-block-9 a:visited /** Problem IE **/
    {
    	color: #fff;
    }

    #block-block-8 a:hover, #block-block-9 a:hover
    {
    	text-decoration: none;
        color: #cce0ec;
    }

    #block-menu-2 ul a:hover, #block-menu-92 ul a:hover
  {
	color: #cce0ec;
  }

/** Obrazki **/

#block-block-2, #block-block-11, #block-block-12, #block-block-13, #block-block-14, #block-block-15, #block-block-16
{
position: absolute;
margin: 0 0 0 207px;
top: 90px;
}

#block-block-10
{
position: absolute;
margin: 0 0 0 207px;
top: 41px;
z-index: 1;
}

#block-block-19
{
position: absolute;
margin: 0 0 0 207px;
top: 64px;
}

#block-block-2 p, #block-block-10 p, #block-block-11 p, #block-block-12 p, #block-block-13 p, #block-block-14 p, #block-block-15 p, #block-block-16 p
{
padding: 0;
margin: 0;
line-height: 0;
}

/* Inne bloki w lewym pasku */

  #block-block-10, #block-block-11
  {
    	text-transform: uppercase;
  }

  #block-block-10 li, #block-block-11 li
  {
  	list-style-image: none;
  	list-style-type: none;
  	text-align: right;
  }

  #block-block-10 li a, #block-block-11 li a
  {
    	color: #000;
    	padding: 10px 35px 0 0;
    	display: block;
    	font-weight: bold;
    	background: url(images/kwadrat.png) no-repeat;
    	background-position: right bottom;
  }

  #block-block-10 li a.active, #block-block-11 li a.active
  {
	color: #fff;
  }

  #block-block-10 li a:hover, #block-block-11 li a:hover
  {
  	color: #fff;
  	text-decoration: none;
  }

/** Inne **/

  .book-navigation
  {
  	display: none;
  }

  .left-image
  {
  	float: left;
  	padding-right: 10px;
  }

/** Style dla tresci stron **/

  .node-inner ul, .node-inner ol
  {
  	padding-left: 20px;
  }

/**  .node-inner ul li, .view-teacher-manual ul li, .view-student-manual ul li, #forum ul li
  {
  	list-style-image: url(images/blue-square7.png);
  	list-style-type: square;
  }
**/

/** Tabele w tresci stron **/

  .node-inner table p
  {
  	margin: 0;
  }

  .node-inner table
  {
	border-color: #fff;
  }

  .node-inner table tbody
  {
	border-color: #fff;
  }

  .node-inner table tbody td, .node-inner table tbody th
  {
	padding: 5px;
  }

  .node-inner table th p
  {
  	text-align: center;
  }

/** Misc **/

  #user-login, #user-edit, div.profile, #node-form, #comments, #comment-form, #forum
  {
  	  padding: 0 0 20px 0;
  }

  .box-inner h2.title
  {
  }

  .form-submit
  {

  }

/** CCK Fields **/

  .field-field-picture
  {
  	float: left;
  	margin: 0 20px 0 0;
  }

  .field-field-major-scientific-interest, .field-field-publications
  {
  	clear: both;
  }

  .person-start, .person-tz, .course-start, .course-tz, .course-end
  {
  	display: none;
  }

  .field-field-horizontal-image
  {
	margin-top: 10px;
  }

  .field-field-horizontal-image img, .field-field-vertical-image img
  {
	border: none;
  }

  .field-field-vertical-image
  {
  	float: right;
  	margin-left: 10px;
  }

  .field-field-image-caption
  {
	font-style: italic;
	font-size: 0.9em;
	margin-bottom: 10px;
  }

  .field-field-zajawka
  {
	margin-bottom: 10px;
	font-weight: bold;
  }

  .field-field-contact
  {
  	margin-bottom: 0.5em;
  }

  .field-field-referenced-email
  {
  	color: #336699;
  	margin-bottom: 0.5em;
  }

/** Views **/
/*
*  .view
*  {
*  	padding: 0 0 0 0;
*  }
*
*  .view table
*  {
*  	margin: 0 0 1em 0;
*  	padding: 0;
*  }
*
*  .view td
*  {
*  	padding: 2px 5px 2px 5px;
*  }
*
*  .view a:visited
*  {
*  	color: #336699;
*  }
*
*  .view-field-node-title
*  {
* 	width: 300px;
*  }
*/

   .view-picasa-leonardo ul, .view-prezentacje ul
  {
  padding: 0;
  }

  .view-picasa-leonardo ul li, .view-prezentacje ul li
  {
  list-style: none;
  list-style-image: none;
  }

/** Sitemap **/

  .view-content-Sitemap
  {
  	padding: 1em 20px 0 0;
  }

  .view-content-Sitemap table
  {
  	width: 100%;
  }

/** TinyMCE **/

/** Forum **/

  #forum table
  {
  	width: 100%;
  }

/** Language switch **/

  #block-localizer-0
  {
/* 	line-height: 0.5em;*/
  }

  #block-localizer-0 ul
  {
  	margin: 0;
  	padding: 0 0 0 25px;
  }

  #block-localizer-0 ul li
  {
	list-style: none;
	list-style-image: none;
  }

  #block-localizer-0 ul li a
  {
  	color: #336699;
  	font-weight: bold;
  }

/** Views **/

  .view-content-kraje ul li
  {
	list-style: none;
	list-style-image: none;
  }


/** Search **/
#search-box #edit-submit
{
	margin: 0;
	background: none;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
}

#search-box #edit-submit:hover
{
	color: #fff;
}

#search-box .container-inline
{
	padding: 15px 0 0 0px;
	float: right;
}

#search-box .form-text
{
	width: 150px;
}

/** jCarousel - Panel **/

/**
 * Based on the default jCarousel tango skin. Adapted for use with the Mini
 * Panels module by Wim Leers. GPL icons created by Kaj Heijmans.
 */

.jcarousel-skin-default.jcarousel-container {
  -moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
  background: none;
  border: none;
}

.jcarousel-skin-default.jcarousel-container-vertical {
  width: 238px;
  height: 32em;
  padding: 20px 0;
}

.jcarousel-skin-default .jcarousel-clip-vertical {
  width:  100%;
  height: 100%;
}

.jcarousel-item {
  height: 10em;
}

.jcarousel-skin-default .jcarousel-item-vertical {
	width: 100%;
	height: 10em;
	padding: 0;
	margin: 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-default .jcarousel-next-vertical {
  background: #cce0ec url(images/triangle.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: pointer;
}

.jcarousel-skin-default .jcarousel-next-vertical:hover {
  background-position: 0;
}

.jcarousel-skin-default .jcarousel-next-vertical:active {
  background-position: 0;
}

.jcarousel-skin-default .jcarousel-next-disabled-vertical,
.jcarousel-skin-default .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-default .jcarousel-next-disabled-vertical:active {
  cursor: default;
  background-position: 0;
}

.jcarousel-skin-default .jcarousel-prev-vertical {
  background: #cce0ec url(images/triangle.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: pointer;
}

.jcarousel-skin-default .jcarousel-prev-vertical:hover {
  background-position: 0;
}

.jcarousel-skin-default .jcarousel-prev-vertical:active {
  background-position: 0;
}

.jcarousel-skin-default .jcarousel-prev-disabled-vertical,
.jcarousel-skin-default .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-default .jcarousel-prev-disabled-vertical:active {
  cursor: default;
  background-position: 0;
}

/** Content right - blok z newsami **/


  #content-right
  {
	float: right;
	margin-left: 25px;
	width: 207px;
	padding: 0;
  }

  #content-right .view-newsy-pl, #content-right .view-newsy-en
  {
	font-size: 0.9em;
	padding-bottom: 2em;
  }

  .view-item-newsy-pl, .view-item-newsy-en
  {
	margin: 0 0 14px 0;
	background: #cce0ec;
	padding: 10px;
  }

  .view-content-newsy-pl ul li, .view-content-newsy-en ul li
  {
	list-style: none;
	list-style-image: none;
  }

  .view-content-newsy-pl ul, .view-content-newsy-en ul
  {
	padding: 0;
  }

  .view-content-newsy-pl .view-data-node-title, .view-content-newsy-en .view-data-node-title
  {
	margin-bottom: 0.5em;
	text-align: left;
  }

  .view-content-newsy-pl .view-data-node-title a, .view-content-newsy-en .view-data-node-title a
  {
	font-size: 1.2em;
	font-weight: bold;
	color: #336699;
  }

  .view-newsy-pl .more-link a, .view-newsy-en .more-link a, .view-newsy-pl .view-data-node-link a, .view-newsy-en .view-data-node-link a
  {
	color: #336699;
	font-weight: bold;
  }

  .view-newsy-pl .more-link, .view-newsy-en .more-link
  {
	background: #cce0ec;
	text-align: center;
  }

  #content-right .view-newsy-pl .view-data-node-link
  {
	text-align: right;
	background: url(images/kwadrat_niebieski_10_hover.png) no-repeat;
	background-position: 75% 60%;
  }


  #content-right .view-newsy-en .view-data-node-link
  {
	text-align: right;
	background: url(images/kwadrat_niebieski_10_hover.png) no-repeat;
	background-position: 55% 60%;
  }

  .view-header-newsy-pl h2, .view-header-newsy-en h2  {
  	background: #cce0ec;
  	color: #336699;
  	text-align: center;
  }

  #block-block-73, #block-block-74
  {
	margin: 0 0 9px 0;
	background: #336699;/*#4C94BB;*/
	padding: 5px;
	text-align: center;
  }

  #block-block-73 a, #block-block-74 a
  {
  color: white;
  font-weight: bold;
  }




/** Overflow everything - floats **/
#content-white
{
      	overflow: hidden;
      	/*width: 100%;*/
}

/** Panel - uczelnie **/
#lista-uczelni
{
	padding-right: 0;
}

#lista-uczelni .panel-col-first
{
width: 600px;
}

#lista-uczelni .panel-col-last
{
width: 150px;
}

.panel-display
{
	overflow: hidden;
}

.view-uczelnie-partnerskie-kierunki ul, .view-uczelnie-partnerskie-kraje ul
{
	padding: 0;
}

.view-uczelnie-partnerskie-kierunki ul li, .view-uczelnie-partnerskie-kraje ul li
{
	list-style: none;
	list-style-image: none;
	margin-bottom: 1em;
}

.view-uczelnie-partnerskie-kierunki .view-label-node-data-field-kraj-field-kraj-value, .view-uczelnie-partnerskie-kierunki .view-label-node-title, .view-uczelnie-partnerskie-kierunki .view-label-node-data-field-strona-www-field-strona-www-url, .view-uczelnie-partnerskie-kraje .view-label-node-data-field-kraj-field-kraj-value, .view-uczelnie-partnerskie-kraje .view-label-node-title, .view-uczelnie-partnerskie-kraje .view-label-node-data-field-strona-www-field-strona-www-url
{
	display: none;
}

.view-uczelnie-partnerskie-kierunki .view-data-node-title, .view-uczelnie-partnerskie-kraje .view-data-node-title
{
	font-size: 1.2em;
	font-weight: bold;
}

.view-uczelnie-partnerskie-kierunki .view-label-node-data-field-kod-erasmusa-field-kod-erasmusa-value, .view-uczelnie-partnerskie-kierunki .view-data-node-data-field-kod-erasmusa-field-kod-erasmusa-value, .view-uczelnie-partnerskie-kraje .view-label-node-data-field-kod-erasmusa-field-kod-erasmusa-value, .view-uczelnie-partnerskie-kraje .view-data-node-data-field-kod-erasmusa-field-kod-erasmusa-value
{
	display: inline;
}

.view-uczelnie-partnerskie-kierunki .view-label-node-data-field-kod-erasmusa-field-kod-erasmusa-value, .view-uczelnie-partnerskie-kraje .view-label-node-data-field-kod-erasmusa-field-kod-erasmusa-value
{
	padding-right: 10px;
	font-weight: bold;
}

.panel-col-last ul li
{
	list-style-image: url(images/blue-square7.png);
  	list-style-type: square;
}

.view-item-uczelnie-partnerskie-kraje
{
margin: 0 0 20px 0;
}

img.gcg-views-static-map
{
border: 2px solid #336699;
}

/**Greybox **/
#GB_window
{

}
#GB_frame
{


}

/** Tabele **/

.tabelka
{

}

  thead tr
  {
	background: #cce0ec /*#99c2d8 url(images/ornament3_2.png)*/ no-repeat;
        background-position: right;
/*        height: 2.5em;*/
        border-bottom: 1px solid #336699;
  }

  tr.odd
  {
	background: #fff;
	border-bottom: none;
  }

  tr.even
  {
	background: #cce0ec;
	border-bottom: none;
  }

  td, th
  {
  	padding: 2px;
  }

  td.active
  {
  	background: none;
  	font-weight: bold;
  }

/** Tlo **/

  #tlo1, .tlo1
  {
  	background: #336699;
  }

  #tlo2, .tlo2
  {
  	background: #99c2d8;
  }

  #tlo3, .tlo3
  {
  	background: #4c94bb;
  }

  #tlo4, .tlo4
  {
  	background: #cce0ec;
  }

/** Tlo z ornamentem **/

  #niebieski1, .niebieski1
  {
  	background: #336699 /*url(images/ornament3_1.png) no-repeat*/;
  	background-position: right;
  }

  #niebieski2, .niebieski2
  {
  	background: #99c2d8 /*url(images/ornament3_2.png) no-repeat*/;
        background-position: right;
  }

  #niebieski3, .niebieski3
  {
  	background: /*#4c94bb url(images/ornament3_3.png) no-repeat*/;
        background-position: right;
  }

  #niebieski4, .niebieski4
  {
  	background: /*#cce0ec url(images/ornament3.png) no-repeat*/;
        background-position: right;
  }

/** Niebieskie ramki **/

  #ramka1, .ramka1
  {
  	border: 6px solid #336699;
  }

  #ramka2, .ramka2
  {
  	border: 6px solid #99c2d8;
  }

  #ramka3, .ramka3
  {
  	border: 6px solid #4c94bb;
  }

  #ramka4, .ramka4
  {
  	border: 6px solid #cce0ec;
  }

/** Search block **/

#search-block-form .form-item
{
padding-right: 0;
}

#search-block-form .form-submit,
#block-block-104 input.form-submit
{
border: none;
background: #336699;
color: #fff;
font-weight: bold;
padding-bottom: 0.1em;
font-size: 0.9em;
}

#search-block-form .form-submit:hover,
#block-block-104 input.form-submit:hover
{
background: #cce0ec;
-moz-box-shadow: 0 0 3px #336699;
color: #336699;
}

#search-block-form .form-text {
  background: none repeat scroll 0 0 #CCE0EC;
  border: 0 none;
  font-size: 20px;
  margin: 0;
  padding: 0;
  width: 128px;
}

#views-filters .form-item
{
/*display: inline;*/
/*text-align: right;*/
margin: 0;
}

#views-filters .form-element-0,
#views-filters .form-element-2,
#views-filters .form-element-4,
#views-filters .form-element-6
{
background: #cce0ec;
border-bottom: 2px solid #4c94bb;
padding: 5px 10px;
}

#views-filters .form-element-1,
#views-filters .form-element-3,
#views-filters .form-element-5
{
border-bottom: 2px solid #4c94bb;
padding: 5px 10px;
}

#views-filters label
{
font-weight: bold;
padding-right: 20px;
/*float: left;*/
}

#views-filters input.form-text {
border: 1px solid #336699;
margin: 0;
}

#views-filters select
{
width: 100%;
}

#views-filters .form-buttons
{
margin: 10px 0;
}


.view-aktualnosci, .view-aktualnosci-en
{
margin-top: 25px;
}

.view-aktualnosci ul, .view-aktualnosci-ldv ul, .view-aktualnosci-studia ul, .view-aktualnosci-en ul
{
padding: 0;
}

.view-aktualnosci ul li, .view-aktualnosci-ldv ul li, .view-aktualnosci-studia ul li, .view-aktualnosci-en ul li
{
list-style: none;
list-style-image: none;
margin-bottom: 20px;
border-bottom: 2px solid #CCE0EC;
}

.view-aktualnosci .view-data-node-title, .view-aktualnosci-ldv .view-data-node-title, .view-aktualnosci-studia .view-data-node-title, .view-aktualnosci-en .view-data-node-title
{
font-size: 1.5em;
display: block;
font-weight: 500;
line-height: 1em;
}

.view-aktualnosci .view-data-node-link, .view-aktualnosci-ldv .view-data-node-link, .view-aktualnosci-studia .view-data-node-link, .view-aktualnosci-en .view-data-node-link
{
/*background: #cce0ec;*/
text-align: right;
font-weight: bold;
margin-top: 2px;
padding-right: 3px;
}

.view-aktualnosci ul.links li, .view-aktualnosci-ldv ul.links li, .view-aktualnosci-studia ul.links li, .view-aktualnosci-en ul.links li
{
border-bottom: none;
padding: 0;
}

.view-aktualnosci .view-data-term-node-2-name a, .view-aktualnosci-ldv .view-data-term-node-2-name a, .view-aktualnosci-studia .view-data-term-node-2-name a, .view-aktualnosci-en .view-data-term-node-2-name a
{
background: #cce0ec;
color: #336699;
padding: 0 3px;
font-weight: bold;
font-size: 0.9em;
}

.view-uczelnie-partnerskie table, .view-firmy-kierunki table
{
width: 100%;
}

.view-faculties .view-data-node-title
{
font-size: 1.5em;
}

.view-content-przedmioty th
{
padding: 0 5px;
}

td.view-field-node-data-field-lecture-total-semester-field-lecture-total-semester-value, td.view-field-node-data-field-classes-total-semester-field-classes-total-semester-value, td.view-field-node-data-field-seminar-total-semester-field-seminar-total-semester-value, td.view-field-node-data-field-laboratory-total-semester-field-laboratory-total-semester-value, td.view-field-node-data-field-ects-field-ects-value
{
text-align: center;
}

td.view-field-node-title
{
text-align: left;
}

#block-views-program_reference
{
text-align: right;
color: #336699;
}

#block-views-program_reference h2
{
font-size: 1em;
	padding: 8px 8px 8px 5px;
}

#block-views-program_reference ul
{
padding: 0;
margin: 0;
}

#block-views-program_reference ul li
{
list-style: none;
list-style-image: none;
text-align: right;
	border-top: 1px solid #cce0ec;
}

#block-views-program_reference ul li a
{
color: #336699;
    	display: block;
    	font-weight: bold;
	padding: 8px 28px 8px 5px;
    	background: url(images/kwadrat_niebieski.png) no-repeat;
    	background-position: 95% 11px;
}

#block-views-program_reference ul li a:hover
{
background: #cce0ec url(images/kwadrat_niebieski.png) no-repeat;
    	background-position: 95% 11px;
	text-decoration: none;
}


.field-field-preparatory-details
{
font-style: italic;
}

p.search-info {
display: none;
}

table#just p
{
text-align: justify;
}

.block-user, #block-block-21, #block-block-23, #block-block-41, #block-block-52, #block-block-79, #block-block-81, #block-menu-345, #block-block-97, #block-block-102, #block-agency-1 {
background: #4c94bb;
color: #ffffff;
padding: 2px 10px 10px 10px;
}

.block-user ul.menu li a, #block-block-21 ul.menu li a, #block-block-23 ul.menu li a, #block-block-41 ul.menu li a, #block-block-52 ul.menu li a, #block-block-79 ul.menu li a, #block-block-81 ul.menu li a, #block-menu-345 ul.menu li a, #block-block-97 ul.menu li a, #block-block-102 ul.menu li a, #block-agency-1 a
{
color: #fff;
font-weight: bold;
}

.block-user h2, #block-menu-345 h2
{
text-align: center;
}

.view-Testimonials {
}

.view-Testimonials ul {
padding: 0;
}

.view-Testimonials .view-data-node-title {
font-size: 1.5em;
}

.view-Testimonials ul li {
list-style: none;
list-style-image: none;
}

.view-Testimonials .imagefield-field_zdjecie_glowka {
float: left;
margin: 15px 10px 0 0;
}

.view-Testimonials .view-data-node-body {
min-height: 165px;
}

.view-Testimonials .view-data-node-body:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}

.not-logged-in fieldset.collapsible { display: none; }
.not-logged-in fieldset.date-box { display: block; }

.page-en-study-english-admission-procedure fieldset.collapsible { display: block; }

.node-form fieldset legend { font-weight: bold; font-size: 1.1em; }

.node-form fieldset { border: 1px solid #336699; background: #cce0ec; }
.node-form fieldset.collapsible {background: none;}


.book_add_child a { background: #4C94BB; color: #fff; padding: 3px; font-weight: bold; }
.book_add_child a:hover { background: #cce0ec; color: #336699; text-decoration: none; }
.book_printer img { vertical-align: middle; }

ul.links.inline { padding: 0; }

ul.links.inline li.book_add_child, ul.links.inline li.book_printer
{
padding: 0 0.5em 0 0;
}

/*
*.node-inner img {
*margin: 0 10px 5px 10px;
*}
*/

img.img_right {
margin: 0 0 5px 10px;
}

img.img_left {
margin: 0 10px 10px 0;
}

.view-przedmioty table { width: 100%; }

.view-Contacts .node {
margin-right: 0;
}

.view-Contacts .node:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}

.view-Contacts h2.title {
font-size: 1.1em;
}

.view-Contacts fieldset {
margin-top: 0.2em;
}

.not-logged-in .view-Contacts fieldset {
display: block;
}

/** Mapa **/

#europe {
 width: 500px;
 height: 400px;
 background: url(obrazki/mapa_400x500.gif) no-repeat;
 margin: 10px auto; padding: 0;
 position: relative;
 border: solid 1px #c0c0c0;
}
#europe li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#europe a {display: block; text-indent: -9999px; text-decoration: none;}


#es {left: 0px; top: 280px; width: 150px; height: 110px; z-index: 10;}
#pt {left: 0px; top: 300px; width: 40px; height: 80px; z-index: 12;}
#fr {left: 70px; top: 190px; width: 120px; height: 150px; z-index: 9;}
#ie {left: 20px; top: 130px; width: 70px; height: 60px; z-index: 9;}
#uk {left: 60px; top: 110px; width: 100px; height: 110px; z-index: 10;}
#be {left: 130px; top: 200px; width: 30px; height: 40px; z-index: 11;}
#nl {left: 140px; top: 180px; width: 30px; height: 40px; z-index: 13;}
#lu {left: 150px; top: 225px; width: 20px; height: 20px; z-index: 15;}
#de {left: 150px; top: 150px; width: 80px; height: 110px; z-index: 12;}
#dk {left: 170px; top: 120px; width: 50px; height: 50px; z-index: 11;}
#se {left: 190px; top: 0px; width: 70px; height: 163px; z-index: 13;}
#no {left: 160px; top: 0px; width: 70px; height: 130px; z-index: 12;}
#fi {left: 250px; top: 0px; width: 80px; height: 100px; z-index: 14;}
#ee {left: 265px; top: 99px; width: 40px; height: 30px; z-index: 15;}
#lv {left: 260px; top: 119px; width: 50px; height: 30px; z-index: 16;}
#lt {left: 265px; top: 139px; width: 50px; height: 30px; z-index: 17;}
#sk {left: 245px; top: 230px; width: 50px; height: 25px; z-index: 17;}
#cz {left: 205px; top: 210px; width: 55px; height: 40px; z-index: 16;}
#at {left: 185px; top: 240px; width: 65px; height: 40px; z-index: 15;}
#ch {left: 157px; top: 257px; width: 37px; height: 30px; z-index: 16;}
#hu {left: 240px; top: 240px; width: 55px; height: 55px; z-index: 15;}
#si {left: 220px; top: 265px; width: 25px; height: 20px; z-index: 16;}
#it {left: 160px; top: 265px; width: 120px; height: 125px; z-index: 10;}
#gr {left: 270px; top: 310px; width: 90px; height: 90px; z-index: 11;}
#tr {left: 340px; top: 265px; width: 200px; height: 110px; z-index: 12;}
#bg {left: 300px; top: 280px; width: 60px; height: 45px; z-index: 14;}
#ro {left: 270px; top: 230px; width: 90px; height: 65px; z-index: 13;}
#is {left: 0px; top: 0px; width: 90px; height: 35px; z-index: 10;}
#cy {left: 410px; top: 360px; width: 25px; height: 25px; z-index: 16;}
#mt {left: 225px; top: 390px; width: 15px; height: 10px; z-index: 17; }


#es a {height: 110px; z-index: 10;}
#pt a {height: 80px; z-index: 12;}
#fr a {height: 150px; z-index: 9;}
#ie a {height: 60px; z-index: 9;}
#uk a {height: 110px; z-index: 10;}
#be a {height: 40px; z-index: 11;}
#nl a {height: 40px; z-index: 13;}
#lu a {height: 10px; z-index: 15;}
#de a {height: 110px; z-index: 12;}
#dk a {height: 50px; z-index: 11;}
#se a {height: 163px; z-index: 13;}
#no a {height: 130px; z-index: 12;}
#fi a {height: 100px; z-index: 14;}
#ee a {height: 30px; z-index: 15;}
#lv a {height: 30px; z-index: 16;}
#lt a {height: 30px; z-index: 17;}
#sk a {height: 25px; z-index: 17;}
#cz a {height: 40px; z-index: 16;}
#at a {height: 40px; z-index: 15;}
#ch a {height: 30px; z-index: 16;}
#hu a {height: 55px; z-index: 15;}
#si a {height: 20px; z-index: 16;}
#it a {height: 125px; z-index: 10;}
#gr a {height: 90px; z-index: 11;}
#tr a {height: 110px; z-index: 12;}
#bg a {height: 45px; z-index: 14;}
#ro a {height: 65px; z-index: 13;}
#is a {height: 35px; z-index: 10;}
#cy a {height: 25px; z-index: 16;}
#mt a {height: 10px; z-index: 17;}


#es a:hover {background: url(obrazki/hiszpania.gif) -0px -280px no-repeat; z-index: 10; }
#pt a:hover {background: url(obrazki/portugalia.gif) -0px -300px no-repeat; z-index: 12; }
#fr a:hover {background: url(obrazki/francja.gif) -70px -190px no-repeat; z-index: 9; }
#ie a:hover {background: url(obrazki/irlandia.gif) -20px -130px no-repeat; z-index: 9; }
#uk a:hover {background: url(obrazki/wielka_brytania.gif) -60px -110px no-repeat; z-index: 10; }
#be a:hover {background: url(obrazki/belgia.gif) -130px -200px no-repeat; z-index: 11; }
#nl a:hover {background: url(obrazki/holandia.gif) -140px -180px no-repeat; z-index: 13; }
#lu a:hover {background: url(obrazki/luksemburg.gif) -150px -225px no-repeat; z-index: 15; }
#de a:hover {background: url(obrazki/niemcy.gif) -150px -150px no-repeat; z-index: 12; }
#dk a:hover {background: url(obrazki/dania.gif) -170px -120px no-repeat; z-index: 11; }
#se a:hover {background: url(obrazki/szwecja.gif) -190px -0px no-repeat; z-index: 13; }
#no a:hover {background: url(obrazki/norwegia.gif) -160px -0px no-repeat; z-index: 12; }
#fi a:hover {background: url(obrazki/finlandia.gif) -250px -0px no-repeat; z-index: 14; }
#ee a:hover {background: url(obrazki/estonia.gif) -265px -99px no-repeat; z-index: 15; }
#lv a:hover {background: url(obrazki/lotwa.gif) -260px -119px no-repeat; z-index: 16; }
#lt a:hover {background: url(obrazki/litwa.gif) -265px -139px no-repeat; z-index: 17; }
#sk a:hover {background: url(obrazki/slowacja.gif) -245px -230px no-repeat; z-index: 17; }
#cz a:hover {background: url(obrazki/czechy.gif) -205px -210px no-repeat; z-index: 16; }
#at a:hover {background: url(obrazki/austria.gif) -185px -240px no-repeat; z-index: 15; }
#ch a:hover {background: url(obrazki/szwajcaria.gif) -157px -257px no-repeat; z-index: 16; }
#hu a:hover {background: url(obrazki/wegry.gif) -240px -240px no-repeat; z-index: 15; }
#si a:hover {background: url(obrazki/slowenia.gif) -220px -265px no-repeat; z-index: 15; }
#it a:hover {background: url(obrazki/wlochy.gif) -160px -265px no-repeat; z-index: 10; }
#gr a:hover {background: url(obrazki/grecja.gif) -270px -310px no-repeat; z-index: 11; }
#tr a:hover {background: url(obrazki/turcja.gif) -340px -265px no-repeat; z-index: 12; }
#bg a:hover {background: url(obrazki/bulgaria.gif) -300px -280px no-repeat; z-index: 14; }
#ro a:hover {background: url(obrazki/rumunia.gif) -270px -230px no-repeat; z-index: 14; }
#is a:hover {background: url(obrazki/islandia.gif) -0px -0px no-repeat; z-index: 10; }
#cy a:hover {background: url(obrazki/cypr.gif) -410px -360px no-repeat; z-index: 16; }
#mt a:hover {background: url(obrazki/malta.gif) -225px -390px no-repeat; z-index: 17; }

/*fieldset.group-rodzaj-przedmiotu fieldset.collapsible, fieldset.group-description-of-the-subje fieldset.collapsible, fieldset.group-informacje-oglne fieldset.collapsible {display: none;}*/


.view-firmy-kierunki td, .view-uczelnie-partnerskie { text-align: left; }
.view-firmy-kierunki .view-field-node-data-field-uwagi-field-uwagi-value { width: 20%; }

.node-type-workspace { margin-right: 0; }

.hidden { visibility: hidden; }

.form-inline .form-text { width: auto; margin-right: 20px; display: inline; }
.form-inline label, .form-inline .form-select, .form-inline .form-item, .form-inline .form-radios { display: inline; }

.form-marks { border: 2px solid #336699; margin-bottom: 10px; padding: 5px; }

.view-item-koordynator-form .view-data-node-title { font-weight: bold; }
.view-item-koordynator-form .view-data-node-data-field-wydzialy-field-wydzialy-value { font-style: italic; }
.view-content-koordynator-form td { text-align: left; }
.view-content-koordynator-form table { width: 100%; }

.view-students-by-date table { width: 95; text-align: left; }



#block-block-34 {
  background: #cce0ec;
  font-size: 1.1em;
  padding: 10px;
}


#block-block-35, #block-block-36, #block-views-uczelnia_studenci_doc, #block-block-38, #block-block-44, #block-block-50, #block-block-54, #block-block-55, #block-block-57, #block-block-61, #block-block-62, #block-block-63, #block-block-69, #block-block-70, #block-block-72, #block-block-75, #block-block-85, #block-block-86, #block-block-88, #block-block-92, #block-block-93, #block-block-96, #block-block-103, #block-block-122, #block-block-123, #block-block-125, #block-block-131, #block-block-134, #block-block-137 {
  background: #eca742;
  font-size: 1.1em;
padding: 10px;
  }

#content-right .block ul,
#content-right .block ol {
margin-left: 2px;
text-align: left;
}

#block-block-22, #block-block-26, #block-block-31, #block-block-32, #block-block-65, #block-block-66, #block-block-76, #block-views-aneks_pobierz, #block-block-82, #block-block-106 {
  background: #ec7942;
  font-size: 1.1em;
padding: 10px;
  }

#block-block-89, #block-block-90, #block-block-91, #block-block-111, #block-block-112, #block-block-129 {
  background: #dced42;
  font-size: 1.1em;
padding: 10px;
  }

/*Leonardo*/

#block-block-47, #block-block-53 {
  background: #fae64d;
  font-size: 1.1em;
  padding: 10px;
}


#block-block-24 a, #block-block-25 a, #block-block-27 a, #block-block-34 a, #block-block-35 a, #block-block-36 a, #block-views-uczelnia_studenci_doc a, #block-block-38 a, #block-block-44 a, #block-block-46 a, #block-block-47 a, #block-block-50 a, #block-block-53 a, #block-block-54 a, #block-block-55 a, #block-block-57 a, #block-block-61 a, #block-block-62 a, #block-block-63 a, #block-block-69 a, #block-block-70 a, #block-block-72 a, #block-block-75 a, #block-block-85 a, #block-block-86 a, #block-block-88 a, #block-block-89 a, #block-block-90 a, #block-block-91 a, #block-block-92 a, #block-block-93 a, #block-block-96 a, #block-block-103 a, #block-block-111 a, #block-block-112 a, #block-block-122 a, #block-block-123 a, #block-block-125 a, #block-block-129 a, #block-block-131 a, #block-block-134 a, #block-block-137 a {
font-weight: bold;
color: #336699;
  }

#block-block-22 a, #block-block-26 a, #block-block-31 a, #block-block-32 a, #block-block-66 a, #block-block-65 a, #block-block-76 a, #block-views-aneks_pobierz a, #block-block-82 a, #block-block-106 a {
font-weight: bold;
color: #113B63;
  }

#block-block-25 {
  background: #8E8AD2;
  font-size: 1.1em;
padding: 10px;
  }

#block-block-27 {
  background: #eca742;
  font-size: 1.1em;
padding: 10px;
  }

#block-block-28, #block-block-59 { float: right; margin: 0; }
#block-block-28 a, #block-block-59 a { color: #336699; font-weight: bold; font-size: 1.1em; }

#block-views-aneks_pobierz .filefield-icon {
display: none;
}

#block-views-aneks_pobierz td.odd {
background: none;
}

#block-views-aneks_pobierz table {
border: none;
}



.view-studenci-erasmus-studia .view-field-v60node-data-field-nazwisko-field-nazwisko-value,
.view-studenci-erasmus-praktyki .view-field-v60node-data-field-nazwisko-field-nazwisko-value,
.view-foreign-zatwierdzanie .view-field-v76node-data-field-nazwisko-field-nazwisko-value,
.view-transcripts .view-field-v76node-data-field-nazwisko-field-nazwisko-value,
.view-other-management .view-field-v76node-data-field-nazwisko-field-nazwisko-value,
.view-teacher-management .view-field-v162node-data-field-nazwisko-field-nazwisko-value,
.view-fee-current .view-field-v136node-data-field-nazwisko-field-nazwisko-value,
.view-staff-management .view-field-v162node-data-field-nazwisko-field-nazwisko-value
{ background: #ffbb54; }

.view-studenci-erasmus-studia .view-field-node-view a,
.view-studenci-erasmus-praktyki .view-field-node-view a,
.view-foreign-zatwierdzanie .view-field-node-view a,
.view-transcripts .view-field-node-view a,
.view-other-management .view-field-node-view a
{ color: #eca742; font-weight: bold; }

.view-transcripts .view-field-node-edit a
{ color: red; font-weight: bold; }

.view-studenci-erasmus-studia table,
.view-studenci-erasmus-praktyki table,
.view-foreign-zatwierdzanie table,
.view-transcripts table,
.view-other-management table,
.view-teacher-management table,
.view-fee-current table,
.view-staff-management table,
.view-inne-wyjazdy-lista table,
.view-leonardo-lista table,
.view-leonardo-ewaluacje-1 table,
.view-leonardo-ewaluacje-2 table
  {
  width: 95%;
  text-align: left;
  font-size: 0.9em;
  }

.view-studenci-erasmus-studia #views-filters input.form-text,
.view-studenci-erasmus-praktyki #views-filters input.form-text,
.view-foreign-zatwierdzanie #views-filters input.form-text,
.view-transcripts #views-filters input.form-text,
.view-other-management #views-filters input.form-text,
.view-teacher-management #views-filters input.form-text,
.view-fee-management #views-filters input.form-text,
.view-fee-current #views-filters input.form-text,
.view-staff-management #views-filters input.form-text,
.view-inne-wyjazdy-lista #views-filters input.form-text,
.view-leonardo-lista #views-filters input.form-text,
.view-leonardo-ewaluacje-1 #views-filters input.form-text,
.view-leonardo-ewaluacje-2 #views-filters input.form-text {
/*float: right;*/
width: 600px;
}

.view-studenci-erasmus-studia #views-filters select,
.view-studenci-erasmus-praktyki #views-filters select,
.view-foreign-zatwierdzanie #views-filters select,
.view-transcripts #views-filters select,
.view-other-management #views-filters select,
.view-teacher-management #views-filters select,
.view-fee-management #views-filters select,
.view-fee-current #views-filters select,
.view-staff-management #views-filters select,
.view-inne-wyjazdy-lista #views-filters select,
.view-leonardo-lista #views-filters select,
.view-leonardo-ewaluacje-1 #views-filters select,
.view-leonardo-ewaluacje-2 #views-filters select {
width: 600px;
/*float: right;*/
}

.view-studenci-erasmus-studia #views-filters,
.view-studenci-erasmus-praktyki #views-filters,
.view-foreign-zatwierdzanie #views-filters,
.view-transcripts #views-filters,
.view-other-management #views-filters,
.view-teacher-management #views-filters,
.view-fee-management #views-filters,
.view-fee-current #views-filters,
.view-staff-management #views-filters,
.view-inne-wyjazdy-lista #views-filters,
.view-leonardo-lista #views-filters,
.view-leonardo-ewaluacje-1 #views-filters,
.view-leonardo-ewaluacje-2 #views-filters {
width: 650px;
}

.date-part select {
  width: auto !important;
}

.view-studenci-erasmus-studia tbody tr:hover,
.view-studenci-erasmus-praktyki tbody tr:hover,
.view-foreign-zatwierdzanie tbody tr:hover,
.view-transcripts tbody tr:hover,
.view-other-management tbody tr:hover,
.view-teacher-management tbody tr:hover,
.view-fee-current tbody tr:hover,
.view-staff-management tbody tr:hover,
.view-inne-wyjazdy-lista tbody tr:hover,
.view-leonardo-lista tbody tr:hover,
.view-leonardo-ewaluacje-1 tbody tr:hover,
.view-leonardo-ewaluacje-2 tbody tr:hover
{
background: #d4d4d4;
}

.view-leonardo-ewaluacje-1 th,
.view-leonardo-ewaluacje-2 th {
  text-align: left;
}

.view-staff-management .staff-company {
border-left: 3px solid #66ff00;
}

.view-staff-management .staff-uni {
border-left: 3px solid #0066ff;
}

.view-staff-management .staff-later {
border-left: 3px solid #ff0066;
}

a.conf-praktyki-en,
a.conf-studia-en
{
font-weight: bold;
color: #000;
}

a.conf-praktyki-pl, a.conf-studia-pl {
font-weight: bold;
color: #336699;
}

#block-block-37 {
margin-left: 20px;
}

.view-studenci-zatwierdzanie {
margin-top: 20px;
}

.view-studenci-zatwierdzanie .node {
margin: 20px 0;
border: 2px solid #cce0ec;
padding: 10px;
}

.view-studenci-zatwierdzanie .node ul.links {
background: #eca742;
font-weight: bold;
font-size: 1.1em;
}

.view-studenci-zatwierdzanie .field-field-student-name a {
font-size: 1.2em;
font-weight: bold;
}

#block-block-39 a, #block-block-40 a, #block-block-51 a, #block-block-78 a, #block-block-83 a, #block-block-98 a, #block-block-99 a {
color: #336699;
}


.stats {
background: #eca742;
padding: 0 3px;
margin-bottom: 10px;
font-size: 1.1em;
width: 500px;
}


#block-views-ldv_block h2
 {
color: #336699;
text-align: center;
}

#block-views-ldv_block p a
{
color: #336699;
text-align: left;
}

#block-views-ldv_block p
{
padding: 0 5px;
}

.view-data-node-data-field-poziom-field-poziom-value,
.view-data-node-data-field-poziom-field-poziom-value div,
.view-data-node-title {
display: inline;
font-weight: bold;
text-align: left;
}

.view-data-node-data-field-poziom-field-poziom-value div:after {
content:" of ";
}

table fieldset legend a,
table fieldset legend a:visited,
table fieldset legend a:active {
font-weight: bold;
color: #336699;
}

#block-block-84 {
font-size: 0.6em;
float: right;
}

#block-views-fee_letter_offer  {
  padding-top: 1em;
  padding-left: 2em;
}

#block-views-fee_letter_offer a {
color: #336699;
}

#block-views-fee_letter_offer td {
text-align: left;
}

.view-fee-management td {
text-align: left;
}

.view-fee-management td.view-field-node-changed {
font-size: 0.8em;
}

.view-fee-management tr.odd td.view-field-v136node-data-field-nazwisko-field-nazwisko-value {
font-weight: bold;
border-left: 1px solid #cce0ec;
border-right: 1px solid #cce0ec;
}

.view-fee-management tr.even td.view-field-v136node-data-field-nazwisko-field-nazwisko-value {
font-weight: bold;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

.view-inne-wyjazdy-lista table {
width: 95%;
}

#edit-field-narodowosc-0-value-wrapper {
display: none;
}

td.view-field-node-data-field-education-doc-fee-field-education-doc-fee-fid {
width: 300px;
word-wrap: break-word;
}

.view-field-node-data-field-education-doc-fee-field-education-doc-fee-fid .field-item {
width: 300px;
}

.view-content-oferty-praktyk table {
width: 530px;
}

.view-content-oferty-praktyk td {
text-align: center;
}

td.view-field-node-data-field-oferta-pliki-field-oferta-pliki-fid {
width: 100px;
word-wrap: break-word;
}

.view-field-node-data-field-oferta-pliki-field-oferta-pliki-fid .field-item {
width: 100px;
}

.view-content-oferty-praktyk .filefield-icon {
display: none;
}

.panel-important-link {
font-size: 1.3em;
}

#account-panels .panel-col-first {
width: 65%;
}

#account-panels table {
width: 99%;
}

#account-panels a.link-button {
background: #cce0ec;
border: 2px solid #99c2d8;
padding: 5px;
font-size: 1.3em;
font-weight: bold;
}

#account-panels a.link-button:hover {
background: #99c2d8;
border: 2px solid #cce0ec;
}


#account-panels .panel-col-last {
width: 35%;
}

#account-panels .panel-separator {
margin: 2em;
border-bottom: 2px solid #eca742;
}

#account-panels .content {
padding-left: 10px;
}

#account-panels .view-field-node-title {
width: 50%;
}

#account-panels .view-field-node-edit,
#account-panels .view-field-views-customfield-text {
text-align: center;
}

.page-pl-node-add-polish-form .form-radios {
display: inline;
}

#edit-field-polish-rating-key-wrapper {
display: inline;
}

.view-content-aneksy table,
.view-content-aneksy-praktyki table {
  width: 90%;
}

.node-form label em {
font-weight: normal;
}

.group-teaching-programme .description span {
color: red;
}

#edit-filter1-wrapper label,
#edit-filter2-wrapper label {
display: none;
}

#front-panel .panel-col-first {
  width: 70%;
}

#front-panel .panel-col-last {
  width: 30%;
}

#front-panel .node table {
  width: 207px;
  float: right;
  background: #cce0ec;
  -moz-box-shadow: -2px 2px 5px #cce9ec;
  box-shadow: -2px 2px 5px #cce9ec;
  -webkit-box-shadow: -2px 2px 5px #cce9ec;
  border: none;
}

#front-panel .node td {
  border-top: 2px solid #fff;
}

#front-panel .node td ul {
  margin: 0;
}

#front-panel td,
#front-panel p,
#front-panel ul,
#front-panel table {
  text-align: left !important;
}

#front-panel .view-header {
  display: none;
}

#front-panel .view-aktualnosci {
  margin-top: 0;
}

#front-panel .view-aktualnosci .view-data-node-title {
  font-family: arial;
}

#front-panel h2.title,
#front-panel .panel-login a {
  text-align: center;
  color: #fff;
  background: #336699;
  width: 207px;
  float: right;
  -moz-box-shadow: -2px 2px 5px #336699;
  -webkit-box-shadow: -2px 2px 5px #336699;
  box-shadow: -2px 2px 5px #336699;
}

#front-panel .panel-login a {
  margin-bottom: 10px;
  font-weight: bold;
  padding: 5px 0;
}

#front-panel .panel-login a:visited {
  color: #fff;

}

#front-panel .block-newsletter {
  -moz-box-shadow: -2px 2px 5px #eca742;
  -webkit-box-shadow: -2px 2px 5px #eca742;
  box-shadow: -2px 2px 5px #eca742;
  width: 187px;
  margin-left: 18px;
}

#front-panel .block-newsletter h2.title {
  text-align: center;
  color: #369;
  background: #eca742;
  width: auto;
  float: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-pl-front,
.page-pl-front p,
.page-pl-front table,
.page-pl-front ul,
.page-pl-front td {
  /*font-family: corbel;*/
}

.page-pl-front h1,
.page-pl-front h2,
.page-pl-front h3 {
  font-family: arial;
}

#front-panel a:visited {
  color: #336699;
}

#block-block-104 {
  padding-top: 15px;
}

#block-block-104 .form-item,
#block-block-104 label {
 /* display: inline;*/
 color: #336699;
}

#block-block-104 input {
  width: 95%;
}

#block-block-104 input.form-submit {
  width: 35%;
}

#block-block-104 .form-buttons {
  text-align: center;
}

#block-block-104 p {
  text-align: center;
  color: #336699;
	padding: 8px 0 0;
  border-top: 1px solid #cce0ec;
  font-weight: bold;
  margin: 0;
}

#block-block-104 .form-element-0,
#block-block-104 .form-element-1,
#block-block-104 .form-element-2 {
background: none;
border-bottom: 1px solid #cce0ec;
}

.view-content-studenci-erasmus-studia .view-field-views-customfield-text,
.view-content-studenci-erasmus-praktyki .view-field-views-customfield-text {
  text-align: center;
}

.view-content-student-usun table,
.view-content-student-usun-praktyki table {
  width: 90%;
  text-align: center;
}

.view-student-usun .form-element-0,
.view-student-usun .form-buttons,
.view-student-usun-praktyki .form-element-0,
.view-student-usun-praktyki .form-buttons {
  display: none;
}

.view-ramka-full-fee {
  font-size: 0.9em;
}

#block-views-ramka_full_fee table {
  width: 100%;
  margin: 0;
  border: none;
}

#block-views-ramka_full_fee thead {
  display: none;
}

#block-views-ramka_full_fee tr.odd {
  background: #cce0ec;
}

#block-views-ramka_full_fee p {
  margin: 0;
}

#block-views-ramka_full_fee td {
  padding: 10px;
}

#block-views-ramka_full_fee h2
  {
  	background: #336699;
  	color: #fff;
  	text-align: center;
  }

iframe {
  border: none;
}

#wyjazdy-titles {
  padding: 5px;
  text-align: center;
  margin: 0;
}

.erasmus-studia {
  background: #EC7942;
}

.erasmus-praktyki {
  background: #eca742;
}

.leonardo {
  background: #fae64d;
}

.inne-programy {
  background: #dced42;
}

#wyjazdy-titles p,
#wyjazdy-titles h2,
#wyjazdy-titles h3,
#wyjazdy-blocks p,
#wyjazdy-blocks h2,
#wyjazdy-blocks h4 {
  margin: 0;
  padding: 0;
}

#wyjazdy-blocks h4 {
  font-weight: bold;
  margin-bottom: 0.2em;
}

#wyjazdy-blocks ul {
  margin-bottom: 0;
  margin-top: 0;
}

#wyjazdy-blocks {
  padding: 10px;
}

.erasmus-studia-block {
  border: 3px solid #EC7942;
}

.erasmus-praktyki-block {
  border: 3px solid #eca742;
}

.leonardo-block {
  border: 3px solid #fae64d;
}

.inne-programy-block {
  border: 3px solid #dced42;
}

#student-wyjazdy .view-content-strona-administracyjna-student table,
#student-wyjazdy .view-content-strona-administracyjna-foreign table {
  width: 99%;
}

#student-wyjazdy .view-content-strona-administracyjna-student table thead,
#student-wyjazdy .view-content-strona-administracyjna-foreign table thead {
  display: none;
}

#student-wyjazdy .panel-col-first h2 {
  text-align: center;
  background: #CCE0EC;
  padding: 5px;
}

#student-wyjazdy .node-type-workspace h2 {
display: none;
}

.view-foreign-zatwierdzanie td.view-field-v76node-data-field-email-field-email-email {
  width: 25px;
}

.view-content-book-leads div.item-list ul {

}

.view-content-book-leads div.item-list li {
  list-style: none;
  border-top: 2px solid #CCE0EC;
  border-left: 2px solid #CCE0EC;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.view-item-book-leads .view-data-node-title {
  font-size: 1.2em;
}

.view-item-book-leads .view-data-node-link {
  text-align: right;
}

.facebook {
  padding-left: 50px;
  text-align: center;
}

.facebook-recommend {
  float: left;
  padding: 3px 0 0 7px;
  margin-bottom: 20px;
}

#block-block-124 {
  text-align: center;
  padding-left: 26px;
}


#edit-field-single-grade-0-title-wrapper,
#edit-field-single-grade-0-teacher-wrapper {
  display: none;
}

#block-newsletter-0 {
  background: #ECA742;
  color: #369;
  padding: 5px 10px;
  text-align: center;
}

#block-newsletter-0 a {
  color: #369;
  font-weight: bold;
}

.search-button {
  background: #336699;
  height: 100%;
  border: 0;
  padding: 5px;
  color: #fff;
  cursor: pointer;
}

#block-agency-0 {
  background-color: #eca742;
  padding: 10px;
}

#block-agency-0 a {
  color: #336699;
}

#edit-field-requirements-0-value-wrapper {
  display: none;
}

#conditional-field-erasmus-plus-previous {
  border-top: 4px dotted #336699;
}

a.submit-app {
  display: inline-block;
  width: 90%;
  text-align: center;
  padding: 5px;
  background: #336699;
  border-radius: 10px;
  font-weight: bold;
  color: white;
}

a.submit-app:hover {
  background: #eca742;
  color: #336699;
  text-decoration: none;
}

#block-block-133 {
  margin-left: 25px;
  border: 2px solid #eca742;
  padding: 5px;
}

#block-block-133 h2.title {
  font-size: 2.2em;
}