/* CSS k aplikacii "Konfigurator dveri" */

BODY, TABLE {
	color: black;
	font-family: tahoma, sans-serif;
	font-size: 10pt;
}

BODY {
	margin: 8px;
}

A {
	text-decoration: none;
	color: #993333;
}

A:hover {
	text-decoration: none;
	color: #FF3333;
}

.menu_unsel, .menu_unsel TD {
	color: #000000;
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding-left: 4px;
}

.menu_sel, .menu_sel TD {
	color: #ffffff;
	background-color: #444444;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	padding-left: 4px;
}

.menu_head, .menu_head TD {
	color: #ffffff;
	background-color: #990000;
	border-bottom: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	padding-left: 4px;
	font-weight: bold;
}

.menu_table {
	border-left: 1px solid #dddddd;
}

.menu_unsel A {
	color: #000000;
	text-decoration: none;
}

.menu_sel A {
	color: #ffffff;
	text-decoration: none;
}

.menu_unsel A:hover, .menu_sel A:hover {
	color: #bbbbbb;
	text-decoration: none;
}

H1 {
	color: #990000;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
}

INPUT, SELECT, TEXTAREA {
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #EEEEEE;
	font-family: tahoma;
	font-size: 9pt;
}

INPUT.button {
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: silver;
	font-weight: bold;
	margin-right: 4px;
}

INPUT.radio {
	border: 0px;
	background-color: white;
}

P {
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 8px;
	text-indent: 32px;
	text-align: justify;
}

P.simple {
	text-indent: 0px;
	margin-top: 0px;
}

.small {
	color: #666666;
	font-size: 8pt;
	text-align: justify;
	margin-top: 24px;
	margin-right: 4px;
}

.error {
	color: red;
	font-family: monospace;
	font-size: 8pt;
	text-align: left;
	text-indent: 0px;
}

.question {
	color: #990000;
	font-weight: bold;
}

TD.dezen {
	width: 120px;
	height: 80px;
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: bottom;
}

TD.kovanie {
	width: 80px;
	height: 120px;
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: bottom;
}

IMG.info {
	width: 50px;
	height: 70px;
	cursor: pointer;
}

IMG.lupa {
	width: 24px;
	height: 24px;
	display: none;
	cursor: pointer;
	margin-right: 4px;
	margin-bottom: 4px;
}

.fav TH {
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: silver;
}

.fav_riadok0 TD {
	padding-left: 4px;
	padding-right: 4px;
	background-color: #eeeeee;
	cursor: pointer;
}

.fav_riadok1 TD {
	padding-left: 4px;
	padding-right: 4px;
	background-color: white;
	cursor: pointer;
}

