body {
	font-family: arial;
	font-size: 1em;
	padding: 0 1em 1em 1em;
	background: url('../img/bg_gray.png') #b8b8b8 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;
}

/**************** menu coding *****************/

#menu {
background:url(../img/menua.jpg);
float: left;
margin-left:3px !important;
margin-left:1px;
/*width:850px;*/
height:25px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 1px;
width: 168px;
height:25px;
float: left;
}



#menu a, #menu h2 {
font: bold 11px/16px Verdana, arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #FFFFFF;
background:url(../img/menua.jpg);
}



#menu a {
color: #000;
background: #E7E7E7;
text-decoration: none;
}



#menu a:hover {
color: #a00;
background: #fff;
}



#menu li 
{
position: relative;
width: 168px;
background:#838383;
}



#menu ul ul {
position: absolute;
z-index: 500;

}



#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}



div#menu ul ul,

div#menu ul li:hover ul ul,

div#menu ul ul li:hover ul ul

{display: none;}



div#menu ul li:hover ul,

div#menu ul ul li:hover ul,

div#menu ul ul ul li:hover ul

{display: block;}



table.ListTable tr:hover {
background:#D8D8D8;
}



.liga1par {
background: #6E6E6E;
}

.liga1par:hover {
background: #393939;
}
.liga1nepar:hover {
background: #393939;
}
