﻿

/*  AutoCompleteExtender start*/


    .listMain
        {
            background-repeat: repeat-x;
            background-color: #FFFFFF;
            z-index: 1000;
            width: 80%;
            max-height: 310px;
            text-align: inherit;
            text-indent: -1;
            list-style: none;
            overflow-y: scroll;
            scrollbar-arrow-color: #B89020;
            scrollbar-base-color: #8E6E1C;
            scrollbar-face-color: #B6C5D4;
            scrollbar-3dlight-color: #8E6E1C;
            scrollbar-highlight-color: #EED47D;
            scrollbar-shadow-color: #959595;
            scrollbar-darkshadow-color: #00337E;
            margin-left: 0px;
            border-bottom: 1px solid #B5C6D4;
            border-left: 1px solid #B5C6D4;
            margin-top: 0px;
        }
        .wordWheel .itemsMain
        {
            background: none;
            border-collapse: collapse;
            color: #00337E;
            white-space: nowrap;
            text-align: inherit left;
        }
        .wordWheel .itemsSelected
        {
            background-repeat: repeat-x;
            background-color: #EED47D;
            color: red;
            border-top: 1px solid #FFF8E8;
            border-left: 1px solid #FFF8E8;
            border-bottom: 1px solid #00337E;
            border-right: 1px solid #00337E;
        }



/*  AutoCompleteExtender end*/


/*  rating start*/


.Star {
    background-image: url(../../common/Star.gif);
    height: 17px;
    width: 17px;
}
.WaitingStar {
    background-image: url(../../common/WaitingStar.gif);
    height: 17px;
    width: 17px;
}
.FilledStar {
    background-image: url(../../common/FilledStar.gif);
    height: 17px;
    width: 17px;
}
 /*  rating end*/
  /*  popup start*/       
        
         .modalBackground1
        {
            background-color: Black;
            filter: alpha(opacity=60);
            opacity: 0.6;
        }
        .modalPopup
        {
            background-color: #FFFFFF;
            width: 700px;
            height: 300px;
            border: 3px solid #0DA9D0;
            border-radius: 12px;
            padding: 0;
        }
        .modalPopup .header
        {
            background-color: #2FBDF1;
            height: 30px;
            color: White;
            line-height: 30px;
            text-align: center;
            font-weight: bold;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
        }
        .modalPopup .body
        {
            min-height: 50px;
            line-height: 30px;
            text-align: center;
            font-weight: bold;
        }
        .modalPopup .footer
        {
            padding: 6px;
        }
        .modalPopup .yes, .modalPopup .no
        {
            height: 23px;
            color: White;
            line-height: 23px;
            text-align: center;
            font-weight: bold;
            cursor: pointer;
            border-radius: 4px;
        }
        .modalPopup .yes
        {
            background-color: #2FBDF1;
            border: 1px solid #0DA9D0;
        }
        .modalPopup .no
        {
            background-color: #9F9F9F;
            border: 1px solid #5C5C5C;
        }
        
    /*  popup end*/         

.txtbox {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #FBF9F8;
    border: 1px solid #C8C8C8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 5px;
    width: 265px;
    height:35px;
}

.txtbox:focus {
    -webkit-box-shadow: 0 0 2px #ED1C24 inset;
    -moz-box-shadow: 0 0 2px #ed1c24 inset;
    -ms-box-shadow: 0 0 2px #ed1c24 inset;
    -o-box-shadow: 0 0 2px #ed1c24 inset;
    box-shadow: 0 0 2px #008FCF inset;
    background-color: #FFF;
    border: 1px solid #008FCF;
    outline: none;
}
/* Heading textbox effect */
.headingtextbox
{
  font-size:large; background-color:#0083C1;padding:4px; margin-bottom:5px; color:#F4F8FA; height:50px;
}