
body {
	background-color: #D3D3D3;
	background-image: url(images/ozadje.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
}

table, td, th {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
}

form { margin: 0px; padding: 0px; }

a:link, a:visited, a:active {
	color: #1A73B3;
}
a:hover {
	color: #888;
	text-decoration: none;
}

#login_logo {
	margin-top: 100px;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

#login_form {
	max-width: 350px;
	margin: 0px auto;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#login_form .login_label{
	clear: left;
	float: left;
	display: block;
	width: 110px;
	padding-left: 10px;
	margin-top: 15px;
}

#login_form .login_value {
	margin-left: 15px;
	padding-top: 12px;
}

#login_form .login_username {
	color: #666;
	font-weight: bold;
	border: 1px solid #62CAE3;
	width: 180px;
	font-size: 13px;
	padding: 2px;
}
#login_form .login_password {
	color: #666;
	font-weight: bold;
	border: 1px solid #62CAE3;
	width: 180px;
	font-size: 13px;
	padding: 2px;
}


#login_form .login_submit {
	clear: both;
	margin: 15px auto;
	text-align: center;
}

#login_form .login_submit input {
	background-image: url(images/bg_title.jpg);
	background-repeat: repeat-x;
	border: 1px solid #62CAE3;
	cursor: pointer;
	width: 100px;
	font-weight: bold;
	color: #1A73B3;
}
#login_form .login_submit input:hover {
	background-image: none;
	background-color: #eee;
}

h1 {
	background-image: url(images/bg_title.jpg);
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 16px;
	color: #1A73B3;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	padding: 3px 10px;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 15px;
	color: #1A73B3;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}



#copyright {
	text-align: center;
	color: #999;
	font-size: 10px;
}

#copyright a {
	color: #999;
}


#error {
	display: none;
	margin: 5px 10px;
	padding: 5px;
	border: 1px solid #ee0000;
	background-color: #FFEFEF;
	color: #ee0000;
	font-weight: bold;
}

#success {
	display: none;
	margin: 5px 10px;
	padding: 5px;
	border: 1px solid #008000;
	background-color: #E8FFE8;
	color: #008000;
	font-weight: bold;
	margin-bottom: 25px;
}

#mainmenu  {
	background-image: url(images/ozadje_menu.jpg);
	background-repeat: repeat-x;
	/* border-bottom: 4px solid #aaa; */
	border-top: 1px solid #aaa;
	margin-top: -3px;
}
#mainmenu  ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
	height: 26px;
}

#mainmenu  ul li {
	float: left;
	width: 90px;
	text-align: center;
	display: block;
	border-right: 1px solid #fff;
}
#mainmenu  ul li a {
	display: block;
	color: #888;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}
#mainmenu  ul li a:hover{
	background-color: #666;
	color: #eee;
	padding: 5px;
}

#mainmenu  ul li.spacer {
	width: 5px;
	height: 26px;
	display: block;
	font-size: 0px;
	border-right: 1px solid #eee;
	margin-right: 5px;
}

#mainmenu  ul li.active a {
	background-color: #fff;
	color: #1A73B3;
	border-bottom: 4px solid #62CAE3;
}

#userdata {
	float:right;
	padding: 10px;
}

#content {
	border: 1px solid #ccc;
	padding: 20px;
	margin: 20px;
	background-color: #fff;
}

.tabholder {
	width: 100%;
}
.tabholder .tabholdertab{
	padding: 15px;
}

.delegacije_tab {
	border: 1px solid #ccc;
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.crte {
	border-collapse: collapse;
	border-right: 1px solid #ccc !important;
}

.delegacije_tab td {
	padding: 2px;
	border-bottom: 1px solid #ccc;
}

.delegacije_tab tr:hover {
	background-color: #eee;
}

.crte td {
	border-collapse: collapse;
	border-right: 1px solid #ccc !important;
}


.delegacije_tab .delegacije_head {
	background-image: url(images/bg_title.jpg);
	background-repeat: repeat-x;
	color: #1A73B3;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	font-size: 12px;
}

.nodata {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #666;
	padding: 10px;
	color: #20A707;
}

#filter {
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	width: 500px;
	padding: 10px;
	margin: 15px auto;
}

#filter strong {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 13px;
	color: #1A73B3;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;

}

#filter input {
	color: #666;
	font-weight: bold;
	border: 1px solid #62CAE3;
}
#filter select{
	color: #666;
	font-weight: bold;
	border: 1px solid #62CAE3;
}

.filter_line {
	clear: both;
	padding: 2px;
}

.filter_name {
	display: block;
	width: 80px;
	float: left;
}
.katpicker {
	width: 160px;
}

#filter .filter_submit {
	clear: both;
	margin: 15px auto;
	margin-bottom: 0px;
	text-align: center;
}

