/* ================================
    CSS STYLES FOR Carina
    v2.0, 02/2003
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #F0F4F8;
}
/* transparent background color */
.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: #8fbc8f 1px solid ;
}
/* dotted gray border */
.BorderG
{
	border-right: #B6C7E5 thin dotted;
}
.FootBg
{
	background-color: #CCCCCC;
}
.soman{ display:inline; width:100%; margin:0 auto;}
.soman h3{margin:0; padding:0; display:inline;background:none;}
.soman h3 a{text-decoration:none;color:#ffffff; cursor:default; background:none;}
/* background color for the content part of the pages */
Body
{
	font-size: xx-small;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
	
}
.CentralBg
{
	background-color: #dff3b3;
}
.RightBg
{
	background-color: #FEF4D2;
}

/* 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: #B6C7E5;
}
/* background color for the modules */
.ModuleBg
{
	background-color: #E8F0FA;
}
/* background/border colors for the selected tab */
.TabBg {

	border-left-color: white;
	border-bottom-color: white;
	border-top-color: white;
	border-right-color: white
	
	
}

.TabBgF {

    border-color: Gray;
}

/* 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:  #808080;
	border-bottom-color: #808080;
	border-top-color: #808080;
	background-color: #808080;
	border-right-color:  #808080;
}

/* 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: 8px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.SelectedTabF
{
	
	font-weight: bold;
	font-size: 10px;
	color: silver;
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style for the unselected tabs */
.OtherTabsF
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
A.OtherTabsF:link
{
	color: #ffffff;
	text-decoration: none;
}

A.OtherTabsF:visited {
    text-decoration:    none;
    color:gold;
}

A.OtherTabsF:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabsF:hover   {
    text-decoration:    underline;
    color:white;
}

/* 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 :#dff3b3 ;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#dff3b3;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#dff3b3;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#c8cad5;
}

/* style for separator between site links */
.Accent
{
    color:#dff3b3;
    font-weight:    bold;
}

/* 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: #eeeeee
}   

/* style of item titles by events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkblue;
}

/* style of item titles by Announcements  */
.ItemTitleA   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: white;
}

.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;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #000000;
}
.HeadAdmin
{
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	line-height: 12pt;
	font-family: Verdana, Helvetica, sans-serif;
}

/* style for Module titles */
.HeadM
{
	font-weight: bold;
	font-size: 11px;
	color: MidnightBlue;
	line-height: 16pt;
	font-family: Verdana, Helvetica, sans-serif;
}

/* style for Module titles in Edit*/
.HeadEdit   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #CCCCCC;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: darkblue;
}

/* 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: darkblue;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

.SurveyPanel
{
	border-right: silver thin inset;
	border-top: silver thin inset;
	font-size: 12px;
	border-left: silver thin inset;
	color: darkblue;
	border-bottom: silver thin inset;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: darkblue;
}

.SurveyOption
{
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
	
}

.SurveyButton
{
	color: darkblue;
	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: normal;
	font-size: 9px;
	color: MidnightBlue;

	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: darkblue;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkblue;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkblue;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
 /* 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: darkblue ;
}

A.CommandButtonAdmin:visited  {
    text-decoration:    underline;
    color: darkblue;
}

A.CommandButtonAdmin:active   {
    text-decoration:    underline;
    color: darkblue;
}

A.CommandButtonAdmin:hover    {
    text-decoration:    underline;
    color: red;
}       

/* 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;
}
.QuestionnaireDateDayHeader
{
	background-color:#DFF3B3;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
}
.QuestionnaireDateMonthHeader
{
	background-color:#FEF4D2;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
}
.QuestionnaireDateSelectedDay
{
	background-color:#DFF3B3;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
}

/* 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-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;
	}

/* Search SQL */
.SearchCondition
{
font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    color: Navy;
    
    
}

