/* ================================
    CSS STYLES FOR eShop-Server
   ================================
*/   

body
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Tahoma,Helvetica;
    BACKGROUND-COLOR: #FFFFFF;
    SCROLLBAR-FACE-COLOR: #DEE3E7;
    SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-SHADOW-COLOR: #DEE3E7;
    SCROLLBAR-3DLIGHT-COLOR: #D1D7DC;
    SCROLLBAR-ARROW-COLOR:  #006699;
    SCROLLBAR-TRACK-COLOR: #EFEFEF;
    SCROLLBAR-DARKSHADOW-COLOR: #98AAB1;
    MARGIN-left: 0;
    MARGIN-BOTTOM: 0;
    MARGIN-RIGHT: 0;
    MARGIN-TOP: 0;
    MARGIN-HEIGHT: 3;
    MARGIN-WIDTH: 4;
}

table {
    BORDER-COLLAPSE: collapse;
}
td {
    FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

/* general hyperlink styles */
a:link,a:active,a:visited { COLOR: #2E448C; FONT-WEIGHT: bold; }
a:hover	{ TEXT-DECORATION: underline; COLOR: Red; FONT-WEIGHT: bold; }

.sitetitle {
    FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #2E448C; FONT-FAMILY: Tahoma,Helvetica; TEXT-DECORATION: none; POSITION: relative; TOP: 3px
}
/* background/border colors for the selected tab */
.tabbg {
    
}

/* background/border colors for the unselected tabs */
.othertabsbg {
    background-color:Transparent;
}

/* text style for the selected tab */
.selectedtab {
    FONT-FAMILY: Verdana, Helvetica, sans-serif; 
    FONT-SIZE: 12px; 
    COLOR: yellow; 
    TEXT-DECORATION: none; 
    FONT-WEIGHT: bold;
}

/* hyperlink styles of the unselected tabs */
a.selectedtab:link { COLOR: yellow; TEXT-DECORATION: none; }
a.selectedtab:visited { COLOR: yellow; TEXT-DECORATION: none; }
a.selectedtab:active,a.selectedtab:hover { COLOR:  yellow; TEXT-DECORATION: none; }

/* text style for the unselected tabs */
.othertabs {
    FONT-FAMILY: Verdana, Helvetica, sans-serif; FONT-SIZE: 12px; COLOR: white; TEXT-DECORATION: none; FONT-WEIGHT: bold;
}

/* hyperlink styles of the unselected tabs */
a.othertabs:link, a.othertabs:visited, a.othertabs:active 
{
	color: white;
	text-decoration: none;
}
a.othertabs:hover
{
		color: yellow;
	text-decoration: none;
	}
.moduletitlebg {
    BACKGROUND-COLOR: #2E448C;
    BORDER-BOTTOM: #057E43 1px solid;
     BORDER-TOP: #057E43 1px solid;
     BORDER-LEFT: #057E43 1px solid;
     BORDER-RIGHT: #057E43 1px solid;
}
/* background/border colors for the unselected tabs */
.LeftPanesbg
{
	 background-color:#A2BEE7;
}
.RightPanesbg
{
	 background-color:white;
}
.ContentPanesbg
{
	 background-color:white;
	 
}
.Pozadina
{
	background-image: url(Skins/Biromaterijal/NavigationBgr.jpg);
	background-position: left left;
}
.ModuleTitle {
    FONT-SIZE: 12px; COLOR: white; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold
}
.normal {
    FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.normalbold {
    FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold
}
.normalred {
    FONT-SIZE: 10px; COLOR: Red; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold
}
.normalwhite {
    FONT-SIZE: 10px; COLOR: White; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold
}
.itemstyle {
    BACKGROUND-COLOR: #FFFFFF;
}
.searchstyle {
    FONT-SIZE: 11px; COLOR: white; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold
}
.alternatingitemstyle {
    BACKGROUND-COLOR: #FFFFFF;
}
.ArticleNadnaslov
	{
	font-size:7pt;
	font-family:Verdana;
	color:#9E0000;
	font-weight:bold
	}
.ArticleNaslov
	{
	font-family:Tahoma;
	font-size:10.0pt;
	color:red;
	text-transform:uppercase;
	font-weight:bold
	}
.ArticlePodnaslov
	{
	font-size:8.0pt;
	font-family:Tahoma;
	color:#604A32;
	font-weight:bold
	}
.ArticleTekst
	{
	font-weight: normal;
	font-size: 8pt;
	text-transform: none;
	color: black;
	line-height: 13px;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	}
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px    
}
.NormalAdmin
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px   
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: Navy;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: Navy;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: Navy;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color:  Navy;
}
 /* text style for buttons and link buttons used in the portal admin controls */
.CommandButtonAdmin     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButtonAdmin:link {
    text-decoration:    underline;
    color: Navy ;
}

A.CommandButtonAdmin:visited  {
    text-decoration:    underline;
    color: Navy;
}

A.CommandButtonAdmin:active   {
    text-decoration:    underline;
    color: Navy;
}

A.CommandButtonAdmin:hover    {
    text-decoration:    underline;
    color:  Navy;
}       

.forumline { BACKGROUND-COLOR: #FFFFFF; BORDER: 1px #98AAB1 solid; }
td.forumRow1 { BACKGROUND-COLOR: #D1D7DC; }
td.forumRow2 { BACKGROUND-COLOR: #EFEFEF; }
td.forumRow3 { BACKGROUND-COLOR: #DEE3E7; }

hr { HEIGHT: 0px; BORDER: solid #D1D7DC 0px; BORDER-TOP-WIDTH: 1px;}

/* Form elements */
input,textarea,select { COLOR: #000000; FONT: normal 11px Verdana, Arial, Helvetica, sans-serif; }

.redLink {
    FONT-FAMILY: Verdana, Helvetica, sans-serif; FONT-SIZE: 10px; COLOR: red; TEXT-DECORATION: none; FONT-WEIGHT: bold;
}

/* hyperlink styles of the unselected tabs */
a.redLink:link, a.redLink:visited, a.redLink:active 
{
	color: yellow;
	
}
a.redLink:hover
{
		color: white;
	
	}
.whiteLink {
    FONT-FAMILY: Verdana, Helvetica, sans-serif; FONT-SIZE: 10px; COLOR: red; TEXT-DECORATION: none; FONT-WEIGHT: bold;
}

/* hyperlink styles of the unselected tabs */
a.whiteLink:link, a.whiteLink:visited, a.whiteLink:active 
{
	color: white;
	
}
a.redLink:hover
{
		color: yellow;
	
	}
.MenuItemStyle
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 6px;
	font-size: 8px;
	margin: 0px;
	font-family: verdana;
	white-space: nowrap;
	background-color:Transparent;
}
.MenuItem
{
	font-weight: bold;
	font-size: 12px;
	left: 30px;
	height: 23px;
	cursor: hand;
	color: #ffffff;
	padding-left: 13px;
	padding-bottom: 5px;
	padding-top: 3px;
	font-family: Verdana, Helvetica, sans-serif;
	white-space: nowrap;
}
.MenuItemMouseOver
{
	font-size: 12px;
	font-weight:bold;
	padding-bottom: 5px;
	cursor: hand;
	padding-top: 3px;
	padding-left:13px;
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	color: yellow;
	text-decoration: underline;
}
.SubMenuItem
{
	background-color:#2E448C;
	border: solid 1px #2E448C;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:hand;
	color: yellow;
	text-align:left;
	padding-left:13px;
}
.SubMenuItemOver
{
	background-color:#2E448C;
	border: solid 1px #2E448C;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:hand;
	color:#ffffff;
	text-align:left;
	text-decoration: underline;
	padding-left:13px;
}
.ReviewText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	color:#ffffff;
}
A.ReviewText:link
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	color:#ffffff;
}
A.ReviewText:hover
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}
A.ReviewText:active
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	cursor:hand;
	text-decoration: none;
	color:#ffffff;
}
A.ReviewText:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	color:#ffffff;
}	