/*
 * PPI Client CSS
 *   Print styles
 *
 * Colours (reasonably comprehensive):
 *   #692592 ('PPI' Purple) : Sub Menu background, Selected menu item background
 *   #4A1B67                : Content border, Menu borders, Heading text
 *   #9754C1                : Main Menu background
 *   #8037AD                : Main Menu hover background
 *   #F9CC51                : Menu hover text
 *   #F0E8F5                : Table heading background
 *   #FCFCFC                : Content background, Menu text
 *   #333333                : Default text
 *   #C2AFCC                : Borders, Underlines
 *   #F3F0F5                : Body background
 */

/* Basic Styles */
body, h1, h2, h3, h4, h5, th, td {
	background-color: #FFFFFF;
	color: #000000;
}

h1 {
    border-bottom: 1px solid #C2AFCC;
}

/* Wrapper */
#outer-wrapper {
    position: static;
    margin: auto;
    width: auto;
}

/* Browser Specific Overrides: IE 6, IE 7 */
#wrapper {
    border: none;
    margin: auto;
    background-color: transparent;
}

#wrapper h1 a {
    background: none;
    margin: auto;
    padding: inherit;
}

#wrapper h1 span {
    text-indent: 0px;
}

/* Login */
.login #outer-wrapper, .track #outer-wrapper {
    width: auto;
    margin: auto;
}

.login #outer-wrapper h1 a, .track #outer-wrapper h1 a {
    background-image: none;
}

/* Menus */
#menus {
    display: none;
}

.info-tables.tabbed .tabs li, .info-tables .tabbed .tabs li {
    display: none;
}

.info-tables.tabbed .tabs li.current, .info-tables .tabbed .tabs li.current {
    display: inline;
}

#ajax_loading_spinner {
    display: none;
}

