/* REPEAT PAGE MENU */

a.repeat-page-link {
  text-decoration: none;
  color: #b61031;
}
span.repeat-page-selected  {
  text-decoration: none;
  font: bold 12pt;
  color: #b61031;
}
td.repeat-page {
   text-align:center;
   padding: 1px 4px 3px 4px;
}
table.repeat-page {
   
   margin: 3px 20px 5px 10px;
}

/* TAB CONTROL */

.tab {

 width: 70px;
 height:	16px;
 background-image: url('../resources/tab.png/$file/tab.png');
 background-repeat: no-repeat; 

 position: relative;
 top: 3;
 display: inline;
 float: left;
 overflow: hidden;

 cursor:Default;
 border:0px none;
 
 z-index: 1;
 white-space: nowrap;
 text-align: center; 
 font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; 
 margin:1px -1px 1px 2px; 
 padding: 2px 0px 0px 0px;

}

.tab.hover {
 font-weight:bold;
 background-image: url('../resources/tab_hover.png/$file/tab_hover.png');
}

.tab.selected {
 width:	74px !important;
 height:	18px !important;
 background-image: url('../resources/tab_active.png/$file/tab_active.png') !important;
 border-bottom-width:0;
 z-index:3;
 top:2px;
 margin: 2px -3px -3px 0px;
}


.tab-page {
 clear:	both;
 border:1px solid rgb( 145, 155, 156 );
 background:rgb( 252, 252, 254 );
 z-index:2;
 position:relative;
 top:3px;
 width:	100%;	
 margin-right:-2px;	/
 filter:	progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
 progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
 padding:1px 1px 1px 1px;
}

