@import 'useful.css';
@import 'text.css';

/*--ESSENTIAL--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
    font-family: Arial, Tahoma, "Geneva CE", lucida, sans-serif;
    font-size: 0.8em;
    background: #000 url("../images/page/body_bg.gif") 0 0;
    color: #D4D4D4;
    padding: 0 0 20px 0;
    behavior: url("scripts/csshover.htc");
}

/*--LAYOUT----------------------------------------------------------------*/

#page {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 145px 0 0 0;
	position: relative;
	text-align: left;
	background: #1a201e url("../images/page/page_bottom.gif") 0 bottom no-repeat;
}

#content {
	padding: 0 0 20px 0;
}

#content .leftPart {
	width: 216px;
	padding-left: 19px;
	float: left;
}

#content .twoParts {
	width: 725px;
	float: right;
}

#content .centerPart {
	width: 494px;
	float: left;
}

.subpage #content .twoParts {
	padding-top: 24px;
}

#content .rightPart {
	width: 221px;
	padding-left: 10px;
	float: right;
}

#menu {
	width: 900px;
	height: 40px;
	padding: 0 !important;
	margin: 0 !important;
	font-family: "Helvetica CE", Arial, Tahoma, "Geneva CE", lucida, sans-serif;
	position: absolute;
	left: 25px;
	top: 80px;
	z-index: 100;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none !important;
	float: left;
	position: relative;
	background: url("../images/page/menu_line.gif") right 50% no-repeat;
	zoom: 1;
}

#menu li.last {
	background: none;
}

#menu li a {
	padding: 0 14px 0 14px;
	display: block;
	line-height: 40px;
	font-size: 16px;
	text-decoration: none;
}

#menu li ul {
	width: 160px;
	display: none;
	position: absolute;
	padding-top: 10px;
	left: -15px;
	top: 40px;
	border: 1px #1e2422 solid;
	background: #1e2422 url("../images/page/submenu_bg.gif") 0 0 repeat-x;
}

#menu li ul li {
	float: none;
	background: none;
}

#menu li:hover ul li a {
	padding: 0 15px 7px 25px;
	display: block;
	line-height: normal;
	font-size: 1em;
	color: #7eced3;
}

#menu li  ul {
	padding-bottom: 5px;
}

#menu li:hover ul {
	display: block;
}

#menu li a:hover, #menu li.active a, #menu li ul li a:hover, #menu li ul li.active a {
	color: #B0F150;
}

#submenu {
	padding: 0;
	margin: 0;
	min-height: 170px;
	_height: 170px;
}

#submenu li {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}

#submenu li a {
	padding: 5px 0;
	font-size: 1.1em;
	text-decoration: none;
	display: block;
}

#submenu li.active a, #submenu li a:hover {
	color: #B0F150;
}

#submenu li ul {
	padding: 0;
	margin: 0;
}

#submenu li li ul {
	padding: 0 0 0 20px;
	margin: 0;
}

#submenu li li a {
	padding: 5px 0 5px 20px !important;
	background: url("../images/page/submenu_line.gif") 0 0 no-repeat;
}
	
#submenu li.active ul li a {
	padding: 5px 0;
	font-size: 0.9em;
	text-decoration: none;
	display: block;
	color: #7eced3;

}

#submenu li.active ul li.active a, #submenu li.active ul li a:hover {
	color: #B0F150;
}

#submenu li.active ul li.active ul li a {
	padding: 5px 0;
	font-size: 0.9em;
	text-decoration: none;
	display: block;
	color: #7eced3;
}

#submenu li.active ul li.active ul li.active a, #submenu li.active ul li.active ul li a:hover {
	color: #B0F150;
}

#submenu li.active ul li.active ul li.active ul li a {
	padding: 5px 0;
	text-decoration: none;
	display: block;
	color: #7eced3;
}

