html, body
{
    scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;	
}
body 
{
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-family: Verdana, Sans-Serif;	
}

#navBar {
	list-style: none;
	margin: 5px 0;
	padding: 0;	
	
}

#navBarExt {
	list-style:none;
	margin-left: 10px;
	padding:0;
}

#navBar a {
	text-decoration:none;
	padding:5px;
	width:145px;
	display:block;
	color:#537992;
	border-bottom:1px dashed #FC6;
}

#navBarExt a {
	text-decoration:none;
	padding:5px;
	display:block;
	color:#537992;
	border-bottom: 0;
}


#navBar a:hover 
{
	background: #DFF0F0;
	color: #666;
}

#noLine a 
{
	border-bottom:0;
}
.HTMLTextBox {
    background-color: #ededed;
    border-color:	black;
    border-style:	solid;
    border-width:	1px;
    color:		black;
    text-align:		left;
    font-family:	Arial;
    padding:		0px;
}

.HTMLTextBox_Head {
    background:			#0067E7;
    color:				#eaffd2;
    font-family:		Arial;
    margin:				1px;
    cursor:				default;
}
.btn
{
	border: 1px solid black;
	cursor: pointer;
}
.txt
{
	border: 1px solid black;
}

.header1
{
	font-size: x-large;
	text-align: right;
}
.header2
{
	font-size: large;
	font: bold;
}

.tb_data
{
	border-collapse: collapse;
	width: 100%;
}
.tb_data td
{	
	border: solid 1px #CCCCCC;
}
.td_head
{
	background-color: #87B8D6;
	font-weight: bold;
}
.td_value
{	
	font-weight: bold;
	background-color: #EEEEEE;
}
.td_attrib
{
	width: 200px;
	background-color: #EEEEEE;
}

/* Finanse */
.tb_payments
{
	border-collapse: collapse;
	width: 100%;
}
.tb_payments_head_tr
{
	background-color: #87B8D6;
	font-weight: bold;
}
.tb_payments_tr
{
	background-color: #EEEEEE;
	border: solid 1px #CCCCCC;
}

.error
{
	text-align: center;
	color: red;
}
.info
{
	text-align: center;
	color: green;
}

.contact
{
	font: bold;
}
