﻿body
{
    background: #131515;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 800px;
    font-family: 'Arial';
    font-size: 11px;
    color: #636363;
}
body h1
{
    font-weight: normal;
    font-size: 36px;
    color: #2DACE1;
    font-style: normal;
    padding: 20px 00px 0 0px;
}
body h2
{
    font-weight: bold;
    font-size: 16px;
    color: #2DACE1;
    font-style: normal;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
body h3
{
    font-weight: bold;
    font-size: 13px;
    color: #373737;
    font-style: normal;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
body h4
{
    font-weight: bold;
    font-size: 14px;
}
body strong
{
    color: #373737;
}
body p
{
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.DivLoginbody
{
    background:transparent url('../gfx/login/Previewlive.png') no-repeat;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 1000px;
    font-family: 'Arial';
    font-size: 11px;
    color: #636363;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top:-10px;

}

.divBGOuter
{
    width: 100%;
    height: 100%;
}
.divInner
{
    width: 590px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    min-height: 710px;
}
.divLoginContainer
{
    position: absolute;
    width: 200px;
    top: 200px;
    left: 20px;
    width: 400px;
}

#tblLogin
{
    text-align: left;
    width: 200px;
    height: 170px;
    margin-top: 10px;
}
.divBackground
{
    background: #EFEFEF;
    width: 306px;
    height: 244px;
    margin-left: 25px;
}
#tblLogin tr
{
    margin-left: 20px;
}
.divOptions
{
    margin: 0px;
    padding: 0px;
    margin-left: 25px;
    margin-top: 10px;
}

.divOptionForgottenPassword
{
    margin: 0px;
    padding: 0px;
    margin-left: 25px;
    margin-top: 10px;
}

.divGreyPagLock
{
    position: absolute;
    top: 255px;
    right: 18px;
    background: url('../gfx/login/largeGreypadlock.jpg') no-repeat;
    width: 205px;
    height: 207px;
}

.TextBox
{
    width: 180px;
}

.Button
{
    background: url('../gfx/login/btnLogin.gif') no-repeat;
    width: 81px;
    height: 37px;
    border-style: none;
}
.divHeading
{
    /*background: url('../gfx/login/login_page_heading.jpg') no-repeat;*/
    width: 303px;
    height: 43px;
    margin-bottom: 15px;
    margin-left: 23px;
}
.divHeading h1
{
    font-size:30px;
    padding:0px;
    margin:0px;
    
}
.divHeadingText
{
    position: absolute;
    top: 13px;
    left: 105px;
}
.linkBtn
{
    color: #2DACE1;
}

.divFooter
{
    position: absolute;
    bottom: 20px;
    left: 150px;
}


.bluebuttonbig
{
    border: 0;
    cursor: pointer;
    background: transparent url('../gfx/buttons/bluebuttonbig.gif') no-repeat;
    font-size: 15px;
    letter-spacing: -1px;
    width: 187px;
    height: 45px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 45px;
}
.buttondefault
{
    border: 0;
    cursor: pointer;
    background: transparent url('../gfx/buttons/bluebutton.gif') no-repeat;
    font-size: 13px;
    letter-spacing: -1px;
    width: 173px;
    height: 37px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 37px;
}

.buttongray
{
    border: 0;
    cursor: pointer;
    background: transparent url('../gfx/button_gray.png') no-repeat;
    font-size: 13px;
    letter-spacing: -1px;
    width: 173px;
    height: 37px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 37px;
}
.buttongreen
{
    border: 0;
    cursor: pointer;
    background: transparent url('../gfx/button_green.png') no-repeat;
    font-size: 13px;
    letter-spacing: -1px;
    width: 173px;
    height: 37px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 37px;
}

* html .DivLoginbody
{
	height: 1050px;	
}
