/*
   this css is based on:
	   project: internet services template
	   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */

@import "simple-inv-2.n.css";

html {
	height: 101%;
}

body {
	padding: 0; 
	margin: 0;
	font: 18px Calibri, Arial, Helvetica, Tahoma, sans-serif;
	line-height: 1.5em;
	background:#000000  /* url('gradient.png') repeat-x*/;
	color: #000000; 
}

a {	
	color: #ffff00;	
	background: inherit; 
	text-decoration:none;
}

a:hover { 
	color: #ffff00; 
	background: inherit;
	text-decoration:none;
}

h1 { 
	font: normal 2.5em Arial, Sans-Serif; 
	letter-spacing: -1px; 
	padding: 7px 0 0 8px; 
	margin: 0;
}

.dark  { 
	color: #ffff00; 
	background: inherit; 
	/*font-weight: bold;*/ 
}

h1 a, h2 a { 
	text-decoration: none; 
}

h1 a:hover, h2 a:hover { 
	color: #FFff00; 
	background: inherit; 
}

h2 { 
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px; 
}

h2 { 
	font-size: 1.5em; 
	margin-bottom: 5px; 
	color: #fff; 
	background: inherit; 
}

p {	
	margin: 0 0 5px 0; 
}

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}
 
input.login { 
	width: 150px;
	border: none; 
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	margin-bottom: 10px;
	width: 920px;
	padding: 20px 40px 0 40px;
	background: #000000 /*url(bottomback.gif) bottom repeat-x*/;
/*	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkid-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	box-shadow:0px 0px 5px #ccc; 
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#cccccc',direction='120',strength='7');*/
}

.singleColumn {
	margin:0px;
	padding:0px;
	background:none;	
}

.preheader {
	text-align: right;
    float: right;
}

.header { 
	display:none;
	height: 59px;
    color: #ffff00;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 960px;
}

.top_info {
	display:none;
}

#nd-logo
{
	background: url(mb-logo2.png) no-repeat;

margin: 0px;
	margin-top: 0px;
	text-align: center;
	width: 147px;
height: 51px;
	float: left;
}

.logo h1 {
	font: 28pt verdana;
	margin: 0px;
	margin-top: 20px;
	font-weight: 800;
}

.logo a {
	color: #ffff00;
	text-shadow:1px 1px 2px #000;
	float:left;
}  

.logo a:hover {
	color: #dbe9f8;
	text-decoration:none;
}  	

.logo img {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	display:none;
}



.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.hint {
	clear: both;
	font-size: 1.1em;
	height: 2.4em; 
	color: #ffff00;
	margin: 0; 
	background: #000000;
	padding: 0 0 1px 0;
}

.hint div {
	clear: both;
	background: #000000;
	width: 100%;
	height: 100%;
}

.hint div li { 
	margin: 0; 
	padding: 7px 5px 5px 5px;
	color: #Ffff00;
	background: #000000;
	float: right; 
	text-align: right;
}

.hint div li.close { 
	color: #FFF; 
	background: #000000;
}

.bar{ 
	display:none;
	clear: both;
	font-size: 1.1em;
	color: #fff;
	margin: -2px 0 0px 0;
	margin /**/ : -1px 0 0 0;
	border /**/ : 0px;
	overflow:hidden;
}

.bar table{
	float:right;
	background: #000000 /*url("main_menu_background_2.png") repeat-x*/;
	width: 78%;
	border-left: 2px solid #a1c4f0;
	border-right: 2px solid #a1c4f0;
}

.bar td { 
	margin: 0; 
	padding: 7px 12px 5px 12px;
	color: #ffff00;
	background: inherit; 
	border-left: 1px solid #a1c4f0;
	width: 85px;
	text-align: center;
}

.bar td a { 
	/*font-weight: bold;*/
	color : #fff;
	text-shadow:1px 1px 1px #000;
	text-decoration: none;
} 

