@charset "ISO-8859-1";

body {
  color			: #333;
  font-family	: Arial,Verdana,Helvetica,sans-serif;
  font-size		: 12px;
}

.searchFormRow {
  height		: 35px;
}

.nav-box {
  margin-top	: 5px;
  padding-left	: 0px;
  display		: table;
}

.persp-bar {
  height		: 65px;
}

.persp, .active-persp {
  display		: block;
  float			: left;
  width			: 130px;
  height		: 30px;
  color			: #303030;
  line-height	: 30px;
  text-align	: center;
  margin-left	: 55px;
  border-top	: 6px solid #C3C3C3;
  border-left	: 1px solid #DCDCDC;
  border-collapse: separate;

 -moz-box-shadow: 4px 4px 2px rgba(0,0,0,.25);
 -webkit-box-shadow: 4px 4px 2px rgba(0,0,0,.25);
 box-shadow: 4px 4px 2px rgba(0,0,0,.25);
}

.active-persp {
  position		: relative;
  border-top	: 6px solid #00A1E0;
}

.active-persp:after {
  z-index		: -1;
  position		: absolute;
  top			: 99.2%;
  left			: 70%;
  margin-left	: -25%;
  content		: '';
  width			: 0;
  height		: 0;
  border-top	: solid 7px #00A1E0;
  border-left	: 7px solid transparent;
  border-right	: 7px solid transparent;
}

.persp:hover {
    background-color: #EFE4B0;
	box-shadow	: 0px 0px 0px rgba(0,0,0,0);
}

.search-header {
  padding-left	: 7px;
  vertical-align: middle;
}

.searchHelpLink {
  font-size		: 80%;
}