/* theme */
.MultiView { float: left; font: 12px Tahoma; line-height: normal; width: 100%; }
.MultiView ul { list-style: none; margin: 0 !important; padding: 10px 10px 0 0px !important; }
.MultiView li { display: inline; margin: 0 !important; padding: 0 !important; }
.MultiView a { background: url('/images/tabs/tab_left.gif') no-repeat left top; float: left; margin: 0 2px 0 0; padding: 0 0 0 4px; text-decoration: none; }
.MultiView a span { background: url('/images/tabs/tab_right.gif') no-repeat right top; color: #888; display: block; float: left; padding: 6px 12px 5px 6px; letter-spacing: 0.9px; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.MultiView a span { float: none; }
/* End IE5-Mac hack */
.MultiView a:hover span { color: #666; }
.MultiView a:hover { background-position: 0% -42px; }
.MultiView a:hover span { background-position: 100% -42px; }
.MultiView .current a { background-position: 0% -42px; }
.MultiView .current a span,
.MultiView .current a:hover span { background-position: 100% -42px; color: #666; }
.MultiViewBody { background: url('/images/tabs/tab_bk.gif') repeat-x; border-top: 1px solid #e3e3e3; border-left: 1px solid #e3e3e3; padding: 20px 20px 15px 15px; }