﻿.tabcontentstyle { /*style of tab content container*/
  position: relative;
  z-index: 1;
  height: 100%;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 0px;
  border-top: none;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-top: 3px;

  /* border:1px solid #8db2e3; */
  border-top: none;
  width: 400px auto;
}

.tabcontent {
  z-index: 1;
  display: none;
  min-height: 380px;


  /*	border-top: solid 1px #a9cbec;
  border-left: solid 1px #a9cbec;
  border-right: solid 1px #daebfe;
  border-bottom: solid 1px #daebfe;*/
  /* background:#deecfd; */

}

.tabcontentstyleForPopup { /*style of tab content container*/

}

.tabcontentForPopup {
  z-index: 1;
  display: none;
  min-height: 380px;
  height: auto !important;
  height: 498px;

  border-right: 2px inset #b8c6a6;
  border-bottom: 2px inset #b8c6a6;
  /*	border-top: solid 1px #a9cbec;
  border-left: solid 1px #a9cbec;
  border-right: solid 1px #daebfe;
  border-bottom: solid 1px #daebfe;*/
  background: #ffffff;
  padding: 3px;
}
.tabNavigationBar {
  width: 100%;
}


.pageheading
{
  height: 25px;
  padding-left: 15px;
  padding-top: 3px;
  width: 110%;
  margin-left: -10px;
  font-weight: bold;
  color: #FFF;
  background: RGB(48, 122, 197);
}
@media print {
  .tabcontent {
    display: block !important;
  }
}

#tabmenu ul, #tabmenu li {

  margin: 0;

  list-style: none;
  padding-left: 2px;
}

#tabmenu {
	background:url(../../images/GMC/horiz_tabs_ul_bg.gif) repeat-x 0 100% #FFF;;
  z-index: 2;
  width: 100%;
  padding-left: 20px;
  margin-top: 3px;
  height: 25px;
  line-height: 24px;
  border-bottom: 1px solid #99bbe8;

}
#breadcumb
{
  background: #cbdaef;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #dde7f5), color-stop(100%, #cbdaef));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dde7f5', endColorstr='#cbdaef');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dde7f5', endColorstr='#cbdaef')";
	background:-o-linear-gradient(top, #dde7f5 0%,#cbdaef 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #dde7f5 0%,#cbdaef 100%); /* IE10+ */
	background:linear-gradient(top, #dde7f5 0%,#cbdaef 100%); /* W3C */
  border-bottom: 1px solid #99bbe8;
}

#tabmenu li {
  float: left;
  margin: 0;
  width: auto;
}

#tabmenu a {
  font-size: 11px;
  text-decoration: none;
  color: #444;
  display: block;
  padding: 0 12px;
  border-left: 1px solid #FFF;
}

#tabmenu a:hover, #tabmenu li a.unselected:hover {
  color: white;
  background: #CEF0F0;
}

#tabmenu li a.selected:hover {
	background: #fff;
	color: #444;
} 

#tabmenu li a.selected {
  border: #bcd7de solid 1px;
  background: #fff;
  font-weight: bold;
  color: #444;
  border-bottom: 1px solid #fff!important;
  border-radius: 5px 5px 0px 0px;
}

#tabmenu a, #tabmenu li a.unselected {
  background: #eefafa;
  font-weight: bold;
  color: #444;
  -webkit-box-shadow: white 0 1px 0 0 inset, white -1px 0 0 0 inset, white 1px 0 0 0 inset;
  border-radius: 5px 5px 0px 0px;
  border: #bcd7de solid 1px;
  /* background: #ffffff; url(../../images/GMC/main-menu-bg.png) top repeat-x;*/
}

#tabmenu a:link, #tabmenu a:visited, #tabmenu a:active {
  color: #06C;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}