#submenu li.active ul li.active ul li.active ul li.active a, #submenu li.active ul li.active ul li.active ul li a:hover {
	color: #B0F150;
}

/*--HEADER----------------------------------------------------------------*/

#header {
	width: 960px;
	height: 140px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/page/header_bg.jpg") 0 0 no-repeat;
}

#header #logo {
	width: 248px;
	height: 42px;
	position: absolute;
	left: 25px;
	top: 15px;
	display: block;
}

#breadCrumbs {
	position: absolute;
	left: 248px;
	top: 143px;
	font-size: 0.85em;
	color: #fff;
}

#breadCrumbs a {
	padding: 0 3px 0 3px;
}

#breadCrumbs span {
	padding: 0 15px 0 3px;
}

#loginHolder {
	width: 220px;
	position: absolute;
	right: 20px;
	top: 5px;
}

#loginHolder label {
	color: #fff;
}

#loginHolder table {
	width: 120px;
	float: right;
}

#loginHolder td {
	padding: 2px;
}

#loginHolder #nick {
	width: 80px;
}

#loginHolder #password {
	width: 80px;
}

.logged {
	text-align: right;
	padding-top: 50px;
	color: #fff;
}

.logged .button {
	display: inline;
}


/*--SMALL-BOX---------------------------------------------------------------*/

.smallBox {
	width: 203px;
	margin-bottom: 20px;
	background: url("../images/page/small_box_middle.png") 0 0 repeat-y;
}

.smallBox .content {
	width: 173px;
	padding: 13px 15px 3px 15px;
	background: url("../images/page/small_box_top.png") 0 0 no-repeat;
}

.smallBox .minHeight {
	width: 173px;
	margin-bottom: 3px;
	min-height: 120px;
	_height: 120px;
}

.smallBox .bottom {
	font-size: 0;
	height: 10px;
	background: url("../images/page/small_box_bottom.png") 0 0 no-repeat;
}

.smallBox .content h2 {
	font-size: 1.1em;
	padding: 0 0 7px 0;
	margin-bottom: 8px;
	color: #FFFB66;
	text-align: center;
	font-weight: normal;
	background: url("../images/page/title_border.gif") 50% bottom no-repeat;
}

.smallBox .content p {
	font-size: 0.85em;
	margin-bottom: 5px;
}

.smallBox .content .date {
	font-size: 0.8em;
	margin-bottom: 3px;
}

.smallBox table td {
	background: transparent;
}

.smallBox .content .widthDate {
	width: 53px;
}

/*--MED-BOX---------------------------------------------------------------*/

.medBox {
	width: 494px;
	margin-bottom: 20px;
	background: url("../images/page/box_middle.png") 0 0 repeat-y;
}

.medBox .content {
	padding: 13px 15px 3px 15px;
	background: url("../images/page/box_top.png") 0 0 no-repeat;
}

.medBox .content h2 {
	padding: 0 0 7px 0;
	margin-bottom: 10px;
	border-bottom: 1px #151515 solid;
}

.medBox .minHeight {
	min-height: 140px;
}

.medBox .bottom {
	height: 10px;
	font-size: 0;
	background: url("../images/page/box_bottom.png") 0 0 no-repeat;
}

/*--BIG-BOX---------------------------------------------------------------*/

.bigBox {
	width: 707px;
	margin-bottom: 20px;
	background: url("../images/page/big_box_middle.png") 0 0 repeat-y;
}

.bigBox .content {
	padding: 13px 15px 3px 15px;
	background: url("../images/page/big_box_top.png") 0 0 no-repeat;
}

.bigBox .minHeight {
	min-height: 140px;
}

.bigBox .bottom {
	height: 10px;
	font-size: 0;
	background: url("../images/page/big_box_bottom.png") 0 0 no-repeat;
}

/*--PEREXES---------------------------------------------------------------*/

.bigPerex {
	padding: 4px 0;
}

