﻿
/*******************************START NSA*******************************************************************/


/************Toolbar buttons****************/
.toolbarOkbtn {
    cursor: pointer;
    width: 90px;
    height: 28px !important;
    padding-top: 0px !important;
    padding-bottom: 5px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    background-color: #393938;
    border: 0;
    color: white;
    font-family: myriad-pro;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none !important;
}

.toolbarCancelbtn {
    width: 90px;
    height: 28px !important;
    padding-top: 0px !important;
    padding-bottom: 5px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    /*background: #617798;*/
    background-color: #c5c6c6;
    border: 0;
    cursor: pointer;
    color: #6f6f6e;
    font-family: myriad-pro;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none !important;
    margin-right: -4px;
}



/* STYLE OF FORM INPUTS */

input[type="text"], input[type="password"], textarea {
    background-color: #ffffff;
    font-family: myriad-pro;
    font-weight: 500;
    font-size: 14px;
    color: #444444;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 4px;
    padding-top: 1px;
    border: 1px solid #bbbbbb;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 2px 2px 0px #eeeeee;
    -moz-box-shadow: 2px 2px 0px #eeeeee;
    box-shadow: 2px 2px 0px #eeeeee;
}

.styled-select select {
    background: transparent;
    font-family: myriad-pro;
    font-weight: 500;
    font-size: 14px;
    color: #444444;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-top: 0px;
    border: 0px solid #ffffff;
}

.styled-select option {
    padding-left: 12px;
}

.styled-select {
    overflow: hidden;
    border: 1px solid #bbbbbb;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 2px 2px 0px #eeeeee;
    -moz-box-shadow: 2px 2px 0px #eeeeee;
    box-shadow: 2px 2px 0px #eeeeee;
    background: url('/static/images/formfield_select_arrow.png') no-repeat right 9px;
}


/* WIDTHS OF FORM INPUTS */

input[type="text"] {
    width: 230px;
}

input[type="password"] {
    width: 230px;
}

textarea {
    width: 230px;
    resize: none;
    overflow: auto;
    padding-top: 3px;
}

.styled-select select {
    width: 300px;
}

.styled-select {
    width: 248px;
}




/* HACKS OF FORM INPUTS FOR IE */

input[type="text"], input[type="password"], textarea {
    padding-top: 2px\0/;
    padding-left: 10px\0/;
    width: 229px\0/;
}

.styled-select select {
    padding-top: 1px\0/;
    padding-left: 8px\0/;
}




/* HACKS OF FORM INPUTS FOR CHROME */

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type="text"], input[type="password"], textarea {
        padding-top: 2px;
        padding-left: 10px;
        width: 229px;
    }

    .styled-select select {
        margin-top: 1px;
        padding-bottom: 1px;
        padding-left: 6px;
        padding-right: 6px;
    }
}






/* BUTTONS LARGE */

.darkbtn, .lightbtn, .cancelbtn {
    cursor: pointer;
    font-family: myriad-pro;
    font-weight: 500;
    font-size: 16px;
    border: 0px;
    padding-bottom: 5px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0px;
    margin-left: 0px;
    text-decoration: none;
}

.darkbtn {
    background-color: #777777;
    color: #dddddd;
}

.lightbtn {
    background-color: #bbbbbb;
    color: #444444;
}

.cancelbtn {
    background-color: #999999;
    color: #dddddd;
}

/* HACKS OF BUTTONS FOR IE */

.darkbtn, .lightbtn, .cancelbtn {
    padding-bottom: 7px\0/;
    padding-top: 4px\0/;
    padding-left: 13px\0/;
    padding-right: 13px\0/;
}

/* HACKS OF BUTTONS FOR CHROME */

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .darkbtn, .lightbtn, .cancelbtn {
        padding-bottom: 7px;
        padding-top: 4px;
        padding-left: 13px;
        padding-right: 13px;
    }
}

/* BUTTON SMALL */

.smallbtn {
    background-color: #777777;
    color: #dddddd;
    cursor: pointer;
    font-family: myriad-pro;
    font-weight: 500;
    font-size: 14px;
    border: 0px;
    padding-bottom: 3px;
    padding-top: 0px;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 0px;
    margin-left: 0px;
    text-decoration: none;
}

/* HACKS OF BUTTON SMALL FOR IE */

.smallbtn {
    padding-bottom: 4px\0/;
    padding-top: 2px\0/;
    padding-left: 10px\0/;
    padding-right: 10px\0/;
}

