﻿/* * * * * * * * * * * * * * * * 
	Author: Ing. Arlen Mayorga Ch.
				Versatec Inc.
	Creation Date: October 14, 2011
 * * * * * * * * * * * * * * */

/* Main CSS */

body
{
    text-align: center;
    background-color: #F8F8F8;
    background: url(../images/ND/Bg_s1.jpg) repeat-x top;
    margin: 0px;
}
.container
{
    width: 970px;
    margin: 0 auto;
    text-align: left;
}

*
{
    line-height: 16px;
    font: 12px Arial, Helvetica, sans-serif;
}
tr
{
    text-align: left;
    font: 11px Arial, Helvetica, sans-serif;
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
}


/* LOGIN */
#BgLogin
{
    background: url(../images/ND/bg_Login2_s1.png) no-repeat center top;
    width: 648px;
    height: 347px; /**/
    margin-left: auto;
    margin-right: auto;
}
.labelLogin
{
    color: White;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
}
#content
{
    padding: 20px;
}

/*Forms*/
.Msg
{
    color: #C00000;
    font-size: 8pt;
    text-align: left;
    font-weight: bold;
}
.labels
{
    font-weight: bold;
    color: #1E2B34;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}
.formbutton
{
    vertical-align: middle;
    border: solid 1px #CCC;
    background: url(../../css/edtButtonBack.gif) repeat-x center bottom #d7e8fd;
    padding: 3px;
    cursor: hand;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}
.formbutton:hover
{
    background: url(../../css/edtButtonBackHover.gif) repeat-x center top #fff2c8;
}
.formbutton:active
{
    background: url(../../css/edtButtonBackPressed.gif) repeat-x center top #ffcf8b;
}
#txtUser
{
    padding: 5px 5px;
    color: #1B3148;
}
#txtPass
{
    padding: 5px 5px;
    color: #1B3148;
}
.bg_top
{
    background: url(../images/bg_top_s1.jpg);
    background-repeat: repeat-x;
    text-align: center;
}
.left
{
    position: absolute;
    left: 0px;
    width: 300px;
    background-color: #b0e0e6;
}

.floatUser
{
    font-weight: bold;
    font-size: 8px;
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 1;
}
.floatUserStyle
{
    font-weight: bold;
    font-size: 10px;
}
.bgBtnLogin
{
    background: url(../images/ND/Bg_User_s1.jpg);
    width: 160px;
    height: 96px;
}

.bgTR
{
    background-image: url('../images/Borde.jpg');
    background-repeat: repeat-x;
    text-align: center;
    font-weight:bold;
}
