﻿body 
{
}

.GridNaziv
{
	cursor:pointer;
	white-space: pre-wrap; /* css-3 */
	white-space: pre-line;
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	resizable: false;	
}

.gridPagerLinksStyle
{
	text-decoration:underline;
	color:Red;
	font-size:9pt;
}




#dhtmltooltip{
position: absolute;
font-family: verdana;
font-size: 8pt;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: White;
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;
}
