body {
	margin: 0px;
	padding: 0px;
}
.calendar {
	z-index: 200;
}
.wrapper {
	width: 700px;
	height: 500px;
}
.wrapper .title {
	margin: 10px 10px 0 10px;
	padding: 3px;
	border-bottom: 1px solid #cfc9c9;
}

.wrapper .tabs {
	margin: 15px 10px 0 10px;
	height: 22px;
	background-image: url(gfx/tabs_bg.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.wrapper .tabs a {
	text-decoration: none;
	cursor: pointer;
}

.wrapper .tabset_content {
	margin: 0 10px 0 10px;
	height: 400px;
	border-left: 1px solid #cfc9c9;
	border-bottom: 1px solid #cfc9c9;
	border-right: 1px solid #cfc9c9;
	background-image: url(gfx/content_bg.gif);
	background-repeat: repeat-x;
	background-color: #fcfbfb;
}
.wrapper .tabset_content .content {
	margin: 15px 0 10px 0;
	height: 350px;
	border-bottom: 1px solid #cfc9c9;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.wrapper .tabset_content .content h2 {
	display: block;
	border-bottom: solid 1px #cfc9c9;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 3px 5px;
	margin: 0 0 8px 0;
}
.wrapper .tabset_content .content p {
	margin-top: 0px;
	padding-top: 0px;
}
.wrapper .tabset_content .content ol {
	margin-top: 0px;
	padding-top: 0px;
}
.wrapper .tabset_content .content .add_inf {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.wrapper .tabset_content .content .banks {
	width: 300px;
}
.wrapper .tabset_content .content .acceptment {
	width: 300px;
}
.wrapper .tabset_content .content table {
	width: 100%;
}
.wrapper .tabset_content .content th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
	width: 40%;
}
.wrapper .tabset_content .content td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	padding-right: 3px;
}
.wrapper .tabset_content .content td.time {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 2px;
}
.wrapper .tabset_content .content td .people {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 2px;
	text-align: center;
	width: 22px;
	font-weight: normal;
}
.date {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.select {
	width: 50px;
}
.contact {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 150px;
}
.wrapper .tabset_content .content td .calicon {
	margin: 0 4px  0 4px;
}
.wrapper .tabset_content .content .small_roompic {
	margin: 0px 5px 6px 10px;
}
.wrapper .tabset_content .content .hinnakiri {
	border: solid 1px #cccccc;
	float: left;
	width: 240px;
	height: 68px;
	margin-top: 0px;
}
.wrapper .tabset_content .content .hinnakiri th {
	font-weight: bold;;
	background-color: #cccccc;
	color: #333333;
	font-size: 10px;
	width: 80px;
	text-align: center;
}
.wrapper .tabset_content .content .hinnakiri td {
	font-weight: normal;
	background-color: #efefef;
	color: #333333;
	text-align: center;
}
.wrapper .tabset_content .actions {
	height: 25px;
	text-align: center;
}
.wrapper .tabset_content .actions .btn1 {
	height: 23px;
	float: left;
	background-image: url(gfx/btn_begin.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin: 0 1px 0 1px;
}
.wrapper .tabset_content .actions .btn1 .btn2 {
	height: 19px;
	float: left;
	background-image: url(gfx/btn_end.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	clear: both;
}
.wrapper .tabset_content .actions .btn1 .btn2 a {
	color: #ffffff;
	text-decoration: none;
}
.wrapper .tabset_content .actions .btn1 .btn2 a:hover {
	text-decoration: underline;
}
ul.tabset_tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	z-index: 2;
	white-space: nowrap;
	overflow: hidden;
}
ul.tabset_tabs li	{
	display: inline;
}
/* ESIMENE AKTIIVNE */
ul.tabset_tabs li.firstchild a.active div.tab1 {
	float: left;
	padding-left: 10px;
	background-image: url(gfx/tab_act_begin.gif);
	background-repeat: no-repeat;
	height: 22px;
	overflow: hidden;
}
ul.tabset_tabs li.firstchild a.active div.tab1 div.tab2 {
	background-image: url(gfx/tab_act_end.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 4px 13px 0 0;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	font-weight: bold;
	overflow: hidden;
	float: left;
}
ul.tabset_tabs li.firstchild a {
	color: #666666;
}
ul.tabset_tabs li.firstchild a:hover {
	color: #333333;
	text-decoration: underline;
}

/* KSIK DEAKTIIVNE PRAST AKTIIVSET*/
ul.tabset_tabs li a.postActive div.tab1 {
	float: left;
	padding-left: 10px;
	background-image: url(gfx/tab_deact_begin.gif);
	background-repeat: no-repeat;
	height: 22px;
	overflow: hidden;
}
ul.tabset_tabs li a.postActive div.tab1 div.tab2 {
	background-image: url(gfx/tab_deact_end.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 4px 13px 0 0;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	overflow: hidden;
	float: left;
}
ul.tabset_tabs li a {
	color: #666666;
}
ul.tabset_tabs li a:hover {
	text-decoration: underline;
}

/*LEJNUD DEAKTIIVSED PRAST AKTIIVSET*/
ul.tabset_tabs li a div.tab1 {
	float: left;
	padding-left: 10px;
	background-image: url(gfx/tab_deact_begin.gif);
	background-repeat: no-repeat;
	height: 22px;
	overflow: hidden;
}
ul.tabset_tabs li a div.tab1 div.tab2 {
	background-image: url(gfx/tab_deact_end.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 4px 13px 0 0;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	overflow: hidden;
	float: left;
}
ul.tabset_tabs li a {
	color: #666666;
}
ul.tabset_tabs li a:hover {
	text-decoration: underline;
}

/*LEJNUD AKTIIVSED*/
ul.tabset_tabs li a.active div.tab1 {
	float: left;
	padding-left: 10px;
	background-image: url(gfx/tab_act_begin.gif);
	background-repeat: no-repeat;
	height: 22px;
	overflow: hidden;
}
ul.tabset_tabs li a.active div.tab1 div.tab2 {
	background-image: url(gfx/tab_act_end.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 4px 13px 0 0;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	overflow: hidden;
	float: left;
}
ul.tabset_tabs li a {
	color: #666666;
}
ul.tabset_tabs li a {
	text-decoration: underline;
}

.tabset_content	{
	background-color: white;
	position: relative;
	z-index: 1;
	padding: 0.5em 1em;
	display: none
}
.tabset_content_active {
	display: block
}
@media aural{
	.tabset_content,
	.tabset_label	{ display:block }
}
.approvement {
	padding-top: 190px;
}
.approvement h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.approvement h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

