/* 
 * Custom rules for skins/standard/global.css.
 * The rules you put here override rules in that stylesheet.
 */

body {
	background: none;
	font: 12px Arial, Helvetica, sans-serif; }

:link {
	color: #0000ff; }



#banner {
	text-align: left; }

#banner-version, p#banner-version {
	margin: 0 0 10px 3px; }

/* Hide header in Firefox */
[id]#header {
	display: none; }

/* Hide header in IE */
* html #header {
	display: none; }

#banner-name {
	display: none; }



td.tab
{
    background: #eee;
    text-align: center;
		font-weight: bold;
    border-style: solid;
    border-color: #999;
    border-width: 1px;
}
    
td.tab.selected
{
    background: #fff;
    border-width: 1px 1px 0px 1px;
}

td.tab.spacer
{
    background: #fff;
		border-width: 0 0 1px 0;
}