.bar td a:hover { 
	color: #ffff00; 
	background: inherit;
	text-decoration:none;
} 

.empty_space {
	display: none;    
}

#homePageLink {
	width: 100px;
	width /**/: 120px;
}

#nav-border{
	
	overflow: hidden; 
	height: 30px; 
	width: 5px;
	float: left; 
	margin-top: -7px; 
	margin-bottom: -10px;
	
	
}

/*
  IE6 hacks
*/
#contactLink {
	width /**/: 80px;
	border-right: none;
	
}

td.session_count {
	overflow:hidden;
	width: 130px;
	font-size: 10px;
	border-left: none;
	display:none;
}

.search_field { 
	color: #ffff00;
    width: 100%;
	clear: both;
	/*font-weight: bold;*/
	
	margin: 0px;
	margin-bottom: 1px;
	font-size: 0px;
	background: #000;	
}

.grey {
	color: #ffff00;
	background: inherit;
	font-weight: normal;
}

.search_form { 
}

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #000000;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 210px;
	margin: 16px 0 10px 0;
	border-right: 1px dotted #ffff00;
}

.left a {
	color:#ffff00;
}

.left a:hover {
	color:#ffff00;
	text-shadow: 1px 1px 3px #ccc;
}

.left h3  {
	clear: both;
/*	background: transparent url('left-back.png') top;*/
	background: #000000;
	color: #ffff00;
	border-bottom: 2px solid #ffff00;
	padding: 2px 0 1px 5px;
	font: /*bold*/ 1.1em Tahoma, Arial, Sans-Serif;
	margin: 0 10px 0 0;
/*	text-shadow:1px 1px 1px #555;*/
}

.left_box { 
	margin: 0 0 10px 0; 
	color: #ffff00; 
/*	border:1px solid #ddd; */
	border:none;
	padding: 12px 15px 12px 15px;
/*	-moz-box-shadow:1px 1px 15px #ddd;
	-webkit-box-shadow:1px 1px 15px #ddd;
	box-shadow:1px 1px 15px #ddd;*/
}


.left_side_addon {
	float: left;
	width: 240px;
	padding: 0 0 0 10px;
	margin: 10px 0;
	background:  #000000;
}

.right_full {
	clear: both;
	background:  #000000;

}
		
.left_side_addon a, .right_side_addon a { 
 	color: #fff000; 
 	text-decoration:underline; 
}
		
.right_side_addon {
	float: right;
	background:  #000000/* url(dotted.gif) repeat-y*/;
	color: #ffff00;
	padding: 0 0 0 60px;
	margin: 15px 0;
}

.AddonsComponent {
	background: #000000;
}

		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 700px;
	margin: 0 0 10px 0;
}

.rightToLeft {
	float:left;
	margin-left:5px;
}

.right h3, .search_field h3 {
	background: #000000;
	color: #ffff00;
	padding: 7px 0 5px 5px;
	font: /*bold*/ 1.5em Calibri, Arial, Sans-Serif;
	margin: 0;
	border-bottom: 1px dotted #ffff00;
}

.search_field h3 {
    font-size: 12px;
}

.right h3 a {
	background-image: none;
	color: #ffff00;
}

.right_articles {
	color: #ffffff;
	padding: 10px 8px 8px;	
	margin: 0 0 3px 0;
	background: #000000;

}

.notitle {
	padding:0px 8px 0px;
	background: #000000;

}
	
/*
  left splitted 
  -------------*/	

.right_splitted h3 {
    clear: both;
    background: #000000;
/*    color: #3fb2f4;*/
    padding: 7px 0 7px 5px;
/*    font: bold 1.3em Tahoma, Arial, Sans-Serif;*/
    margin: 0 0 0 0;
}

.right_splitted {
	float: right;
	width: 340px;
	padding: 1px;
	margin: 4px auto;
    background: #000000;

}

