/**************************************
 * THEME NAME: ioe
 *
 * Files included in this sheet:
 *
 *   ioe/styles.css
 **************************************/

/***** ioe/styles.css start *****/

body
{
    background: #004480;
    margin: 0;
    padding: 0;
}

/*
 * links
 */
a:link,
a:visited
{
    color: #069;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/*
 * headers
 */
div#splash
{
    background: #004480 url('./images/ioe_splash.jpg') no-repeat top right;
    border-bottom: 1px solid #7fc3ff;
    height: 179px;
    min-width: 970px;
    padding-left: 20px;
    text-indent: -10000px;
}

div#splash h1.headermain
{
    background: url('./images/ioe_logo.png') no-repeat left center;
    display: block;
    height: 179px;
    width: 340px;
}

div.headermenu
{
    background: #003;
    border-bottom: 1px solid #06c;
    clear: both;
    color: #fff;
    float: none;
    height: 30px;
    padding-right: 10px;
}

div.headermenu a:link,
div.headermenu a:visited
{
    color: #09f;
    text-decoration: none;
}

div.headermenu a:hover
{
    text-decoration: underline;
}

div.headermenu div.logininfo
{
    display: inline;
    line-height: 30px;
    margin-right: 10px;
}

div.headermenu form#chooselang
{
    height: 30px;
}

/*
 * contextual navigation
 */
.navbar
{
    background: #09f;
    border: none;
    color: #fff;
    padding: 10px;
}

.navbar a:link,
.navbar a:visited,
.navbar a:hover
{
    color: #ff0;
}

/*
 * content
 */
div#content
{
    background: #09f;
    padding: 0 10px 10px 10px;
    /* overflow: hidden; @EC DE | 11881 | fixing display issues with outsized tables in gradebook */
}

div#content fieldset,
div#content h2.headingblock,
div#content div.loginbox,
div#content div.coursebox,
div#content div.generalbox
{
    background: #fff;
}

div#content fieldset
{
    border: none;
}

div#content legend
{
    background: #004480;
    color: #fff;
    margin: 0;
    padding: 3px 5px;
}

td.content
{
    background: #fff;
}

/*
 * sideblocks
 */
.sideblock .header
{
    background: #004480;
    border: none;
    color: #fff;
    padding: 10px;
}

.sideblock .content
{
    background: #fff;
    border: 1px solid #004480;
}

.sideblock .content a
{
    color: #09f;
}

/*
 * footer
 */
div#footer
{
    color: #fff;
    margin: 0;    
    padding: 10px 0 0 0;
}

div#footer a:link,
div#footer a:visited
{
    color: #09f;
    text-decoration: none;
}

div#footer a:hover
{
    text-decoration: underline;
}

div#footer div.homelink
{
    margin: 0;
    padding: 10px 0;
}
/***** ioe/styles.css end *****/


