/* Default CSS Stylesheet for a new Web Application project */

BODY
{
}

/* */
.ErrorText
{
	color: red;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20pt;
}

.ErrorMsg
{
	color: Red;
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 12pt;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.NormalSmall
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
}

.NormalBold
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.NormalControl
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}

.NormalCheckBox
{
	margin-left: -4px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.NormalRadio
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-indent: -5px;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.Naslov
{
	font-weight: normal;
	font-size: x-large;
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
}

.nodecimals
{
    font-weight:normal;
    color:Red;
    text-decoration:underline;
}

.NaslovManji
{
	font-weight: normal;
	font-size: large;
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
	padding-top: 2px;
}

.DGListHead
{
	background-color: lightgray;
	color: black;
	font-family: Verdana,Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	padding-left: 5px;
}

DGListHead:hover
{
	color: Blue;
}

.DGListItem
{
	background-color: White;
	border-bottom: gray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 2px;
}

.DGListItemAlt
{
	background-color: White;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: Verdana,Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 2px;
}

.DGListItemSelect
{
	background-color: red;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: Verdana,Tahoma, Helvetica, sans-serif;
	font-size: x-small;
}


.MenuItem
{
	font-family: Verdana,Tahoma, Helvetica, sans-serif;
	font-size: x-small;
}

.LinkButtons, .LinkButtons:link, .LinkButtons:visited
{
	font-family: Verdana,Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	line-height: 12px;
}

.LinkButtons:hover
{
	color: red;
}

/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	color: blue;
	font-size: 12px;
	font-weight: bold;
	line-height: 18pt;
	padding-bottom: 4pt;
}

A.SiteLink:hover
{
	color: Red;
}

A:link
{
	text-decoration: none;
	color: black;
}

A, A:hover
{
	text-decoration: none;
	color: black;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

HR
{
	height: 1pt;
	text-align: left;
}