#filter .filter_submit input {
	background-image: url(images/bg_title.jpg);
	background-repeat: repeat-x;
	border: 1px solid #62CAE3;
	cursor: pointer;
	width: 100px;
	font-weight: bold;
	color: #1A73B3;
}

.filter_l {
	width: 250px;
	float: left;
}

.filter_r {
	width: 250px;
	float: left;
}


#absence {
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#absence strong {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 13px;
	color: #1A73B3;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;

}

#absence input {
	color: #666;
	font-weight: bold;
	border: 1px solid #62CAE3;
}
#absence select{
	color: #666;
	font-weight: bold;
	border: 1px solid #62CAE3;
}

#absence .absence_submit {
	clear: both;
	margin: 15px auto;
	margin-bottom: 0px;
	text-align: center;
}

#absence .absence_submit input {
	background-image: url(images/bg_title.jpg);
	background-repeat: repeat-x;
	border: 1px solid #62CAE3;
	cursor: pointer;
	width: 140px;
	font-weight: bold;
	color: #1A73B3;
}

.addbtn {
	padding: 2px;
	display: block;
	width: 180px;
	font-size: 15px;
	font-weight: bold;
}

.req {
	color: #ee0000;
	font-weight: bold;
	font-size: 16px;
}

.passSubmit {
	background-image: url(images/bg_title.jpg);
	background-repeat: repeat-x;
	border: 1px solid #62CAE3;
	cursor: pointer;
	font-weight: bold;
	color: #1A73B3;
	margin-top: 10px;
}

.settingsSubmit {
	background-image: url(images/bg_title.jpg);
	background-repeat: repeat-x;
	border: 1px solid #62CAE3;
	cursor: pointer;
	font-weight: bold;
	color: #1A73B3;
	margin-top: 10px;
}

#glavni1txt, #glavni2txt, #linijski1txt, #linijski2txt {
	font-weight: bold;
}

.sodniki_tab {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.sodniki_tab td {
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

.sodniki_tab tr:hover {
	background-color: #eee;
}

.sodnik_busy {
	background-color: #FFEFEF;
}

ul.listsod {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.listsod li a{
	display: block;
	padding: 1px 2px;
	text-decoration: none;
	font-weight: bold;
}
ul.listsod li{
	background-color: #FFB5B5;
	border: 1px solid #fff;
}
ul.listsod li.potrjen{
	background-color: #BBFF9E;
}
ul.listsod li.prenesen{
	background-color: #FFE88E;
}
ul.listsod li span{
	display: block;
	color: #ee0000;
	font-weight: bold;
}
ul.listsod li.potrjen span{
	display: block;
	font-weight: bold;
	color: #009F21;
}

.odsotenD {
	font-weight: bold;
	color: #ee0000;
}

#logotip {
	margin: 0px;
	padding: 0px;
}

.sodnik_info {
	cursor: help;
}

.glavni {
	background-image: url(/static/images/icon-glavni.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-top: 1px;
	padding-left: 22px;
}

.linijski {
	background-image: url(/static/images/icon-linijski.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-top: 1px;
	padding-left: 22px;
}
.kontrolor {
	background-image: url(/static/images/icon-kontrolor.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-top: 1px;
	padding-left: 22px;
}

.rezervni_glavni {
	background-image: url(/static/images/icon-rezervni_glavni.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-top: 1px;
	padding-left: 22px;
}

.rezervni_linijski {
	background-image: url(/static/images/icon-rezervni_linijski.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-top: 1px;
	padding-left: 22px;
}

.this_sodnik {
	font-weight: bold;
	color: #cc0000;
}

.sodniki_seznam {
	color : #666;
}

a.confirm_game {
	background-image: url(/static/images/icon_confirm.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 1px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-left: 22px;
	margin-bottom: 10px;
}


a.transfer_game {
	background-image: url(/static/images/transfer-icon.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 1px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-left: 22px;
}



a.confirm_transfer {
	background-image: url(/static/images/icon_confirm.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 1px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-left: 22px;
	margin-bottom: 10px;
}


a.deny_transfer {
	background-image: url(/static/images/icon_deny.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 1px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-left: 22px;
	margin-bottom: 10px;
}

.sodniki_icon  {
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	padding: 2px 5px;
	background-position: center center;
	cursor:help;
}
.potrjeno {
	background-image: url(/static/images/ikona-potrjeno.gif);
}
.preneseno {
	background-image: url(/static/images/ikona-preneseno.gif);
}
.ogledano {
	background-image: url(/static/images/ikona-ogledano.gif);
}

.menjava_denied { color : red }
.menjava_accepted { color : green }


.nividel {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

.nividel:after {
	content: " (še ni videl)";
	text-decoration: none;
	color: #000;
}

#poudarki_content, #kvalitete_content, #izboljsati_content {
	background: #efefef;
	padding: 10px;
	margin-bottom: 35px;
	max-width: 680px;
}