body
{
	font-family:Arial;
	font-size:11px;
}

td
{
	font-family:Arial;
	font-size:11px;
}

H1
{
	color:#000000;
	margin:0px 0px 0px 0px;
	font-size:16px;
}

H3
{
	color:#990000;
	margin:0px 0px 0px 0px;
	font-size:12px;
}

a:link
{
	font-family:Arial;
	font-size:11px;
	color:#990000;
	text-decoration:none;
}

a:visited
{
	font-family:Arial;
	font-size:11px;
	color:#990000;
	text-decoration:none;
}

a:hover
{
	font-family:Arial;
	font-size:11px;
	color:#990000;
	text-decoration:underline;
}


/*************************************
DIVIDER
**************************************/
.deviderColumn
{
	background-image: url(../images/utils/left_navigation_bg.gif);
	background-repeat: repeat-y;
	width:1px;
	padding:0px 0px 0px 0px;
}

/*************************************
LEFT MENU
**************************************/
.leftNavColumn
{
	width:160px;
	padding:0px 3px 0px 10px;
	vertical-align:top;
}

/*************************************
FIELD SEPARATOR
**************************************/
.fieldSeparator
{
	padding:5px 5px 5px 5px;
	margin:8px 8px 8px 8px;
}
/*************************************
TOOLBAR
**************************************/
.Toolbar
{
	background-image:url(../Images/toolbar.gif);
	padding-left:3px;
	background-repeat:repeat-x;
	color:#000000;
	height:26px;
}

.ToolbarLink
{
	background-color:Transparent;
	padding: 2px 2px 2px 2px;
	cursor:default;
	border:solid 0px #507AAF;
	height:20px;
}

.ToolbarLinkHover
{
	background-color:#a9c6e1;
	padding: 1px 1px 1px 1px;
	cursor:default;
	border: solid 1px #507AAF;
	height:20px;
}

/*************************************
SMALL LINKS
**************************************/
a.small:link
{
	font-family:verdana;
	font-size:10px;
	color:#990000;
	text-decoration:none;
}

a.small:visited
{
	font-family:verdana;
	font-size:10px;
	color:#990000;
	text-decoration:none;
}

a.small:hover
{
	font-family:verdana;
	font-size:10px;
	color:#990000;
	text-decoration:underline;
}
/*************************************
DIVIDER
**************************************/
.HorizontalDividerColumn
{
	background-image: url(../images/utils/linija_tackasta_horizontal.gif);
	background-repeat: repeat-x;
	height:1px;
	padding:0px 0px 0px 0px;
}
/*************************************
TAB ITEMS
**************************************/
.tabItems
{
	cursor:hand;
}
/*************************************
BODY POPUP Background
**************************************/
.popupBody
{
	background-image: url(../images/aqua_bg.gif);
}
/*************************************
INPUT TEXT
**************************************/
.inputText
{
	height:21px;
}
