/* Logovanje korisnika */
div #log {
	float:right;
	width: 350px;
	height:55px;
    margin:-45px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	font-size: 12px;
}
div #log a:link, div #log  a:visited {
	color: #ed1c24;
	text-decoration: none;
	font-weight:normal;
	font-size:100%;
	}
#log a:hover {color: #333333;text-decoration: underline;}


div #log input, div #log select, div #log textarea {
	color: #505052;
	font-size : 12px;
	font-weight: normal;
	width:95px;
	height:23px;
	border: 1px solid #d5d5d5;
	padding:0px 10px 0px 10px;
}
div #log dl {
	float:right;
	width:340px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: right;
}

div #log form dt.error {
	color:red;
	margin:0;
	padding: 2px 2px 2px 15px;	
	}
div #log form dt {
	float:left;
	display:block;
	color: #505052;
	font-size : 100%;
	padding: 2px 2px 2px 5px;
	}
div #log form dt.register {
	float:left;
	color: #505052;
	font-size : 90%;
	padding: 2px 2px 2px 15px;	
	}
div #log form dt.label {
	color : #FF0000;
	float:left;
	width:45px;
	padding:2px 5px 2px 15px;
	margin:0px;
	}
	
div #log form dd.submit {
	clear:both;
	margin:-27px 0px 0px 0px;
	float:right;
	}
	
div #log form dd.submit input {
	background:#f5f5f5;
	width:84px;
	height:25px;
	float:right;
	border: 1px solid #d5d5d5;
	text-align:center;
	padding:3px 0px 10px 0px;
	margin:0px;
	font-size : 110%;
	font-weight:bold;
	cursor:pointer;
	color: #505052;
}
div #log p {
	margin:0;
	padding: 2px 2px 2px 15px;	
	}

/* CSS za login formu */

#login {
	width: 100%;
	float:left;
	display:block;
	margin: 0px auto 10px auto;
	color:#000000;
	text-align: left;
}

#login input {
	color : #000000;
	font-weight: bold;
	width:50px;
	padding:0px;
}
#login form dl {
	display:block;
	padding:3px 3px 3px 0px;
	}
#login form dd {
	width:120px;
	padding:0px;
	float:right;
/*	border:1px solid red;*/
	}
#login form dt.submit input{
	margin-right:0px;
	margin-top:3px;
	width:60px;
	}
	
#login form dt {
	float:left;
	color : #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	/*border:1px solid red;*/
	}
#login p.valid{
	font-size:85%;
	color:red;
	padding:3px 0px 0px 0px;
	}
/* CSS za logout */
#logout {
	width: 100%;
	float:left;
	display:block;
	margin: 0px auto 10px auto;
	text-align: left;
	border-top: 1px dotted #918F8F; 
}
#logout p{
	font-weight:normal;
	font-size:100%;
	color:#000000;
	margin:0px;
	padding:0px;
}
#logout a{
	font-weight:normal;
	font-size:90%;
}
/* CSS za register formu */
#registerform {
	float:left;
	width:600px;
	margin:0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
	z-index:0;
	overflow: hidden; /* italic bug */
}


/* CSS za postove */
div #postovi{
	color: #000000;
	font-size: 100% ;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

p.addpost{
	font-size:120%;
}
p.addpost  a:link,  p.addpost a:visited {color: #666666;text-decoration: none;font-weight:bold;}
p.addpost a:hover {color: black;text-decoration: underline;}
#postovi p.poslao{
	font-size:85%;
	margin-bottom:2px;
}
#postovi p.posttext{
	font-size:100%;
	text-align:left;
}
#postovi p.postfiles{
	font-size:85%;
	margin-bottom:10px;
}
#postovi p.postfiles  a:link,  #postovi p.postfiles a:visited {color: #666666;text-decoration: none;font-weight:bold;}
#postovi p.postfiles a:hover {color: black;text-decoration: underline;}

/* CSS za register formu */
#dodajforma {
	width: 500px;
	float:left;
	display:block;
	margin-left: 0px;
	margin-bottom:15px;
	color:#000000;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}

#dodajforma  input, #dodajforma select, #dodajforma textarea {
	color : #000000;
	font-weight: normal;
	width:300px;
}

#dodajforma dl {
	float:left;
	display:block;
	padding:3px 3px 3px 0px;
	}
#dodajforma dd {
	width:370px;
	padding:0px;
	float:right;
	}
#dodajforma dd p.valid{
	font-size:85%;
	color:red;
	padding:0px 0px 5px 0px;
	}
#dodajforma .submit input{
	display:inline;
	margin-right:0px;
	margin-top:3px;
	width:60px;
	}

#dodajforma dt {
	width:100px;
	float:left;
	color : #000000;
	font-weight:bold;
	padding-left:15px;
	padding-top: 1px;
	padding-bottom: 1px;
	}
#files_list {
	clear:both;
	position:relative;
	margin-right:0px;
	margin-top:3px;
	padding-left:15px;
	width:500px;
	}
#files_list input{
	postion:relative;
	display:inline;
	margin-right:0px;
	margin-top:3px;
	margin-left:10px;
	width:60px;
	}
.chtml
{
   margin-left: 3px;
}

#postdoc {
	width: 100%;
	margin: 0px auto 2px auto;
	color:#000000;
	text-align: left;
	border-top: 1px dotted #918F8F; 
}
#postdoc p.poslao{
	font-size:85%;
	margin-bottom:2px;
}
#postdoc p.postfiles{
	font-size:85%;
	margin-bottom:10px;
}
#postdoc p.postfiles  a:link,  #postdoc p.postfiles a:visited {color: #666666;text-decoration: none;font-weight:bold;}
#postdoc p.postfiles a:hover {color: black;text-decoration: underline;}

 p.validok{
	font-size:85%;
	color:green;
	padding:2px 0px 2px 0px;
	margin:5px 0px 15px 5px;
	}

div #login_body {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
	z-index:0;
	overflow: hidden; /* italic bug */
}
#login_body table.narudzbe {
	width:100%;
	padding:3px;
	margin:0px;
	text-align:center;
	}
#login_body table.narudzbe th{
	background: #d9d9d9;
	padding:3px;
	margin:0px;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	}
#login_body table.narudzbe_detail {
	width:100%;
	border:1px solid #cacaca;
	padding:2px;
	margin:0px 0px 10px 0px;
	text-align:center;
	}
#login_body table.narudzbe_detail th{
	background: #e7e9f2;
	padding:2px;
	margin:0px;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	}
#login_body table.narudzbe_detail td.ukupno{
	padding:3px;
	margin:0px;
	font-size:100%;
	font-weight:bold;
	text-align:left;
	border-top:2px solid #cacaca;
	}
#login_body table.narudzbe_detail td.ukupnodin{
	padding:3px;
	margin:0px;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	border-top:2px solid #cacaca;
	}
div #login_body h2{
	font-size: 16px;
	color: #000000;	
	font-weight:normal;
	margin:0px 0px 0px 0px;
	padding:10px 2px 2px 10px;	
}