.right_splitted_box { 
	float:   left;  
	margin:  1px 0 10px 0; 
	color:   #000000; 
	padding: 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 20px 0 20px 0;
	margin: 0px;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
color:#ffffff;
}

.footer a { 
   color: #ffff00;  
}

ul.collectionBox ul { 
   margin-left:6px; 
}
   
.comp_body {
  margin:1em;
}

.comp_simple { 
  margin:1em;
}

.more  a {
  text-decoration: none;
}


fieldset {
  border:none;
}

.InformationBoxComponent_ul {
  margin: 0px;
  list-style-type:none;
}

.LanguagesComponent_ul { 
	margin:0; 
	list-style:none; 
	padding: 0; 
}

.LanguagesComponent_ul li { 
	float:right; 
	color: #FFF; 
	margin:0; 
	padding:0 4px 0 4px; 
}

.SimpleSearchComponentQuery {
  margin: 4px auto;
  margin-bottom: 0px;
}

.SimpleSearchComponentQuery input {
	background: #000000;
	border: 1px solid #ccc;
	border-radius:3px;
	padding:5px;
	height:20px;
}

.SimpleSearchComponent {
  margin:0 auto;
 }

.SimpleSearchComponent  .menuBar {
  text-align:left;
  padding: 0px;
  padding /**/: 2px;
}

.menuButton {
   margin-top: 1em;
   background: #000000 /*url(button_left.gif) top left no-repeat*/;
   padding : 0px 0.4em 2px; 
   font-size: 1.1em;
}

div.menuBar .menuButton a{
   text-decoration: none;
   padding: 0px 0.4em 2px;
   background: #000000 /*url(button_right.gif) top right no-repeat*/;
   color: #ffff00;
}

div.menuBar  .menuButton .SearchSelectedButton {
  font-weight: bold;
  color: black;
}

.menuButton a:hover {
   padding: 0px 0.4em 2px;
   background: #000000/*url(button_right.gif) top right no-repeat*/;
}

.menuItem{
  text-align:left;
  text-decoration: none;
}

.SimpleSearchComponentQuery #query {
	width: 515px; 
	border: 1px solid #aaa;
	padding: 3px; 
	color: #ffff00;
	/*font-weight: bold;*/
	vertical-align:top;
	margin-top: 8px;
	border-radius:2px;
/*	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	box-shadow:1px 1px 1px #fff;
	-moz-box-shadow:1px 1px 1px #ddd;
	-webkit-box-shadow:1px 1px 1px #ddd;*/
}

.SimpleSearchComponentQuery  #search, .AdvancedSearchComponent  #advSubmit{
	border: 0;
	padding: 3px 0;
	width: 65px;
	margin: 8px 15px 0px 0;
	color: #FFF;
	font: /*bold*/ 1.1em Arial, Sans-Serif;
	vertical-align: top;
	height: 28px;
	color: #fff;
	background:none;
	background-color: #000000;
	background:-moz-linear-gradient(center top, #FF947F, #FF6C4F 50%, #FF5F3F 51%, #FF6C4F 100%);
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow:1px 1px 1px #000;
	-webkit-box-shadow:1px 1px 1px #fff;
	box-shadow:1px 1px 1px #fff;
	cursor:pointer;
}

#headSearch {
	text-align:center;
	background: #000000 /*url(list_bg.gif) bottom repeat-x */;
	margin-left:70px;
	}

#headSearch ul {
		list-style: none;
		margin: 0 0 2px;
	}

	#headSearch li {
		float: left;
		background: #000000 /*url(tabright5.gif) top right no-repeat*/;
		margin: 0 2px 0 0;
	}
	
	#headSearch  a {
font-size: 0.8em;
		text-decoration: none;
		display: block;
		background: #000000 /*url(tableft5.gif) top left no-repeat8*/ ;
		padding: 0.6em 1em;
		text-align: left;
		color: #ffff00;
