/*   
Project Name: prenovljen.vecer.com
Description: CSS made specialy for the prenovljen.vecer.com by <a href="http://www.studiotibor.com" target="_blank">Studio Tibor</A>
Version: 1.0
Author: studio tibor
Author URI: http://www.studiotibor.com
*****
*/

/*====================================================*/
/* CSS WORK AROUNDS*/
/*====================================================*/
/*
Using a zeroing selector removes the browser default values, which can vary greatly from browser to browser.
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}


/*
If we add table-layout: fixed, however, the table obeys the width, even if that results in unreadable content.
*/
table {
	table-layout: fixed;
}

div {
    margin: 0; 
    padding: 0; 
    border: 0; 
}


/*
By setting the HTML height to 100% and then adding a one-pixel margin to the bottom, 
you can force Firefox to draw a scroll bar. This prevents the annoying page jump that 
you might see on shorter pages in that browser.
*/
/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */


/*====================================================*/


html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

html {
	padding-left: 16px;
	padding-right: 16px;

}

body {
	background-image: url(../_images/wireframe/bg.jpg);
	background-repeat: repeat-x;
	background-color: #E6E0E0;
}


/*centering all the main elementes */
#adminHead,
#glava,
#telo,
#noga {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}


#glava,
#telo {
	background-color: #FFFFFF;
}


#glava {
	height: 170px;
	background-image: url(../_images/wireframe/head_bg.jpg);
	background-repeat: no-repeat;
}


#noga {
	margin-bottom: 20px;
	color: #9C8E89;
}


a, 
a:link, 
a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}



#noga a, 
#noga a:link, 
#noga a:visited {
	color: #9C8E89;
	text-decoration: none;
}

#noga a:hover {
	color: #9C8E89;
	text-decoration: underline;
}




.RSidebar {
	width: 156px;
	text-align: right;
	vertical-align: top;
	background-image:url(../_images/wireframe/RSidebar_bg.gif);
	background-repeat: repeat-y;
}


.tabVsebina {
	width: 672px;
	table-layout: fixed;
}

.tabVsebina td {
	vertical-align: top;
	text-align: justify;	
}

.tabVsebinaCol {
	width: 208px;
	font-size: 1px;
}

.tabVsebinaColSp {
	width: 16px;
	font-size: 1px;
}



.imgWTxt {
	margin-top: 3px;
	margin-right: 16px;
	margin-bottom: 16px;
}




.frmInput {
	margin-bottom: 6px;
	width: 200px;
	height: 13px;
	border: solid 1px #000000;
	font-size: 11px;
}

.frmTextarea {
	margin-bottom: 6px;
	border: solid 1px #000000;
	font-size: 11px;
}


.frmChkBox {
	float: left;
	margin-top: -1px;
	margin-left: -4px;
}


.frmButton {
	font-weight: normal;
	/*border: solid 1px #000000;*/
}


.frmButLink {
	font-weight: bold;
	
}


a.frmButLink, 
a.frmButLink:link, 
a.frmButLink:visited {
	color: #000000;
	text-decoration: none;
}

a.frmButLink:hover {
	color: #F5A058;
	text-decoration: none;
}



.vecRight {
	text-align: right;
}


.vertLineMid {
	background-image:url(/_images/wireframe/vertLineMid.gif);
	background-repeat: repeat-y;
}




.imgComment {
	margin-top: 9px;
	font-weight: bold;
	text-align: left;	
}


.vodniTekst {
	color: #969696;
	font-size: 9px;
}

.oglasTitle {
	margin-bottom: 5px;
}



.mnenje {
	margin-top: 3px;
}

.mnenje .datum {
	font-weight: bold;
	margin-bottom: 11px;
}


.mnenje .msg {
	font-weight: normal;
	margin-bottom: 11px;
	border: dotted 1px #F5A058;;
}


.mnenje .mnenje {
	font-weight: bold;
	margin-bottom: 11px;
}


.mnenje .odgovor {
	color: #969696;
	margin-bottom: 8px;
}




.multiPageNav {
	margin-bottom: 20px;
}

.multiPageNav-startEnd {
	float:left;
	width:21px;
}

.multiPageNav-item {
	float:left;
	margin-right:6px;
}


.multiPageNav a, 
.multiPageNav a:link, 
.multiPageNav a:visited {
	color: #000000;
	text-decoration: none;
}

.multiPageNav a:hover {
	color: #F5A058;
	text-decoration: none;
}



/*
=====================================
ADMIN
=====================================
*/


.adminCom {
	margin-top: 9px;
	/*border: solid 1px #FF0000;*/
}

.adminToolbar {
	border: dotted 1px #FF0000;
}





