body {
	margin: 0;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h1, h2 {
	font-family: sans-serif;
}

h2 a {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

a {
	color: Black;
	text-decoration: underline;
	font-weight: bold;
}

img {
	border: 0;
}

table {
	vertical-align: top;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
tr, td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.dummy {
	clear: both;
}

.center {
	margin: auto;
}

.submit_button {
	padding: 1px 10px;
	color: White;
	font-weight: bold;
	background-color: #377340;
	border: 2px solid Black;
	cursor: pointer;
}

#wrapper {
	width: 1000px;
	margin: auto;
	margin-bottom: 3px;
	border-left: 5px solid #CDCDCD;
	border-right: 5px solid #CDCDCD;
}

#head {
}

#head #bnr {
	background-image: url(../images/top_bnr.png);
	height: 185px;
	cursor: pointer;
}

#head #menu_top {
	background-image: url(../images/top_menu.png);
	height: 47px;
	padding-top: 10px;
	padding-left: 10px;
}

#head #menu .item {
	float: left;
	min-width: 80px;
	text-align: center;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	background-image: url(../images/menu_border.png);
	background-position: center right;
	background-repeat: no-repeat;
}

#head #menu a:hover {
	color: gray;
	text-decoration: none;
}

#head #menu a {
	text-decoration: none;
}

#foot {
	background-image: url(../images/foot.png);
	text-align: center;
	color: White;
	font-weight: bold;
	font-size: 10px;
	padding: 3px;
}

#foot a{
	color: White;
	font-weight: bold;
	font-size: 12px;
}

#middle {
	background-color: White;
	width: 1000px;
}


#middle #left {
	background-color: #D7D4D4;
	width: 175px;
	padding-top: 10px;
	padding-left: 2px;
}

#middle #left .box1 {
	margin-bottom: 10px;
	width: 170px;
}

#middle #left .box1 .top {
	height: 13px;
	background-image: url(../images/box1_top.gif);
}

#middle #left .box1 .bnr  {
	background-image: url(../images/box_logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px;
	padding-left: 25px;
	background-color: #75BF80;
	font-weight: bold;
	color: White;
}

#middle #left .box1 .m {
	padding: 10px 5px;
	background-color: White;
	font-size: 11px;
}

#middle #left .box1 .bottom {
	height: 13px;
	background-image: url(../images/box1_bottom.gif);
}

.pool_title {
	font-weight: bold;
}

.pool_answers {
	padding-top: 10px;
	font-size: 11px;
}

.pool_answer {
	padding: 2px 0;
}

.pool_submit {
	margin-top: 10px;
	text-align: center;
}

.mini_table_middle {
	background-color: White;
	margin-left: 1px;
}

.mini_table_content {
	width: 100%;
	font-size: 11px;
}

.mini_table_content tr td {
	padding: 2px 4px;
	border: 1px solid #C8E5CD;
}

#middle #right {
	background-color: #D7D4D4;
	width: 155px;
	padding-right: 0;
}

#middle #right .ads {
	text-align: center;
	padding: 5px;
}
#middle #right .top  {
	padding: 5px;
	background-color: Black;
	font-weight: bold;
	color: White;
	margin-bottom: 10px;
	text-align: center;
}

#middle #right .ads div {
	margin-bottom: 10px;
}

#middle #c {
	padding: 5px;
}

#middle #content {
	padding: 10px;
	/*padding-top: 0;*/
}

#middle li {
	list-style-type: square;
	padding-top: 4px;
	padding-bottom: 2px;
 }
.content_level2 {
	padding: 20px 5px;
}
.content-title_level2 {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px solid #00811F;
	margin-bottom: 15px;
	color: Black;
	font:bold 110% tahoma,arial,helvetica,sans-serif;
	background-color: #DCDCDC;
	padding: 2px 10px;
}

#middle #flying_text {
	background-color: #075C28;
	font-weight: bold;
	padding: 5px 10px;
	color: White;
	border: 3px solid black;
}

.first {
	width: 480px;
	float: left;
}

.first_news_new {
	padding: 10px 0;
}

