﻿
.accordionContent {
            background-color: White;
            border-color: -moz-use-text-color #2F4F4F #2F4F4F;
            border-right: 1px dashed #2F4F4F;
            border-style: none dashed dashed;
            border-width: medium 1px 1px;
            padding: 10px 5px 5px;
            
            
        }
.modalBackground
    {
        background-color:#3a3e3a;
        filter: alpha(opacity=90);
        opacity: 0.8;
    }
   
  .accordionContent:hover {
            background-color:#CCC;
            cursor:pointer; 
        }

   .input
        {
            
            padding-left: 3px;
            /*margin-right: 4px;
            margin-left: 15px;
            border: 1px solid #ccc;*/
            border-radius: 2px;
            box-shadow: 0px 0px 20px #000000;
            font-size: 14px;
            }
        .inputsmaller
        {
            font-size: 14px;
            padding: 5px;
            margin-top: 5px;
            margin-left: 18px;
            border: 1px solid #ccc;
            border-radius: 2px;
            box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f5f5;
            font-size: 14px;
            margin-right: 10px;
            margin-bottom: 10px;
            }

  .footer
        {
            
            background: #C0C0C0;
            padding-top: 10px;
            border-radius:4px 4px;
            width: 628px;
            height:30px;
    }


        .accordionHeaderSelected {
            background-image: url('../Images/ExpandS.jpg');
            background-repeat: no-repeat;
            background-position: right center;
            background:#1F628D;
            /*line-height: 33px;*/
            font-size: 19px;
            border: 1px solid White;
            padding: 3px 3px 3px 18px;
            margin-top: 5px;
            cursor: pointer;
            color: white;
        }
      

        
 
        .accordionHeader {
            background-image: url('/Images/Collapse.jpg');
            background-repeat: no-repeat;
            background-position: right center;
            border: 1px solid #CCC;
            border-radius:4px 4px;
            background:#1F628D;
            padding: 3px 3px 3px 18px;
            margin-top: 5px;
            cursor: pointer;
            font-size: 19px;
            color: White;
        }
         
        .contentpublic
        {
            
            background: rgba(190, 190, 190, .4);
            padding-top: 10px;
            width: 620px;
            margin-left: 130px;
            /*height: 58px;*/
}
         .labelheader
        {
            color:black;
            font-family: "Helvetica Neue", Helvetica;
               font-size: 14px;
            display: inline-block;
            margin-left: 400px;
            padding-top: 5px;
    margin-top: 1px;
}
          .labelbold
        {
            color:black;
            font-family: "Helvetica Neue", Helvetica;
               font-size: 14px;
            /*font-weight: bold;*/
            display: inline-block;
            margin-left: 18px;
            padding-top: 5px;
            margin-top: 1px;
}
        .label
        {
            text-align:justify;
            color:#0057a7; 
            font-family: "Helvetica Neue", Helvetica;
            /*font-size: 15px;*/
            /*display: inline-block;*/
            /*margin-left: 18px;*/
            padding-top: 5px;
            margin-top: 1px;
            font-weight: bold;
            
}
        .labeledit
        {
            color:black;
            font-family: "Helvetica Neue", Helvetica;
               font-size: 14px;
            display: inline-block;
            margin-left: 18px;
            padding-top: 5px;
            
        }

         .btn { display: inline-block; *display: inline; *zoom: 1; padding: 2px 3px 3px; margin-bottom: 4px;margin-left: 18px; font-size: 14px; line-height: 18px; color: #333333; text-align: center;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; background-color: #f5f5f5; background-image: linear-gradient(top, #ffffff, #e6e6e6); 
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6, GradientType=0);
    border: 1px solid #e6e6e6; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); cursor: pointer; *margin-left: 0em; }
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { background-color: #e6e6e6; }
.btn-large { padding:4px; font-size: 14px; line-height: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.btn:hover { color: #333333; text-decoration: none; background-color: #e6e6e6; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }
.btn-primary, .btn-primary:hover { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); color: #ffffff; }
.btn-primary.active { color: rgba(255, 255, 255, 0.75); }
.btn-primary { background-color: #4a77d4; background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4); background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4)); background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4); background-image: -o-linear-gradient(top, #6eb6de, #4a77d4); background-image: linear-gradient(top, #6eb6de, #4a77d4); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);  border: 1px solid #3762bc; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5); }
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { filter: none; background-color: #4a77d4; }
.btn-block { display:block;
    margin-top: 4px;
}

  .btnquick { display: inline-block; *display: inline; *zoom: 1; padding: 2px 3px 3px; margin-bottom: 0px;margin-left: 1px; font-size: 14px; line-height: 18px; color: #333333; text-align: center;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; background-color: #f5f5f5; background-image: linear-gradient(top, #ffffff, #e6e6e6); 
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6, GradientType=0);
    border: 1px solid #e6e6e6; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); cursor: pointer; *margin-left: 0em; }
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { background-color: #e6e6e6; }
.btn-large { padding:2px; font-size: 14px; line-height: normal; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.btn:hover { color: #333333; text-decoration: none; background-color: #e6e6e6; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }
.btn-primary, .btn-primary:hover { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); color: #ffffff; }
.btn-primary.active { color: rgba(255, 255, 255, 0.75); }
.btn-primary { background-color: #4a77d4; background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4); background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4)); background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4); background-image: -o-linear-gradient(top, #6eb6de, #4a77d4); background-image: linear-gradient(top, #6eb6de, #4a77d4); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);  border: 1px solid #3762bc; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5); }
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { filter: none; background-color: #4a77d4; }
.btn-block { display:block;
    margin-top: 0px;
}
    
      .TabStyle.ajax__tab_header
        {
            cursor: pointer;
            background-color: #1F628D;
            font-size: 16px;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
            height: 36px;
            border-bottom: 2px solid #bebebe;
            width:550px;
        }
      
        .TabStyle .ajax__tab_active .ajax__tab_tab
        {
            border: 2px solid;
            border-radius:4px;
            border-color: #bebebe #bebebe #e1e1e1 #bebebe;
            background-color: #e1e1e1;
            padding: 10px;
            border-bottom: none;
        }
        .TabStyle .ajax__tab_active .ajax__tab_tab:hover
        {
            border: 2px solid;
            border-radius:4px;
            border-color: #bebebe #bebebe #e1e1e1 #bebebe;
            background-color: #FFFFFF;
            padding: 10px;
            border-bottom: none;
        }
      
        .TabStyle .ajax__tab_tab
        {
            border: 2px solid;
            border-radius:4px;
            border-color: #e1e1e1 #e1e1e1 #bebebe #e1e1e1;
            background-color: #1F628D;
            color: #ffffff;
            cursor: pointer;
            text-decoration: none;
            padding: 10px;
        }
        .TabStyle .ajax__tab_tab:hover
        {
            border: 2px solid;
            border-radius:4px;
            border-color: #bebebe #bebebe #e1e1e1 #bebebe;
            background-color: #e1e1e1;
            color: #777777;
            cursor: pointer;
            text-decoration: none;
            padding: 10px;
            border-bottom: none;
        }
        .TabStyle .ajax__tab_active .ajax__tab_tab, .TabStyle .ajax__tab_tab, .TabStyle .ajax__tab_header .ajax__tab_tab
        {
            margin: 0px 0px 0px 0px;
        }
      
        .TabStyle .ajax__tab_body
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            border-top: 0;
            border-radius:6px;
            border: 3px solid #bebebe;
            border-top: 2px;
            padding: 5px;
            background-color:#FFFFFF;
            width:638px;
        }
    .quicksearch-wrapper {
       border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #aaa;
    background-color: #f6f6f6;
       background-image: linear-gradient(top, #f6f6f6, #eae8e8);
       -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
       border-radius: 10px;
       -webkit-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
       -moz-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
       box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
       overflow: hidden;
       padding: 1px;
    height: 39px;
    width: 201px;
}
/*.mytext{
text-align:justify;
color:black;
            font-family: "Helvetica Neue", Helvetica;
               font-size: 14px;
            display: inline-block;
            margin-left: 18px;
            padding-top: 5px;
            margin-top: 1px;
}*/
        

