.tabRow{
    margin: 0 0 0px 0;
    padding: 0px 0 0 0;
	border-collapse:collapse;
	
}
.rc_tabscontainer{
	margin:0 0 0 0;
	padding:0px 0 0 0;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	
}
.tab {
  white-space:nowrap;
  font-size:11px;
  font-weight: normal;
  /***** change tabs color - off state *****/
  /*background-color: #cccccc;
  /***** change tabs color - off state *****/
  padding:4px 0px 4px 0px;
  margin-right:0px;
  margin-bottom:0px;
  margin-left:0px;  
  margin-top:0px;
  }
 .tab a
 {
    text-decoration:none;
 }
  .tab span{
  	padding:0 5px 0 5px;
	margin:0 0 0 0;
    border-collapse:collapse;
  }
  .tab a:hover{
  white-space:nowrap;
  font-size:11px;
  font-weight: normal;
  /***** change tabs color - off state *****/
  background: #338DA5;
  /***** change tabs color - off state *****/
  padding:4px 0px 4px 0px;
  margin-left:0px;
  margin-bottom:0px;
  
  text-decoration:none;
  color:white;
  }
.tabcontainer{
  white-space:nowrap;
  font-size:11px;
  font-weight: normal;
  padding:0px;
  margin:0 0px 0px 0;
  background-color: #cccccc;
 
  }

.tabcontainerSelected a
{
  text-decoration:none;
  color:Black;
 
  
  border:0px;
}
.tabcontainerSelected {
  white-space:nowrap;
  font-size:11px;
  font-weight: normal;
  /***** change tabs color - on state *****/
  background-color: white;
  /***** change tabs color - on state *****/
  z-index: 100;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:-1px;
  border-bottom:1px solid white;
    
  }
  .tab_corner_left {
  	background: white url(/images/www/tab_corner_left_on.gif) no-repeat 0% 100%;  /* TEJ - specified the position of the background*/
	width:3px;
	height:3px;
  }
  .tab_corner_right {
  	background: white url(/images/www/tab_corner_right_on.gif) no-repeat 0% 100%; /* TEJ - specified the position of the background*/
	width:3px;
	height:3px;
  }
  .tab_top {
  	background: #ffffff url(/images/www/tab_top_on.gif) repeat-x 0% 100%; /* TEJ - specified the position of the background*/
	height:3px;
	width:100%;
  }
  .tab_side_right {
  	background: #ffffff url(/images/www/tab_side_right_on.gif) repeat-y;
	width:3px;
	margin:0;
	padding:0;
  }
  .tab_side_left {
  	background: #ffffff url(/images/www/tab_side_left_on.gif) repeat-y;
	width:3px;
	margin:0;
	padding:0;
  }
  .tab_corner_left_btm {
  	background: white url(/images/www/tab_corner_left_btm.gif) no-repeat 0% 100%;  /* TEJ - specified the position of the background*/
	width:3px;
	height:3px;
  }
  .tab_corner_right_btm {
  	background: white url(/images/www/tab_corner_right_btm.gif) no-repeat 0% 100%; /* TEJ - specified the position of the background*/
	width:3px;
	height:3px;
  } 
.tabContent
{
    display:none;
}
.tabSelectedContent
{
  display:block;
}



