/***********************************************/
/* PanelSet CSS style sheet                    */
/***********************************************/

#imgtabset {
  float:left;
  width:100%;
  font-size:11px;;
  line-height:normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
  #imgtabset ul {
	margin:0;
	padding:0px 10px;
	list-style:none;
  }
	  #imgtabset li {
		float:left;
		background:url("../images/tablf.gif");
		background-position: left top;
		background-repeat: no-repeat;
		margin:0 1px;
		padding:0 0 0 9px;
	  }
	  #imgtabset li span {
		background-image:url("../images/tabbg.gif");
		display: block;
	  }
	  #imgtabset a, #imgtabset strong {
		float:left;
		display:block;
		background:url("../images/tabrt.gif");
		background-position: right top;
		background-repeat: no-repeat;
		padding:5px 15px 4px 6px;
		text-decoration:none;
		font-weight:bold;
		color:#1B71C6;
		}
	  #imgtabset .current {
		background-image:url("../images/tablfon.gif");
		background-position: left top;
		background-repeat: no-repeat;
	  }
	  #imgtabset .current span {
		background-repeat: repeat-x;
		background-image:url("../images/tabbgon.gif");
		background-position: top;
		display: block;
	  }
	  #imgtabset .current a {
		background-image:url("../images/tabrton.gif");
		background-position: right top;
		background-repeat: no-repeat;
		/* padding-bottom:5px; */
		color:#ffffff;
	  }
	  /* Commented Backslash Hack
		 hides rule from IE5-Mac \*/
	  #imgtabset a {float:none;}
	  /* End IE5-Mac hack */
		  
  #tabset {
    background:#FFFFFF;
    float:left;
    width:100%;
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    line-height:normal;
	border-bottom: 1px solid #000000;
	height: 30px;
  }
  #tabset ul {
    margin:0;
    padding:5px 10px 0;
    list-style:none;
    }
  #tabset li {
    float:left;
    background:url("left.gif")
      no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    }
  #tabset li a, #tabset li a strong, #tabset li a span {
    float:left;
    display:block;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    padding:5px 8px 4px 8px;
    text-decoration:none;
    font-weight:bold;
    background:#eeeeee;
    color:#765;
  }
  #tabset .current {
	color: #0000FF;
  }
  #tabset .current a {
    padding-bottom:5px;
	color: #000000;
    background:#FFFFFF;
  }
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #tabset a {float:none;}
  /* End IE5-Mac hack */
#tabcontainer {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	width:100%;
}
#imgbar {
  margin: 0px;
  padding: 0px;
  display: block;
  clear: both;
  color: #FFFFFF;
  background-image: url("../images/barbg.gif");
  height: 32px;
}
	#imgbar .left {
	  display: block;
	  height: 100%;
	  background-image: url("../images/barlf.gif");
	  background-position: left top;
	  background-repeat: no-repeat;
	}
	#imgbar .right {
	  display: block;
	  height: 100%;
	  background-image: url("../images/barrt.gif");
	  background-position: right top;
	  background-repeat: no-repeat;
	}

