﻿body
{
    margin: 0;
    padding: 0px;
    font: 11px Verdana;
    background: transparent;
}

a
{
    color: #336BBE;
    text-decoration: none;
}
a:hover
{
    color: #336BBE;
    text-decoration: underline;
}

#verdanaXSmall
{
    font-family: Verdana;
    font-size: x-small;
}

.contentFont
{
    font-family: Calibri;
    font-size: 11px;
    color: Black;
}
.multilinetxtbox
{
    resize: none;
}
.button
{
    cursor: pointer;
    border: 1px solid silver;
}
.labelsize11
{
    font-size: 11px;
}
.labelsize10
{
    font-size: 10px;
}
.labelArial
{
    font-family: Arial;
}
.labelBold
{
    font-weight: bold;
}

.txtboxReadOnly
{
    background: Silver !important;
}

#header
{
    width: 100%;
    height: 10px;
}
#header .fixwidth
{
    margin: 0 auto;
    width: 990px;
}

/*Center Content*/
#container
{
    margin: 0 auto;
    width: 100%;
    float: left;
    background: transparent;
}
#container-white
{
    margin: 0 auto;
    width: 100%;
    float: left;
    background-color: White;
}
#containerfixwidth
{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: transparent;
}


/* Main Console CSS */

.x-panel-body-default
{
    background-color: transparent;
    border-style: none;
}
.x-menu-body
{
    background: #FFCD3A !important;
}

.x-tab-bar
{
    background-image: -webkit-linear-gradient(top,#FFCD3A,#CBDBEF);
    background-image: -moz-linear-gradient(top,#FFCD3A,#CBDBEF);
    background-image: -o-linear-gradient(top,#FFCD3A,#CBDBEF);
    background-image: -ms-linear-gradient(top,#FFCD3A,#CBDBEF);
    background-image: linear-gradient(top,#FFCD3A,#CBDBEF);
}

.x-panel-body-default
{
    border-color: #FFCD3A;
}

.ImgAdjust
{
    margin-top:10%;
    padding: 0px;
    background: url(../images/plainbackground.jpg) no-repeat center center fixed; /* webkit-background-size: cover;                       */ 
    background-size: cover;
    height: 100%;
    width: 100%;
    margin-top:20%;
}


.pnlHeader
{
    background: url(../images/header.jpg) no-repeat center center;
}

.pnlNorth
{
    background: url(../images/header.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.mainBody
{
    width: 100%;
    background: url(../images/plainbackground.jpg) no-repeat center center;
    background-size: 100% 100%;
}

/* Login Page Styles */


.LoginImgAdjust
{
    margin: 0;
    padding: 0px;
    background: url(../images/logobackground.jpg) no-repeat center center fixed; 
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}

.TblImgAdjust
{
    padding: 0px;
    background-image: url('../images/login.png');
    background-repeat: no-repeat;
    background-position: inherit;
    background-attachment: inherit;
    background-size: 100% 100%;
    width: 322px;
    height: 331px;
    margin-top: 23%;
    /* margin-left: 20%; */
    margin-left: 0%;
    margin-right: 0;
    margin-bottom: 0;
}

#input-text-td-username
{
    height: 30px;
    padding-top: 45%;
    padding-left: 15%;
}

#input-text-td-password
{
    height: 30px;
    padding-top: 15%;
    vertical-align: top;
    padding-left: 15%;
}

#input-text-td-login-button
{
    height: 65px;
    padding-top: 20%;
    text-align: center;
    vertical-align: bottom;
}

#login-warning-button
{
    padding-left: 8%;
    vertical-align: middle;
}

