/* Hack za hor scroll */
html {
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-face-color:#d8d8d8;
	scrollbar-highlight-color:#d8d8d8;
	scrollbar-3dlight-color:#f4f4f4;
	scrollbar-darkshadow-color:#e8e8e8;
	scrollbar-shadow-color:#f4f4f4;
	scrollbar-arrow-color:#082ca6;
	scrollbar-track-color:#e8e8e8;
} 

body {
	margin:0px 0 0 0;
	height:100%;
	background-color: #A6A6A7;
}

table {
	border-collapse: collapse;
	width: 530px;
	height: 100%;
	border-top: 0;
	border-left: 0;
	border-right: 1px dashed #d2d2d2;
	border-bottom: 0;
	background-color: White;
}

td {
	border-style: none;
	padding: 5px 5px 5px 5px;
	spacing: 0 0 0 0;
}

td.vdots {
	background-image: url(../img/vert_dots.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-attachment: scroll;
}

li.H4	{
	font-family: "verdana", "sans-serif";
	font-size: 11pt;
	color: #747474;
}
P	{font-family: "Verdana", "sans-serif";}



P.H1 {
	font-style: none;
	font-weight: bold;
	font-size: 13pt;
	color: #3C3C3E;
}

P.H2 {
	font-style: none;
	font-weight: bold;
	font-size: 10pt;
	color: #3C3C3E;
}

P.H3 {
	font-weight: bold;
	font-size: 12pt;
	color: #6b6b6b;
}

P.H4 {
	font-weight: bold;
	font-size: 10pt;
	color: #7c7c7c;
}

P.H5 {
	font-style: none;
	font-weight: normal;
	font-size: 9pt;
	color: #666666;
}

P.H6 {
	font-weight: normal;
	font-size: 0.7em;
	color: #3C3C3E;
}

P.H7 {
	font-weight: normal;
	font-size: 0.6em;
	color: #a6a6a7;
}

P.H8 {
	font-weight: bold;
	font-size: 0.6em;
	color: #959595;
}

P.H9 {
	font-weight: bold;
	font-size: 11pt;
	color: #6b6b6b;
}

A:link, A:visited {
	font-family: "Verdana", "Arial", "Helvetica";
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	text-decoration: none;
	font-weight: bold;
}
.L1 {
	color: #6b6b6b;
}
A.L2:link, A.L2:visited {
	text-decoration: none;
	font-size: 9pt;
	border-bottom: 1px solid #3c3c3e;
	color: #5f5f5f;
}
A.L2:hover {
	border-bottom: 1px solid #d2d2d2;
}
A.L3:link, A.L3:visited {
	text-decoration: none;
	font-size: 8pt;
	border-bottom: 1px solid #3c3c3e;
	color: #5f5f5f;
}
A.L3:hover {
	border-bottom: 1px solid #d2d2d2;
}
#dhtmltooltip{
font-family: verdana,sans-serif;
color: #666666;
font-weight: bold;
font-size: 7pt;
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 4px;
background-color: #d2d2d2;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
