﻿body {
    text-align:center;
    width:100%;
}

body div {
    font-weight:bold;
}


* {
    font-family:Arial;
    font-size:11.3px;
}

.ui-dialog-titlebar-close {
  visibility: hidden;
}

.labelFont {
    float:left;
    width:160px;
    margin-left:10px;
    font-weight:bold;
}

.lblReminder {
	font-weight:bold;
	font-size:12px;
	color:red;
}

.lblInfo {
    padding-bottom:50px;
}

.labelFontLong {
    float:left;
    width:200px;
    margin-left:10px;
    font-weight:bold;
}

.labelFontSmall {
    float:left;
    width:120px;
    margin-left:10px;
    font-weight:bold;
}

.labelFontSearch {
    float:left;
    width:90px;
    font-weight:bold;
}

.inlineImageOffSet {
    position:relative;
    top:80px;
    left:-30px;
}

.inlineImageOffSetRight {
    position:relative;
    top:-25px;
    left:200px;
}

#ctl00_ContentPlaceHolder1_imgLogo {
    height:20px;
    width:80px;
}

#ctl00_ContentPlaceHolder1_ddlPartType:focus {
    background-color:#ffff99;
    color:#29446c;
    font-weight:bold;
}

.reportHeaderFont {
    font-size:6px;
    font-weight:bold;    
}

.uploadTrigger {
    visibility:hidden;
}

.divUnauthorized img {
   float:left;
}

.divInline {
    display:inline;
}

.divGoodPartUpdate {
    float:right;
    width:287px;
}

.divDefPartUpdate {
    float:left;
    width:287px;
}

.divUnauthorized p {
    font-size:16px;
    font-weight:bold;
    color:Red;
    float:left;
    margin:auto;
    padding-top:13px;
}

