﻿
/* AutoComplete */

.autocomplete
{
    margin: 0;
    background: window;
    color: windowtext;
    border: buttonshadow 1px solid;
}

.autocomplete .item
{
    margin: 0;
    padding: 1px 2px;
    background: none;
}

.autocomplete .item-highlighted
{
    margin: 0;
    padding: 1px 2px;
    background: highlight;
    color: highlighttext;
}

/* Callout */

.validatorCalloutHighlight
{
    background: wheat;
}

/* ContextMenu */

.ContextMenuPanel
{
    border: 1px solid #868686;
    z-index: 1000;
    background: url(Images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
    cursor: default;
    padding: 1px 1px 0px 1px;
    font-size: 12px;
    line-height: 140%;
    visibility: hidden;
}

.ContextMenuPanel hr
{
    margin: 1px 1px 1px 32px;
    padding: 0;
    display: block;
    border-top: 1px solid #C5C5C5;
}

.ContextMenuPanel a
{
    margin: 1px 0 1px 0;
    display: block;
    color: #003399 !important;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 19px 4px 33px;
    white-space: nowrap;
}

.ContextMenuPanel a:hover
{
    background-color: #FFE6A0;
    color: #003399 !important;
    border: 1px solid #D2B47A;
    padding: 3px 18px 3px 32px;
}

.ContextMenuTarget
{
    display: block;
    padding: 2px 4px;
    margin: -2px -4px;
    width: 100%;
    line-height: 140%;
}

/* ControlMenu */

#controlmenu
{
    background: url(Images/controlmenu.jpg) no-repeat right top #666465;
    float: left;
    width: 100%;
    display: none;
    padding: 20px 0;
}

#controlmenu table
{
    margin: 0 auto;
}

#controlmenu ul
{
    float: left;
}

#controlmenu li
{
    float: left;
    margin-left: 20px;
    white-space: nowrap;
}

#controlmenu a
{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

#controlmenu ul ul
{
    float: none;
}

#controlmenu ul ul li
{
    float: none;
    margin-left: 0;
}

#controlmenu ul ul a
{
    font-size: 12px;
    color: #c0c0c0;
    margin-bottom: 0;
    display: inline;
    line-height: 24px;
}

#controlmenu ul ul a:hover
{
    color: #fff;
    text-decoration: underline;
}

#controlmenuhandle
{
    background: url(Images/controlmenuhandle.png) no-repeat 0 -2px;
    position: absolute;
    right: 40px;
    z-index: 1;
    width: 132px;
    height: 28px;
    display: none;
}

/* PasswordStrength */

.PasswordStrength-Poor
{
    background: red;
    padding: 6px 12px;
}

.PasswordStrength-Weak
{
    background: orange;
    padding: 6px 12px;
}

.PasswordStrength-Avarge
{
    background: yellow;
    padding: 6px 12px;
}

.PasswordStrength-Strong
{
    background: aqua;
    padding: 6px 12px;
}

.PasswordStrength-Excellent
{
    background: green;
    padding: 6px 12px;
}

/* 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);
}

/* Spinner */

.spinner
{
    position: fixed;
    height: 15px;
    width: 128px;
    right: 5%;
    top: 20px;
    background: url(Images/ajax-loader.gif);
    display: none;
}

/* Watermark */

.watermarked
{
    color: Gray;
    font-style: italic;
}

.BottomScript
{
    display: none;
}


