/* ================================
    CSS STYLES FOR LoginSYS
    v2.0, 09/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #F7F6FA;
}
.BanerBg
{
	background-color: #DAD9DE;
}
.BannerText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 9px;
	font-weight:bold;
}
A.BannerText:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 9px;
	font-weight:bold;
}
A.BannerText:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 9px;
	font-weight:bold;
	text-decoration: underline;
}
A.BannerText:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:bold;
	font-size: 9px;
}
A.BannerText:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:bold;
	font-size: 9px;
}
.BorderAll
{
	border-right: #A1A0A3 1px solid;
	border-top: #A1A0A3 1px solid;
	border-bottom: #A1A0A3 1px solid;
	border-left: #A1A0A3 1px solid;
}
.TipsBg
{
	background-color: #F2F0F7;
}
.Zeleno
{
	background-color: #00AD21;
	color:White;
	font-size:13px;
	  font-family: Verdana, Helvetica, sans-serif;
	   text-align: left;
	   padding-left:4px;
 
    font-weight:    bold;
}
/* transparent background color */
.Prazno
{
	background-color: transparent;
	   font-size:  11px;
	     font-family: Verdana, Helvetica, sans-serif;
 
    font-weight:    bold;
}
.LFoother
{
	background:#90acd6;
}
/* solid border */
.BorderS
{
	border-right: silver 1px solid;
	border-left: silver 1px solid;
}

/* dotted border */
.Border
{
	border-right: #969696 thin none;
}
/* dotted gray border */
.BorderG
{
	border-right: #969696 thin none;
}
.FootBg
{
	background-color:  Transparent;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    font-family:Verdana;
}
.CentralBg
{
	background-color: #2758A5;
}
.RightBg
{
	background-color: #DAD9DE;
}
.FooterBgr
{
	/*background-repeat:no-repeat;*/
	color: #ffffff;
}
/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-weight: bold;
	font-size: 20px;
	color: white;
	font-family: Verdana Bold, Helvetica, sans-serif;
}

/* style for the beckground of the module title */
.ModuleTitle
{
	background-color: #F2F0F7;
}
/* background color for the modules */
.ModuleBg
{
	background-color: #EBEAEE;
}
/* background/border colors for the selected tab */
.TabBg {
    background-color: #CCCCCC;
	border-left-color: white;
	border-bottom-color: white;
	border-top-color: white;
	border-right-color: white
}

.TabBgF {
    background-color: white;
    border-color: #efbe29;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	border-left-color: white;
	border-bottom-color: white;
	border-top-color: white;
	background-color: #EFEFEF;
	border-right-color: white;
	 
}

.OtherTabsBgF
{
	border-left-color: #efbe29;
	border-bottom-color: #c8cad5;
	border-top-color: #c8cad5;
	/* background-color: #c8cad5; */
	border-right-color: #efbe29;
	
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 10px;
	color: #5C70A3;
	font-family: Verdana, Helvetica, sans-serif;
	
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight:bold;
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	
}

.SelectedTabF {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:maroon;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabsF
{
	font-weight: bold;
	font-size: 10px;
	color: #2758A5;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
A.OtherTabsF:link
{
	color: #2758A5;
	text-decoration: none;
}

A.OtherTabsF:visited {
    text-decoration:    none;
    color: #F7F6FA;
    /*color: #CE8344;*/
}

A.OtherTabsF:active  {
    text-decoration:    none;
    color: #2758A5;
    /*color: #CE8344;*/
}

A.OtherTabsF:hover   {
    text-decoration:    underline;
    color:#F7F6FA;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	color:#5C70A3;
	text-decoration: none;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#5C70A3;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#5C70A3;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:#8BAEE2;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#2758A5;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#2758A5;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#2758A5;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#2758A5;
}

/* style for separator between site links */
.Accent
{
    color: #2758A5;
    font-weight:    normal;
    font-size:xx-small;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #EAE8EF
}   

/* style of item titles by events */
.ItemTitle
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

/* style of item titles by Announcements  */
.ItemTitleA   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: gray;
}

.ItemTitleTipsA   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    /*font-weight:    bold;*/
    color: gray;
}

.ItemTitleTips
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

/* Style used on statistics on News: CreatedBy, CreatedDate, TimesReaded etc. */
.NewsTitleTop
{
	font-weight: bold;
	font-size: 13px;	
	font-family: Verdana, Helvetica, sans-serif;
}
.NewsDescriptionTop
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px   
}
.NewsCategoryTop   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;    
    color: #a0ecd0;
}

