﻿
/* CSS Document  */


body
{
    background-color: #10374b;
    background-image: url(../images/body4.png);
    background-repeat: repeat-x;
    display: block;
    background-position: 0px 0px;
    margin: 0px;
    font-family: "segoe ui" ,arial,sans-serif;
    font-size: 0.8em;
}

.centerContainer
{
    /* height: 1569.8px;  	width: 1160px;*/ /*  for centering purposes */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    display: block;
    background-image: url(../images/formNew4.png);
    background-repeat: no-repeat;
    background-position: 8px 44px;
}

.contentInnerDiv
{
    /* background-color:#001119;  
    background-color: #FFF;*/
    background-position: 0px 0px;
    background-image:url(../images/BackroundSemiTransparent.png);
    display: block;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px; /*	height: 100%;  */
    width: 880px;
    margin: 0 auto;
}

.titleLeft
{
    display: block; /*background-color: transparent; */
    background-image: url(../images/PageTitle.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 40px;
    width: 940px;
    margin: 0 auto;
    clear: both;
}

.titleLeftSmall
{
    display: block; /*background-color: transparent; */
    background-image: url(../images/PageTitleSmall.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 40px;
    width: 660px;
    margin: 0 auto;
    clear: both;
}
.titleRight
{
    /*  background-image: url(titleRight4.jpg);     background-repeat: no-repeat;     margin-left: 220px;     display: block;     background-position: 100% 0px; */
}
.titleRightSmall
{
    /* background-image: url(titleRight4.jpg);     background-repeat: no-repeat;     margin-left: 150px;     display: block;     background-position: 100% 0px;*/
}

.leftHeaderNav
{
    /* height: 1449.8px; */
    width: 220px;
    float: left;
    margin: 0px;
}
.headerDiv
{
    display: block;
    height: 103px;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #FFF;
    vertical-align: middle;
    line-height: 39px;
    padding-left: 20px;
}

.contentHolder
{
    /* background-color: #FFF; height: 90%; */
    width: 100%;
    margin: 0px;
    padding-top: 20px;
}

.navigationDiv
{
    height: 40px;
    padding-left: 220px;
    padding-top: 6px;
}

.logoDiv
{
    display: block;
    height: 66px;
    width: 170px;
    position: absolute;
    top: 0px;
    left: 21px;
}

.swfDiv
{
    display: block;
    height: 90px;
    width: 172px;
    position: absolute;
    text-align: center;
    top: 10px;
    left: 20px;
}

.whiteLabel
{
    color: White !important;
}

/* css */
fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 200px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 200px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 100%;
}
.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