.first_news_new_content {
}

.first_news_new h2 {	
}

.first_news_new p {	
	padding: 0;
	margin: 0;
}

.first_news_new img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.first_news {
	margin: 0 auto;
}

.first_news tr td {
	width: 150px;
	padding: 5px;
	padding-top: 0;
}

.first_news tr td .name {
	background-image: url(../images/box_logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px;
	padding-left: 25px;
	background-color: #75BF80;
	font-weight: bold;
	color: White;
}

.first_news tr td .content {
	padding: 5px 10px;
	font-size: 11px;
}

.first_news tr td h2 {
	font-size: 13px;
	margin: 3px;
	padding-bottom: 6px;
}

.first_matches {
	float: right;
	width: 160px;
	background-color: #E6E3E3;
	padding: 5px;
}

.first_matches_top {
	height: 13px;
/*	background-image: url(../images/box1_top.gif);*/
background-color: White;
}

.first_other {
	text-align: center;
}
.first_other img{
	margin-top: 10px;
}

#middle #left .box1 .bnr  {
	background-image: url(../images/box_logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px;
	padding-left: 25px;
	background-color: #75BF80;
	font-weight: bold;
	color: White;
}

.first_matches_content {
	padding: 10px 5px;
	background-color: White;
	font-size: 11px;
}

.first_matches_bottom {
	height: 13px;
/*	background-image: url(../images/box1_bottom.gif);*/
background-color: White;
}

.first_matches_tbar {
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 14px;
}

.first_matches_content_m {
	font-size: 15px;
	text-align: center;
}

.next_match_date {
	font-style: italic;
	font-weight: bold;
	color: #075C28;
	font-size: 14px;
}

.home_logo {
	position: relative;
	text-align: center;
	padding-bottom: 5px;
	height: 70px;
	background-image: url(../images/default_logo.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.last_match_home_result {
	position: absolute;
	bottom: 15px;
	right: 5px;
	font-size: 28px;
	font-weight: bold;
	padding: 3px 5px;
	border: 1px solid #C0BBBB;
}

.last_match_away_result {
	position: absolute;
	bottom: 15px;
	right: 5px;
	font-size: 28px;
	font-weight: bold;
	padding: 3px 5px;
	border: 1px solid #C0BBBB;
}

.away_logo {
	position: relative;
	text-align: center;
	padding-top: 5px;
	height: 70px;
	background-image: url(../images/default_logo.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.next_match_ws {
	border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 30px;
	margin-top: 5px;
}

.box_news img {
	float: left;
	padding-right: 5px;
}
.box_news div {
	float: left;
}

#content #content-titlebar {
	background-image: url(../images/box_logo.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 25px;
	background-color: #00811F;
	font-weight: bold;
	color: White;
	margin-bottom: 10px;
}

#content #content-pages {
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	border: 1px solid silver;
	padding: 3px;
}




.xtable {
	font: Helvetica;
	font-size: 12px;
}


.xtable thead tr td{
	background-image: url(../images/ftable_top.gif);
	height: 18px;
	padding-left: 10px;
	font-weight: bold;
}

.xtable .content{
	width: 463px;
	border: 1px solid #CCCCCC;
	border-top: 0;
	background-color: #F3F3F3;
	cursor: default;
}

.xtable .content tr:hover{
	background-color: #EFEFEF;
}

.xtable .content td{
	padding: 4px 4px;
	line-height: 130%;
	vertical-align: middle;
}

.xtable tfoot tr td {
	width: 453px;
	background-image: url(../images/ftable_bottom.gif);
	height: 18px;
	text-align: right;
	font-size: 11px;
	padding-right: 10px;
}

.xtable tfoot tr td a{
	color: #006C32;
}

.xtable .date {
	width: 70px;
}

.xtable .hometeam {
	text-align: right;
}
.xtable .hometeam a {
	text-decoration: none;
}

.xtable .awayteam{
}
.xtable .awayteam a {
	text-decoration: none;
}

.xtable .result{
	font-size: 12px;
	width: 40px;
	text-align: center;
}

.xtable .vs{
	font-size: 12px;
	width: 10px;
	text-align: center;
}

.xtable .result .inner {
	background-color: #008816;
	color: White;
	width: 100%;
	height: 15px;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
}

.xtable .result .inner td{
	padding: 1px;
}

.xtable .result .inner tr:hover {
	background-color: transparent;
}

.xtable .round{
	text-align: right;
	width: 45px;
}

.xtable .details{
	text-align: center;
	width: 25px;
}

.xtable .content .roundAll{
	font-weight: bold;
	background-color: #00B01C;
	color: White;
	padding: 2px 8px;
}

.xtable .dummy{
	height: 6px;
	font-size: 1px;
}

.xtable .teamname{
	font-weight: bold;
	background-color: #00B01C;
	color: White;
}


.ftable {
	width: 463px;
}

.ftable-top{
	background-image: url(../images/ftable_top.gif);
	height: 18px;
	padding-left: 10px;
	font-weight: bold;
}

.ftable-content{
	width: 463px;
	border: 1px solid #CCCCCC;
	border-top: 0;
	background-color: #EDEDED;
	cursor: default;
}

.ftable-content tr:hover{
	background-color: #E4E4E4;
}

.ftable-content td{
	padding-top: 2px;
	padding-bottom: 2px;
}

.ftable-content_top1{
	background-color: #F8F8F8;
	font-weight: bold;
	color: #898989;
}

.ftable-content_top2 {
	background-color: #D2D2D2;
	font-weight: bold;
	color: #414141;
}

.ftable-bottom {
	background-image: url(../images/ftable_bottom.gif);
	height: 18px;
}

.ffixtures {
	width: 100%;
}

.ffixtures-top{
	background-image: url(../images/ftable_top.gif);
	height: 18px;
	padding-left: 10px;
	font-weight: bold;
}

.ffixtures-content{
	width: 463px;
	border: 1px solid #CCCCCC;
	border-top: 0;
	background-color: #EDEDED;
	cursor: default;
}

.ffixtures-content tr:hover{
	background-color: #E4E4E4;
}

.ffixtures-content_highlight tr{
	background-color: #E4E4E4;
}

.ffixtures-content td{
	padding-top: 3px;
	padding-bottom: 3px;
}

.ffixtures-bottom {
	width: 453px;
	background-image: url(../images/ftable_bottom.gif);
	height: 18px;
	text-align: right;
	font-size: 11px;
	padding-right: 10px;
}

.ffixtures-bottom a {
	color: Gray;
}

.ffixtures-score {
	width: 45px;
	text-align: center;
}

.ffixtures-hometeam {
	width: 135px;
	text-align: right;
}

.ffixtures-round {
padding-right: 2px;
}

.ffixtures-date {
	text-align: right;
}

.ffixtures-awayteam {
	width: 135px;
}


.fplayers {
	width: 463px;
}

.fplayers-top{
	background-image: url(../images/ftable_top.gif);
	height: 18px;
	padding-left: 10px;
	font-weight: bold;
}

.fplayers-content{
	width: 463px;
	border: 1px solid #CCCCCC;
	border-top: 0;
	background-color: #EDEDED;
	cursor: default;
}

.fplayers-content tr:hover{
	background-color: #E4E4E4;
}

.fplayers-content_highlight tr{
	background-color: #E4E4E4;
}

.fplayers-content td{
	padding-top: 4px;
	padding-bottom: 4px;
}

.fplayers-bottom {
	width: 453px;
	background-image: url(../images/ftable_bottom.gif);
	height: 18px;
	text-align: right;
	font-size: 11px;
	padding-right: 10px;
}

.fplayers-bottom a {
	color: Gray;
}

.fplayers-number {
	width: 50px;
	text-align: right;
	padding-right: 20px;
	color: Silver;
	font-weight: bold;
}

.fplayer-name {
	font-size: 18px;
	font-weight: bold;
}

.fplayer-content{
	width: 463px;
	border: 1px solid #CCCCCC;
	border-top: 0;
	background-color: #EDEDED;
	cursor: default;
}

.fplayer-pic {
	padding: 20px;
	width: 120px;
	height: 140px;
	overflow: hidden;
	text-align: center;
}

.fplayer-pic img{
	border: 1px solid Black;
	vertical-align: middle;
}

.fplayer-data{
	padding: 20px;
	vertical-align: top;
}

.table-otherclubs {
	
}

.table-otherclubs td {
	padding-bottom: 20px;
	vertical-align: top;
}

.table-otherclubs_name {
	font-weight: bold;
}

.sform {
	border: 2px solid #008816;
	background-color: #DADADA;
	width: 460px;
}

.sform td {
	padding: 7px 10px;
}

.sform th{
	background-color: #008816;
	padding: 2px;
}
.note {
	color: #969696;
	font-size: 11px;
}

#search-button {
	border: 0;
	width: 21px;
	height: 19px;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	background-color: Black;
	color: White;
	font-weight: bold;
	cursor: pointer;
	background-image: url(default/search.gif);
}
.arhiv-result {
	padding: 10px;
	font-family: Arial,Helvetica,sans-serif;
	display: block;
	cursor: default;
}

.arhiv-result_date {
	color: #393939;
	font-weight: bold;
	width: 80px;
	float: left;
}

.arhiv-result_title {
	color: #005D0F;
	font-weight: bold;
	margin-bottom: 10px;
}

.arhiv-result_title a{
	color: #006A11;
	font-weight: bold;
}


.arhiv-result_text {
	width: 360px;
	margin-left: 80px;
	color: Black;
}

.pool-answer {
	width: 100%;
	padding-top: 10px;
}

.pool-answer_bar {
	width: 100%;
	height: 10px;
	font-size: 2px;
	border: 1px solid #CECACA;
	margin-top: 2px;
	margin-bottom: 9px;
}

.pool-votes {
	text-align: right;
	padding-top: 10px;
	font-weight: bold;
}

.news p {	
	padding: 0;
	margin: 0;
}

.news img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.news_top {
	font-weight: bold;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: Black;
	background-color: #DCDCDC;
	padding: 2px 20px;
	text-align: right;
}


.nbox-content {
	/*background-color: #E9E6E6;*/
	padding: 10px 2px;
	padding-right: 10px;
}

.nbox-top {
	width: 165px;
	padding: 3px 10px;
	background-color: #086B2E;
	color: White;
	font-weight: bold;
}

.nbox-top5 {
	width: 165px;
	height: 31px;
	background-image: url(../images/st_napovednik.gif);
	background-color: #D7D4D4;
}

.nbox-top7 {
	width: 160px;
	height: 31px;
	background-image: url(../images/st_reportaza.gif);
}

.nbox-top4 {
	width: 165px;
	height: 31px;
	background-image: url(../images/st_porocilo_tekme.gif);
}

.nbox ul {
	padding: 0;
	margin: 0;
	margin-left: 18px;
}

 .nbox li {
	list-style-type: square;
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 11px;
 }

 .nbox a {
	font-weight: normal;
 }
 
 .eshop_top {
	background-color: #DDDDDD;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 3px solid #00811F;
	border-bottom: 3px solid Silver;
 }
 .eshop {
	border: 2px solid silver;
	margin-bottom: 25px;
 }
 
 .eshop_item {
 	position: relative;
 	padding: 10px;
	line-height: 150%;
 }
 .eshop_item img {
 	float: left;
	padding-right: 15px;
 }
 
 .eshop_buy {
 	position: absolute;
 	text-align: right;
	font-size: 20px;
	bottom: 15px;
	right: 15px;
 }
 
 .eshop_buy a {
	text-decoration: underline;
 }
 
 .eshop_info {
 	margin: 10px 0; 
	padding: 10px;
	background-color: #00842A; 
	color: white;
	border: 2px solid silver;
	line-height: 150%;
 }
 
 .error {
 	padding: 10px;
	font-weight: bold;
	color: White;
	background-color: Red;
 }
 
 .success {
 	padding: 10px;
	font-weight: bold;
	color: White;
	background-color: Green;
 }