﻿.hiddenMenu
{
  background-color: #023c62;
  border: solid 1px #002f5b;
  width: 240px;
  height: 22px;
  padding-left: 8px;
  padding-top: 5px;
  float: left;
  margin-top: 3px;
}
.hiddenMenu span
{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: auto;
  height: auto;
  float: left;
}
.ok
{
  width: 12px;
  height: 6px;
  background-image: url('/Content/Images/ok2.gif');
  float: right;
  margin-right: 10px;
  margin-top: 7px;
}
.companyHeadPanel
{
  width: 970px;
  height: auto;
  background-color: #ccebee;
  float: left;
  margin-top: 3px;
}
.companySearchPanel
{
  width: 805px;
  height: 32px;
  background-image: url('/Content/Images/companySearchBg.gif');
  border: solid 2px #5bacc7;
  border-top: solid 1px #4191a8;
  margin: 16px 0px 0px 80px;
}
.searchText
{
  background-image: url('/Content/Images/companySearchText.png');
  width: 273px;
  height: 27px;
  margin-top: 4px;
  margin-left: 5px;
  float: left;
}
.searchText input
{
  border: none;
  background-color: transparent;
  margin-top: 3px;
  margin-left: 10px;
  font-size: 12px;
  width: 250px;
}
.selectMenu
{
  float: left;
  height: 27px;
  margin-left: 10px;
  margin-top: 3px;
  width: 160px;
}
.btnSearchCompany
{
  background-image: url('/Content/Images/companySearchButton.png');
  width: 79px;
  height: 25px;
  border: none;
  border: solid 1px #8b8b8b;
  text-align: center;
  font-size: 12px;
  margin-top: 4px;
  margin-left: 10px;
}
.sectorSearch
{
  width: 129px;
  height: 53px;
  background-image: url('/Content/Images/sectorSearch.png');
  margin-top: 2px;
  margin-left: 79px;
  float: left;
}
.detailedSearch
{
  width: 160px;
  height: 20px;
  float: right;
  margin-top: 5px;
 
}
.detailedSearch img
{
  width: 20px;
  height: 19px;
  float: left;
  display: block;
}
.detailedSearch span
{
  color: #0769cd;
  font-size: 13px;
  font-weight: bold;
  float: left;
  display: block;
  margin-left: 5px;
  margin-top: 2px;
}
.detailedSearchPanel
{
  width: 550px;
  height: 45px;
  float: right;
  font-size: 12px;
  font-weight: bold;
  color: #003366;
  margin-top: 15px;
  margin-left: 10px;
}
.activitySearchPanel
{
  width: 350px;
  height: 30px;
  float: left;
  margin-left: 90px;
  
}
.companyHeaderPaging
{
  width: 270px;
  height: 15px;
  float: left;
  font-size: 11px;
  margin-left: 150px;
  margin-top: 5px;
}
.pagingPanel
{
  width: 790px;
  height: 50px;
  background-color: #ccebee;
  float: right;
  margin-top: 10px;
}
.pagingDisplay
{
  width: 240px;
  height: 20px;
  margin-left: 15px;
  margin-top: 7px;
  float: left;
  font-size: 11px;
}
.pagingDisplay span
{
  font-size: 11px;
}
.displayLink
{
  text-decoration: none;
  color: #000;
  font-size: 11px;
  outline: none;
}
.displayImage
{
  padding-left: 3px;
}
.activityLink
{
  width: auto;
  height: 15px;
  float: left;
  margin-top: 2px;
  color: #467141;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.storeMenu
{
  width: auto;
  height: 10px;
  list-style-type: none;
  float: right;
}
.storeMenu li
{
  width: auto;
  padding: 0px 15px 0px 15px;
  height: 21px;
  border: solid 1px #003366;
  float: left;
  text-align: center;
  background-color: #73aec0;
  font-size: 14px;
  font-weight: bold;
  color: #003366;
  padding-top: 3px;
  cursor: pointer;
}
.storeMenu li:hover
{
  background-color: #003366;
  color: #fff;
}
.storeMenu .active
{
  background-color: #003366;
  color: #fff;
}