/*border-top-style:inset;*/
	box-shadow:1px 1px 1px 1px #fff;
	}

	#headSearch a:hover {
	
	}

	#headSearch .selected {

		/*background-image: url(tabright5active.gif);*/
		font-weight: bold;
/*font:  0.8em Arial, Sans-Serif;*/
/*  font-size: 0.9em;*/		
}
	
	#headSearch .selected a {
		/*background-image: url(tableft5active.gif);*/
		color: fff;
	}

	#headSearch #local {
 		width: 240px;
	}
	
	.SimpleSearchComponentPanel {
		clear: both;
		padding: 0 1em;
		background-image: none;
	}
	
	.extenstionMapItem {
		margin-top: 4px;
	}

div.title {
  margin-left:1em;
  margin-top:1em;
}

.more {
  margin-left:4px;
}

#SimpleSearchComponent_conflict {
  width: 400px;
  margin-top: 4px;
  margin-left: 10px;
}
#SimpleSearchComponent_conflict p {
  text-align: left;
}

#SimpleSearchComponent_conflict div {

}

.LatestEditionsComponent_rss_query_form span {
   margin-left: 2em;
}

.LatestEditionsComponent_rss_query_form {
	float:right;
	width:200px;
	font-size:11px;
}

.latest_form_ext {
	width:300px;
	padding:10px;
	border:1px solid #eee;
	background-color:#000000;
}

.csc_list {
	line-height: 200%;
}

.ic_list_odd {
	background: #000000;
	padding: 2px;
}

.ic_list_even {
	background: #000000;
	padding: 2px;
}

.rssBox {
   text-align: right;
   margin:0px;
   float:right;
}

.AdvancedSearchComponent {
	width:90%;
	margin: 10px auto;
}

.AdvancedSearchComponent #removeQueryEl{
	display: block;
	margin-left: 10px;
}

.AdvancedSearchComponent #addQueryEl {
	display:block; 
	margin-left: 190px;
}

.AdvancedSearchComponent .latest {
   margin: 4px auto;
}

.AdvancedSearchComponent div {
  margin: 10px auto;
  width: 100%;
}

.AdvancedSearchComponent label {
  display: inline;
  float: none;
}

.PublicationMetadataComponent_pubtype {
	width: 12em;
	float: right;
	margin-top: -31px;
	color: #ffff00;
	font-weight: bold;
}

.MetadataMenuComponent_deleted{
	color: red;
}

.SearchResultDescription {
	margin: 0px;
	padding: 0px;
}
.SearchResultsComponentNav {
	text-align:center; 
	margin-top:2em;
	margin-top /* */: 4em;
	margin-bottom:1em;
}

.SearchResultsComponentNavDown {
	margin-top:0.5em;
}

.SearchResultTitle {
	text-align:right;
}

.SimpleSearchComponentLink {
  margin-top: 2px;
  margin-right: 40px;
  font-weight: 100;
}

.SimpleSearchComponentLink a {
  display: inline;
  color:#ffffff !important;
}

.SimpleSearchComponentLink a:hover {
    color:#ffffff !important;
}

.SimpleSearchComponentLink span {
   float: right;
   display:block;
   margin-right: 70px;
   text-align: right;
}

#aggregationInfo {
	width: 100%;
}

#extDescriptionTable{
	width: 100%;
}

#searchSimilarTrigger {
  text-align:right; 
  width:100%;
  padding-bottom:5px;
}

.SearchResult {
background: #000000;  
width: 100%;
  margin-bottom: 2px;
  margin-top: 15px;
  vertical-align:top;
  border-top:1px solid #aaa;
border-top-style:none;

}

.SearchResult dd {
  display:inline;
}

.SearchResult div {
  margin-left: 4px;
}
.SearchResult a {
 text-decoration:none;
}

.OAIPMHLinkComponent {
  text-align: center;
}

.CollectionsPubsComponentList .SearchResult  {
   padding-bottom:1ex;
   border:none;
}

.CollectionsPubsComponentList .resultsTableHr {
	display:none;
}

