body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin:0;
	padding:0;
}
#file-manager{
	background-color:#EEE;
	border:1px solid #DDD;
	margin:50px auto;
	padding:10px;
	width:400px;
}

ul.manager li{
	background:url(slike/bg_gradient.gif) repeat-x center bottom #F5F5F5;
	border:1px solid #DDD;
	border-top-color:#FFF;

	list-style:none;
	position:relative;
}

ul.manager li a{
	display:block;
	padding:8px;
}

ul.manager li a:hover .download-label{
	/* When a list is hovered over, show the download green text inside it: */
	display:block;
}

span.download-label{
	background-color:#64B126;
	border:1px solid #4E9416;
	color:white;
	display:none;
	font-size:10px;
	padding:2px 4px;
	position:absolute;
	right:8px;
	text-decoration:none;
	text-shadow:0 0 1px #315D0D;
	top:6px;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

span.download-count{
	color:#999;
	font-size:10px;
	padding:3px 5px;
	position:absolute;
	text-decoration:none;
}

/* The styles below are only necessary for the demo page */

p.tutInfo{
	/* The tutorial info on the bottom of the page */
	padding:10px 0;
	text-align:center;
	position:fixed;
	bottom:0px;
	background:#f0f0f0;
	border-top:1px solid #eaeaea;
	width:100%;
	z-index:15;
}

h1,h2,p.tutInfo{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}
pre {
	color: #FFFFFF;
	background-color: #eeeeee;
	padding: 0 4px 0 4px;
	border: 1px dashed #bbbbbb;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 11px;
	letter-spacing: normal;
}
.step {
	font-weight: bold;
	color: #0000ff;
}
.title {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	/*background: url(title.png) left top no-repeat;*/
	/*padding-left: 1.3em;*/
}
.code {
	background-color: #eeeeee;
	padding: 1px 2px 1px 2px;
	font-weight: bold;
	border-top: 1px dashed #bbbbbb;
	border-bottom: 1px dashed #bbbbbb;
}
.tiny {
	font-size: 10px;
	font-weight: normal;
}
#main {
	padding: 10px 15px;
	margin: 1em auto;
	text-align: left;
	background-color: #fff;
	width: 500px;
	border: 1px solid #bbb;
}
p {
	margin-left: 20px;
	margin-right: 20px;
}
li.custom {
	list-style-type: none;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 2em;
	margin-top: 0.7em;
}
a:link, a:visited {
	color: #666666;
	font-weight: normal;
	margin: 1px;
}
a:hover, a:active {
	color: #0099FF;
}
a.site_nav:link, a.site_nav:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
	margin: 0px;
	border-bottom: 0;
}
input, textarea, select {
	margin-left: 4px;
	margin-top: 3px;
	border: 1px solid #bbbbbb;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #2A00AA;
}

input#submit {
	font: bold 11px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #bbbbbb;
	background-color: #330000;
	color: black;
}
.mail {
	color: red;
	font-weight: bold;
}
.copy {
	color: #00CC00;
	font-weight: bold;
}
.red { color: red; }
.green { color: green; }
.black { color: #0099CC; }
.titlejs { font-size: 14px; color: blue; }
.purple { color: #6565A0; }
