/* @override 
    http://localhost:7001/resources/smile/smile-login.css
    http://localhost:7001/resources/cat/cat-login.css
*/

div.menubar 
{
    display: none;
}

/*html {
    background: #98af42 url("/resources/smile/welcome-outer-background.png") repeat-x 0 62px;
    height: 100%;
}*/

div.breadcrumbs 
{
    display: none;
}

div.title
{
    font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
    font-size: 16pt;
    left: 86px;
    top: 36px;
    color: #333333;
}

div.outer
{
    background: url("");
}

div.top 
{ 
    height: 90px;
    background: url('images/top_ribbon_0.jpg') repeat scroll 0 0 #000000;
    border-bottom: 1px solid #bbb;
}

div.logo 
{
    top: 18px;
    right: 10px;
    width: 360px;
    height: 66px;
    z-index: 2;
    background-image: url('images/zettanet_296x80_H1_flat_black.png');
    background-repeat: no-repeat;
}

/*  Prevents the native login button being displayed at the same time as the 'fake' login button, which
    sometimes happens. A bug with the Smile templates?  */
span.action input#loginNativeButton
{
    display: none;
}

div.inner 
{ 
    top: 90px;
    padding-top: 24px;
    padding-left: 80px;
    padding-bottom: 400px;
    border-bottom: 1px solid #bbb;
}

div.main 
{
    top: 270px; /*137px;*/
    left: 80px; /*450px;*/
    position:  absolute;
    background-color: inherit;
    /*width: 450px;*/
    min-width: 0px;
}

div.welcome 
{
    z-index: -1;
    position: absolute;
    top: -220px; /*-127px;*/
    /*left: -460px;*/
    /*border-bottom: 1px solid #798b31;*/
}

div.buttons {
    position: absolute;
    top: 84px;
    left: -100px;
}

input.field {
    width: 200px;
    border: 1px solid #bbb;
}

input.field, label.field {
    color: #333;
    /*font-size: 18px;*/
}

/* Overrides classes in ajax.css which we shouldn't be touching */
label.group, label.field, label.table {
    width: 150px !important;
}

div.messageTitle {
    margin: auto !important;
}

div.failureMessage {
    left: -5px !important;
    top: -66px !important;
}

/* End overrides */

label.field
{
    position: relative;
    bottom: 1px;
}

div.warnings {
    position: absolute;
    top: -50px;
    width: 365px;
}

div.failureMessage {
    position: absolute;
    top: -54px;
    left: -20px;
    background-color: inherit;
    padding: 10px 10px 10px 10px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 8px 8px;
}

input.invalid {
    background-color: white;
}

img#tour.button {
    margin-left: 35px;
}

img#login.button {
    margin-left: 90px;
}

img.welcome-background {
    float: left;
    display: none;
}

div.welcome-text {
    position: absolute;
    /*top: 50px;
    left: 50px;*/
    width: 600px;
    color: #333;
    font: 14pt Arial, Helvetica, Geneva, sans-serif;
    padding-bottom: 30px;
    border-bottom: 1px dashed #bbb;
}

div.welcome-title {
    color: #FF9200;
    font-size: 18pt;
    font-weight: bold;
    margin-bottom: 23px;
    font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
}
