﻿* {margin:0; padding:0}
#thumbwrapper {margin-top:10px; padding:5px 0; width:470px; height:100px; border:5px solid #b11116; background:#b11116}
#thumbarea {position:relative; overflow:hidden; height:100px; width:470px; }
#thumbs {position:absolute; list-style:none; margin-left:0px; margin-right:0px; height:100px; width:10000px; border-right:5px solid #b11116}
#thumbs li {float:left; margin-right:5px; cursor:pointer}

.header1 {
	color:#b11116;
	font-family:Tahoma;
	font-weight:bold;
	font-size:9pt;
	padding:2px;
}

.standard{
	color:black;
	font-family:Tahoma;
	font-weight:normal;
	font-size:8pt;
	text-align:left;
	padding:2px;
}

.center{
	color:black;
	font-family:Tahoma;
	font-weight:normal;
	font-size:8pt;
	text-align:center;
	width:auto;
	padding:2px;
}

.table_td{
	color:black;
	font-family:Tahoma;
	font-weight:normal;
	font-size:7pt;
	text-align:center;
	background-color:#b9b9b9;
	padding:2px;
}

.table_td_center{
	color:black;
	font-family:Tahoma;
	font-weight:normal;
	font-size:7pt;
	text-align:center;
	width:auto;
	padding:2px;
}

.table_td_left{
	color:black;
	font-family:Tahoma;
	font-weight:normal;
	font-size:8pt;
	text-align:left;
	background-color:#b9b9b9;
	height:15px;
	padding:2px;
}

.input{
	background-color:#ffe4e1;
	border-style:solid;
	border-width:1px;
	border-color:#b11116;
	font-family:Tahoma;
	font-weight:normal;
	font-size:8pt;
	text-align:left;
	padding:2px;
}

.input_center{
	background-color:#ffe4e1;
	border-style:solid;
	border-width:1px;
	border-color:#b11116;
	font-family:Tahoma;
	font-weight:normal;
	font-size:7pt;
	text-align:center;
	cursor:pointer;
	padding:2px;
}

.button{
	background-color:White;
	border-style:none;
	border-color:White;
	font-family:Tahoma;
	font-weight:bold;
	font-size:9pt;
	text-align:right;
	cursor:pointer;
	padding:2px;
}

.input_td{
	background-color:#ffe4e1;
	border-style:solid;
	border-width:1px;
	border-color:#b11116;
	font-family:Tahoma;
	font-weight:normal;
	font-size:7pt;
	color:#ffe4e1;
	text-align:center;
	vertical-align:middle;
	width:100%;
	height:100%;
	padding:2px;
}

.input_td_textbox{
	background-color:Transparent;
	border-style:hidden;
	border-width:0px;
	font-family:Tahoma;
	font-weight:normal;
	font-size:7pt;
	color:Black;
	text-align:center;
	vertical-align:middle;
	padding:2px;
}

/*Popup Control*/
.popupControl{
	background-color:Transparent;
	position:absolute;
	visibility:hidden;
	cursor:pointer;
	
}

.ListControl
{
	background-color:White;
	border-style:solid;
	border-color:#b11116;
	border-width:2px;
	font-family:Tahoma;
	font-weight:normal;
	font-size:7pt;
	text-align:left;
}

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	height:0;
	width:100%;
}

.collapsePanelHeader{
	height:20px;
	cursor:pointer;
}

/*tab menu*/
#nav2
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 24px;
	width: 480px;
	z-index: 5;
	margin: 0 0 0 0;
	padding: 2px 0px 0px 0px;
	background: transparent;
}

#mnu2
{
	margin: 0;
	padding: 0;	
	height: 24px;
	background:white;
}

#mnu2 li , #mnu2 li.active  
{
	list-style: none;
	float: left;
	margin: 0;
	white-space: nowrap;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	width: 238px;
}

#mnu2 li
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	background: LightGrey;
}


#mnu2 li.active
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	position: relative;
	background: transparent;
}

#mnu2 a, #mnu2 a.active
{
	display: block;
	text-decoration: none;
	color: #b11116;
	background: transparent;
}


#mnu2 a.active
{
	font-weight: bold;
	color: #b11116;
}

.button_menu{
	background-color:White;
	border-style:none;
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	cursor:pointer;
	padding:2px;
}

.button_sel {
	background-image:url(.\\img\\tlacitko_sel.gif);
	background-color:transparent;
	border-style:none;
	color:Black;
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	cursor:pointer;
	width:220px;
	height:12px;
	padding:8px;
}
.button {
	background-image:url(.\\img\\tlacitko.gif);
	background-color:transparent;
	border-style:none;
	color:Black;
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	cursor:pointer;
	width:222px;
	height:12px;
	padding:8px;
}


