﻿#tabs
{
   width: 500px;
   height: 23px;
   clear: both;
   overflow: hidden;
}

.bottomborder
{
	vertical-align:bottom;
	height:22px;
	width:86px;
	border-bottom:1px solid #E8E8E8;
}

#tabs DIV.active
{
   width: 110px;
   float: left;
   margin-right: 0px;
}
#tabs DIV.active DIV DIV.rightDiv
{
   background-image: url(/Style Library/QCBImages/TabRight.gif);
   background-position: top right;
   background-repeat: no-repeat;
} 
#tabs DIV.active DIV.leftDiv
{
   background-image: url(/Style Library/QCBImages/TabLeft.gif);
   background-position: top left;
   background-color:White;
   background-repeat: no-repeat;
}
#tabs DIV.active DIV DIV DIV
{
   padding: 0px;
   height: 60px;
      margin: 0px 4px 0px 4px;
   background-image: url(/Style Library/QCBImages/TabMid.gif);
   background-repeat: repeat-x;
   text-align: center;
}

#tabs DIV.active DIV DIV A, #tabs DIV.active DIV DIV A:visited, #tabs DIV.active DIV DIV A:active, #tabs DIV.active DIV DIV A:link
{
  padding-top:20px;   
  font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 10px;
   color: #FFFFFF;
   text-decoration: none;
}

#tabs DIV.active DIV DIV DIV
{
   padding-top:5px;
   text-decoration: none;
}

#tabs DIV.inactive
{
   width: 110px;
   float: left;
   margin-right: 0px;
   color: #666666;

}
#tabs DIV.inactive DIV.leftDiv
{
   background-image: url(/Style Library/QCBImages/inactivetabl.gif);
   background-position: top left;
   background-repeat: repeat-x;
   background-color:white;
   color: #878787;
}
#tabs DIV.inactive DIV DIV.rightDiv
{
   background-image: url(/Style Library/QCBImages/inactivetabr.gif);
   background-position: top right;
   background-repeat: no-repeat;
    color: #878787;
}
#tabs DIV.inactive DIV DIV DIV
{
   color: #878787;
   padding: 0px;
   height: 30px;
   margin: 0px 4px 0px 4px;
   background-image: url(/Style Library/QCBImages/shade.gif);
   background-repeat: repeat-x;
   text-align: center;
}
#tabs DIV.inactive DIV DIV A, #tabs DIV.inactive DIV DIV A:visited, #tabs DIV.inactive DIV DIV A:active, #tabs DIV.inactive DIV DIV A:link
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 10px;
   color: #878787;
   text-decoration: none;
}

#tabs DIV.inactive DIV DIV DIV
{	
   padding-top:5px;
   text-decoration: none;
}

.tabscontent
{
   width:294px ;
   clear: both;
   height: 52px;
   overflow: hidden;
}
.tabscontent DIV.content
{
    /*border-left:1px solid red;*/
   background: url(/Style Library/QCBImages/tabscontentl.gif) no-repeat top left !important;
}
.tabscontent DIV.content DIV.content
{
   background: url(/Style Library/QCBImages/tabscontentr.gif) no-repeat top right !important;
}
.tabscontent DIV.content DIV.content DIV.content
{
   padding: 7px;
   height: 241px;
   margin: 0px 7px 0px 7px;
   background-image: url(/Style Library/QCBImages/tabscontainerbg.gif) !important;
   background-repeat: repeat-x;
   
}

#tabscomponent
{
   /*float: right;8*/
   height: 301px;
   width:100%;/*460px*/
   overflow: hidden;
}



#tabs DIV.Split
{
   width:2px;
   height:22px;
   float: left;
   margin-right: 0px;
	border-bottom:1px solid #E8E8E8;
}
#SearchTabDIV
{
	height:100px;
}
#SearchPeopleTabDIV
{
	height:120px;
	
}
.tenderpager
{
	color:#870f05;
	background-color:#e0e0e0;
}

