/* Yes, we all hate IE6. */
/* Fix the admin page in ie6. */
/* line 5, ../sass/ie6.sass */
div.admin .left,
div.admin .right {
  width: 46%;
}

/* Tabs CSS - IE 5 and 6 don't support PNGs with alpha transparency. */
/* line 10, ../sass/ie6.sass */
ul.primary,
ul.secondary {
  width: 100%;
  width: auto;
}
/* line 14, ../sass/ie6.sass */
ul.primary li a,
ul.primary li a .tab,
ul.secondary li a,
ul.secondary li a .tab {
  display: inline;
  display: inline-block;
}

/* line 21, ../sass/ie6.sass */
ul.primary li a {
  background: url(../images/tabs/tab-left-ie6.png) no-repeat left -38px;
}
/* line 23, ../sass/ie6.sass */
ul.primary li a .tab {
  background: url(../images/tabs/tab-right-ie6.png) no-repeat right -38px;
}
/* line 25, ../sass/ie6.sass */
ul.primary li a:hover {
  cursor: pointer;
  color: #555555;
  text-decoration: none;
  background-position: left -76px;
}
/* line 30, ../sass/ie6.sass */
ul.primary li a:hover .tab {
  background-position: right -76px;
}
/* line 33, ../sass/ie6.sass */
ul.primary li.active a, ul.primary li.active a:hover {
  background: url(../images/tabs/tab-left-ie6.png) no-repeat left 0;
}
/* line 35, ../sass/ie6.sass */
ul.primary li.active a .tab, ul.primary li.active a:hover .tab {
  background: url(../images/tabs/tab-right-ie6.png) no-repeat right 0;
}

/* line 41, ../sass/ie6.sass */
ul.secondary li a:hover {
  cursor: pointer;
  color: #555555;
  text-decoration: none;
}

/* Drupal admin tables */
/* line 49, ../sass/ie6.sass */
#content tr.even th,
#content tr.even td,
#content tr.odd th,
#content tr.odd td {
  border-bottom: 1px solid #cccccc;
}

div#logo-title{

	float:left;
	position:relative;
	width:400px;

}

form#views-exposed-form-search-page-search-box{

	float:left;
	position:relative;
	top:-100px;
	width:400px;
	height:0px;
	padding:0px;
	margin:0px;

}

div#block-block-4{

	float:left;
	position:relative;
	top:-100px;
	left:70px;
	width:100px;

}

div#block-block-4 img{

	float:none;	

}

#navigation{

	background-color:#002147;
	position:relative;
	top:-60px;
	height:1px;

}

#navigation ul li{

	padding:0;
	margin:0;
	height:20px;
	position:relative;
	top:60px;

}

td.views-field-field-licence{

	width:20px;

}

.view-header{

	height:10px;
	overflow:hidden;

}

.page-series .views-field-name, .page-openspireshtml .views-field-name{{

	float:left;
	padding-left:2px;

}

.mejs-fullscreen-button{

	position:absolute;
	visibility:hidden;

}