.bigPerex .photo {
	width: 162px;
	height: 122px;
	padding: 2px 0 0 2px;
	display: block;
	background: url("../images/page/bigperex_photo_border.png") 0 0 no-repeat;
	float: left;
}

.bigPerex .photo img {
	width: 156px;
	height: 116px;
}

.bigPerex .text {
	width: 285px;
	float: right;
}

.bigPerex .text p {
	margin: 0;
}

.bigPerex .text h1 {
	font-size: 1.3em;
	padding: 4px 0 4px 0;
	margin: 0;
	border: none;
}

.bigPerex .text .info {
	font-size: 0.8em;
	padding: 2px 0 4px 0;
	margin: 0;
	color: #C2CDCA;
}

.perex {
	margin: 4px 0;
}

.perex .photo {
	width: 94px;
	height: 64px;
	_width: 92px;
	_height: 62px;
	padding: 2px 0 0 2px;
	margin-top: 3px;
	display: block;
	background: url("../images/page/perex_photo_border.png") 0 0 no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/page/perex_photo_border.png', sizingMethod='scale');
	float: left;
}

.perex .photo img {
	width: 86px;
	height: 56px;
}

.subpage .perex .text {
	width: 570px;
	float: right;
	font-size: 0.9em;
}

.perex .text {
	width: 358px;
	float: right;
	font-size: 0.9em;
}

.perex .text .info {
	font-size: 0.8em;
	padding: 2px 0 4px 0;
	margin: 0;
	color: #C2CDCA;
}

.perex .text h2, .perex .text h3 {
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 2px 0;
}

.miniPerex {
	margin: 0 0 0.3em 10px;
	display: block;
	padding-left: 14px;
	background: url("../images/page/li.gif") 0 4px no-repeat;
}

/*--INQUIRY-------------------------------------------------------------*/

.inquiry {
	margin: 0;
}

.inquiry td {
	border: none;
	padding: 1px 0;
	font-size: 0.85em;
}

.inquiry td.number {
	text-align: right;
	width: 14px;
}

.inquiry td.overall {
	padding: 5px 0 2px 0;
}

.inquiry td.graph {
	padding-bottom: 5px;
}

.inquiry td.graph span {
	min-width: 10px;
	display: block;
}

.inquiry td.graph span img {
	width: 10px;
	height: 8px;
}

.inquiry td.graph span.color2 {
	background: url("../images/page/graph_blue_right.gif") right 0 no-repeat;
}

.inquiry td.graph span.color2 img {
	background: url("../images/page/graph_blue_left.gif") 0 0 no-repeat;
}

.inquiry td.graph span.color1 {
	background: url("../images/page/graph_green_right.gif") right 0 no-repeat;
}

.inquiry td.graph span.color1 img {
	background: url("../images/page/graph_green_left.gif") 0 0 no-repeat;
}

.inquiry td.graph span.color3 {
	background: url("../images/page/graph_orange_right.gif") right 0 no-repeat;
}

.inquiry td.graph span.color3 img {
	background: url("../images/page/graph_orange_left.gif") 0 0 no-repeat;
}

.inquiry td.graph span.color4 {
	background: url("../images/page/graph_purple_right.gif") right 0 no-repeat;
}

.inquiry td.graph span.color4 img {
	background: url("../images/page/graph_purple_left.gif") 0 0 no-repeat;
}

/*--ACTIONS-------------------------------------------------------------*/

.actions {
	margin: 0 0 5px 0;
}

.actions td {
	border: none;
	padding: 1px 0;
	font-size: 0.85em;
	vertical-align: top;
}

.actions td.date {
	padding-right: 5px;
	border-right: 1px #1a1d1c solid;
}

.actions td.date small {
	font-size: 1em;
	color: #999898;
}

.today {
	color: #73ff53 !important;
	font-weight: bold;
}

.tomorrow {
	color: #f1a92c !important;
	font-weight: bold;
}

