/*============================ BUTTONS TEMPLATE==========================================*/
.tmp-btn-glassy {
	padding: 0px;
	float: left;
	height: 33px;
	width: 115px;
	margin-right: 2px;
	background-image: url(../images/btn-glassy.png);
}
.btn-myzone{
	background-position: 0px 0px;
}
.btn-myclub{
	background-position: -120px 0px;
}

/*============================ PANELS TEMPLATE==========================================*/
.tmp-panel{
	margin-bottom: 5px;
	overflow: hidden;
	padding: 5px;
}
.tmp-pagetitle {
	background-image: url(../images/img-credit-bar.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 20px;
	border: 2px solid #252525;
	color: #CCCCCC;
	line-height: 20px;
	overflow: hidden;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
}
.tmp-pagetitle a, .tmp-pagetitle a:link{
	color: #CCCCCC;
	text-decoration:none;
}
.tmp-pagetitle a:hover{
text-decoration:underline;
color:#FF5203;
}
.tmp-panel-pad{	}
.tmp-panel-title{
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tmp-panel-head {
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-bottom: 8px;
	background-image: url(../images/img-panel-head.jpg);
	padding-left: 5px;
}

/*News box*/
.tmp-panel-news{
	margin-bottom: 5px;
	overflow: hidden;
	background-repeat: repeat-x;
	padding: 5px;
	background-color: #E9E9E9;
	margin-top: 5px;
}
.tmp-panel-news-footer {
	text-align: center;
	margin-bottom: 5px;
}
.tmp-panel-news-btn {
	text-align: center;
}
.news-title {
	color: #990000;
	font-weight: bold;
	font-size: 11px;
}
.tmp-panel-news-body {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 120px;
	overflow: auto;
}

/*fixtures box*/
.tmp-panel-fix{
	margin-bottom: 5px;
	overflow: hidden;
	background-image: url(../images/img-loginx.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	background-color: #E9E9E9;
}
.tmp-panel-fix-menu {
	display: block;
	height: 25px;
	margin-bottom: 1px;
}
.tmp-panel-fix-date {
	background-color: #FF5203;
	color: #FFFFFF;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
}


.tmp-panel-fix-menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
}
.tmp-panel-fix-menu ul li{
	list-style: none;
	padding: 5px;
	display: block;
	float: left;
	height: 16px;
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	width: 55px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tmp-panel-fix-menu .curr {
	color: #FFFFFF;
	background-image: url(../images/img-fix-tabs.png);
	background-repeat: no-repeat;
}
.tmp-panel-fix-body {
	padding-bottom: 5px;
}
.tmp-panel-fix-row1a {
	background-color: #FFF5F0;
}
.tmp-panel-fix-row1b {
	padding-bottom: 5px;
}
.tmp-credits {
	background-image: url(../images/img-credit-bar.png);
	background-repeat: repeat-x;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
	border: 2px solid #252525;
	color: #CCCCCC;
	line-height: 20px;
	width: 535px;
	overflow: hidden;
}
.tmp-color1 {
	color: #FF5203;
}

