body {
	font-family: arial;
	font-size: 1em;
	padding: 0 1em 1em 1em;
	background: url('../../img/bg_blue.png') #4F7CE4 repeat-x fixed;
	color:white;
}
a {
	color:white;
	text-decoration:none;
}
a:hover {
	color:yellow;
	text-decoration:underline overline;
}

.FormTextTitle {
	font-family: arial;
	font-size: 1em;
	border: 1px solid black;
	width: 20em;
}
.FormTextTitle1 {
	font-family: arial;
	font-size: 1em;
	border: 1px solid black;
	width: 3em;
	font-weight:bold;
	text-align:center;
}

.FormButton {
	font-family: arial;
	font-size: 1em;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
}

.FormButton:hover {
	border-top: 3px solid black;
	border-left: 3px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.ListTable {
	margin: 1em 0 0 0;
	background-color:white;
	color:black;
}
.LoginTable {
	font-size: 1.5em;
	background: white;
	border: 1px solid black;
	color: blue;
}
.FormTextLogin {
	font-size: 1em;
	background: #eaeaea;
	border: 1px solid black;
	width: 10em;
}
.FormButtonLogin {
	font-size: 1em;
	border: 1px solid black;
}

.LogoutLink a {
	background: #FF2929;
	color: white;
	font-weight:bold;
}
.LogoutLink a:hover {
	background: #E5FF70;
	color:red;
	
}


.brisi_dugme {
 text-align:center;
 background-color: #FFB65C;
 font-weight: bold;
}
.promeni_dugme {
 text-align:center;
 background-color: #91FF69;
 font-weight: bold;
}

td a {
	
	    color: #616161;
		
	    text-decoration: none;
}


#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer ul li 
{ 
display: inline; 
width:130px;
border: 1px 1px 1px 1px;
}

#navcontainer ul li a
{ 
padding:6px;
background:#FFFFFF;
color:blue;
border: 1px solid blue;
}


#navcontainer ul li a:hover
{
background:blue;
color:white;
}

table.ListTable tr:hover {
background:#D8D8D8;
}