.SearchControl
{
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchText
{
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchLink
{
	font-weight: normal;
	font-size: 10px;
	color: white;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchNoResult
{
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchTitle
{
	font-size: 12px;
	line-height: 14px;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchDescription
{
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchItemLink
{
	font-size: 11px;
	color: darkgray;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SearchPrevNext
{
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}


/* 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;
	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: 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;
}

/* Quotes */
.QuoteTitle TD
{
	font-weight: bold;
	 border-top: solid 1 black;
 border-right: solid 1 black;  
     border-left: solid 1 black;
	
		background: #cccc99;

}
.QuoteTable
{
	
	font-weight: normal;
	font-size: 9px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	 border:1;
	 border-collapse: collapse;
	 border-color:Black;
	  
	 
}

.QuoteFirstGroupRow
{
background: white;
 border-right: solid 1 black;
  border-top: solid 1 black;
   border-left: solid 1 black;

	
  
}
.QuoteOtherGroupRow
{
background: white;
 border-right: solid 1 black;
   border-left: solid 1 black;
	
	
  
}
.QuoteLastGroupRow
{

background: white;

 border-bottom: solid 1 black;
 border-right: solid 1 black;  
     border-left: solid 1 black;
}
.QuoteField
{
 border-bottom: solid 1 black;
  border-top: solid 1 black;	
   border-left: solid 1 black;
    border-right: solid 1 black;
background: white;
}
/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkblue;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkblue;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkblue;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkblue;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkblue;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkblue;
}

A:link  {
    text-decoration:    none;
    color:  darkblue;
}

A:visited   {
    text-decoration:    none;
    color:  darkblue;
}

A:active    {
    text-decoration:    none;
    color:  darkblue;
}

A:hover {
    text-decoration:    underline;
    color:  darkblue;
}

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
{
	background-position: left top;
	
	background-color: #13584D;
	font-weight: normal;
	font-size: 10px;
	color:White;
	height:15px;
	cursor: hand;
	padding-left: 15px;
	/*background-image: url(images/Button2.gif);*/
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
}
.CatalogSubMenu
{
	background-position: right top;
	background-color: transparent;
	padding-left: 40px;
	font-weight: normal;
	font-size: 9px;
	/*background-image: url(images/Button2.gif);*/
	width: 220px;
	cursor: hand;
	font-family: Verdana;
	height: 30px;
	background-repeat: no-repeat;
}
.CatalogMenuMouseover
{
	background-position: left top;
	background-color: DarkSeaGreen;
	font-weight: normal;
	font-size: 10px;
	padding-left: 15px;
	height:15px;
	cursor: hand;
	/*background-image: url(images/Button3.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: #006261; 
	padding-right: 6px;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 0px;
	font-size: 11px;
	margin: 0px;
	font-family: verdana;
	white-space: nowrap;
}
.menuitem {font-family:verdana;font-size:11px;border: outset 1px; padding: 2px 6px 2px 6px; margin: 0px; background: #006261; white-space: nowrap; color:White;cursor:pointer;cursor:hand;}
.mouseover
{
	border-right:  1px outset;
	padding-right: 6px;
	border-top: 1px outset;
	padding-left: 6px;
	font-size: 11px;
	background: #dff3b3;
	padding-bottom: 2px;
	margin: 0px;
	border-left: 1px outset;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom:  1px outset;
	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
	
	
}

.TaricTitle
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
}

.TaricSubTitle
{
	font-size: 8pt;
	font-family: Verdana;
}

.TaricNote
{
	font-weight: normal;
	font-size: 8pt;
	font-style: italic;
	font-family: Verdana;
}

.TaricButton
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
}

.TaricTRHeader
{
	font-weight: bold;
	font-size: 7pt;
	color: #ffffff;
	font-family: Verdana;
	background-color: #13584D;
}

.TaricTR
{
	font-size: 8pt;
	font-family: Verdana;
}

.TaricTRAlternate
{
	font-size: 8pt;
	font-family: Verdana;
	background-color: gainsboro;
}

.TaricPager
{
	font-size: 7pt;
	font-family: Verdana;
	height:30px;
	text-align: center;
	vertical-align:bottom ;
}	

.TaricMark
{
	background-color: #ffff99;
}		

.TaricBeginGroup
{
	border-top: black 2px ridge;
	margin-bottom: 15px;
	padding-bottom: 15px;
}		

/* 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: #FEF4D2;   
}
.NewsDescriptionOther
{
    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: #ffffff;   
}
A.NewsLink:link
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}
A.NewsLink:visited
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	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: #ffffff;   
}
A.NewsLink:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: #ffffff;
    text-decoration: underline;   
}
.NewsCategoryTop
{
	font-weight: bold;
	font-size: 12px;
	color: #fef4d2;
	font-family: Verdana, Helvetica, sans-serif;
}

.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: #006261;
	font-family: Verdana, Helvetica, sans-serif;
	color: #fef4d2;
}
.NewsTopTitle
{
	background-color: #006261;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
}
.NewsTopOtherTitle
{
	background-color: #DFF3B3;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
}


.NewsTopItem
{
	border:1px;
	border-bottom:solid, 1px, #E8F0FA;
	background-color: #006261;
}
.NewsTopBorder
{
	border-right: #ffffff thin solid;
	border-top: #ffffff thin solid;
	border-left: #ffffff thin solid;
	border-bottom: #ffffff thin solid;
	background-color: #006261;
}
.NewsOtherCategory
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #000000;
}
.WorldMapLink
{
	color: #000000;
	font-family: Verdana,Arial;
	font-size:  11px;
}
A.WorldMapLink:link
{
	background-image: url(images/redSquare.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: orange;
	font-family: Verdana,Arial;
	font-size:  11px;
}
A.WorldMapLink:hover
{
	padding-left: 20px;
	font-size: 11px;
	background-image: url(images/greenSquare.gif);
	color: green;
	background-repeat: no-repeat;
	font-family: Verdana,Arial;
}
A.WorldMapLink:active
{
	background-image: url(images/redSquare.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #DA261D;
	font-family: Verdana,Arial;
	font-size:  11px;
}
A.WorldMapLink:visited
{
	background-image: url(images/greenSquare.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #000000;
	font-family: Verdana,Arial;
	font-size:  11px;
}
.WorldMapText
{
	color: #000000;
	font-family: Verdana,Arial;
	font-size:  11px;
	
}
.CustomsSearchHeader
{
	color: #ffffff;
	font-family: Verdana,Arial;
	font-size:  11px;
	background-color: #006261;
	font-weight: bold;
}	
.CustomsSearchTitle
{
	color: #006261;
	font-family: Verdana,Arial;
	font-size:  11px;
	font-weight: bold;
}	
.CustomSearchText
{
	color: #000000;
	font-family: Verdana,Arial;
	font-size:  11px
}
.CustomSearchTextTitle
{
	color: #000000;
	font-family: Verdana,Arial;
	font-size:  14px;
	font-weight:bold;
}
.CustomNameBgr
{
	background-color:#006261;
	color:#ffffff;	
	font-family: Verdana,Arial;
	font-size:  12px;
	font-weight:bold;
}
.DoubleAnnBgr
{
	background-color: #006261;
}
.DoubleAnnNaslov
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #ffffff;
}
.DoubleAnnItem
{
	background-color: #FEF4D2;
}
.DoubleAnnAltItem
{
	background-color: #FEF4D2;
}


.NewsTopOtherTitleNov
{
	background-color: #ffcc99;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
}