﻿.WizardStepBar
{
	width: 918px;
	height: 60px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	margin-bottom:10px;
	background-repeat: repeat-x;
	background-image: url( '/images/step-banner-back.gif' );
	border-bottom:solid 1px #C0C0C0;
}
.StepArrows
{
	width:400px;
	height:14px;
	vertical-align:middle;
	text-align:right;
	padding-left: 15px;
	padding-right: 15px;
	float:right;
}
.WizardStepBar a:hover
{
	text-decoration: none;
}
.WizardStepNormal
{
	font-size:12px;
	text-decoration:none;
	color: black;
	display:block;
	width:50px;
	text-align:center;
	border-bottom:solid 1px gray;
	margin:0;
	float:left;
}
.WizardStepSelected
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	width: 50px;
	height: 14px;
	text-align: center;
	margin: 0;
	float: left;
	background: url( '/images/step-back.gif' );
}
.DataTypeButton
{
	cursor: pointer;
}
.DataTypeButton a
{
	text-decoration: none;
}
.DataTypeButton a:hover
{
	color: #CC3300;
}

.WizardStepContent
{
	width: 948px;
	margin-bottom:15px;
	float:left;
}

.WizardStepMinHeight
{
	height:350px;
    float:right;
    width:1px;
}
div.clear
{
	clear:both;
    height:1px;
    overflow:hidden;
}
/*Step 1*/
/*CollapsiblePanel*/
.Step1MenuTitle
{
	color: #FFFFFF;
	width: 170px;
	background-repeat: repeat-x;
	background-image: url( '/images/menu-title-back.gif' );
	height:25px;
	padding-left:10px;
}
div.collapsePanelDataTypes
{
	border: 1px dashed #CCCCCC;
	width: 648px;
}

.collapsePanelHeaderDataTypes {
	height:20px;
	font-weight:bold;
	width:640px;
	cursor: pointer; 
	padding-top:5px;
	vertical-align: middle;
}
.ExportCheckBox
{
	font-size:10px;
	display:inline-block;
	padding-left:8px;
}
.ExportLabel
{
	font-size:10px;
	font-weight:bold;
}
.GroupedHeader
{
	padding-bottom: 3px;
	font-family: Tahoma;
	background-image: url( '../../../images/datatype_background.gif' );
	background-repeat: repeat-x;
	height:45px;
	width:650px;
}
.ExportTo
{
	width:580px;
	padding-left:10px;
}
/*End of Step 1*/

/*Step 2*/
.Step2MapSearchContainer
{
	float:left;
}
.Step2MapSearchMenu
{
	float: left; 
	font-size: 10px; 
	width: 185px;
	margin-right:10px;
	padding-left:10px;
	padding-top:15px;
    height:525px;
    border-right:1px solid #C0C0C0;
}
.LabelStepTitle
{
	clear: both;
	float: left;
	padding-top: 5px;
	color: #CC3300;
}
.LabelStepTitleDescribe
{
	clear: both;
	float: left;
	padding-top: 3px;
	color: #CC3300;
}
.LiteralSearchResultHeader
{
	 margin-bottom: 5px; 
	 margin-top: 5px; 
	 height: 40px; 
	 font-size:10px; 
	 color:#dc3300
 }
 .PanelKatastralniUzemiSearch
 {
 	margin-left:7px;
 }
 a.SearchResult
 {
 	font-size:10px;
 	cursor:pointer;
 }
/*End of Step2*/

.StepContent
{
	width: 946px; 
	text-align: center;
}
.RBListMapType
{
	display:inline;
	float:left;
}
.Scale
{
	float:right;
	padding-top:4px;
}
.ScaleAndMapTypeStep3
{
	top: 25px;
	left: 1px;
	width: 690px;
	padding-right:10px;
	z-index: 1000;
	position: relative;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
	height: 20px;
}

.ScaleAndMapTypeStep3Down
{
	top: -25px;
	left: 1px;
	width: 680px;
	z-index: 1000;
	position: relative;
	background-color: #E6E6E6;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	padding-left:20px;
	height: 20px;
}
.ScaleAndMapTypeStep2
{
	top: 30px;
	left: 230px;
	width: 440px;
	z-index: 1000;
	position: relative;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
	height: 20px;
}
.MapButtons
{
	font-size:10px;
}
.OrderFinalDiv
{
	margin:50px;
	width:600px;
	text-align:center;
}


