/* $Id: tabs.css,v 1.2 2009/08/12 08:03:53 johnalbin Exp $ */

/**
 * @file
 * Tabs Styling
 *
 * Adds styles for the primary and secondary tabs.
 *
 * Compare this with default CSS found in the system module's stylesheet (a copy
 * of which is in drupal6-reference.css, line 510.)
 */

.tabs {
clear:both;
margin:10px 0;
}

.tabs ul.primary {
height:auto;
line-height:normal;
list-style:none outside none;
margin:0;
padding:0 10px 5px;
white-space:nowrap;
}

.tabs ul.primary li {
display:inline;
}

.tabs ul.primary li a {
background:none repeat scroll 0 0 #F4F4F4;
border-color:#D5D5D5;
border-style:solid solid none;
border-width:1px;
height:auto;
margin-right:5px;
padding:5px 20px;
text-decoration:none;
}

.tabs ul.primary li.active a {
background:none repeat scroll 0 0 #FFFFFF;
border-color:#BBBBBB #BBBBBB #FFFFFF;
border-style:solid;
border-width:1px;
font-weight:bold;
}