﻿.newInput, .trNewWithTextbox, .trOld input {
    width: 50px;
}

#divResult {
    /*width: 930px;*/
      overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 10px;
}

.error {
    color: White;
    background-color: Red;
}

.cssAAMButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #127E74;
    -webkit-box-shadow: inset 0px 1px 0px 0px #127E74;
    box-shadow: inset 0px 1px 0px 0px #127E74;
    background-color: #127E74;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #127E74;
    display: inline;
    color: #ffffff;
    font-size: 15px;
    padding-top: 3px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 3px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #127E74;
    margin: 2px 0px 2px 0px;
    font-weight: bold;
    cursor: pointer;
}
.cssBlueButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #00529e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #00529e;
    box-shadow: inset 0px 1px 0px 0px #00529e;
    background-color: #00529e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #00529e;
    display: inline;
    color: #ffffff;
    font-size: 15px;
    padding-top: 3px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 3px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #00529e;
    margin: 2px 0px 2px 0px;
    font-weight: bold;
    cursor: pointer;
}
/*.cssBlueButton {
    width:50px;
    height:20px;
    -moz-box-shadow: inset 0px 1px 0px 0px #00529e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #00529e;
    box-shadow: inset 0px 1px 0px 0px #00529e;
    background-color: #00529e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline;
    color: #ffffff;
    font-size: 13px;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #00529e;
    margin: 2px 0px 2px 0px;
    font-weight: bold;
    cursor: pointer;
}*/


.dlgAcceptClose {
    text-decoration: none !important;
    float: right;
    color: White;
}

.add, .save, .post, .delete {
    cursor: pointer;
}

.divHeading {
    margin-top: 5px;
    margin-bottom: 5px;
}

.trBlue {
    background-color: #15317E;
    color: White;
}

.trYellow {
    background-color: #FFFF00;
    color: Black;
}

.trWhite {
    background-color: #FFFFFF;
}

.navlink {
    padding-left: 10px;
}

.logoutButton {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #08C;
}

#profileItems ul {
    padding: 0px;
    padding-top: 20px;
}

#profileItems li {
    margin: 0px 0px;
    margin-left: 30px;
    list-style-position: inside;
    list-style: decimal;
    padding-top: 10px;
}

.profileSubItems {
    margin-left: 10px;
    padding-top: 5px;
}

    .profileSubItems input {
        margin-left: 20px;
    }

.singleInput {
    margin-left: 20px;
}

#profileItems li .singleHeading {
    float: left;
    width: 150px;
}

.singleHeading input {
    float: left;
    width: 400px;
}

div.error {
    color: red;
    background-color: #ffffff;
}


.loginError {
    color: red;
}

.tbleGeneralInfo {
    margin-left: 20px;
}

    .tbleGeneralInfo input {
        width: 500px;
    }

.publicationInfoHeader {
    background-color: #ffffff;
    height: 38px;
    color: #00529e;
    font-size: 18px;
    width: 930px;
    border-bottom: 1px solid #bdbdbd;
}



.aamLabel {
    font-weight: bold;
    color: #00529e;
    /*color: blue;*/ 
    padding-left: 2px;
}
/*.aamLabelBlue {
    color: #2153A1;
    font-weight: bold;
    padding-left: 10px;
}*/
.Total {
}

