#headLogoImage { 
	width:0px;
}

#searchTable {
    margin-left: 35px;
    padding-top: 15px;
}

#menuPanelDiv {
	margin-left: 20px;
	margin-top: 20px;
}

#headLogoImageRight {
	display: block;
	background:url(../../images/collections/cejsh/cejsh_logo.png) no-repeat;
	width:561px;
	height:56px;
	position:absolute; left:360px; top:-5px;
	z-index:5;
}

#wrapper{margin:0 auto -248px;}
.push{height: 248px;}

#footer {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 4%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(4%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 4%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 4%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 4%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 4%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/* Colors */
/*
	05D4E7 - main color
	70E8F3 - light
	028A96 - dark	
*/

.color_result_block{
	background-color:rgb(159,47,155);
	border-color:#732C7B;
	border-style:solid;	
}

.header_button li:hover{
	background-color:#732C7B;	
}

.element .article .journalTitle{
	color:#732C7B;
	
}

.header .navigation{
 	background-color: #05D4E7;
    background: #05D4E7; /* Old browsers */
	background-image: -moz-linear-gradient(top, #05D4E7 0%, #028A96 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #05D4E7), color-stop(100%, #028A96)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #05D4E7 0%, #028A96 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, #05D4E7 0%, #028A96 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #05D4E7 0%, #028A96 100%); /* IE10+ */
	background-image: linear-gradient(to bottom, #05D4E7 0%, #028A96 100%); /* W3C */
}

.header .round-navigation {
	-moz-box-shadow: 0 0 2px 2px #028A96 inset, 0 2px 2px 1px rgba(50, 50, 50, 0.5);
 	-webkit-box-shadow: 0 0 2px 2px #028A96 inset, 0 2px 2px 1px rgba(50, 50, 50, 0.5);
    box-shadow: 0 0 2px 2px #028A96 inset, 0 2px 2px 1px rgba(50, 50, 50, 0.5);
}

.borderradius .header .navigation{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70E8F3', endColorstr='#028A96',GradientType=0 ); /* IE6-9 */
}
.no-borderradius .header .navigation {
	background: url("../images/icons/banner.png");
	filer: none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70E8F3', endColorstr='#028A96',GradientType=0 ); /* IE6-9 */
}

.main .searchNavigation h3{
    background: rgb(176,112,160); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(176,112,160,1) 0%, rgba(115,44,123,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,112,160,1)), color-stop(100%,rgba(115,44,123,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(176,112,160,1) 0%,rgba(115,44,123,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(176,112,160,1) 0%,rgba(115,44,123,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(176,112,160,1) 0%,rgba(115,44,123,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(176,112,160,1) 0%,rgba(115,44,123,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b070a0', endColorstr='#732c7b',GradientType=0 ); /* IE6-9 */
}
#panelLayout > .header {
	background-image: -moz-linear-gradient(center top , rgba(153, 153, 153, 1), rgba(222, 222, 222, 0.7));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153, 153, 153, 1)), color-stop(100%,rgba(222, 222, 222, 0.7))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, rgba(153, 153, 153, 1) 0%, rgba(222, 222, 222, 0.7) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, rgba(153, 153, 153, 1) 0%, rgba(222, 222, 222, 0.7) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, rgba(153, 153, 153, 1) 0%, rgba(222, 222, 222, 0.7) 100%); /* IE10+ */
	background-image: linear-gradient(to bottom, rgba(153, 153, 153, 1) 0%, rgba(222, 222, 222, 0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#b3dedede',GradientType=0 ); /* IE6-9 */
}
.main .author h4{
	color: #732C7B;
}
.element .content h4{
	color: #732C7B;
}
.element .content h5{
	color: #732C7B;
}
.element .article .journalTitle{
	color:#732C7B;
}

.basic_search {
    background-image: url("../../image/krzaczek1.png");
}
#search_tab_content {
    background-image: url("../../images/collections/cejsh/treeCEJSH.png");
}


.brick_color_0{
	background:#85EfFf;	
}
.brick_color_1{
	background:#70E8F3;	
}
.brick_color_2{
	background:#3fe0Ef;	
}
.brick_color_3{
	background:#25D4E7;	
}
.brick_color_4{
	background:#14c4b7;	
}
.brick_color_5{
	background:#03a4a7;	
}
.brick_color_6{
	background:#028A96;	
}
.brick_color_7{
	background:#017A86;	
}
.brick_color_8{
	background:#006A86;
}
.brick_color_9{
	background:#006676;	
}

.help_box .help_menu a.highlight-menu-item{
	border-color:#028A96 !important;
}
.help_box .help_menu a:hover{
	border-color: #05D4E7 !important;
}
#help_tab #help_navi li > a:hover {
	border-color: #05D4E7;
}
#help_tab #help_navi a.highlight {
	border-color:#028A96 !important;
}
.details .articleTitle:before {
	background: #05D4E7; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #85EfFf 1%, #3fe0Ef 66%, #017A86 69%, #03a4a7 90%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #85EfFf), color-stop(66%, #3fe0Ef), color-stop(69%,#017A86)), color-stop(90%, #03a4a7)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #85EfFf 1%, #3fe0Ef 66%, #017A86 69%, #03a4a7 90%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #85EfFf 1%, #3fe0Ef 66%, #017A86 69%, #03a4a7 90%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #85EfFf 1%, #3fe0Ef 66%, #017A86 69%, #03a4a7 90%); /* IE10+ */
	background: radial-gradient(ellipse at center, #85EfFf 1%, #3fe0Ef 66%, #017A86 69%, #03a4a7 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85EfFf', endColorstr='#017A86',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#toolboxPanel .toolboxContent .tc_gray span {
	background: #05D4E7; /* Old browsers */
	background: -moz-linear-gradient(top, #05D4E7 0%, #028A96 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #05D4E7), color-stop(100%, #028A96)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #05D4E7 0%, #028A96 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #05D4E7 0%, #028A96 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #05D4E7 0%, #028A96 100%); /* IE10+ */
	background: linear-gradient(to bottom, #05D4E7 0%, #028A96 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05D4E7', endColorstr='#028A96',GradientType=0 ); /* IE6-9 */	
}

#result_tab .top-row .title-block .top-block {
	background-color: #70E8F3;
    border-color: #028A96;   
}

#result_tab .middle-row .autorstd .bottom-block{
	background-color: #70E8F3;
    border-color: #028A96;
}

.quick-search-button {
	background: #028A96;
	background-image: url("../../image/lupa_light.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.quick-search-button-default {
	background: #ddd;
	background-image: url("../../image/lupa.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.logoCanvasCejsh {
	background: #000;
	border-radius: 24px 24px 0px 24px;
	border-right: 1px solid #666;
	display: block;
    height: 95px;
    position: relative;
    width: 130px;
    z-index: 1;
}

.logoCejsh {
	background-image: url("../../images/collections/cejsh/CEJSH.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px 63px;
    display: block;
    height: 90px;
    left: 10px;
    position: relative;
    top: 5px;
    width: 110px;
    z-index: 1;
}
.no-backgroundsize .logoCejsh {
	background-image: url("../../images/collections/cejsh/CEJSH_small.png");
}

.header .navigation img.banner {
    left: 135px;
    position: absolute;
    top: -76px;
}
