﻿/* --------------- Header ----------------- */

/* Header tablica */
.headerTable
{
		border: 0px;
		padding: 0px;
		width: 920px;
		margin-top:20px;
}


/* Header - naslovnica*/
.headerStyle
{
	background:#004b85;
	color: white;
	width: 920px;
	height: 188px;
	background-image:url('../images/oib/OIBHeader.png')

}

/* Gornji izbornik */
.menuTopStyle
{
	background: #003761;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: white;
	border-top: 1px #326e9c solid;
	/* razmak između teksta i rubova "top menu" tablice */
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}


/* Hiperveze u gornjem izborniku*/ 
.menuTopStyle A
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: white;

}

.menuTopStyle A:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #c0c0c0;

}



/* --------------- Footer ----------------- */

/* Footer tablica */
.footerTable
{
		border: 0px;
		margin-top: 0px;
		padding-top: 0px;
		width: 920px;
		height: 50px;
}

/* Footer*/
.footerStyle
{
	width: 920px;
	height:42px;
	background-image: url('../images/oib/OIBfooter.png');
	background-repeat:no-repeat;
	color: white;

}

/* --------------- Izbornik ----------------- */

/* Okvir izbornika*/
.menuMainBorder
{
	border-left: thin gainsboro solid;
	border-right: thin gainsboro solid;
	border-bottom: thin gainsboro solid;
}

/* Pozadina izbornika */
.MenuLeftBack 
{
	/*
	background-image: url('../images/oib/OIBLeftNewsBack.png');
	background-repeat:repeat-y;
	*/
	/*background-color: yellow;*/
}


/* Prva razina izbornika*/
.menuMainStyle 
{
	width: 155px;
	background-image: url('../images/menu/LeftMenuItem01Bluez.gif');
	background-repeat: repeat-x;
	height: 17px;
	padding-left: 5px; /* padding + width = (effective width)*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gainsboro;
	font-weight: bold;
	
}


/* Hiperlinkovi u prvoj razini izbornika */
.menuMainStyle A
{
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

/* Hiperlinkovi u prvoj razini izbornika */
.menuMainStyle A:hover
{
	text-decoration: none;
	color: #acc1d1;
	background-image:none;
}


/* Druga razina izbornika*/
.menuChildStyle 
{
	width: 150px;
	background-image: url('../images/menu/LeftMenuItem02.gif');
	background-repeat:repeat-x;
	height: 17px;
	padding-left: 10px; /* padding + width = (effective width)*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}


/* Hiperlinkovi u drugoj razini izbornika */
.menuChildStyle A
{
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	font-weight: normal;
}

/* Hiperlinkovi u drugojrazini izbornika */
.menuChildStyle A:hover
{
	text-decoration: none;
	color: gray;

	background-image:none;
}

/* --------------- Data panel ----------------- */
.dataPanel
{
	/* Pozadina */ 
	background-color: transparent;
	background-image:url('../images/oib/OIBTextBack.png');
	background-repeat: repeat-y;
	/* Odmak teksta */

	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;

	
	/* Okviri */
	/*
	border-top: thin gainsboro solid;
	border-bottom: thin gray solid;
	border-LEFT: thin lightgray solid;
	border-right: thin lightgray solid;
	*/
	
}

/* ------------------- Izdvojeno (Sivo) ----------------*/

.newsTableStyle
{
	background-color: #FFFFFF;
	border-left: thin gainsboro solid;
	border-top: thin gainsboro solid;
	border-right: thin lightgrey solid;
	border-bottom: thin lightgrey solid;
	
}
.newsHeaderStyle 
{
	height: 17px;
	background-image: url('../images/news/newsHeaderDarker.gif');
	font-family:Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.newsDataStyle 
{
	height: 17px;
	color: #606060;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	text-align: left;
	padding: 5px;
	padding-top: 10px;
}

.newsDataStyle A
{
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #404040;
}

.newsDataStyle A:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}



.newsFooterStyle 
{
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	color: black;
	font-size: 9px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-right: 4px;
	border-top: thin #ffffff solid;
}

.newsFooterStyle A
{
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #505050;
}

.newsFooterStyle A:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

/* --------------------- Izdvojeno (Plavo) ------------------ */

/* Pozadina */
.NewsBack
{
	background-image: url('../images/oib/OIBRightMenuBack.png');
	background-repeat:repeat-y;
}


.newsBlueTableStyle
{
	background-color: #FFFFFF;
	border-right: thin #7999b1 solid;
	border-bottom: thin #7999b1 solid;
	border-left: thin #a4bacc solid;
	border-top: thin #a4bacc solid;
	
}
.newsBlueHeaderStyle 
{
	height: 17px;
	background-image: url('../images/news/newsHeaderNavy.gif');
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.newsBlueDataStyle 
{
	height: 17px;
	color: gray;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	text-align: left;
	padding: 5px;
	padding-top: 10px;
}

.newsBlueDataStyle A
{
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #505050;
}

.newsBlueDataStyle A:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}



.newsBlueFooterStyle 
{
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	color: black;
	font-size: 9px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-right: 4px;
	border-top: thin #ffffff solid;
}

.newsBlueFooterStyle A
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	color: #004b85;
}

.newsBlueFooterStyle A:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

/* -------------- Vijesti ---------------- */

.newsDiv
{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	color: #606060;
	font-size: 11px;
	font-weight: normal;
	background-image:url('images/oib/OIBLeftNewsBack.png'); 
	background-repeat:repeat-y;
}

/* Link */ 
.newsDiv a
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color:	#555555;
		font-weight: bold;
		text-decoration: none;

}

/* "Hover" link */
.newsDiv a:hover
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: gray;
		font-weight: bold;
		text-decoration: none;

}


