/* ---------------- BRANDING STYLESHEET - no posistioning, just fonts, colours, backgrounds etc -----------------*/

body
{
    background: #f8f8f8;
}

/* ---------------- headings -----------------*/

h2
{
    color: #000;
}

/* ---------------- links -----------------*/

/* ---------------- page layout (not posistioning, just padding etc) -----------------*/

.main-content
{
	background:#fff;
}

.content-header
{
    background: url(../../images/brand-partner-portal/grad-lg.jpg) repeat-x ;
}

.brandingStrip {
	background:#F36523;
	height:3px;
}

/* ---------------- progress bar -----------------*/

.progress li
{
    background: url(../../images/brand-partner-portal/bg-progress-bar-left.gif) left center no-repeat;
}

.progress li.active
{
    background: url(../../images/brand-partner-portal/bg-progress-bar-active-left.gif) left center no-repeat;
}

.progress li a
{
    padding: 5px 10px 5px 25px;
    color: #999;
    text-decoration: none;
    background: url(../../images/brand-partner-portal/bg-progress-bar-right.gif) right center no-repeat;
}

.progress li.active a
{
    background: url(../../images/brand-partner-portal/bg-progress-bar-active-right.gif) right center no-repeat;
    color: #333;
    font-weight: bold;
}

/* ---------------- elements -----------------*/

/* ---------------- inline form feedback -----------------*/

/* ---------------- border arrow for wrap around effect -----------------*/

/* ---------------- forms -----------------*/

input[type=submit], .button-large, .button
{
    background: #F90;
    text-shadow: #FC0 1px 1px 1px;
}