﻿.windowBackGround
{
	position:			absolute; 
	padding:			1em; 
	width:				700px; 
	height:				400px; 
	background-color:	#ffffff; 
	z-index:			50; 
	opacity:			0.85; 
	-moz-opacity:		0.85;
	overflow:			auto;
	visibility:			hidden;
}

.windowContent
{
	 position:			absolute; 
	 margin-left:		100px; 
	 margin-top:		50px; 
	 padding-left:		1em; 
	 padding-right:		1em;
	 width:				500px; 
	 height:			275px; 
	 background-color:	#ffffff; 
	 z-index:			100; 
	 overflow:			auto; 
	 border:			solid 1px #666666;
	 visibility:		hidden;
}

.controlRoundTextBorderImageLeft
{
	float:				left;
	background-image:	url('/_images/Site/SearchBoxLeft.png');
	width:				11px;
	height:				33px;
}

.controlRoundTextBorderImageRight
{
	float:				left;
	background-image:	url('/_images/Site/SearchBoxRight.png');
	width:				13px;
	height:				33px;	
}

.controlRoundDropDownBorderImageLeft
{
	float:				left;
	background-image:	url('/_images/Site/SearchBoxLeft.png');
	width:				11px;
	height:				33px;
}

.controlRoundDropDownBorderImageRight
{
	float:				left;
	background-image:	url('/_images/Site/DropDownRight.png');
	width:				25px;
	height:				33px;	
}

.controlRoundTextBorder
{
	float:			left;
	border-top:		solid 1px #999999;
	border-bottom:	solid 1px #999999;	
	height:			31px;
	width:			195px;

}

.controlRoundTextInput
{
	font-size:		17px;
	color:			#666666;
	height:			23px;
	border:			0;
	margin-top:		3px;
	position:		absolute;
	#margin-top:	4px;
}

.controlRoundTextInputAuto
{
	font-size:		1.1em;
	color:			#666666;
	height:			23px;
	border:			0;
	margin-top:		3px;
	position:		absolute;
	#margin-top:	4px;
}

.controlRoundTextResults
{
	border:			solid 1px #999999;
	display:		none;
	margin-top:		31px;
	background-color: #ffffff;
	padding-left:	0.1em;
	padding-top:	0.1em;
	padding-right:	0.1em;
	padding-bottom:	0.1em;
	z-index:		100;
	position:		relative;	
	width:			16.5em;
}

.controlRoundTextResult
{
	border-bottom:	solid 1px #aaaaaa;
	margin-top:		0.1em;
	margin-bottom:	0.1em;
	padding-bottom: 0.1em;
}


.controlRoundDropDownLink
{
	text-decoration:	none;

}

.controlRoundDropDownLink:hover
{
	text-decoration:	none;

}

.controlRoundDropdownContent
{
	font-size:			1.1em;
	color:				#666666;	
	margin-top:			6px;
	margin-right:		1em;
	width:				9em;
}

.controlRoundDropDownResults
{
	position:		absolute;
	display:		none;
	z-index:		100;
	margin-top:		32px;
	margin-left:	10px;
	#margin-left:	-28em;
	padding:		0.1em;
	background-color:	#ffffff;
	border:			solid 1px #999999;
	width:			8.8em;
}

.controlRoundDropDownResultsDivider
{
	width:			100%;
	height:			1px;
	background-color: #333333;
	margin-top:		0.2em;
	margin-bottom:	0.2em;
}

.ratingControlBack
{
	width:				139px;
	height:				30px;
	background-image:	url(/_images/site/RatingControlBack.png);
	padding-left:		3px;
	float:				left;
	clear:				right;
}

.ratingControlIcon
{
	width:				21px;
	height:				20px;
	background:			url(/_images/site/RatingControlStarNormal.png);	
	float:				left;
	margin-top:			0.2em;
	margin-left:		0.2em;
	margin-right:		0.2em;
}

.roundLargeTextBoxMain
{
	border-left:		solid 1px #999999;
	border-right:		solid 1px #999999;
	width:				348px;
	padding-left:		10px;
	padding-right:		10px;
	#margin-top:		-4px;
}

.roundLargeTextBoxArea
{
	border:				0px;
	font-size:			1em;
	font-family:		arial;
	color:				#666666;
	overflow:			auto;
	width:				350px;
}

.dateDropDown
{
	cursor:				hand;
}