.pImage {
    border:solid 1px black;
    background-color:#dfdede;
    background:-moz-linear-gradient(top,  #dfdede 0%, #c7c5c5 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdede), color-stop(100%,#c7c5c5));
    background:-webkit-linear-gradient(top,  #dfdede 0%,#c7c5c5 100%);
    background:-o-linear-gradient(top, #dfdede 0%,#c7c5c5 100%);
    background:-ms-linear-gradient(top, #dfdede 0%,#c7c5c5 100%);
    background:linear-gradient(top,  #dfdede 0%,#c7c5c5 100%);
	border-radius:5px;
    margin:0px;
    display:inline;
    padding-top:10px;
    padding-right:10px;
}

.pInline {
    display:inline;
    padding-bottom:2px;
    margin:0px;
    float:left;
    clear:right;
}

.NewsFont {
    color:#29446c;
    font-size:14px;
    font-weight:normal;
}

.txtDateGridEff {
    width:80px;
}

.txtDateGridExp {
    width:80px;
}

.aImg {
    text-decoration:none;
    color:Black;
    position:relative;
    top:5px;
    /*text-shadow:1px 1px 0 rgba(0,0,0, 0.4); */
}

.aImg img {
    border:none;
    position:relative;
    top:2px;
    width:20px;
    height:20px;
}

.aImg span {
    position:relative;
    top:-5px;
}

.aImgDisabled {
    text-decoration:none;
    color:Black;
    position:relative;
    top:5px;
    opacity:0.6;
}

.aImgDisabled img {
    border:none;
    position:relative;
    top:2px;
    width:20px;
    height:20px;
}

.aImgDisabled span {
    position:relative;
    top:-5px;
}


.pImgSnapShotEdit {
    width:300px;
}

.pImgSnapShotSelect {
    width:200px;
}


.lblAdd {
    border-style:none;
    border-width:0px;
    margin-bottom:28px;
    resize:none;
}

.txtRem {
    border-style:none;
    border-width:0px;
    resize:none;
    height:30px;
    width:230px;
}

.lblAddEdit {
    border-style:none;
    border-width:0px;
    resize:none;
    padding-bottom:8px;
}

.lblAddGrid {
    border-style:none;
    border-width:0px;
    resize:none;
}

.cbFont {
    float:left;
    width:150px;
    margin-left:10px;
    font-weight:bold;
}

.sliderHeadFont {
    margin-left:25px;
}

.fieldFont {
    width:180px;
}

.fieldFont:focus {
    width:180px;
    background-color:#ffff99;
    color:#29446c;
    font-weight:bold;
}

.fieldFontSmall {
    width:125px;
}

.fieldFontSmall:focus {
    width:125px;
    background-color:#ffff99;
    color:#29446c;
    font-weight:bold;
}

.fieldFontLong {
    width:250px;
}

.fieldFontLong:focus {
    width:250px;
    background-color:#ffff99;
    color:#29446c;
    font-weight:bold;
}
.headerFont {
    font-size:20px;
    padding-left:30px;
    font-weight:normal;
    text-shadow:1px 1px 0 rgba(0,0,0, 0.5);
}

.gridFieldFont {
    width:130px;
}

.gridFieldFont:focus {
    width:130px;
    background-color:#ffff99;
    color:#29446c;
    font-weight:bold;
}

#divGridScroll {
    overflow:scroll;
    padding-top:10px; 
    height:350px;
}

.errorFont {
    color:Red;
    display:inline-block;
}

.smallFont {
    font-size:8px;
}

.multiLineFont {
    resize:none;
    width:180px;
    height:50px;
}

.multiLineFont:focus {
    resize:none;
    width:180px;
    height:50px;
    background-color:#ffff99;
    color:#29446c;
    font-weight:bold;
}

.listFont {
    width:180px;
}

.confirmationFont {
    width:180px;
    color:#29446c;
}

.notificationFont {
    color:Green;
    margin-left:20px;
}

.numberFont {
    width:70px;
    text-align:right;
}


.pPicSearch {
    float:left;
    margin-top:-10px;
    margin-right:20px;
}


.pSectionHead {
    margin-top:0px;
    margin-bottom:0px;
    /*background-image: url('Images/sectionhead.jpg');
    background-repeat:repeat-x;*/
    background:#3e698c;
    background:-moz-linear-gradient(top,  #3e698c 0%, #30576e 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e698c), color-stop(100%,#30576e));
    background:-webkit-linear-gradient(top,  #3e698c 0%,#30576e 100%);
    background:-o-linear-gradient(top, #3e698c 0%,#30576e 100%);
    background:-ms-linear-gradient(top, #3e698c 0%,#30576e 100%);
    background:linear-gradient(top,  #3e698c 0%,#30576e 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e698c', endColorstr='#30576e',GradientType=0 );    
    height:15px;
    width:200px;
    padding-top:5px;
    padding-bottom:5px;
}

.pSectionHeadLabel {
    color:White;
    font-size:12px;
    margin-left:15px;
}

.pNoMargin {
    margin:auto;
}

.pWithBorder { 
    padding:20px;
    border:solid 1px #dfdede;
    margin:auto;
    margin-bottom:5px;
}

.divMapReport:hover .pFigures {
    display:block;
}

#divFigure {
    position:absolute;
    top:458px;
    left:857px;
}

#divParameters {
    border: 4px outset #29446c;
    position:absolute;
    top:246px;
    left:1148px;
    width:auto;
}

.divWrapper {
    width:1200px;
    display:inline-block;
    text-align:left;
    border:solid 1px #dfdede;
}

.divCbGrid {
    width:80px;
}

.divNotificationItem {
    width:95.2%
}

.divWithBorder {
    border: 1px solid #dfdede;
    padding: 10px;
    margin-bottom:5px;
}

.divWithBorderAlternate {
    border: 1px solid #dfdede;
    padding: 10px;
    margin-bottom:5px;
    background-color:#F7F6F3;
}

.divWithBorderClear {
    border:solid 1px #dfdede;
}

.divWithBorderClearSmall {
    border:solid 1px #dfdede;
    height:150px;
}

.divWithBorderClearLarge {
    border:solid 1px #dfdede;
    height:370px;
}

.divWithBorderTop {
    border:solid 1px #dfdede;
    padding-left:5px;
}

.divLogout {
    padding-top:10px;
}

.divSubmit {
    padding:20px;
    border:solid 1px #dfdede;
    text-align:center;
}

.divUser {
    float:left;
    text-align:left;
}

.divFooter {
    width:1180px;
    display:inline-block;
    text-align:right;
    border:solid 1px #dfdede;
    padding:10px;
    margin-top:5px;
}

#divBack {
    border: 3px outset #29446c;
    width:1000px;
}


#divWebAcctAccount {
    display:inline-block;
    width:99.5%;
}

.divSubmitInline {
    display:inline-block;
}


.divRight {
    float:right;
    width:240px;
}

.divLeft {
    float:left;
    width:200px;
}

.divFloatingLeft {
    width:600px;
    float:left;
}

.divFloatingRight {
    width:600px;
    float:right;
}

.divHomeLeft {
    width:50%;
    float:left;
}

.divHomeRight {
    width:50%;
    float:right;
}

#divUpdateProfile {
    height:690px;
}

#divUserProfile {
    height:700px;
}

.hiddenText {
    visibility:hidden;
}


.captionFont {
    font-size:12px;
    font-weight:bold;
    color:#29446c;
}

.captionFontSmall {
    font-size:9px;
}

.lblStore {
    font-weight:bold;
    color:#42a4eb;
}

.returnLblFont {
    color:#29446c;
}

.buttons {
    width:150px;
    margin-left:10px;
    margin-right:10px;
}
 
.ddlFont {
    width:185px;
}

.ddlFont:focus {
    width:185px;
    background-color:#ffff99;
    color:#29446c;
    font-weight:bold;
}

.ddlFontSmall {
    width:150px;
}

.ddlFontSmall:focus {
    width:150px;
    background-color:#ffff99;
    color:#29446c;
    font-weight:bold;
}

.ddlFontLong {
    width:300px;
}

.ddlFontLong:focus {
    width:300px;
    background-color:#ffff99;
    color:#29446c;
    font-weight:bold;
}

.welcomeFont {
    color:#29446c;
    margin-left:10px;
}


/*grid Style*/

.gridFooter {
    background-color:#5D7B9D;
    font-weight:bold;
    color:White;
}                

.gridHeader {
    background-color:#5D7B9D;
    font-weight:bold;
    color:White;
    text-align:center;
}

.gridPager  {
    background-color:White;
    color:#000066;
    text-align:left;
}                     

.gridRow {
    background-color:#F7F6F3;
    color:#333333;
}

.gridAlternatingRow {
    background-color:White;
    color:#284775;
}

.gridSelectedRow {
    background-color:#E2DED6;
    font-weight:bold;
    color:#333333;
}

.gridEditRow {
     background-color:#999999;
     color:ThreeDHighlight;
     font-weight:bold;
}

.gridSortedAscending  {
    color:#F1F1F1;
}

.gridSortedAscendingHeader {
    background-color:#007DBB;
}

.gridSortedDescendingCell {
    background-color:#CAC9C9;
}

.gridSortedDescendingHeader {
     background-color:#00547E;
}



/*AutoComplete flyout */
.autocomplete_completionListElement {
    border: 2px inset #ffff99;
    list-style-type : none;
    /*margin-bottom:-20px;*/
    background:#3e698c;
    background:-moz-linear-gradient(top,  #3e698c 0%, #30576e 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e698c), color-stop(100%,#30576e));
    background:-webkit-linear-gradient(top,  #3e698c 0%,#30576e 100%);
    background:-o-linear-gradient(top, #3e698c 0%,#30576e 100%);
    background:-ms-linear-gradient(top, #3e698c 0%,#30576e 100%);
    background:linear-gradient(top,  #3e698c 0%,#30576e 100%);
    color:green;
    font-weight:bold;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    margin-left:-38px;
    background-color:#ffff99;
    color:#29446c;
}

/* AutoComplete item */
.autocomplete_listItem {
    margin-left:-38px;
    color:#dfdede;
}

/*mail template*/

.divMail {
    text-align:left;
}

.labelInfo {
    font-weight:bold;
}

.divGridEditBtn {
    width:80px;
}

.divGridEditTxt {
    width:170px;
}

.divRequests {
    overflow-y:scroll;
    max-height:500px;
    max-width:400px;
}