﻿@import url('res/css/style_v1.1.css');

a.flexBtn
{
	background: url(res/graphics/flexBtn.gif) 0% 50% no-repeat;
	text-transform: uppercase;
	height: 20px;
	color: #ffffff;
	padding: 0;
	float: left;
	display: block;
	clear: both;
}

a.flexBtn:link, a.flexBtn:visited, a.flexBtn:hover, a.flexBtn:active
{
	text-decoration: none;
	color: #ffffff;
}


/* ****************** RatingStar Start ****************** */
.ratingStarBig
{
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.ratingStarBig .ratingItem
{
	font-size: 0pt;
	width: 29px;
	height: 29px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-repeat: no-repeat;
	cursor: pointer;
}
.ratingStarBig .Filled
{
	background-image: url(res/graphics/star-blue-filled.jpg);
}
.ratingStarBig .Empty
{
	background-image: url(res/graphics/star-blue-empty.jpg);
}
.ratingStarBig .Saved
{
	background-image: url(res/graphics/star-blue-saved.jpg);
}
/* ****************** RatingStar End ****************** */

.CompletionListCssClass
{
	color: #666666;
	z-index: 100;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	min-width: 300px;
	border: 1px solid #666666;
}
.CompletionListHighlightedItemCssClass
{
	line-height: 20px;
	color: #ffffff;
	padding: 0 0 0 2px;
	background-color: #666666;
	cursor: pointer;
	cursor: hand;
}
.CompletionListItemCssClass
{
	border-bottom: 1px solid #e1e1e1;
	line-height: 20px;
}

.tbWaterMark
{
	font-size:12px;
	color:#a1a1a1;
	font-family:Arial;
}