﻿.KarttricketLead
{
	font-size: 0.9em;
	font-weight: bold;
}


/* MAP VIEWER CONTROL */
.objectPopup
{
	font-family: Verdana, Tahoma, Helvetica;
	border: solid 2px  blue;
	background-color:  White;
	padding: 8px;
/*	background-image:url(../images/Close.gif);
	background-position:right top;
	background-repeat:no-repeat;
*/
}

.objectTitle
{
	font-size: 110%;
	color: Black;
	margin-bottom: 4px;
}

.objectBread
{
	color: #333333;
	margin-left: 8px;
	margin-bottom: 4px;
	font-style: italic;
}

.objectText
{
	color: #333333;
	margin-left: 8px;
	margin-bottom: 4px;
}

.objectLink
{
}

.objectFile
{
}

/* END MapViewer CSS */


/* Kartdialog-prylar */

.MapDialog
{
	top: 20px;
	width:50%;
	left:25%;
	border: solid 1px black; 
	border-bottom: solid 2px black;
	padding: 12px;
	position: relative;
	background-color: #ffffff;
}



/* TOOLS CONTROL */
.toolsDiv
{
	float: left;
	text-align: left;
	width: 40px;
}
.iconDiv
{
	width: 30px;
	height: 30px;
	background-color: White;
	cursor: pointer;
	text-align: right;
	border: solid 1px #e8e8e8;
}
.iconDivHover
{
	width: 34px;
	height: 30px;
	background-color: White;
	cursor: pointer;
	text-align: right;
	border: solid 1px #e8e8e8;
	border-right: solid 3px #ee7f00;
}



/* TABS CONTROL */
.tabsContainer
{
	float: left;
	clear: both;
}
.tabClientArea
{
	height: 75px;
	background-color: White;
	border: solid 1px #e8e8e6;
	border-top: solid 1px white;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
}
.tabSelected
{
	font-size: 110%;
	vertical-align: baseline;
	text-align: center;
    background-color: White;
    color: Black;
    border-left: solid 1px #e8e8e6;
    border-right: solid 1px #e8e8e6;
    border-bottom: solid 3px #bed89d;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 7px;
    text-decoration: none;
    cursor: default;
}
.tabUnSelected
{
	font-size: 110%;
	vertical-align: baseline;
	text-align: center;
    background-color: White;
    color: Black;
    border-left: solid 1px #e8e8e6;
    border-right: solid 1px #e8e8e6;
    border-bottom: solid 1px #e8e8e6;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    cursor: pointer;
}
.tabUnSelectedHover
{
	font-size: 110%;
	vertical-align: baseline;
	text-align: center;
    background-color: White;
    color: Black;
    border-left: solid 1px #e8e8e6;
    border-right: solid 1px #e8e8e6;
    border-bottom: solid 3px #bed89d;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 7px;
    text-decoration: none;
    cursor: pointer;
}

