﻿.collapsePanel
{
	width: 100%;
	height: 10px;
	background-color: #507CD1;
	overflow:hidden;
}

.collapsePanelHeader
{
	width: 100%;
	height: 10px;
	color: White;
	background-color: #507CD1;
	font-weight: bold;
	padding:5px;
	cursor:pointer;
	vertical-align:middle;
}

.autocomplete_completionListElement
{
	visibility:hidden;
	margin:0px!important;
	background-color:inherit;
	color:WindowText;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor:'default';
	overflow:auto;
	height:20px;
	text-align:left;
	list-style-type:none; 
}

.autocomplete_highlightedListItem
{
	background-color: Window;
	color: black;
	padding: 1px;
}

.autocomplete_listItem
{
	background-color:Window;
	color:WindowText;
	padding:1px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

.modalPopup {
	background-color:#B5C4DD;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}

/* 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(FilledStar.png);

}

.emptyRatingStar {
    background-image: url(EmptyStar.png);
}

.savedRatingStar {
    background-image: url(SavedStar.png);
}