.CollectionsPubsComponentList {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right : 1px solid #ddd;	
}

.wildcard {
  color: #ffff00;
}

.AdvancedSearchComponent_input
{
   width: 250px;
}

fieldset label{
  display: block;
  width: 12em;
  float: left;
}

.ElementMetadataImageDefault {
	float:right;
	margin-right:4px;
	margin-left:10px;
	width:220px; 
	height:120px; 
	font-size:20px;
	line-height:1.5em;
}

.ElementMetadataImageDefault.structure {
    background-image:url(struct.gif);
}

.ElementMetadataImageDefault.edition {
    background-image:url(openPub.jpg);
}


.ElementMetadataImage {
	float:right;
	margin-right:4px;
	margin-left:10px;
}

.ElementMetadataImageDefault span {
  font-weight:800;
  text-decoration:none;
  text-align: center;
  margin-top:30px;  
  line-height: 25px;
}

.ElementMetadataImage span {
  margin: auto;
  font-weight:800;
  text-decoration:none;
  text-align: center;
  width: 200px;
}

img.ElementMetadataComponentMiniature {
widht:200px;  
/* width: 300px;
   height: 450px;
   border: 1px solid #999;
   box-shadow: 0 0 2px #666;
   -moz-box-shadow: 0 0 2px #666;
   margin-top: 16px;*/
}

.ElementMetadataImageDefault.edition #commentLink #settingsLink{ 
  margin-top:55px;
  margin-left:10px;
  font-size:12px;
}

#struct a {
  color: #ffff00;
}
 
#struct ul ul {
  margin-left: 2em;
}

.RSSComponent {
  list-style-type:none;
  margin:0px
}

.RSSComponent img   {
  vertical-align: bottom;
}

.LoginComponent_form {
  
}

.newsDate{
  text-align:left;
  width: 100%;
  margin-top: 0em;
  margin-bottom: 0.5em;
  color:#ffffff;
  font-size:0.8em;
}

.newsTitle{
/*  display:inline;*/
  font-weight: bold;
  font-size:1.3em;
  color:#ffff00;
  margin-top:3px;
}

.score{
 text-align:right; 
 margin-top:-2em;
 width: 120px;
} 

.searchhit{
	width: 550px;
}

.resultsTable {
 width: 100%;
  text-align: left;
  padding: 3px;
  height:135px;
border-top-style:none;
 /*background-color: #000000;*/
}


.SearchResultsRSS {
  text-align:right;
  float:right
}

.SearchQueryIcons {
  vertical-align:middle;
  display:inline;
} 

.MetadataMenuComponent li {
   margin-bottom: 4px;
}

.EditionMetadataComponent_PlannedInfo{
	float:right;
	margin-right:4px;
    width:140px; 
    background-image:url(planned.gif);
    background-repeat:no-repeat;
    height:100px; 
}

.EditionMetadataComponent_PlannedInfo span, .EditionMetadataComponent_DeletedInfo span { 
  margin-top: 10px;
  margin-left: 8px;
  font-weight: bold;
}


.EditionMetadataComponent_DeletedInfo {
	float:right;
	margin-right:4px;
    width:140px; 
    background-image:url(deleted_pub.gif);
    background-repeat:no-repeat;
    height:100px; 
}

.deletedPublication {
   float: none;
}

.HelpComponent_text {
  margin-left: 20px;
}

.HelpComponent_text ul {
    list-style-type: disc;
}

.HelpComponent_text ul li {
  margin-top: 2px;
}

#NewPasswordComponent_submitbox {
	margin-top:4px;
}


.ExhibitionComponent_img {
  	border-width:0px;
	vertical-align:middle;
	margin-right:4px;
}

.ExhibitionComponent_mini {
  border:1px solid #ccc; 
  padding:5px; 
  margin:0px 0px;
  height:120px !important;
/*  border-radius:5px;*/
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -moz-box-shadow:2px 2px 2px #ddd;
  -webkit-box-shadow:2px 2px 2px #ddd;
  box-shadow:2px 2px 2px #ddd;
 
}

