﻿body  {
	background-color: rgb(190,190,190);
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

p, table, caption, td, tr, th {
	margin:0;
	padding:0;
	font-weight:normal;
}

/* ---- Paragraphs ---- */

p {
	margin-bottom:15px;
}
	
/* ---- Table ---- */

table {
	border-collapse:collapse;
	margin-bottom:10px;
	margin-left: 10px;
	margin-right: 10px;
	width: 680px;
}

caption {
	text-align:left;
	font-size:15px;
	padding-bottom:10px;
	}

table td, table th {
	padding:5px;
	border:1px solid #fff;
	border-width:0 1px 1px 0;
}
	
thead th {
	background:#91c5d4;
}
		
thead th[colspan], thead th[rowspan] {
	background:#66a9bd;
}
	
tbody th, tfoot th {
	text-align:left;
	background:#91c5d4;
}
	
tbody td, tfoot td {
	text-align:center;
	background:#d5eaf0;
}
	
tfoot th {
	background:#b0cc7f;
}
	
tfoot td {
	background:#d7e1c5;
	font-weight:bold;
}
		
tbody tr.odd td { 
	background:#bcd9e1;
}

#forma {
	margin-left: 10px;
}

#login-forma {
	float:left;
	margin-left: 400px;
	padding-bottom: 20px;
}

.form-polje input, .form-polje select {
	background-color: #eee;
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
	background: -moz-linear-gradient(top, #fff, #efefef);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	color: #6F6F6F;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	border: solid 1px #66CCCC;
	margin: 0;
	padding:4px;
	font-family: Tahoma;
	font-size: 14px;
	width:200px;
}

.form-polje :focus {
	box-shadow: 0px 1px 3px #FFA500;
	-webkit-box-shadow: 0px 1px 3px #FFA500;
	-moz-box-shadow: 0px 1px 3px #FFA500;
	border: solid 1px #FFA500;
}

.form-polje{
	font-size:16px;
	font-family: Arial;
	color: #000000;
	margin-bottom: 15px;
	text-align:left;
}

.label	{
	color: #969696;
	font-family: Verdana,Arial,Calibri,Tahoma,Helvetica;
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 5px 0;
}

#container {
	background: #FFF;
	width: 1000px;
	margin: auto;
	margin-top: 10px;
	padding: 0;
	box-shadow: 0px 0px 6px 3px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 6px 3px rgba(119, 119, 119, 0.75);	
	-webkit-box-shadow: 0px 0px 6px 3px rgba(119, 119, 119, 0.75);
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#header {
	background: #FFF;
	margin: 5px 5px 5px 5px;
	padding: 10px 10px 0px 10px;
	width: 970px;
	
	float: left;
}

#header ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgb(132,184,237);
}

#header li {
	display: inline;
}

#logo {
	background: transparent;
	clear: both;
	margin-bottom: 10px;
}

img {outline : none;
border : none;}

.button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea) );
	background:-moz-linear-gradient( center top, #bddbfa 5%, #80b5ea 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
	background-color:#bddbfa;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:100px;
	text-decoration:none;
	text-align:center;
	margin-top: 0px;
	margin-right: 1px;
	float: left;
}

.submit.button  {
	margin: 10px 0px 0px 50px;
	height:30px;
	line-height:30px;
	width:100px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa) );
	background:-moz-linear-gradient( center top, #80b5ea 5%, #bddbfa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
	background-color:#80b5ea;
}

.button:active {
	position:relative;
	/*top:1px;*/
}

.logout.button {
	float: right;
	margin-right: 0px;
}

#content {
	background: #FFF;
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 10px 0px 10px 0px;
	width: 700px;
	height: 400px;
	float: left;
	border: 1px solid rgb(132,184,237);
}

#navigation {
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 10px 0px 10px 0px;
	float: right;
	width: 260px;
	height: 400px;
	background: #FFF;
	border: 1px solid rgb(132,184,237);
}

#navigation  h2 {
	color: #FF0000;
}
	
#footer {
	clear: both;
	padding: 10px 20px;
	margin: 0;
	color: #BBB;
	font-size: 85%;
	font-weight: normal;
	background-color: #333;
}

h1 {
	margin: 18px 0 3px 0;
	padding: 16px 0 3px 8px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 250%;
	font-weight: bold;
	color: #2B2B6A;
	border-bottom: 1px solid #DE7C29;
}

h2 {
	margin: 18px 0 3px 0;
	padding: 16px 0 3px 8px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #2B2B6A;
	border-bottom: 1px solid #DE7C29;
}


h3 {
	margin: 10px 0 5px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #2B2B6A;
}

