﻿/* BasWare portal styles for Login, Splash and Session Expired -screens and for About popups */

/* basic elements */
body {
    margin: 0px;
    padding: 0px; 
    font: 12px arial, hevetica, sans-serif;
    color: #000000;
    background-color: #FFFFFF;    
}

.mainScreen {
    border: 1px solid #999999;
    width: 440px;
    display: block;
    margin: 10% auto auto auto;
    padding: 0px;
}

.stripe {
    background-image: url(../ui_pics/stripe.gif);
    background-repeat: repeat-x;
    height: 5px;
    margin: 0px;
    padding: 0px;
}

.contentBG {
    background-image: url(../ui_pics/logo_bg.gif);
    background-repeat: repeat-x;
    height: 100%;
}

/* BasWare logo */
.logo {
    width: 82px;
    height: 23px; 
    background-image: url(../ui_pics/BWlogo_6.gif);
    background-repeat: no-repeat;
}

.content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 17px;
}


.header {
    margin: 10px 0px 10px 0px;
}

.applicationName {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.version {
    color: #666666;
    font-size: 11px;
}

.loginButtons {
    float: left;
    height: 18px;
    margin-top: 10px;
    margin-left: -6px;
    padding: 0 0 0 0; 
}

.aboutButtons {
    float: left;
    height: 18px;
    margin-top: 10px;
    margin-left: -6px;
    padding: 0 0 0 0; 
}

.copyright {
    text-align: center;
    margin: 30px 0px 0px 0px;
}

.copyrightText {
    color: #666666;
    font-size: 11px;
}

.image {
    background-image: url(../ui_pics/image.jpg);    
    background-repeat: no-repeat;    
    height: 158px;
    width: 438px;
    padding: 0px;
    margin: 4px 0px 0px 0px;
}

.noteText {
    font-weight: 700;
}

/*BT stuffs*/

a:link {
    color: #015099;
    text-decoration: none
}

a.ref {
    color: #015099;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
}

a:active {
    color: #015099;
    text-decoration: none
}

a:visited {
    color: #015099;
    text-decoration: none
}

a:hover {
    color: #015099;
    text-decoration: underline
}

.fieldError {
    color: #FF0000;
}

.fieldInfo {
    color: blue;
}