#exhSlideshow {
  float:right;
  width:94px !important;
  height:135px !important;
  position:static;
}

#exhMore {
	margin-top:10px;
}

#AllExhibitions #struct {
  margin-left: 20px;
}


#AllExhibitions td{
  vertical-align: top;
}

#AllExhibitions #sorter {
 text-align:right;
}

.AllExhibitions_table {
 width:100%;	
}

.AllExhibitions_exh_mini_cell {
 width:180px;
}

.AllExhibitions_exh_mini_frame {
 width:150px;
 height:auto; 
 border:solid gray 1px; 
 padding:5px; 
 margin:0px 10px;
 background-color:#000000;
}

.AllExhibitions_exh_mini_img {
  width:150px; 
}

.AllExhibitions_exh_mini_miss {
  width:100%; 
  height:150px;
  text-align:center; 
  background-color:#000000;
  font-size:70px;
  line-height:200%;
}


#favouritesList li {
  padding: 4px;
}

#favouritesList img { 
 vertical-align: top;
}

.taglistIcon{
	vertical-align:top;  
}

.tagSorter.active, .tagGrouper.active {
  font-weight: 800;
}

.tagEditionsDetails {
  font-size: 1.2em; 
  font-weight: 800;
}

.tagEditionLinks {
  padding-left: 2px;  
}

.tagList, .tagElem{
  margin:2px; 
  margin-right: 4px; 
  padding:6px; 
  display:block;
    background: #000000;

}

.tagList span {
  padding: 4px;
    background: #000000;

}

.tagStateRejected {
  color: red;
  font-weight: 800;
}

.tagStateAccepted {
  font-weight: 800;
}

.AddPublicTagList {
	padding: 2px;
	margin: 5px 20px 5px;
}

.AddPublicTagListItem {
   padding: 4px;
   margin-right: 3px;
   font-weight: 800;
}

.PublicTagsListExpl {
  margin-top: 1em;
}


#newPublicTagSubmit, #submitBtags, .submitButton {
	border: 0;
	padding: 0px;
	width: 80px;
	margin: 10px 15px 0px 0;
	color: #FFF;
	font: bold 1.1em Arial, Sans-Serif;
	vertical-align:top;  
	height: 24px;
	background:none;
	background-color: #000000;
	background:-moz-linear-gradient(center top , #FF947F, #FF6C4F 50%, #FF5F3F 51%, #FF6C4F 100%);
	-moz-border-radius:1px;
	-moz-box-shadow:1px 1px 1px #ccc;
	-webkit-box-shadow:1px 1px 1px #ccc;
	box-shadow:1px 1px 1px #ccc;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:pointer;	
}

#AddPublicTagStatus {
    padding: 3px;
    text-align: center;
}

.bullet { 
  color: #ffffff;
}

.newsBody .bullet {
color:#ffffff;
}

#errorComoponent {
  font-size: 8pt;
}

.tagContainer {
  padding:4px; 
  margin-left: 20px;
  display:inline;
}

.btagsEditPane {
 margin-top:4px;
 margin-left:20px;
}

#submitNewEmail {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
}

.listIcon {
 vertical-align: top;
}

#sharingInfoPanel {
  margin-top: 10px;
  width: 100%;
}

#sharingAddress {
  margin: auto 10px;
}

#sharingExpl {
  text-align: left; 
  margin-bottom: 10px;
}

.HelpComponent_text p {
  margin: 5px;
  text-align: left;
}

.HelpComponent_text ul {
  margin-left: 2em;
  list-style-type: square;
}

.HelpComponent_text li {
  text-align: left;
}

a.attributeInfo {
  text-decoration: none;
  color: #ffff00;
  font-size:14px;
}

#defaultsLink {
  margin-top: 1em;
}

