/* Default CSS Stylesheet for a new Web Application project */

BODY {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

TD {
	/*font-size: 11px;*/
}

TH {
	/*font-size: 11px;*/
}

A {
	color: #000000;
	text-decoration: none;
}

	A:hover {
	}

	A.Selected {
		color: #000000;
		text-decoration: none;
		padding: 4px;
		cursor: default;
	}

		A.Selected:hover {
			color: #000000;
			text-decoration: none;
		}

		A.Selected:visited {
			color: #000000;
		}

Span.Item {
	padding: 1px;
}

.Button {
	font-size: 11px;
	color: #000000;
	cursor: hand;
	border: solid 1px #808080;
	background: url(/gfx/button_back.gif) center;
	padding: 4px;
}

TD.TopMenu {
	color: white;
	padding-right: 15px;
}

#Nadpis h1, .Nadpis h1 {
	font-size: 20px;
    font-weight: 600;
	padding: 2px 10px 0 0;
	margin: 0;
}

#Popis, .Popis {
	color: #444;
	margin-bottom: 10px;
}

.EditName {
	vertical-align: top;
	padding-top: 6px;
}

.tree td div {
	height: 20px !important;
}

a.treebtn {
	height: 16px !important;
	display: inline-block;
}

	a.treebtn:hover {
	}

a.SelectedItem {
	padding: 0 1px 0 1px !important;
}

	a.SelectedItem:hover {
		padding: 0 1px 0 1px !important;
		background: none;
		cursor: pointer;
	}


	.dxp-num .dxp-current {
	padding: 10px;
}