.NewsStatistics   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
/*    font-weight:    bold; */
    color: gray;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #000000;
}
.HeadAdmin   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #000000;
}

/* style for Module titles */
.HeadM   {
    font-family: Verdana, Helvetica, sans-serif;
 
    font-weight:    bold;
    /*color: #5C70A3;*/
   
}

/* style for Module titles in Edit*/
.HeadEdit   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: Black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: Navy;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #CCCCCC;
}

/* 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 used for right text rendered by modules */
.NormalRight
{
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}

/* text style used for center text rendered by modules */
.NormalCenter
{
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.NormalBoldAdmin
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
/* text style used for survay modules */
.SurveyQuestion
{

	color: #2758A5;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

.SurveyPanel
{
	color: #2758A5;
	background-color: #2758A5;
	/*background-image: url(images/AnketaCB.jpg);*/
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

.SurveyOption
{
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
	
}

.SurveyButton
{
	color: #2758A5;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

/* text style used for most text rendered by modules */
.Address
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 4px;
}

.Counter
{
	font-weight: bold;
	font-size: 9px;
	color:  #5C70A3;
	line-height: 6px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* 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: #2758A5;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #2758A5;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #2758A5;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #2758A5;
}
 /* 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;
}       

/* Questionnaire */
.QuestionnaireTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    normal;
    color: black;
}

.QuestionnaireNormal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 11px;
    color: black    
}

.QuestionnaireAdminTitle
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	font-weight: bold;
	font-size: 10px;
	color: #003399;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.QuestionnaireAdminColorRow
{
	border-right: black thin solid;
	border-top: black thin solid;
	font-weight: normal;
	font-size: 9px;
	background: gainsboro;
	border-left: black thin solid;
	color: black;
	line-height: 11px;
	border-bottom: black thin solid;
	font-family: Verdana, Helvetica, sans-serif;
}

.QuestionnaireAdminColorRowOposit
{
	border-right: black thin solid;
	border-top: black thin solid;
	font-weight: normal;
	font-size: 9px;
	background: white;
	border-left: black thin solid;
	color: black;
	line-height: 11px;
	border-bottom: black thin solid;
	font-family: Verdana, Helvetica, sans-serif;
}

/* Publication */
.PublicationEdition
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 12px    
}

.PublicationChapter
{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: black;
	line-height: 12px;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}

.PublicationArticleTitle
{
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	color: #cc6600;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.PublicationArticleSubTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px    
}

.PublicationArticleAuthor
{
	font-size: 9px;
	line-height: 12px;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}

.PublicationArticleDownload
{
	font-size: 9px;
	line-height: 12px;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}

.PublicationSearchControl
{
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.PublicationSearchText
{
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.PublicationSearchLink
{
	font-weight: normal;
	font-size: 9px;
	color: navy;
	line-height: 6px;
	font-family: Verdana, Helvetica, sans-serif;
}
.PublicationMenuItem
{
	font-weight: bold;
	font-size: 10px;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.PublicationMenuSelectedItem
{
	font-weight: bold;
	font-size: 10px;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: green;
	text-decoration: none;
}
.PublicationHeading
{
	font-weight: normal;
	font-size: 7pt;
	text-transform: none;
	color: maroon;
	line-height: 12px;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
}
.PublicationTitle
{
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	color: black;
	line-height: 15px;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
}
.PublicationSupTitle
{
	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;
}
.PublicationCategoryTitle
{
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	color: crimson;
	line-height: 13px;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
}
.PublicationArticleNote
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	line-height: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}
.PublicationArchiveNoResults
{
	font-size: 10pt;
	color: black;
	line-height: 13px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
}
.ArticleNadnaslov
{
	font-weight: normal;
	font-size: 7pt;
	text-transform: none;
	
	font-style:  normal;
	font-family: Verdana, Helvetica, sans-serif;
	
}
.ArticleNaslov
	{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10.0pt;
	color: #2758A5;
	text-transform:uppercase;
	font-weight:bold
	}
.ArticlePodnaslov
	{
	font-size:9.0pt;
	font-family:Verdana, Helvetica, sans-serif;
	color: #2758A5;
	font-weight:bold
	}
.ArticleTekst
	{
	font-weight: normal;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	}
.ArticleTekst9
	{
	font-weight: normal;
	font-size: 9pt;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	}

/* Search SQL */
.SearchCondition
{
font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    color: Navy;
    
    
}

.SearchControl
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px  
}

.SearchText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
   /*font-weight: normal;*/
    line-height: 12px;
    color: #ffffff;  
}
.SearchTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    font-weight: normal;
    line-height: 12px;
    color: #000000;  
}
.SearchLink
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px  
}

