﻿body
{
  margin: 0px;
  padding: 0px;
  font-family: Segoe UI, Arial;
  background-color: #fff;
}
a img
{
  border: none;
}
.topMenu
{
  width: 100%;
  height: auto;
  list-style-type: none;
  float: left;
  margin: 10px 0px 0px 10px;
  padding: 0px;
}
.topMenuActive
{
  background-image: url('/Content/Images/menuBgHover.png');
}
.topMenu li
{
  background-image: url('/Content/Images/menuBg.png');
  width: 81px;
  height: 24px;
  float: left;
  margin-left: 5px;
  text-align: center;
  outline : none;
  cursor: pointer;
}
.topMenu .active
{
  background-image: url('/Content/Images/menuBgHover.png');
}

.topMenu li:hover
{
  background-image: url('/Content/Images/menuBgHover.png');
}

.topMenu span
{
  margin-top:5px;
  font-family: Segoe UI, Arial;
  color: #3673a2;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.mainPanel
{
  width: 950px;
  height: auto;
  margin: 0px auto;
  background-color: white;
}
.headerMenu
{
	font-family: Arial;
	font-size: 14px;
  float: left;
  width: 960px;
  height: auto;
}
.headerMenu ul
{
  list-style-type: none;
  width: 100%;
  float: left;
  height: 20px;
  margin: 0px;
  padding: 4px 0px 0px 12px;
}
.headerMenu ul li
{
  width: auto;
  height: 27px;
  float: left;
  margin-left: 5px;
}
.headerMenu ul li a
{
  font-size: 11px;
  color: #666666;
  text-decoration: none;
}
.headerMenu ul li span
{
  font-size: 12px;
}

.headerMenuMiddle
{
 background-color: #fff;
border-bottom: 1px solid #ccc;
width: 971px;
position: fixed;
top: 0;
height: 30px;
z-index: 100;
box-shadow: 3px 3px 6px -2px #ccc;
}

.logo
{
  display: block;
  float: left;
  margin-left: 17px;
  margin-top: 5px;
}


.ContentBorder
{
  background-image: url('/Content/Images/bg.gif');
  width: 958px;
  background-repeat: repeat-y;
  padding-left: 10px;
  clear: both;
}
.ContentBorderBottom_left, .contentBorderTop_left
{
  background-image: url('/Content/Images/bg_bottom_left.gif');
  width: 8px;
  float: left;
  height: 7px;
}
.contentBorderTop_left
{
  background-image: url('/Content/Images/bg_top_left.gif');
}

.ContentBorderBottom, .ContentBorderTop
{
  background-image: url('/Content/Images/bg_bottom.gif');
  width: 954px;
  float: left;
  height: 7px;
}
.ContentBorderTop
{
  background-image: url('/Content/Images/bg_top.gif');
}

.ContentBorderBottom_right, .ContentBorderTop_right
{
  background-image: url('/Content/Images/bg_bottom_right.gif');
  width: 6px;
  float: left;
  height: 7px;
  background-repeat: no-repeat;
}
.ContentBorderTop_right
{
  background-image: url('/Content/Images/bg_top_right.gif');
  width: 8px;
  background-repeat: no-repeat;
}
.TextBoxSearch
{
  border: solid 1px #98c2dc;
  height: 20px;
  width: 408px;
  padding: 3px 5px 0px 5px;
}
.footer
{
  width: 950px;
  height: 74px;
  background-image: url('/Content/Images/footer.png');
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-top: 30px;
  margin: 0px auto;
}
