﻿/* --------------- Header ----------------- */

/* Header tablica */
.headerTable
{
		border: 0px;
		padding: 0px;
		width: 1000px;
}


/* Header - naslovnica*/
.headerStyle
{
	background:#004b85;
	color: white;
	width: 1000px;
	height: 64px;
	/*background-image:url('../images/header/PU-HeaderBackColor.gif')*/
	background-image:url('images/PU-HeaderBackOIB.gif')

}

/* 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;
		padding: 0px;
		width: 1000px;
}

/* Footer*/
.footerStyle
{
	background:#255b85;
	color: white;
	width: 1000px;

}

/* --------------- 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/LeftMenuBack.gif');
	background-repeat:repeat-y;
}


/* Prva razina izbornika*/
.menuMainStyle 
{
	width: 155px;
	background-image: url('images/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: #000000;
	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: gray;

	background-image:none;
}


/* Druga razina izbornika*/
.menuChildStyle 
{
	width: 150px;
	background-image: url('images/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: white;
	/* 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/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/NewsBack.gif');
	background-repeat:repeat-y;
}


.blueTableStyle
{
	background-color: #FFFFFF;
	border-right: thin #7999b1 solid;
	border-bottom: thin #7999b1 solid;
	border-left: thin #a4bacc solid;
	border-top: thin #a4bacc solid;
	
}
.blueHeaderStyle 
{
	height: 30px;
	background-image: url('images/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;
}




