@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.glava {
	width:100%;
	height: 16px;
	text-align:right;
	border-bottom: #d0dbff 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top: 4px;
	padding-bottom: 5px;
}
.glava a:visited {
	text-decoration: underline;
	color: #00F;
}

.glavalevo {
	float: left;
	width: auto;
	margin-left: 7px;
	word-spacing: 5px;
}

.glavadesno {
	float: right;
	width: auto;
	margin-right:7px;
}

.meni {
	float: left;
	width: 150px;
	padding: 10px 0px 0px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.meni a:visited{
	text-decoration: none;
	color: #000;
}

.izbran {
	padding-left: 10px;
	padding-right: 5px;
	font-weight: bold;
	background-color: #bbccff;
	padding: 4px 4px 4px 10px;
}

.neizbran {
	text-decoration: none;
	color: #000;
	padding-left: 10px;
	padding-right: 5px;
	font-weight: normal;
	padding: 4px 4px 4px 10px;
}

.neizbran:hover {
	background-color: #eef2ff;
}

.meni a:link {
	text-decoration: none;
	color: #000;
}

.vsebina {
	overflow:auto;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-left: 3px #bbccff solid;
	border-top: 3px #bbccff solid;
	border-bottom: 3px #bbccff solid;
	background-color: #eef2ff;
}

.podvsebinameni {
	padding: 5px 0px 5px 10px;
	border-bottom: #d0dbff 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #333;
}
.podvsebina {
	background-color: #fff;
	padding: 5px 0px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}
.podvsebinanoga {
	padding: 5px 0px 5px 10px;
	border-top: #d0dbff 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #333;
}

.nasvet {
	font: 12px normal helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
  	border-left: 3px solid #ccc;
}

.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	cursor: pointer;
	text-shadow:1px 1px 0px #ffffff;
}.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	cursor: pointer;
}.btn:active {
	position:relative;
	top:1px;
}

textarea {
	font-family:Tahoma, Geneva, sans-serif;
}

.obvestila {
	border: #d0dbff 1px solid;
	float: inherit;
	padding: 2px 0 2px 0;
}

.obvestila:hover {
	background-color: #bbccff;
	font-weight: bold;
}
.pokaziObvestilo {
	cursor: pointer;
	color: #208477;
}

.dodajanjeIgralca {
	float: inherit;
	padding: 2px 0 2px 0;
}

.dodajanjeIgralca:hover {
	background-color: #bbccff;
}

.dodajanjeIgralca img {
	cursor: pointer;
}
.dodajIgralca {
	color: #FFF;
}
.dodajIgralca a {
	cursor: pointer;
}
.dodajIgralca a:hover{
	cursor: pointer;
	color: #208477;
}

.uredi {
	text-align: right;
	margin-right: 15px;
	cursor: pointer;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}
text {
	font-family:Tahoma, Geneva, sans-serif;
}