/* this css file define styles for NarodneNovine_inner portal begin */ 

/*article inner begin*/
.article-full-inner {
}
.article-full-inner img,
.article-short-inner img {
	margin: 5px 30px 20px 0;
	padding: 0;
	float: left;
	/*border: solid 1px #d7d7d7;*/
}
.article-image div {
	padding:5px 0 0 0;
	color: #7a7a7a;
	font-size: 0.8em;
	clear: both;
}
.article-short-inner {
	padding:0 0 15px 0;
	border-bottom:1px solid #ebebeb;
	margin:0 0 15px 0;
}
.date {
	color:#999;
	font-size:1.1em;
	margin:0 0 5px 0;
}
h2.article-heading-full {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:2.6em;
	font-weight:normal;
}
h2.caption-main {
	font-size:2.6em;
	font-weight:normal;
	margin: 0 0 20px 0;
}
h2.article-heading-full a, h2.article-heading-full a:link, h2.article-heading-full a:active, h2.article-heading-full a:visited {
	text-decoration:none;
}
h2.article-heading-full a:hover {
	text-decoration:underline;
	color:#000000;
}
.lead-full, .text-full {
	font-size:1.4em;
	line-height:130%;
}
.lead-full p, .text-full p {
	margin:0 0 10px 0;
}
.lead-full a, .lead-full a:link, .lead-full a:active, .lead-full a:visited, .text-full a, .text-full a:link, .text-full a:active, .text-full a:visited {
	color:#00598D;
	text-decoration:underline;
}
.lead-full a:hover, .text-full a:hover {
	text-decoration:none;
}
.text-full {
	margin:10px 0 0 0;
}
.lead-full h1, .lead-full h2, .lead-full h3, .lead-full h4, .lead-full h5, .lead-full h6, .text-full h1, .text-full h2, .text-full h3, .text-full h4, .text-full h5, .text-full h6 {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-weight:normal;
	margin:5px 0 5px 0;
}
.lead-full h1, .text-full h1 {
	font-size:1.9em;
}
.lead-full h2, .text-full h2 {
	font-size:1.6em;
}
.lead-full h3, .text-full h3 {
	font-size:1.3em;
}
.lead-full h4, .text-full h4 {
	font-size:1.1em;
}
.lead-full h4, .text-full h4 {
	font-size:0.9em;
}
.lead-full h5, .text-full h5 {
	font-size:0.8em;
}
.lead-full h6, .text-full h6 {
	font-size:0.7em;
}
.lead-full ul, .text-full ul {
	list-style:none;
}
.lead-full ul li, .text-full ul li {
	display:block;
	padding:0 0 0 12px;
	background:url(../../images/list-bullet.gif) no-repeat left 7px;
	margin-left: 20px;
}

/***** table styles *****/
.isTABLE {
	margin: 20px auto;
	width: 100%;
}
.isTABLE, 
.isTABLE td, 
.isTABLE th {
	border-collapse: collapse;
	border: solid 1px #cbcbcb;
	color: #777;
	padding: 5px 6px;
	text-align: left;
}
.isTABLE th,
.isTABLE .isTRFirst td {
	background-color: #e2e2e2;
}
.isTABLE .isTD {
}
.isTABLE .isTREven {
	background-color: #f5f5f5;
}
.isTABLE .tablecaption td {
	background-color: #999;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
/*article inner end*/

/*navigation inner begin*/
#navigation {
	height:81px;
	background:url(../../images/navigation-innerBcg.gif) no-repeat left top;
}
.level2 {
	width:100%;
	clear:both;
	list-style:none;
	overflow:hidden;
	padding:14px 15px 0 15px;
}
.level2 li {
	float:left;
	margin:0 10px 0 0;
}
.level2 li a, .level2 li a:link, .level2 li a:active, .level2 li a:visited {
	padding:6px 10px 20px 10px;
	font-size:1.3em;
	color:#666;
	text-decoration:none;
	display:block;
	position:relative;
}
.level2 li a:hover {
	background:url(../../images/level2-mainpart.gif) no-repeat left 4px;
}
.level2 li a:hover span {
	width:6px;
	height:19px;
	position:absolute;
	right:0px;
	top:4px;
	background:url(../../images/level2-rightpart.gif) no-repeat left top;
}
.level2 li a.selected, .level2 li a.selected:link, .level2 li a.selected:active, .level2 li a.selected:visited {
	padding:8px 12px 15px 12px;
	display:block;
	color:#333333;
	background:url(../../images/level2-selected-maintpart.gif) no-repeat left 0px;
}
.level2 li a.selected span, .level2 li a.selected:hover span {
	width:12px;
	height:31px;
	position:absolute;
	right:0px;
	top:0px;
	background:url(../../images/level2-selected-rightpart.gif) no-repeat right top;
}

/*navigation inner end*/

/************************/
/***** forms styles *****/
/************************/
.form-general,
.form-survey {
	font-size: 1.4em;
	margin: 0 0 30px 0;
}

.form-title {
	font-size: 1.9em;
	font-weight:normal;
	margin: 0 0 5px;
	padding: 0 23px 0 0;
}

.form-status-message {
	margin: 10px 0;
	overflow: hidden;
	color: #dc181e;
	display: block;
}

.form-required-fields-message span span {
	color: #dc181e;
}

.form-fields {
	margin: 10px 0 0 0;
	overflow: hidden;
}
.form-field {
	margin: 10px 0;
	overflow: hidden;
}
.form-field label {
	display: block;
	margin-bottom: 4px;
}

.form-field-text {
	margin: 0 0 10px 0;
}

.form-field-text .ComboBox, 
.form-field-text .TextArea,
.form-field-text .TextBox,
.form-field-text .ListBox {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #9a9a9a;
	font-size: 0.9em;
	padding: 2px;
	color: #666;
}
.form-field-text .ComboBox, 
.form-field-text .ListBox {
	width: 150px;
}
.form-field-text .TextBox,
.form-field-text .TextArea {
	width: 300px;
}

.required-field-mark {
	color: #dc181e;
}

.form-field-select .form-field-option {
	color: #666;
	font-size: 1em;
	margin: 5px 0;
}

.form-buttons {
	margin: 10px 0 0 0;
}
.form-buttons input {
	border: 0px;
	background-color: #999;
	color: #ffffff;
	padding: 4px 6px;
	cursor: pointer;
	text-transform: uppercase;
	margin-right: 20px;
	font-size: 0.9em;
	font-weight: bold;
}
.form-buttons input:hover {
	background-color: #666;
}
.form-buttons .form-button-submit {
	
}
.form-buttons .form-button-reset,
.form-buttons .form-button-results {
	background-color: #ccc;
}

/* this css file define styles for NarodneNovine_inner  portal end */