.soon {
	color: #9966FF !important;
	font-weight: bold;
}

.actionInfo {	
}

.actionRegistration {
	margin: 0 0 12px 0;
	width: 600px;	
}

.actionRegistration h2, .list h2 {
	color: #B0F150;	
}

.actionRegistration table td, .actionRegistration table th {
	padding: 3px 3px;
}

.actionRegistration table td .width2 {
	width: 120px;
}

.actionRegistration table td .width3 {
	width: 55px;
}

.actionRegistration table td .width4 {
	width: 30px;
}

.list {
	width: 230px;
	float: right;
	padding: 0 0 20px 20px;
}

.list .percent {
	width: 10px;
	text-align: right;
}

.list .number {
	width: 5px;
	text-align: right;
}

/*--RANKING-------------------------------------------------------------*/

.ranking {
	margin: 0 0 5px 0;
}

.ranking td {
	border: none;
	padding: 2px 2px;
	font-size: 0.85em;
	vertical-align: top;
}

.ranking td.number {
	padding-right: 4px;
	text-align: right;
}

.ranking td.rank {
	text-align: right;
	padding-right: 4px;
}

/*--OTHER---------------------------------------------------------------*/

.button {
	width: 62px;
	height: 18px;
	display: block;
	background: url("../images/page/button.png") 0 0 no-repeat;
	text-decoration: none;
	color: #fff !important;
	text-align: center;
	line-height: 18px;
	font-size: 0.85em;
	border: none;
	cursor: pointer;
}

.taskForm .button {
	float: left;
}

.taskForm .textInput {
	float: left;
	margin-right: 5px;
}

.taskForm {
	height: 25px;
}

.button:hover {
	color: #B0F150 !important;
}

.articleFooter .voting {
	float: left;
	width: 430px;
}

.articleFooter .author {
	width: 200px;
	float: right;
	display: block;
	text-align: right;
}

.randomPhoto {
	border: 2px #fff solid;
	display: block;
	margin-bottom: 8px;
}

.ofWeek {
	text-align: center;
}

.ofWeek img {
	border: 2px #fff solid;
	margin-bottom: 8px;
}

.lastMessage strong {
	color: #fff600;
}

.lastMessage p {
	line-height: 14px;
	padding: 3px 0;
}

.lastMessage a {
	text-decoration: none !important;
}

.lastMessage a:hover {
	text-decoration: underline;
}

.compare select {
	margin-right: 5px;
}

.bannerHolder {
	margin-bottom: 10px;
}

.bannerHolder h2 {
	padding: 0;
	margin: 0 0 2px 0;
	font-size: 10px;
	color: #4B5F57;
}

#bigBanner {
	width: 468px;
	height: 60px;
	padding: 0 0 0 10px;
	margin: -10px 0 13px 0;
}

/*--RATING---------------------------------------------------------------*/

.hodnoceni-hvezdami 
{ 
	list-style:none; 
	margin: 0px; 
	padding:0px; 
	width: 80px; 
	height: 16px; 
	position: relative; 
	background: url("../images/page/stars.png") top left repeat-x; 
	margin: 0 10px;
	float:left;
} 

.hodnoceni-hvezdami li 
{ 
padding:0px; 
margin:0px; 
/*\*/ 
float: left; 
/* */ 
} 

.hodnoceni-hvezdami li a 
{ 
display:block; 
width:16px; 
height: 16px; 
text-decoration: none; 
text-indent: -9000px; 
z-index: 20; 
position: absolute; 
padding: 0px; 
} 

.hodnoceni-hvezdami li a:hover 
{ 
background: url("../images/page/stars.png") left center; 
z-index: 2; 
left: 0px; 
} 

.hodnoceni-hvezdami a.star1
{ 
left: 0px; 
} 

.hodnoceni-hvezdami a.star1:hover 
{ 
width:16px; 
} 