/* HACKS OF BUTTON SMALL FOR CHROME */

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .smallbtn {
        padding-bottom: 4px;
        padding-top: 2px;
        padding-left: 9px;
        padding-right: 9px;
    }
}

/* BUTTON SMALL CODEACTIVITY */

.smallbtncodeactivity {
    background-color: #777777;
    color: #dddddd;
    cursor: pointer;
    font-family: myriad-pro;
    font-weight: 500;
    font-size: 14px;
    border: 0px;
    padding-bottom: 3px;
    padding-top: 0px;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 0px;
    margin-left: 0px;
    text-decoration: none;
    margin-top:3px;
}

/* HACKS OF BUTTON SMALL CODEACTIVITY FOR IE */

.smallbtncodeactivity {
    padding-bottom: 4px\0/;
    padding-top: 2px\0/;
    padding-left: 10px\0/;
    padding-right: 10px\0/;
    margin-top:2px\0/;
}

/* HACKS OF BUTTON SMALL CODEACTIVITY FOR CHROME */

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .smallbtncodeactivity {
        padding-bottom: 4px;
        padding-top: 2px;
        padding-left: 9px;
        padding-right: 9px;
        margin-top:3px;
    }
}

/* BUTTON SMALL SEARCHRESULTUSER-VIEW*/

.smallbtnviewuserfromsearch {
    background-color: #777777;
    color: #dddddd;
    cursor: pointer;
    font-family: myriad-pro;
    font-weight: 500;
    font-size: 14px;
    border: 0px;
    padding-bottom: 9px;
    padding-top: 6px;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 0px;
    margin-left: 0px;
    text-decoration: none;
}

/* HACKS OF BUTTON SMALL SEARCHRESULTUSER-VIEW FOR IE */

.smallbtnviewuserfromsearch {
    padding-bottom: 10px\0/;
    padding-top: 8px\0/;
    padding-left: 10px\0/;
    padding-right: 10px\0/;
}

/* HACKS OF BUTTON SMALL SEARCHRESULTUSER-VIEW FOR CHROME */

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .smallbtnviewuserfromsearch {
        padding-bottom: 10px;
        padding-top: 8px;
        padding-left: 9px;
        padding-right: 9px;
    }
}


/* BUTTONS "SMALL for A HREF EQUIVALENT" */

.smallbtnahref {
    background-color: #777777;
    color: #dddddd;
    cursor: pointer;
    font-family: myriad-pro;
    font-weight: 500;
    font-size: 14px;
    border: 0px;
    padding-bottom: 4px;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0px;
    margin-left: 0px;
    text-decoration: none;
}

/* HACKS OF BUTTONS "SMALL for A HREF EQUIVALENT" */

.smallbtnahref {
    padding-bottom: 4px\0/;
    padding-top: 2px\0/;
    padding-left: 10px\0/;
    padding-right: 10px\0/;
}

/* HACKS OF "SMALL for A HREF EQUIVALENT" */

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .smallbtnahref {
        padding-bottom: 4px;
        padding-top: 2px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

/**************** button states *********************/

.darkbtn:hover, .darkbtn:focus, .smallbtn:hover, .smallbtn:focus, .smallbtnahref:hover, .smallbtnahref:focus {
background-color:#666666;    
}

.darkbtn:active, .smallbtn:active, .smallbtnahref:active {
background-color:#444444;    
}

.cancelbtn:hover, .cancelbtn:focus {
background-color:#888888;    
}

.cancelbtn:active {
background-color:#777777;    
}

.lightbtn:hover, .lightbtn:focus {
background-color:#aaaaaa;    
}

.lightbtn:active {
background-color:#888888;    
}


/****************Inline Sucess or Failure Messages*********************/


.Msg {
    font-family:myriad-pro;
    font-weight:500;
    font-size:12px;
    color:#ffffff;
    height: 21px;
    line-height: 18.5px;
    padding-left: 11px;
    padding-top:0px;
    float: left;
    width: 96%;
}

/* HACKS FOR CHROME */

@media screen and (-webkit-min-device-pixel-ratio:0) {

.Msg {
    padding-top:1px;
}

}

/* /HACKS FOR CHROME */

.closeMsg {
    float: right;
    width: 2%;
    color: white;
    opacity: 1.0;
     cursor:pointer;
     margin-right:-2.6px;
}

/************************/


.helpimage {
    cursor:help;
}

.helptooltip {
}