.SearchResultLinks {
 margin-top:-2px;
 margin-right:2px;
 float:right
}

/*
 For paging-part
 ---------------
*/
.paginPartTable {
margin-bottom:10px;
}

.pagingPartInfo {
margin-right:135px;
font-weight:bold;
color:#fff;
}
.pagingPartLabels {
padding-bottom:5px;
padding-left: 10px;
padding-right: 10px;
}
.pagingPartLabelSelected {
font-weight: bold;
}
/*
 ---------------
 For paging-part
 */
 
 .CollectionsPubNavigation {
   text-align:center;
 }
 
 .CollectionsPubListt {
  	margin:3em;
 }
 
 .AdvancedSearchComponent_remove_element {
    margin-left: 10px;
}
 
.AdvancedSearchComponent_remove_element img {
    vertical-align: middle;
}

.formContainer label {
	width: 150px;	
}

.selectedPublication {
    color:fff;
    font-weight:bold !important;
}

.minContainer{
	/*margin-left:0px;
	background:transparent;
	overflow:hidden;
	padding:5px;*/
   width:110px;
        height:110px;
        border:1px solid #ddd;
        margin-left:0px;
        background:#000000;
        overflow:hidden;
        padding:5px;
        border-radius:3px;
        -moz-border-radius:3px;
        -moz-box-shadow:1px 1px 2px #bbb;
        -webkit-box-shadow:1px 1px 2px #bbb;
        box-shadow:1px 1px 2px #bbb;
        -webkit-border-radius:3px;

}

.noMin {
        margin-left:21px;
        margin-top:35px;
}

.noMinPlanned {
        margin-left:21px;
        margin-top:30px;
}

.noMinGroup {
        margin-left: 16px;
        margin-top: 30px;
}


/*.noMin {
	border: 1px solid #666;
	box-shadow: 0 0 4px #777;
	-moz-box-shadow: 0 0 4px #777;
	margin-left:0px;
	background:transparent;
	overflow:hidden;
}

.noMinPlanned {
	border: 1px solid #666;
	box-shadow: 0 0 4px #777;
	-moz-box-shadow: 0 0 4px #777;
	margin-left:0px;
	background:transparent;
	overflow:hidden;
}

.noMinGroup {
	border: 1px solid #666;
	box-shadow: 0 0 4px #777;
	-moz-box-shadow: 0 0 4px #777;
	margin-left:0px;
	background:transparent;
	overflow:hidden;
}*/

.dLSearchResultTitle {
	font-size:10pt;
}

/* MyPublicationsComponent and UserMessagesComponent */

#mp_status_legend {
	display:none;
}

#mp_legend_list {
	font-size: 11px;	
}

#mp_legend_list li{
	margin-bottom: 3px;
}

#mp_help_icon {
	margin-left:5px;
}

#mp_pagingContainer {
	margin-top:20px;
	height:25px;
	padding-left:5px;
	padding-top:2px;
	width:99%;
}

#mp_table {
	margin-top:5px;
}

#mp_table tr:first-child {
	background:#000000;
}

.mp_desc_td {
	padding:5px;
	font-size:13px;
	color:#555;
}

.mp_tr_even {
	background:#000000;
}

.mp_tr_odd {
	background:#000000;
}

.mp_val_td {
	padding:5px;
}

.mp_no
results {
	text-align:center;
	height:100px;
}

.umc_tr_selected {
	background:#000000;
}

.umc_tr_chosen {
	background:#000000;
}

.umc_sortLink {
	color: #ffff00;
}

#umc_message_container {
	width:565px;
	background:#000000;
	padding:5px;
	margin-top:10px;	
}

#umc_message_text {
	width:555px;
	background:#000000;
	height:150px;
	overflow:scroll;
	padding:5px;
}

#umc_div_data {
	width:582px;
	overflow:scroll;
	height:150px;
}

#umc_table_data_header {
	background:#000000;
}

