.Outlook_Top_TabStrip {
 margin:0;padding:0;
 background-color: transparent;
 border: none;
 float: left;
 font: 11px Tahoma;
 width: 100%;
 }

.Outlook_Top_TabPage {
 background: #fff;
 position: relative;
 top: -1px;
 color: black;
 clear: both;
 border: 1px solid gainsboro;
 padding: 0px;
 margin: 0;
 width: 100%;
}

.Outlook_Top_TabStrip .Outlook_Top_TabUnselected {
 cursor: pointer;
 background: url(tab.inactive.gif) repeat-x 0 0;
 position:	relative;
 display: inline;
 float: left;
 overflow: hidden;	
 padding: 0px 4px 0px 4px;
 white-space: nowrap;
 text-align: center;
 height: 25px;
 line-height: 25px;
 border-left: 1px solid gainsboro;
 border-right: 1px solid gainsboro;
 border-top: 1px solid gainsboro;
}

.Outlook_Top_TabStrip .Outlook_Top_TabSelected{
 cursor: pointer;
 background: url(tab.active.gif) repeat-x 0 0;
 position:	relative;
 z-index: 3;
 display: inline;
 float: left;
 overflow: hidden;	
 padding: 0px 4px 0px 4px;
 white-space: nowrap;
 text-align: center;
 height: 25px;
 line-height: 25px;
 border-left: 1px solid gainsboro;
 border-right: 1px solid gainsboro;
 border-bottom: 1px solid white;
 }

.Outlook_Top_TabStrip .Outlook_Top_TabMouseover {
 background: url(tab.hover.gif) repeat-x 0 0;
}

