/********************************************** Styles ***************************************************/

.PopupFrocen
{
	background-color: #444444;
	z-index: 1000;
}

.PopupWindow
{
	z-index: 1001;
	/*border: 1px solid #00498D;*/
}

.PopupWindowTitle
{
	background-color: #00498D;
	padding-left: 10px;
	color: White;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
}

.PopupWindowContent
{
	background-color: #ffffff;
	padding: 10px;
	color: black;
}

.PrintContainer
{
	position:relative;
	width:100%;
	height:100%;
	overflow:auto;
}

.PrintContent
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:0;
	width:97%;
}

.PrintLock
{
	position:absolute;
	top:0;
	bottom:0;
	left:110;
	right:0;
	z-index:10;
}

.clear
{
	clear:both;
}

.ScrollBoxContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	border: solid 1px black;
}
.ScrollBox
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
}

/********************************************** /Styles ***************************************************/

/********************************************** Modules ***************************************************/
#modules .title
{
	margin-top:20px;
	font-weight:bold;
	margin-bottom:20px;
	color:Black;
}

#modules .item
{
	clear:both;
}

#modules .item .gpx
{
	width:40px;
	float:left;
}

#modules .item .gpx img
{
	border:0;
}

#modules .columns2 .item
{
	width:250px;
	float:left;
	clear:none;
	padding-right:20px;
}

#modules .columns2 .item .count
{
	float:right;
	padding-left:5px;
}

/********************************************** Modules:ToursCounter ***************************************************/

#modules.toursCounter .header
{
	margin-top:20px;
	margin-bottom:20px;
}

/********************************************** Modules:ToursFilter ***************************************************/

#modules.toursFilter 
{
	margin-top:20px;
}

/********************************************** Modules:ToursItems ***************************************************/

#modules.toursItems .header
{
	margin-top:20px;
	margin-bottom:20px;
}
