/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: styles.css
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
img {border: 0;}
a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #303030;
	text-decoration: underline;
}

a.side
{
	color: #061a24;
	text-decoration: none;
}

a:hover.side
{
	color: #303030;
	text-decoration: underline;
}

a.white, li.white a
{
	color: #ed7820;
	text-decoration: none;
}

a:hover.white, li.white a:hover
{
	color: #cbcbcb;
	text-decoration: underline;
}

.banner{
        padding-top: 10px; 
        padding-left: 517px;
}

.banner2{
        padding-top: 5px; 
        padding-left: 517px;
}

.main-footer a
{
	color: #fff;
	text-decoration: none;
}

.main-footer a:hover
{
	color: #fff;
	text-decoration: underline;
}

body
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #444;
	background: url(images/bg.png);
	margin: 0px;
}

hr
{
	height: 1px;
	border: 0px;
	border-bottom: 1px dotted #fffff;
}

hr.side-hr
{
	height: 0px;
}

td
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
}

pre
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
}

.alt
{
	color: #444;
}

.spacer
{
	margin-bottom: 5px;
}

.admin-message
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background: #e5e5e5;
	border: 1px solid #ffffff;
	padding: 6px;
}

/* Form element properties */

form
{
	margin: 0px;
}

.button
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #000;
	background: url(images/button_bg.png) center;
	height: 20px;
	border: 1px solid #00000;
	padding-bottom: 2px;
	margin-top: 2px;
}

.button:hover
{
	background: url(images/button_bg_over.png) center;
	border: 1px solid #ffffff;
}

.bbcode
{
	background: url(images/button_bg.png) center;
	border: 1px solid #000000;
	margin-top: 2px;
}

.bbcode:hover
{
	background: url(images/button_bg_over.png) center;
	border: 1px solid #000000;
}

.textbox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background: #fff;
	border: 1px solid #000000;
}

/* Header and footer properties */

.sub-header
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #000;
	background: #000000;
	height: 30px;
	padding: 0px;
}

.sub-header ul
{
	margin: 0;
	padding: 0;
}

.sub-header ul li
{
	display: inline;
}

.sub-header ul li.first-link .bullet
{
	display: none;
}

.full-header 
{
	color: #fff;
	height: 140px;
	background: url(images/header_bg.png) repeat-x;
	padding: 0px;
	vertical-align: top;
}

.footer
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	height: 70px;
	color: #fff;
	background: url(images/footer.png) no-repeat;
	padding: 5px;
}

.main-body
{
	font-size: 11px;
	color: #000;
	background: #fff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 4px;
}

.main-bg
{
	color: #fff;
	background: #000000;
	padding: 5px 0px 5px 0px;
}

/* Side-Panel properties */

.side-left .side-border-right
{
	display: none;
}

.side-right .side-border-left 
{
	display: none;
}

.side-border-left
{
	color: #444;
	background: #000000;
	padding: 5px 2px 0px 2px;
	width: 165px;
}

.side-border-right
{
	color: #444;
	background: #000000;
	padding: 5px 0px 0px 2px;
	width: 165px;
}

.side-border-right1
{
	color: #444;
	background: #000000;
	padding: 5px 2px 0px 2px;
	width: 135px;
}

.buton
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #505050;
	height: 10px;
	background: url(images/buton.jpg) repeat-x;
}

.panely
{
	background: #000000;
        padding: 0px 0px 0px 0px;
}

.capmain
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	height: 35px;
	background: url(images/cap_bg.png) repeat-x;
	padding: 4px 0px 4px 9px;
}

.capmain-left
{
	width: 18px;
	background: url(images/cap_bg_left.png) no-repeat;
}

.capmain-right
{
	width: 18px;
	background: url(images/cap_bg_right.png) no-repeat;
}

.bottom
{
	text-align: center;
	height: 15px;
	background: url(images/bottom_bg.png) repeat-x;
}

.bottom-left
{
	width: 10px;
	height:15px;
	background: url(images/bottom_bg_left.png) no-repeat top left;
}

.bottom-right
{
	width: 10px;
	height:15px;
	background: url(images/bottom_bg_right.png) no-repeat top right;
}

.side-body
{
	font-size: 10px;
	color: #444;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: #fff;
	padding: 4px;
}

/* Center-Panel properties */

