﻿#progressBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#errorBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
    visibility: hidden;
}

#processMessage
{
    position: fixed;
    text-align: center;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 100px;
    height: 80px;
    z-index: 1001;
    background: #FFFFFF;
    border: 1px solid #0000AA;
}

#AlertDiv
{
    left: 35%;
    top: 35%;
    position: absolute;
    width: 400px;
    padding: 20px;
    border: #000000 1px solid;
    background-color: white;
    text-align: left;
    visibility: hidden;
    z-index: 1001;
}

#AlertButtons
{
    position: absolute;
    right: 5%;
    bottom: 5%;
}

/* Modal popup */
.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 10px;
    width: 700px;
}

.modalPopupHandle
{
    height: 20px;
    line-height: 20px; /*cursor: move;*/
    background-image: url(images/scale.gif);
    background-repeat: no-repeat;
    border: solid 1px Gray;
    color: #626F77;
    font-weight: bold;
    text-align: center;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.hooverPopup
{
    background-color: #ffffdd;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 240px;
    height: 180px;
}


.watermarked
{
    background-color: #E5EEF3;
    color: gray;
}

.watermarked_search
{
     background: #28166F;
     color: #ffffff;
}

/* Rating */
.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(Images/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(Images/SavedStar.png);
}


/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
    background-color: #F0F8FF;
    color: windowtext;
    padding: 1px;
}

/*Popup Control*/
.popupControl
{
    background-color: white;
    position: absolute;
    visibility: hidden;
}

