/**
* Styles for the proweb best practice code
*/

/******************************************************************************
This covers page behind when the popup div is shown (makes non-editable)
******************************************************************************/
div.proweb_cover
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	/*width: 100%;
	height: 100%;*/
	background: #333333;
	filter:alpha(Opacity=75);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

/******************************************************************************
The message that tells the user that the database is being searched
******************************************************************************/
div.wait_message
{
	/*left:10%;
	top:20%;*/
	border: 1px solid #000;
	padding: 2em;
	position: absolute;
	background-color: #C6E2FF;
}

/******************************************************************************
Control for the right hand details box (and left when required)
******************************************************************************/
div.proweb_details
{
	position: relative;
	float: right;
	left: 0;
	top: 10;
	width:220px;
	/*border: 1px solid #AAAAB8;*/
	padding: 1em;
}

div.proweb_details h5{
	margin-top:0;
}

div.proweb_details table{
	margin-bottom:15px;
	font-weight:normal;
}

div.proweb_details_left
{
	position: relative;
	float: left;
	left: 0;
	top: 10;
	width:220px;
	padding: 1em;
}

/* Settings for all labels in the right div */
div.proweb_details_left label,
div.proweb_details label
{
	font-weight: normal;
	width: 80px;
	float: left;
}
label.qas_rightdetails
{
	width: 53px !important;
}

/******************************************************************************
Control for the pop-up divs when the address is unsure
******************************************************************************/
div.proweb_popup
{
	/*left:10%;
	top:20%;*/
	border: 1px solid #000;
	padding: 1em;
	width: 700px;
	height: 330px;
	position:absolute;
	background-color: white;
	overflow: auto;
	z-index:100;
}

div.proweb_popup dt{
	margin:0;
	font-weight:normal;
}

/* dd tag is used as a holder for the dt results - This is the Display all potential matches section */
div.proweb_popup dd
{
	border: 1px solid;
	border-color: #FFFFFF;
}

/* A special class to display the postcode as a non-linkable field by results*/
div.proweb_popup label.qas_postcode
{
	position: absolute;
	left: 370px;
	width: 80px;
}

div.proweb_popup dt.qas_range
{
	padding: 0.5em 0em 0em 0em;

}

/* dd tag is used as a holder for the dt results
/* A special class to display the postcode as a non-linkable field by results*/
div.proweb_popup label.qas_postcode
{
	left: 370px;
	width: 80px;
}

/******************************************************************************
Properties shared between the pop-up or in-page div elements
******************************************************************************/
/* Format for the messages that appear at the top of the div box */
div.proweb_popup dt.qas_message
{
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding: 1em;
	background-color:#f2f2f2;
	margin-bottom:10px;
}

/* Any link that appears on the page should be a dt of this class */
div.proweb_popup dt.qas_link
{
	/*text-align: justify;*/
	text-decoration: underline;
	color: #3333CC;
	padding: 0.5em 0em 0em 0em;
	cursor: pointer;
}
div.proweb_popup a.qas_link{
	font-weight:normal;
	text-decoration: underline;
	color: #3333CC;
	padding: 0.5em 0em 0em 0em;
}

/* DT class for the titel of a widget where required */
div.proweb_popup dt.qas_title
{
	font-size: 13px;
	padding: 15px 10px 10px 0px;
}

div.proweb_popup .qas_acceptbutton{
	margin-left:5px;
}

