﻿

.DexterBackButtonArea
{
	margin-bottom: 1em;
}

.DextergreyButton
{
	background-image: url(       "/Templates/Public/Images/Buttons/btn_grey.png" );
	background-position: 50% 50%;
	border: 0.1em solid #9b9b9b;
	background-color: #9b9b9b;
	color: White;
	font-weight: bold;
	cursor: pointer;
}
.SwitchLinkLookingButton
{
	display: block;
	margin-top: -2.5em;
	float: left;
	margin-right: 1em;
	background: none;
	border: none;
	text-decoration: underline;
	text-align: left;
	font-size: 1em;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.DexterLinkLookingButton
{
	/*float: right;*/
	background: none;
	border: none;
	text-decoration: underline;
	text-align: left;
	font-size: 1em;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-family: Arial;
	width: 100%; /*width: 20em;*/
}
.AvdelningLabel
{
	display: block;
	text-decoration: underline;
	text-align: left;
	font-size: 1em;
	padding: 0;
	margin: 0.4em 0 0 0;
	cursor: pointer;
	font-family: Arial;
}
/***************************/
/*    SELECTIONS           */
/***************************/
.DexterDropDownDiv
{
	float: left;
	margin-right: 0.7em;
	margin-bottom: 0.7em;
}
.DexterChoiceLabel
{
	display: block;
	font-weight: bold;
	margin-top: 0.7em;
}

.CheckBoxList
{
    border-top: 0.1em solid #dddddd;
}
.CheckBoxListTable
{
	margin-top: 0;
}
.CheckBoxListTable td
{
	padding-left: 0;
}
.CheckBoxListFlow Label
{
	display: inline-block;
	padding-right: 0.7em;
}
.DexterCheckBoxDiv
{
	clear: both;
	margin-bottom: 0.7em;
}
.DexterShowButton
{
	display: block;
	float: none;
	clear: both;
}

.DexterSearchButton
{
	float: none;
}

/***************************/
/*    GRID VIEW            */
/***************************/
.dexterGridView
{
	width: 100%;
	
	margin-top: 10px;
}

.showOnMapLink
{
	
}
.DexterMapIcon
{
	vertical-align: middle;
	margin-right:0.5em;
}

.dexterGridView table
{
	border: none;
}
.dexterGridView tbody tr th
{
	background-image: none;
	background-color: White;
	width: auto;
	vertical-align: top;
}

.dexterGridView tbody tr td
{
	/*float: left;*/
	background-image: none;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	vertical-align: top;
}
.AltRowStyle
{
	background-color: White;
}
.RowStyle
{
	background-color: #e8e8e8;
}

.MapIframe
{
	overflow: hidden;
	width: 100%;
	height: 220px;
}

.OuterIframeDiv
{
	width: 18.3em;
	height: 18.3em;
	overflow: hidden;
	position: relative;
	margin-bottom:0.5em;
}

.SmallMapFrame
{
	position: absolute;
	top: -520px;
	left: -615px;
	width: 1280px;
	height: 1200px;
}

.Header
{
	text-align: left;
}
.Image
{
	margin-top: 0.2em;
	height: 6.3em;
}
/***************************/
/*   RIGHT REGION          */
/***************************/

.KontaktAvdAreaBorder
{
	border: #fff3ce 0.1em solid;
	width: auto;
	background-color: #fff3ce;
	margin-bottom: 1.67em;
}
.KontaktAvdArea
{
	background-color: #fff3ce;
	background-image: url(     "/DexterIntegration/Images/yellow_shade.png" );
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0 0.8em 1.07em 1.07em;
	width: 18.67em;
	border: 0.1em solid white;
}
.nowrap
{
	white-space: nowrap;
}
/***************************/
/*   MIDDLE REGION          */
/***************************/
.DexterTopImageArea
{
	text-align: center;
}

.commonStatistics
{
	margin-bottom: 3em;
}

.searchResultEmpty
{
	color: Red;
}

.highlight 
{ 
	background-color: yellow;
}

.searchResultRow.clickable
{
	cursor: pointer;
}

.searchResultRow.clickable:hover
{
	text-decoration: underline;
}
