﻿body 
{
}

.mybody
{
	 margin-bottom:0px;
	 margin-top:0px;
	 margin-left:0px;
	 margin-right:0px;
	 height:100% ;
}

.mytable
{
    	width: 100%;
        height: 100%;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.NormalRight
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	TEXT-ALIGN:right;
}

.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;
}

.CommandButton
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width:80px;
	height:20px;
}

.Naslov
{
	font-weight: normal;
	font-size: x-large;
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
}


.NaslovManji
{
	font-weight: normal;
	font-size: large;
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
	padding-top: 2px;
}

.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;
}

.main_left_blue
{
	 background-image:"teme/light_blue/left.jpg";
}

.content_left_line
{
	border-left-color:Gray;
	border-left-style:dotted;
    border-left-width:1px;
    border-top-color:Gray;
	border-top-style:dotted;
    border-top-width:1px;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.DGNormal
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.MenuNavigate
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-weight:  normal;

	
}

.MenuNavigate:hover
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: red;

}

.content_full
{
	border-left-color:Gray;
	border-left-style:dotted;
    border-left-width:1px;
    border-top-color:Gray;
	border-top-style:dotted;
    border-top-width:1px;
    border-right-color:Gray;
	border-right-style:dotted;
    border-right-width:1px;
    border-bottom-color:Gray;
	border-bottom-style:dotted;
    border-bottom-width:1px;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.rowseperator
{
	border-top-color:Gray;
	border-top-style:solid;
    border-top-width:1px;
}

.tablearound
{
	border-color:Black;
	border-style:solid;
	border-width:1px;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color:white;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}