.news-category
{
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-footer
{
	font-size: 10px;
	color: #000;
	background: #e5e5e5;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 5px 4px 4px 4px;
}

.side-border-rright
{
	color: #444;
	background: #000000;
	padding: 5px 0px 0px 2px;
	width: 155px;
}

.lista2
{	font-size: 10px;
	color: #fff;
	widht: 468px;
	height: 60px;
	border: 10px 
	padding-bottom: 7px;
        padding-right: 60;
	margin-top: 7px;

}

.lista
{	font-size: 10px;
	color: #fff;
	background: url(images/cap.png) center;
	height: 30px;
	border: 0px solid #ffffff;
	padding-bottom: 0px;
	margin-top: 0px;

}

a.games-leagues:link,a.games-leagues:visited {
	text-decoration: none;
	font-family:arial;
	background-color: #fff;
	font-size:10px;
	height:19px;
	text-align:left;
	display:block;
	font-weight: bold;
	color: #000;
}

a.games-leagues:hover {
	text-decoration: none;
	color: #000;
	background-color: #e4e0e0;
}

a.games-leagues-open:link,a.games-leagues-open:visited {
	text-decoration: none;
	font-family:arial;
	font-size:11px;
	background-color:#fff;
	padding-top: 0px;
	padding-left: 1px;
	border-bottom: 0px #BCBCBC solid;
	text-align:left;
	display:block;
	font-weight: none;
	color: #000;
}

a.games-leagues-open:hover {
	text-decoration: none;
	color: #000;
	background-image: url(images/right-arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#e4e0e0;

}


/************************************************************************************************************/
/* General table properties */

.center
{
	margin: 0 auto;
}

.tbl-border
{
	border: 0px;
	background: #000000;
}

.tbl
{
	font-size: 11px;
	color: #444;
	padding: 4px;
}

.tbl1
{
	font-size: 11px;
	color: #000;
	background: #fff;
	padding: 4px;
}

.tbl2
{
	font-size: 11px;
	color: #444;
	background: #e5e5e5;
	padding: 4px;
}

.forum-caption
{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: url(images/cap_bg.png) repeat-x 1px;
	padding: 4px;
}

.quote
{
	font-size: 11px;
	color: #555;
	background: #f8f8f8 url(images/quote.gif) no-repeat top right;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #000;
}

.poll
{
	height: 12px;
	border: 1px solid #eee;
}

.comment-name
{
	font-weight: bold;
}

.shoutboxname
{
	font-weight: bold;
}

.shoutbox
{
	color: #000;
}

.shoutboxdate
{
	font-size: 10px;
	color: #007ac6;
}

.small {
	font-size: 
px;
	font-weight: normal;
}

.small2
{
	font-size: 10px;
	font-weight: normal;
	color: #eee;
}

.side-small
{
	font-size: 10px;
	font-weight: normal;
	color: #eee;
}

.side-label
{
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background: #e5e5e5;
	margin: 2px 0px 2px 0px;
	padding: 4px;
}

/* Vertical Navigation */

#navigation h2
{
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background: #e5e5e5;
	margin: 2px 0px 2px 0px;
	padding: 4px;
}
	
#navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li
{
   height: 1%;
}

#navigation a
{
	display: block;
	color: #000;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover
{
	color: #fff;
	background: url(images/cap_bg.png) repeat-x center;
}

/* Page Navigation */

.pagenav
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-style: italic;
	color: #000;
	background: #e5e5e5;
	border: 1px solid #000000;
	padding: 6px;
}

.pagenav span
{
	color: #fff;
	background: url(images/cap_bg.png) repeat-x 1px;
	border: 1px solid #000000;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a
{
	color: #000;
	background: #e5e5e5;
	border: 1px solid #000000;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover
{
	color: #fff;
	background: url(images/cap_bg.png) repeat-x 1px;
	text-decoration: none;
}

#nav
{
	background: url(images/nav_bg.png) repeat-x;
	height: 30px;
	padding: 0px;
}

#nav li.top
{
	display: block;
	float: left;
}

#nav li a.top_link
{
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none; 
	color: #fff; 
	display: block;
	float: left;
	line-height: 30px; 
	padding: 0px 0px 0px 12px; 
	border-right: 1px solid #000;
	cursor: pointer;
}

#nav li a.top_link span
{
	float: left;
	display: block;
	padding: 0px 12px 0px 0px;
}

#nav li:hover a.top_link, #nav a.top_link:hover
{
	color: #fff; 
	background: url(images/nav_over_bg.png) repeat-x;
}

#nav li a.sil_link
{
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none; 
	color: #fff; 
	background: url(images/nav_over_bg.png) repeat-x;
	display: block;
	float: left;
	line-height: 30px; 
	padding: 0 12px 0 12px; 
	border-right: 1px solid #000;
	cursor: pointer;
}

.adminlista {
font-family : Verdana, Tahoma, Arial, Sans-Serif;
font-size : 10px;
color : #888;
height : 17px;
padding : 0 3px 0 3px;
background-image : url(images/h-lista.png);
}
.hlista {
font-family : Verdana, Tahoma, Arial, Sans-Serif;
font-size : 10px;
color : #888;
height : 17px;
padding : 0 0 0 0;
background-image : url(images/h-lista.png);
}
.dlista {
font-family : Verdana, Tahoma, Arial, Sans-Serif;
font-size : 10px;
color : #888;
height : 12px;
padding : 0 0 0 0;
background-image : url(images/d-lista.png);
}
.upanel {
font-size : 10px;
color : #888;
background-color : #1d1d1d;
padding : 5px;
}
.upanel2 {
font-size : 10px;
color : #888;
background-color : #1d1d1d;
padding : 2px;
}
/*+--------------- MOJE--------------+*/
/* header */
h11, h12, h13 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 
}
h11 {
	font-size: 145%;
	padding: 10px 10px 5px 10px;
	background-color: inherit;
	color: #F6F6F8;
}1
h2 {
  font-size: 125%;
  text-transform: uppercase;
  color: #404040;
}

h12, p {
	padding: 10px;
	margin: 0px;
}

ul, ol {
	margin: 10px 20px;
	padding: 0px 20px;
}

acronym {
  cursor: help;
}

#wrap {
	margin: 0px auto; 
	padding: 0px; 
	width: 900px;
	text-align: left;
}

/* header */
#header { 
	position: relative;
	height: 70px; 
	margin: 0px; 
	padding: 0px;
}
#header h11#logo {
	position: absolute;
	font: bold 3.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0px; 
	padding:0px;
	color: #333333;
	letter-spacing: -2px;
	border: none;
	top: 0px; 
	left: 2px;
}
#header h11#logo span { 
	color: #444444; 
}

#header h12#slogan { 
	position: absolute;
	margin: 0px; 
	padding: 0px;
	font: bold 12px Arial, Tahoma, Sans-Serif;
	text-transform: none;
	top: 50px; 
	left: 45px;
	color: #F6F6F8;
}