#umc_desc {
	font-size:1.1em;
	margin-bottom:20px;
}

/* !MyPublicationsComponent */

/* Additional styles for search results */

.src_tableHr {
	width:100%;
	/*height:1px;*/
	padding-top:5px;
	padding-bottom:5px;	
}
.src_similarTo {
	font-size:1.2em;
}

.src_prompt {
	font-size:1.1em;
	color:#fff;
	font-weight:bold;
}

.src_bold {
	font-size:1.1em;
	color:#000;
}

.src_queryString {
	color:#ffff00;
}

.src_dd {
	font-size:0.9em;
}

.src_cprompt {
	color:#ffffff;
	font-weight:bold;
}

.src_viewPanel {
	width:100%;
	margin-bottom:10px;
}

.src_viewPanelBackground 
{
	background: #000000 /*url('search/toolbar-i.png') repeat-x*/;
	width: 100%;
	height:40px;
	float: left;
	margin-bottom:10px;
}

.src_viewPanelCount {
	margin-top:10px;
	float:left;
	padding-left:10px;
}

.src_viewPanelTotal {
	font-size:1.2em;
	color:#FFFF00;
}

#simpleViewIcon, #expandedViewIcon, #rssViewIcon {
	margin-top:6px;
	float:right;
}

.src_viewPanelViewTitle {
	float:right;
	margin-top:12px;
	margin-right:5px;
}

.helpTooltipDiv {
	background:#000000;
	border:1px solid #ddd;
	padding:5px;
	width:250px;
}

.attributeJustify {
	text-align: left;


}

.attrtree li{
	padding:0 0 0 16px;
	margin-top: -4px;
}

#cdc_minisContainer {
	float:left;
	width:125px;
	height:125px;
	overflow:hidden;
}

/* publication favourites sharing */

.green_button {
	background:#000000 /*url('ae_back.png') top*/;
	border:1px solid #eee;
	color:#ffffff;
	height:53px;
	width:400px;
	margin:0 auto;
	font-size:0.8em;
}

.green_button_small {
	height:15px;
	padding:5px;
	font-weight:bold;
	margin:0;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 1em;
}

.green_button table {
	width:90%;
	margin:0 auto;
}

.green_button table td {
	text-align:center;	
}

.green_button_label {
	font-size:1.2em;
	margin-top:15px;
	color:#ffff00;
}

.green_button_img {
	float:left;
	margin-right:5px;
}

.warning_div{
 	background:#fbffd5;
 	border:1px solid #ddd;
 	padding:5px;
}

#share_turnonoff{
	font-size:1.2em;
	font-weight:bold;
}

.error_msg{
	font-size:12px;
	color:#ff0000;
	text-align:center;
	margin-top:10px;
}

/* komentarze do publikacji */
.wymysljakas {
    width: 300px;
    background: #000000;
    border: 1px solid #999;
    box-shadow: 0 0 2px #666;
    -moz-box-shadow: 0 0 2px #666;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 24px;
    }

span#commentLink {
    font-size: 16px;
    font-weight: normal;
    width: 280px;
    color: #fff;
    }

/* atrybuty */

.attribute a {
    color: #fff;
    font-family: Calibri, "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    background: #000000;
    
}

.attribute a:hover {
color: #fff000;

    /*text-decoration: none;*/
    }

/* nierowna pozycja 'tresc' w menu */
#contentTriggerIcon {
    margin-right: 5px;
    }

/* rozdzielenie newsow */
.news {
    border-bottom: 1px dotted #666;
    }

.news img {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ddd;
    -moz-box-shadow: 2px 2px 2px #ddd;
    margin-left: 4px;
    padding: 5px;
}

#elementTitle, .right h2 {
    font-family: cambria, 'palatino linotype', 'times new roman', serif;
    font-weight: normal;
    color: #ffff00;
/*    background: #f5f5f5;*/
}

#ec_tooltip p {
    margint-top: 17px;
    margin-bottom: 13px;
}