.hodnoceni-hvezdami a.star2
{ 
left:16px; 
} 
.hodnoceni-hvezdami a.star2:hover 
{ 
width: 32px; 
} 

.hodnoceni-hvezdami a.star3
{ 
left: 32px; 
} 

.hodnoceni-hvezdami a.star3:hover 
{ 
width: 48px; 
} 

.hodnoceni-hvezdami a.star4
{ 
left: 48px; 
} 

.hodnoceni-hvezdami a.star4:hover 
{ 
width: 64px; 
} 

.hodnoceni-hvezdami a.star5
{ 
left: 64px; 
} 

.hodnoceni-hvezdami a.star5:hover 
{ 
width: 80px; 
} 

.hodnoceni-hvezdami li.current-rating 
{ 
background: url("../images/page/stars.png") left bottom; 
position: absolute; 
height: 16px; 
display: block; 
text-indent: -9000px; 
z-index: 1; 
}

.poll {
	float: left;
	margin: 10px 20px 10px 0;
}

/*--DISCUSSION--------------------------------------------------------------*/

#messages {
    border-top: 1px #000 solid;
}

#messages tr td {
    padding: 6px 10px 6px 10px;
    vertical-align: top;
    font-size: 0.9em;
}

#messages tr td span {
    color: #fff;
}

#messages tr td span strong {
    color: #fff600;
}

.paging {
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
}

.paging input {

}

.paging td {
    border: none;
    height: 20px;
}

.paging .numbers {
    text-align: center;
}

.paging .numbers span {
    margin: 0 1px 0 1px;
    padding: 0 3px 0 3px;
    background: #fff;
    color: #000;
}

.paging .numbers a {
    margin: 0 1px 0 1px;
    padding: 0 3px 0 3px;
    background: #7eced3;
    color: #000;
    text-decoration: none;
}

.paging .numbers a:hover {
    background: none;
    color: #000;
    background: #fff600;
}

.paging .buttonFirst {
	width: 80px;
	text-align: left;
}

.paging .buttonPrevious {
	width: 80px;
	text-align: left;
}

.paging .buttonNext {
	width: 80px;
	text-align: right;
}

.paging .buttonLast {
	width: 80px;
	text-align: right;
}

.reply {
	float: right;
}

/*--FOOTER---------------------------------------------------------------*/

#footer {
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 10px;
	font-size: 0.85em;
}

#footer .links {
	text-align: right;
	width: 480px;
	float: right;
}

#footer .copy {
	width: 450px;
	float: left;
}

/*-rating Gada-----------------------------------------------------------*/

.infobar {
  font-size: 0.7em;
  padding-left: 50px;
}

/*--PLAYERS----------------------------------------------------------------*/

.players .player {
	width: 126px;
	height: 180px;
	margin: 0 20px 20px 0;
	padding: 20px 10px 10px 10px;
	background: #1E2523;
	font-size: 0.85em;
	float: left;
	border: 1px #0C0C0C solid;
	text-align: center;
}

.teamInfo {
	width: 126px;
	margin: 0 20px 20px 0;
	padding: 20px 10px 10px 10px;
	background: #1E2523;
	font-size: 0.85em;
	float: left;
	border: 1px #0C0C0C solid;
	text-align: center;
}

.players .player .photo {
	display: block;
	margin: 0 auto 10px auto;
}

.players .player .photo img {
	border: 2px #fff solid;
	width: 52px;
	height: 52px;
}

.players .player p, .teamInfo p {
	line-height: 14px;
	margin: 0 0 10px 0;
}

 .teamInfo p {
    line-height: 18px;
 }
.players .player p span, .teamInfo p span {
	color: #79938A;
}

.players .player strong, .teamInfo strong  {
	color: #FFFB66;
	font-size: 1.1em;
}

td.score, th.score {
	text-align:center;
}

/*--MEMBER--------------------------------------------------------------*/

.member .photo {
	float: left;
	display: block;
	margin: 0 20px 12px 0;
}