.SearchNoResult
{
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Navy;    
}

.SearchDescription
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px  
}

.SearchItemLink
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
	color: darkgray;
}

.SearchPrevNext
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
}

/* Catalog */
.CatalogAbcBorder
{
	border-right: thin groove;
	border-top: thin groove;
	border-left: thin groove;
	border-bottom: thin groove;
}

.CatalogAbcCompaniesBorder
{
	border-bottom: darkgray 1px groove;
}

.CatalogAbcLetter
{
	font-weight: bold;
	font-size: 12px;
	background: gainsboro;
	color: Navy;
	line-height: 16px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CatalogAbcCompanyLink
{
	font-weight: normal;
	font-size: 9px;
	color:  Yellow;
	line-height: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CatalogAbcDisplayCaption
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	line-height: 16px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CatalogAbcDisplaySubCaption
{
	font-weight: bold;
	font-size: 9px;
	color: black;
	line-height: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CatalogAbcDisplayText
{
	font-weight: normal;
	font-size: 9px;
	color: black;
	line-height: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}
/* CreditCalculator */

.CreditTitle
{
	font-weight: bold;
	font-size: 12px;
	color: #007B41;
	line-height: 14px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CreditSubTitle
{
	font-weight: bold;
	font-size: 10px;
	color: #592068;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CreditItem
{
	font-weight: normal;
	font-size: 9px;
	color: black;
	line-height: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CreditCaption
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	line-height: 14px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CreditColorRow TD
{
	background: gainsboro;
}
.ConfigItem
{
	font-weight: normal;
	font-size: 9px;
	color: black;
	line-height: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}
/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    bold;
    color: black;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: black;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: Gray;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #00AD21;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Gray;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Gray;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: Navy;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: Navy;
}

A:link  {
    text-decoration:    none;
    color:  #2758A5;
}

A:visited   {
    text-decoration:    none;
    color:  #2758A5;
}

A:active    {
    text-decoration:    none;
    color:  #2758A5;
}

A:hover {
    text-decoration:    underline;
    color:  #2758A5;
}

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 {
    color: dimgrey;
    height:1pt;
    text-align:left
}
.CatalogItemHeader
{
	font-weight: bold;
	font-size: 9px;

	color: white;
	line-height: 16px;
	font-family: Verdana, Helvetica, sans-serif;
}
.CatalogItem
{
	font-weight: normal;
	font-size: 9px;
	
	color: black;
	line-height: 16px;
	font-family: Verdana, Helvetica, sans-serif;
}
.CatalogProductTitle
{
	font-weight: bold;
	font-size: 12px;
	 
	color: white;
	line-height: 16px;
	font-family: Verdana, Helvetica, sans-serif;
}
.CatalogItemAlter
{
	font-weight: normal;
	font-size: 9px;
	 background-color:Gray;
	color: black;
	line-height: 16px;
	font-family: Verdana, Helvetica, sans-serif;
}
.CatalogMenu
{
	border-right: #ffffff 1px solid;
	background-position: 4px 5px;
	border-top: #ffffff 1px solid;
	padding-left: 15px;
	font-weight: bold;
	font-size: 10px;
	background-image: url(images/VardarKopceMeni.jpg);
	padding-bottom: 3px;
	border-left: #ffffff 1px solid;
	width: 180px;
	cursor: hand;
	color: #ffffff;
	border-bottom: #ffffff 1px solid;
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #6a6c69;
}
.CatalogSubMenu
{
	background-position: right top;
	padding-left: 15px;
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	width: 180px;
	cursor: hand;
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	/*height: 20px;*/
	background-color: #6a6c69;
}
.CatalogMenuMouseover
{
	border-right: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	background-color: #ADACB1;
	background-position: 4px 5px;
	font-weight: bold;
	font-size: 10px;
	padding-left: 15px;
	/*height:20px;*/
	cursor: hand;
	padding-bottom: 3px;
	color: #6A6C6A;
	background-image: url(images/VardarKopceMeni.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
}
.Test 
{
	color:Red;
	background-color:Red;
}
.CatalogMenuSelected
{
	background-position: left top;
	/*background-color: D7D6D4;*/
	font-weight: bold;
	font-size: 10px;
	padding-left: 15px;
	height:30px;
	cursor: hand;
	background-image: url(images/Button4.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
}

.CatalogSubMenuMouseover
{
	background-position: left top;
	/*background-color: D7D6D4;*/
	font-weight:  bold;
	font-style:  normal;
	font-size: 9px;
	padding-left: 40px;
	height:30px;
	cursor: hand;
	/*background-image: url(images/Button3.gif);*/
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
}
.CatalogMenu:Link
{
	font-weight: bold;
	color: midnightblue;
	font-family: Verdana, Helvetica, sans-serif;
}
.CatalogMenu:Visited
{
	
	font-weight: bold;
	
	color:midnightblue;
	
	font-family: Verdana, Helvetica, sans-serif;
}
.menustyle
{
	/*border-right: #c0a062 1px solid;
border-top: #c0a062 1px solid;	
border-left: #c0a062 1px solid;
	border-bottom: #c0a062 1px solid; */
	
	background: transparent; 
	padding-right: 6px;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 6px;
	font-size: 12px;
	margin: 0px;
	font-family: verdana;
	white-space: nowrap;
}
.highlighteditem { font-size: 12pt; font-family: Verdana; color: #ffffff;  font-weight: normal; cursor: default}
.NaslovSirok
{
font-size: 14px; font-weight: bold; letter-spacing: 6px;}
.SlikaBorder {
    
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: black;
	border-right-color: black
	
	
}

.CalculatorCaption
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	height: 40;
	text-align: left ;
}

.CalculatorHead
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #90ACD6;
}

.CalculatorTitle
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #D6ECF9;
	text-align: center;
}

.CalculatorSubTitle
{
	font-weight: bold;
	font-size: 11px;
	color: #0099ff;
	font-family: Verdana, Helvetica, sans-serif;
}

.CalculatorSubTitleTD
{
	height: 20px;
	border-bottom: #cccccc thin solid;
}

.CalculatorItem
{
	font-size: 10px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

.CalculatorItemPrice
{
	font-size: 10px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

.CalculatorNote
{
	font-weight: bold;
	font-size: 10px;
	color: darkgray;
	font-family: Verdana, Helvetica, sans-serif;
}

.CalculatorTotal
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #C2CEE3;
}

.CalculatorTotalPrice
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}
.Naslov
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #2758A5;
    line-height:21px;
	}
.RandomPictureImage
{
	background-color: white;
}
.RandomPictureText
{
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ccffff;
}
.moduletitlebg 
{
	background-color: #00AD21;
	border-bottom :#057E43 1px solid;
	border-left :#057E43 1px solid ;
	border-right :#057E43 1px solid ;
	border-top :#057E43 1px solid ;
 }
.itemstyle {
    font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}
.alternatingitemstyle {
    font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}
.normalwhite 
{
	font-size :10px ;
	color :White ;
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-weight :bold ;
 }
/* Style used on statistics on News: CreatedBy, CreatedDate, TimesReaded etc. */
.NewsTitleTop
{
	font-weight: bold;
	font-size: 12px;	
	font-family: Verdana, Helvetica, sans-serif;
}
.NewsDescriptionTop
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color: #000000;   
}
A.NewsLink
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: #2758A5;   
}
A.NewsLink:link
{
	font-weight: bold;
	font-size: 11px;
	color: #2758A5;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}
A.NewsLink:visited
{
	font-weight: bold;
	font-size: 11px;
	color: #2758A5;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}
A.NewsLink:active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: #2758A5;   
}
A.NewsLink:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: #2758A5;
    text-decoration: underline;   
}
.NewsCategoryTop
{
	font-weight: bold;
	font-size: 12px;
	color: #2758A5;
	font-family: Verdana, Helvetica, sans-serif;
}
.NewsMainBorder
{
	border-right: #2758A5 1px solid;
	border-top: #2758A5 1px solid;
	font-weight: normal;
	font-size: 10px;
	border-left: #2758A5 1px solid;
	line-height: 12px;
	border-bottom: #2758A5 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
}
.NewsStatistics
{
	font-size: 10px;
	color: gray;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}
.NewsStatisticsTop
{
	font-size: 10px;
	color: #ffffff;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}
.NewsTopBg
{
	background-color: #C2CEE3;
	font-family: Verdana, Helvetica, sans-serif;
	color: #DAD9DE;
}
.NewsTopTitle
{
	background-color: #C2CEE3;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
}
.NewsTopOtherTitle
{
	background-color: #DAD9DE;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
}
.NewsTopItem
{
	background-color: #C2CEE3;
}
.NewsTopBorder
{
	border-right: #ffffff thin solid;
	border-top: #ffffff thin solid;
	border-left: #ffffff thin solid;
	border-bottom: #ffffff thin solid;
	background-color: #C2CEE3;
}
.NewsOtherCategory
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #000000;
}
