
    .bold14px {
        font-style: normal;
        font-size: 14px;
        font-weight: bold;
    }

    .bold12px {
        font-style: normal;
        font-size: 14px;
        font-weight: bold;
    }
    .manageUsrLogout {
        text-align: right;
        position: absolute;
        width: 568px;
    }
    .welcomeMessage{
        text-align: right;
        position: absolute;
        width: 955px;
    }
    .linksSpacing{
        padding-right:5px;
    }
    .breadCrumb{
        margin-left:60px;
        color: #858585;
        font-size: 10px;
        font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        position:absolute;
    }

    .breadCrumb a{
         color: #858585;
    }
    .breadCrumb a:hover{
         color: #858585;
    }

    .links{
        color: #b40055;
        text-decoration: none;
        font-size: 14px;
        font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
    }
    .subHeader{
        margin-left:60px;
        font-size:34px;
        color: #18A0C5;
        font-family: "Avenir LT W01 55 Roman";
    }
    .errorMessage{
        margin-left: 40px;
        font-Size: 14px;
    }

    .helpInfo{
        margin-left:60px;
        margin-right:40px;
    }

    .helpInfo a{
        color: #b40055;
        text-decoration: none;
        font-size: 14px;
        font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
    }

    .innerHelpInfo {
        text-align: center;
    }

    .containerTitle{
        font-size:24px;
        padding-top:20px;
        padding-bottom:20px;
    }
    .mainContainer{
        margin-left: 60px;
        width:915px;
        margin-bottom:100px;
        min-height:300px;
        color: #727272;
        font-size: 14px;
        font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
        line-height: 20px;
    }
    .productName {
        text-align: center;
        position: absolute;
        width: 238px;
        height: 100px;
        padding: 10px 10px 10px 10px;
        background-color: #55BDE1;
    }
    .product {
        display: inline-block;
        position: relative;
        margin-right:64px;
        width: 238px;
        height: 100px;
        margin-top: 28px;
        margin-bottom: 128px;
    }
    .productTitle{
        position: relative;
        width: 100px;
        height: 75px;
        text-align:center;
        color:white;
        font-style: normal;
        font-size: 21px;
        top:37%;
    }
    .releaseTypeUnOrderedList {
        margin-left:-60px;
        padding-left:-40px;
        list-style:none;
    }
    .releaseTypeLineItems {
        color: #18A0C5;
        font-size: 20px;
        margin-left: 19px;
        list-style:none;
    }
    .versionsLineItems {
       margin-top: 8px;
       list-style:none;
    }
    .star , .createUsrErrorText, .updUsrErrorText {
        color:rgb(242, 50, 50);
    }
    .pbButton, .pbButtonb {
        margin-left: 111px !important;
        display: block;
    }
    .createEditUsrPbLabel {
        text-align:right;
    }
    .product > a {
        text-decoration: none !important;
    }
    .inputTxtBoxWidth{
        width:250px;
    }
    .manageUsersDiv{
        background-color: rgb(231, 233, 241);
        border-radius: 5px;
        padding-bottom: 11px;
        padding-left:5px;
        padding-right:5px;
        padding-top:5px;
        width: 881px;
    }
    .manageUsersTable{
        border: 2px solid rgb(156, 156, 156);
        margin: 7px;
        border-collapse: collapse;
        background: white;
    }
    .manageUsersTable tr {
        border-bottom: 1px solid rgb(156, 156, 156);
    }
    .manageUsersTable tr:first-child {
        background-color: rgb(242, 243, 243);
    }
    .manageUsersTable th{
        font-weight: bold;
        white-space: nowrap;
        text-align: left;
    }
    .manageUsersTable td{
        font-size:13px;
        text-align:left;
        color: #858585;
    }
    .manageUsersTable .username {
        width: 241px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .addOrEditUserDiv{
        background-color: rgb(231, 233, 241);
        border-radius: 5px;
        padding-bottom: 11px;
        padding-left:5px;
        padding-right:5px;
        padding-top:5px;
        width: 881px;
    }
    #ul_files{
        padding-left: 23px;
    }
    .blueColor {
        color: #18A0C5;
    }
    .versionName {
        padding-left: 7px;
    }

    @-moz-document url-prefix() {
        .manageUsrLogout  {
            width: 578px !important;
        }
    }

    .add-edit-user-table{
        margin-left:27%;
    }

    .changePwdBtn{
        padding-left:136px;
    }

    .helpLinks{
        text-align: right;
        width:952px;
        position:absolute;
    }

    .helpPageHeading{
        font-size:24px;
        font-weight: bold;
        text-align:center;
        font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
    }

    .helpPageSubHedings{
        font-size:20px;
        font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
    }

    .productDesc{
        position: relative;
        width: 100px;
        height: 75px;
        font-style: normal;
        font-size: 14px;
        top:100%;
    }

    .description {
        position: absolute;
        top: 132px;
        width: 254px;
        margin-left: 5px;
        height: 100px;
        text-align: justify;
    }

