@import url('/css/reset.css');
@import url('/css/ui.css');
@import url('/css/tables.css');
@import url('/css/real.css');

a:link, a:visited, a:active, a:hover {
	color: #000;	
}

a:hover {
	color: #666;	
}

#wrap {
	width: 640px;
}
#left {
	display: none;
}
#right {
	width: 100%;
}
#right .m5 {
	margin: 5px 12px 12px 12px;
}
#right h3 {
	font-size: 14px;	
}

#menu ul {
	width: 100%;
}

#login {
	width: 360px;
	margin: 30px auto;
	/*border: 1px solid #aaa;
	background: #f9f9f9;
	border-radius: 6px;*/
	padding: 12px;
}

#login #error {
	color: #f00;
	text-align: center;
	margin: 0 10px 10px;
}

#login #error ul li {
	list-style-type: disc;
	list-style-position: inside;
}
	
#login h2 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin: 5px;
	text-align: center;
}

#login table {
	margin: 14px 20px;
	width: 300px;
}

#login table tr td {
	padding-bottom: 10px;
	width: 50%;
}

#login table tr td input {
	width: 100%;
	padding: 4px;
}

#login table tr td input.submit {
	width: 92px;
	cursor: pointer;
	padding: 6px 2px;
}
	
#login table tr td.label {
	text-align: right;
	padding-right: 5px;
}

.top10 {
	width: 610px;
	margin: 4px;
	/*border: 1px solid #ccc;*/
}

/*.top10 thead {
	background: #ddd;
	color: #fff;
	background:#232B40 url(http://realmadrid.si/wp-content/themes/real/images/table-header.jpg) repeat-x scroll 0 0;
}*/

.top10 thead th {
	font-weight: bold;
}

.top10 thead th, .top10 tbody tr td {
	padding: 5px;
}

.top10 tbody tr td.num {
	text-align: center;
	width: 13%;
}

.top10 tbody tr.odd {
	background: #f0f0e0;
}

.top10 .poz {
	text-align: center;
	width: 24px;
}

.top10 tbody tr {
	border: 1px solid #aaa;
}

button {
	cursor: pointer;
	border: 0;
	background: transparent;
}

/* breadcrumbs */
.breadcrumbs {
	margin: 10px 0;
	padding: 6px 8px;
	/*border: 1px solid #333;*/
	/*background: #eed;*/
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active, .breadcrumbs a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
	font-weight: bold;
}

.breadcrumbs a:hover {
	color: #666;
}

.right {
	float: right;
}

.sitemap {
	font-size: 14px
}

.sitemap ul.navigation {
	margin-left: 10px;
}

.sitemap ul.navigation a, .sitemap ul.navigation a:link, .sitemap ul.navigation a:visited, .sitemap ul.navigation a:active, .sitemap ul.navigation a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
}

.sitemap ul.navigation a:hover {
	color: #666;
}


/* PAGINATION */
.pagination {
	float: right;
	margin: 5px 5px 10px 5px;
	overflow: hidden;
	clear: both;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}
.pagination a, .pagination span {
	border-bottom: 0 !important;
	text-decoration: none;
	display: block;
	float: left;
	padding: 2px 8px;
	background: #fff url('/images/stran/pager/button_bg.gif') left bottom repeat-x;
	border: 1px solid #ccc;
	border-right: none;
	text-align: center;
	overflow: hidden;
	color: #777;
}
.pagination .next { padding: 2px 6px; width: 16px; border-right: 1px solid #ccc; -webkit-border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; }
.pagination .previous { padding: 2px 6px; width: 16px; -webkit-border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-bottomleft: 4px; }
.pagination span.next,
.pagination span.previous { background: #fff url('/images/stran/pager/button_bg.gif') left bottom repeat-x; color: #aaa; }
.pagination span { background-image: url('/images/stran/pager/button_click_bg.gif'); background-color: #999; color: #fff; }
.pagination a:hover { background-image: url('/images/stran/pager/button_hover_bg.gif'); background-color: #eee; text-decoration: none; }
.pagination a:active { background-image: url('/images/stran/pager/button_click_bg.gif'); background-color: #838383; color: #fff; text-decoration: none; }