.introContent {
    font-size: 14px;
   /* background: #EEEEEE;*/
    margin-top: 30px;
    /*margin-bottom: 10px;*/
    padding: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.toolHeader {
    font: Roboto bold;
    background-color: #ffffff;
    height: 38px;
    color: #00529e;
    font-size: 16px;
    text-transform: uppercase;
}

.toolHeaderWithUpperCase {
    font: Roboto bold;
    background-color: #ffffff;
    height: 38px;
    color: #00529e;
    font-size: 16px;
}

.toolHeaderWithOutUpperCase {
    font: Roboto bold;
    background-color: #ffffff;
    height: 38px;
    color: #00529e;
    font-size: 16px;
}

.txtDigit {
    display: inline-block;
    text-align: right;
    width: 54px;
    height: 20px;
}

.txtAvgDigit {
    display: inline-block;
    text-align: right;
    width: 54px;
}

.lblDigit {
    display: inline-block;
    color: #00529e;
    width: 54px;
    text-align: right;
    font-weight: bold;
}

.lblAvgDigit {
    display: inline-block;
    color: #00529e;
    width: 54px;
    text-align: right;
    font-weight: bold;
}

.TotalTD {
    /*display: inline-block;*/
    color: #00529e;
    font-weight: bold;
}

.subHeader {
    color: #00529e;
    font-size: 14px;
}

.PublishDate {
    width: 90px;
}

.hoverEffectLeftNav {
    background-color: #6787bf;
    color: #ffffff;
}


#Established {
    color: #000000;
    display: inline-block;
    width: 170px;
}

#MemberSince {
    color: #000000;
}

#SRDS {
    color: #000000;
}


.menuhandlein {
    background-color: #00529e;
    color: #ffffff;
}

.sectiontitle {
    font-weight: bold;
    font-size: 16px;
}

.explHeading {
    font-size: 16px;
    color: #00529e;
}

.explInstructions {
    font-size: 12px;
    font-style: italic;
}

.icon-calendar {
    background: url("../ABCimages/calendar.gif") no-repeat;
    padding: 0px 0 0px 20px;
}

.ui-datepicker-trigger {
    border: none;
}

select .s-inactive {
    color: #D8D8D8
}

.cssAAMButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #127E74;
    -webkit-box-shadow: inset 0px 1px 0px 0px #127E74;
    box-shadow: inset 0px 1px 0px 0px #127E74;
    background-color: #127E74;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #127E74;
    display: inline;
    color: #ffffff;
    font-size: 15px;
    padding-top: 3px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 3px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #127E74;
    margin: 2px 0px 2px 0;
    font-weight: bold;
    cursor: pointer;
}

/*.cssBlueButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #00529e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #00529e;
    box-shadow: inset 0px 1px 0px 0px #00529e;
    background-color: #00529e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #00529e;
    display: inline;
    color: #ffffff;
    font-size: 15px;
    padding-top: 3px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 3px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #00529e;
    margin: 2px 0px 2px 0;
    font-weight: bold;
    cursor: pointer;
}*/
.cssBlueButtonSubmit {
    -moz-box-shadow: inset 0px 1px 0px 0px #00529e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #00529e;
    box-shadow: inset 0px 1px 0px 0px #00529e;
    background-color: #00529e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #00529e;
    display: inline;
    color: #ffffff;
    font-size: 15px;
    padding-top: 3px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 3px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #00529e;
    margin: 2px 0px 2px 0;
    font-weight: bold;
    cursor: pointer;
    
}

.cssBlueButton-sm {
    -moz-box-shadow: inset 0px 1px 0px 0px #00529e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #00529e;
    box-shadow: inset 0px 1px 0px 0px #00529e;
    background-color: #00529e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #00529e;
    display: inline;
    color: #ffffff;
    font-size: 11px;
    padding-top: 2px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 2px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #00529e;
    margin: 2px 0px 2px 0;
    font-weight: bold;
    cursor: pointer;
}

.cssGrayButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #D3D3D3;
    -webkit-box-shadow: inset 0px 1px 0px 0px #D3D3D3;
    box-shadow: inset 0px 1px 0px 0px #D3D3D3;
    background-color: #D3D3D3;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #D3D3D3;
    display: inline;
    color: #7e7e7e;
    font-size: 15px;
    padding-top: 3px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 3px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #D3D3D3;
    margin: 2px 0px 2px 0;
    font-weight: bold;
}


.controls label{
    font-weight:bold;
}

a.delete {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-indent: -999px;
    background-repeat: no-repeat;
    background-position: right center;
}

image{
  cursor: pointer;
}
