/**
 * CSS styles for the index page that can be used bot has a 404 and as a homepage
 * @author Daniel Dammann <dd@volnet.freeserve.co.uk>
 * @author updated Oct 2011 Rob Hadfield <rob@smartassess.com>
 */

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    padding-bottom: 26px;
    background: #bf311a;
}

a {
    outline: none;
}

img {
    border: none;
}


/* . . . . Header . . . . */

div#black_header {
    display: block;
    background: #000;
    height: 74px;
}

div#header_inner {
    background:url(/images/indexImages/smart_logo.png) no-repeat 5px 12px;
    height: 40px;
    width: 800px;
    margin: 0 auto;
    padding-top: 30px;
}

div#intro {
    height: 105px;
    width: 800px;
    margin: 20px auto;
}


table#schoolList {
    margin-left: auto;
    margin-right: auto;
    width: 784px;
    background: #ffffff;
    border:8px solid #ffffff;
}

td.schoolListLeftCell {
    padding-top: 12px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-bottom: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
}

td.schoolListRightCell {
    padding-top: 12px;
    padding-bottom: 0px;
    padding-left: 20px;
    border-bottom: 1px solid #B4B4B4;
}

ul#realsmartLinks {
    list-style: none;
    float: right;
    padding: 0;
    margin: 0;
}

ul#realsmartLinks li {
    float: right;
    display: inline;
}

ul#realsmartLinks li a {
    color: #ffffff;
    font-size: 16px;
    outline: none;
    text-decoration: none;
    padding: 3px 8px;
    margin: 0 5px;
}

ul#realsmartLinks li a:hover {
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
}

div.schoolBgTab {
    float: left;
    margin-left: 8px;
    width: 265px;
    height: 67px;
    padding: 8px;
    background: #ffffff;
    font-size: 16px;
}

img.schoolLogo {
    float: left;
    width: 67px;
    height: 67px;
}

img.getStarted {
    float: left;
    clear: both;
    margin-top: 9px;
}

p.small {
    margin: 0 0 20px;
    font-size: 12px;
    font-style: italic;
    color: #808080;
}

div#loginBox {
    margin: 20px auto;
    padding: 20px;
    background: #ffffff;
    width: 744px;
}

div#loginBox input {
    display: block;
    margin: 0 0 20px;
}