.member .photo img {
	border: 3px #fff solid;
}

.member .list {

}

.member ul.list  {
	margin: 0 0 0 20px;
}

.memberPerex {
	width: 126px;
	float: left;
	margin: 0 20px 20px 0;
}

.memberPerex {
	width: 126px;
	float: left;
	margin: 0 5px 20px 4px;
	text-align: center;
}

.memberPerex .position {
	display: block;
	text-align: center;
}

.memberPerex .photo {
	
}

.memberPerex .photo img {
	border: 3px #fff solid;
}

/*--BETTING----------------------------------------------------------*/

.courses {
	width: auto;
	float: left;
}

.courses th {
	padding: 6px 5px 3px 8px;
}

.courses td {
	padding: 3px 5px 3px 8px;
}

.courses tr:hover td {
	background: #151716;
}

.courses td.name {
	width: 160px;
	color: #fff;
}

.courses .time {
	width: 94px;
}

.courses td.time {
	font-size: 11px;
}

.courses .odd1 {
	width: 45px;
	text-align: right;
}

.courses .odd0 {
	width: 38px;
	text-align: right;
}

.courses .odd2 {
	width: 45px;
	text-align: right;
}

.courses .odd1 span, .courses .odd2 span, .courses .odd0 span {
	cursor: help;
}

.courses select.tip {
	width: 35px;
}

.courses select.bet {
	width: 50px;
}

.courses .action {
	width: 180px;
	padding-right: 2px;
}

.courses .button {
	display: inline;
}

.courses .tips {
	width: 20px;
	text-align: right;
}

.statsBlock {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
}

.statsBlock .numb {
	text-align: right;
	width: 15px;
}

.statsBlock .target {
	text-align: right;
	width: 60px;
}

.green {
	color: #00FF00 !important;
}

.red {
	color: #FF3366;
}

.date .red {
	color: #D4D4D4;
}

.blue {
	color: #33CCFF !important;
}

.grey {
	color: grey;
}

.orange {
	color: #FF9900;
}

.strong {
	font-weight: bold;
}

.ticket {
	float: left;
	width: 200px;
	margin: 0 0 15px 15px;
}

.ticket table {
	font-size: 11px;
	margin-bottom: 6px;
}

.ticket td, .ticket th {
	padding: 5px 5px 5px 8px;
}

.ticket .tip {
	width: 15px;
	text-align: center;
}

.ticket .course {
	width: 30px;
	text-align: right;
}

.ticket .remove {
	margin-right: 4px;
}

.ticket .remove img {
	vertical-align: middle;
}

select.bet {
	width: 48px;
	float: right;
}

#potWinShow {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}

.ticketOverview .ticket {
	width: 213px;
	margin: 0 12px 20px 0;
}

.ticketOverview .ticket table .status {
	cursor: help;
}


.ticketDetail {
	display: block;
	height: 12px;
	position: relative;
	width: 55px;
	cursor: help;
}

.ticketDetail .ticket {
	display: none;
}

.ticketDetail:hover .ticket {
	display: block;
	position: absolute;
	left: 60px;
	top: -50px;
}

.ticketDetail .ticket table {
	border: 2px #fff solid;
}

.adsence {
	padding-left: 1px;
}

.adsence table {
 width: 200px;
}

.topbanner {
	width: 728px;
	height: 90px;
	padding: 2px;
	margin: 0 auto;
}

#hpBanner {
	width: 468px;
	height: 60px;
	position: relative;
	top: -12px;
	left: 10px;
}

/*--GAME-----------------------------------------------------*/

.gameHead {
    width: 330px;
    background: grey;
    padding: 5px;
}

.gameHead .black {
    color: #000;
}

.gameHead .white {
    color: #fff;
}

.gameHead h2 {
    margin: 0 0 5px 0;
    font-size: 0.9em;
}

.gameHead p {
    margin: 0;
}