/* DECOR: NAVIGATION LISTS: REAL TABS */

/* Decoration for the navigation lists */

/* IE 5.0 Win may handle badly -- it has problems with display:inline, border:left, and border:right in general.  That's one reason why it gets the lo-fi version. */



/* WIKI COMMANDS TABS IN TITLE BLOCK */

#titleblock .actionlist ul {

	padding-bottom:3.5px; /* = (link bottom padding + bottom border of hovered/current link) - #titleblock bottom border, with slight fudge for font face changes */

	text-align:center; /* centers the group of tabs */

	}

#titleblock .actionlist li {

	margin:0 0.2em; /* controls space between tabs */

	}

#titleblock .actionlist a {

	padding:4px 0.3em 5px 0.3em; /* adds whitespace inside the tab, around the link text */

	/* transparent borders trick prevents tabs from jerking when hovered. this method validates while border-shorthand doesn't. */

	border-style:solid solid none solid;

	border-width:1px;

	border-color:transparent;

	}

#titleblock .actionlist a:hover, #titleblock .actionlist a:focus {

	border-left:1px solid;

	border-top:2px solid;

	border-right:1px solid;

	}

#titleblock.browse .actionlist li.browse a,

#titleblock.edit .actionlist li.edit a,

#titleblock.diff .actionlist li.diff a,

#titleblock.upload .actionlist li.upload a,

#titleblock.attr .actionlist li.attr a

	{

	border-left:1px solid;

	border-top:1px solid;

	border-right:1px solid;

	}



/* FOOTER LINK LISTS */

#footer ul {

	margin-top:0.5em; /* adds a little whitespace on top */

	}

#footer ul a, #footer ul a.createlinktext {

	margin:0 0.12em;

	padding:0 0.4em; /* adds whitespace between border and link text */

	border-width:1px;

	border-style:none solid solid none;

	}

#footer ul a:hover, #footer ul a:focus {

	border-style:solid none none solid;

	}