/*  Menu Tabs */
.tab_item{
  border:solid;
  border-width:1px 1px 1px 1px;
  border-color:#999999 #999999 #999999 #999999 ;
  font: bold 7pt Verdana;
  color:#000099;
  cursor:pointer;
  padding-right:8px;
  padding-left:8px;
  /**padding-top:4px;**/
  /**padding-bottom:5px;*/
  padding-top:2px;
  padding-bottom:2px;
  background-color:#ffffff;
  /*background:url(images/gray.jpg);*/
  z-index:100;
}

/* link inside the menu box area */
.tab_item a:link {color: #10688E; text-decoration: none;}
.tab_item a:visited {color: #10688E; text-decoration: none;}
.tab_item a:hover {color: #036; text-decoration: underline;}

.tab_item_selected{
  border:solid;
  border-width:3px 1px 3px 1px;
  border-color:#000099 #000000 #000099 #000000 ;
  font: bold 8pt Verdana;
  color:#000000;
  cursor:pointer;
  /*padding-right:8px;
  padding-left:8px;
  padding-top:4px;
  padding-bottom:5px;*/

  padding-right:8px;
  padding-left:8px;
  padding-top:2px;
  padding-bottom:0px;
  background-color:#FEFEF2;
  /*background:url(images/gray.jpg);*/
  z-index:100;
}
.tab_item_selected a:link {color: #000000; text-decoration: none; background-color:transparent;}
.tab_item_selected a:visited {color: #000000; text-decoration: none;background-color:transparent;}
.tab_item_inactive {
  border:solid;
  border-width:1px 1px 1px 1px;
  border-color:#cccccc #cccccc #cccccc #cccccc ;
  font: bold 7pt Verdana;
  color:#cccccc;
  cursor:pointer;
  padding-right:8px;
  padding-left:8px;
  padding-top:2px;
  padding-bottom:2px;
  background-color:transparent;
  z-index:100;
}
/* background for the body of the tab below the actual tab*/
.tab_background{
  border:solid;
  border-width:1px;
  /*background-color:#FEFEF2;*/

  width:710px;
  padding-top:20px;
  padding-left:20px;
  padding-bottom:20px;
  z-index:-1;
}

.tab_sub_background{
  border:solid;
  border-width:0px;
  /*background-color:#FEFEF2;*/
  /*background-color:#bbbb00;*/
  width:650px;
  padding-top:20px;
  padding-left:20px;
  padding-bottom:20px;
  padding-right:20px;
  text-align:center;
z-index:-1;
}

/*  Tab blocks */
.tab_title {
  font: bold 10pt Verdana;
  background-color:transparent;
}

.tab {
    background-position: 0% 10%;
  	/*background-image: url(images/layout_07.jpg);*/
	background-repeat: no-repeat;
	background-color:transparent;
	border:none;

}

.tab_header {
  border:none; 
  border-width:1px 1px 1px 1px;
  border-color:#ffffff;
  BACKGROUND-COLOR:#dddd99;
 /* background-color:transparent;*/
  font:10pt verdana;
}

.tab_message {
  /* width and height are controled in Show_Tab class*/
  padding-top:10px;
  padding-bottom:10px;
  padding-right:10px;
  padding-left:10px;
  Z-INDEX:-1;
  text-align:left;
  font: 10pt Verdana;
}


