html
{
    margin: 0px;
	line-height: 18px;
	overflow-y:scroll;
    background-color: #2D2D2D;
    background-image: url(layout/background.png);
    background-position: left top;
    background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 11px;
	color: #F0F0F0;
}

body
{
    width: 960px;
	margin: 0px auto 0px auto;
}

div
{
    margin: 0px;
    padding: 0px;
}

ul
{
    margin: 0px;
    padding: 0px;
}

img
{
    border: none;
}

button
{
    display: block;
    width: 78px;
    height: 20px;
    line-height: 17px;
    margin: 0px;
    padding: 0px;
 	background-color: #747474;
    background-position: center;
    background-repeat: repeat-x;
    background-image: url(layout/button.png);
    border-width: 1px;
    border-style: solid;
	border-color: #B4B4B4 #6E6E6E #2D2D2D #747474;
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
}

ul.select
{
    display: block;
    list-style-type: none;
    background-color: #0F0F0F;
	border: #5A5A5A solid 1px;
    border-top: none;
    color: #FFFFFF;
    font-size: 11px;
	font-weight: normal;
    text-align: center;
    cursor: pointer;
}

ul.select li
{
	border-top: #5A5A5A solid 1px;
}

ul.select li a
{
    color: #F0F0F0;
}

a.extlink
{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(layout/extlink.ico);
    background-position: center;
    background-repeat: no-repeat;
}


/*
 === header ============================
 =============================== *** ===
 */

.header
{
    width: 960px;
    height: 152px;
    position: relative;
    z-index: 10;
}

.header a
{
    color: #999999;
	text-decoration: none;
}

.header a:hover
{
    color: #F0F0F0;
    text-decoration: none;
}

.header_logo
{
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 20;
    width: 80px;
    height: 18px;
    line-height: 18px;
}

.header_time
{
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 20;
    width: 85px;
    height: 18px;
    line-height: 18px;
}

.header_date
{
    position: absolute;
    top: 10px;
    right: 84px;
    z-index: 20;
    width: 85px;
    height: 18px;
    line-height: 18px;
}

.header_odds
{
    position: absolute;
    top: 10px;
    right: 168px;
    z-index: 20;
    width: 85px;
    height: 18px;
    line-height: 18px;
}

.header_user
{
    position: absolute;
    top: 10px;
    right: 300px;
    z-index: 20;
    height: 18px;
    line-height: 18px;
}

.header_lang
{
    position: absolute;
    top: 10px;
    left: 225px;
    z-index: 20;
    height: 18px;
    line-height: 18px;
}

.header_lang a
{
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 5px 0px 3px 4px;
    background-position: middle center;
    background-repeat: no-repeat;
}

.header_web2
{
    position: absolute;
    top: 80px;
    right: 0px;
    z-index: 20;
    height: 24px;
    line-height: 24px;
}

.header_web2 a
{
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 5px 0px 3px 4px;
    background-position: top center;
    background-repeat: no-repeat;
}

.header_web2 div
{
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    margin: 5px 0px 3px 4px;
    border: none;
    overflow:hidden;
}

.header_tabs
{
    position: absolute;
    top: 78px;
    left: 0px;
}

.header_tabs ul
{
}

.header_tabs ul li
{
    float: left;
    width: 101px;
    height: 43px;
    line-height: 43px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    background-image: url(layout/tabsnormal.png);
}

.header_tabs ul li.active
{
    background-image: url(layout/tabsactive.png);
}

.header_tabs ul li a
{
    margin: 0px;
    padding: 0px 0px 0px 3px;
    color: #909090;
    text-decoration: none;
}

.header_tabs ul li.active a
{
    color: #F0F0F0;
}

.header_menu
{
    position: absolute;
    left: 0px;
    top: 121px;
    width: 960px;
    height: 28px;
}

.header_menu h1
{
    float: left;
	height: 28px;
    line-height: 28px;
    margin: 0px 0px 0px 4px;
    font-size: x-small;
    color: #909090;
    font-family: Arial, Helvetica, sans-serif;
}

.header_menu h1 a
{
    color: #909090;
}

.header_menu ul
{
    float: right;
	height: 28px;
	list-style-type: none;
}

.header_menu ul li
{
    float: left;
    display: block;
	width: 80px;
	height: 18px;
    line-height: 18px;
    margin: 5px 0px 0px 0px;
	padding: 0px 6px 0px 6px;
    text-align: center;
    font-size: x-small;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header_menu ul li.active
{
	background-color: #0F0F0F;
}

.header_menu ul li.active a
{
    color: #C0C0C0;
}

/*
 === canvas ============================
 =============================== *** ===
 */

.canvas
{
    position: relative;
    z-index: 5;
    width: 960px;
    margin: 20px 0px 20px 0px;
}

.canvas_side
{
	float: left;
	width: 160px;
}

.canvas_side div.widget
{
	width: 160px;
    margin: 0px 0px 90px 0px;
	padding: 0px;
	background-color: #3F3F3F;
	border-style: solid;
	border-width: 1px;
	border-color: #666666 #191818 #151414 #5A5A5A;
	overflow:hidden;
}

.canvas_side a
{
    color: #F0F0F0;
	text-decoration: none;
	margin-right: 5px;
}

.canvas_side a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.canvas_side h3
{
	width: 100%;
	height: 24px;
    line-height: 24px;
    margin: 0px;
	padding: 0px;
	cursor: pointer;
    background-color: #3B3B3B;
    background-image: url(layout/menuheader.png);
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: solid 1px #151414;
}

.canvas_side h3 a
{
    padding-left: 28px;
    background-position: 5px center;
    background-repeat: no-repeat;
}

.canvas_side ul
{
	width: 100%;
	background-color: #3F3F3F;
    border-bottom: none;
    border-top: none;
}

.canvas_side ul li
{
    display: block;
    list-style-type: none;
    list-style-position: outside;
    height: 20px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #5A5A5A;
}

.canvas_side ul li a
{
    padding-left: 28px;
    background-position: 5px center;
    background-repeat: no-repeat;
}

.canvas_side select
{
    display: block;
    height: 20px;
    width: 161px;
    margin: 0px;
    padding: 0px 0px 0px 4px;
	background-color: #EAEAEA;
    border-top: #5A5A5A solid 1px;
    border-left: #5A5A5A solid 1px;
    border-right: #191818 solid 1px;
    border-bottom: none;
    color: #000000;
}

.canvas_body
{
    float: right;
    width: 740px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-family: tahoma;
    color: #C8C8C8;
}

.canvas_body h1
{
    height: 26px;
    width: 100%;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 17px;
    font-weight: normal;
    color: #FFFFFF;
    letter-spacing: 1px;
    border-bottom: 1px solid #FFFFFF;
}

.canvas_body h4
{
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
}

.canvas_body ul
{
    padding-left: 10px;
    list-style-type: square;
    letter-spacing: 1px;
}

.canvas_body p
{
    letter-spacing: 1px;
}

.canvas_body fieldset
{
    border: none;
    margin: 0px;
    padding: 0px;
}

.canvas_body a
{
    color: #FFFF99;
	text-decoration: none;
}

.canvas_body a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.canvas_body table
{
    width: 100%;
    margin: 0px 0px 20px 0px;
    border-collapse: collapse;
    background-color: #3F3F3F;
    border-width: 1px;
    border-style: solid;
	border-color: #666666 #191818 #151414 #5A5A5A;
    font-size: 11px;
}

.canvas_body table.ranking
{
    float: left;
    width: 58%;
}

.canvas_body table.summary
{
    float: right;
    width: 40%;
}

.canvas_body table.prob
{
    height: 4px;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
	border-color: #151414 #5A5A5A #666666 #191818;
    cursor: pointer;
}

.canvas_body table.prob tr
{
    height: 4px;
}

.canvas_body table.prob td
{
    height: 3px;
    border: none;
    border-left: 1px solid #151414;
    border-top: 1px solid #151414;
}

.canvas_body tr
{
    height: 21px;
    border-top: 1px solid #666666;
}

.canvas_body th
{
    height: 21px;
    margin: 0px;
    padding: 0px 3px 0px 3px;
    font-size: 11px;
    font-weight: bold;
    background-color: #515151;
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
}

.canvas_body th a
{
	color: #FFFFFF;
}

.canvas_body th input
{
    width: 100%;
    height: 16px;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
 	background-color: #EAEAEA;
    border: none;
    text-align: center;
    font-size: 12px;
}

.canvas_body td
{
    height: 21px;
    line-height: 19px;
    margin: 0px;
    padding: 0px 3px 0px 3px;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    font-size: 11px;
}

.canvas_body td strong
{
    font-size: 9px;
}

.canvas_body td img
{
    padding: 0px;
    margin: 0px;
}


.canvas_body td a.bookie
{
    display: block;
    width: 75px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
}

.canvas_body td.textinput
{
 	background-color: #EAEAEA;
}

.canvas_body td input
{
    width: 99%;
    height: 16px;
    line-height: 16px;
    margin: 0px;
    padding: 0px 0px 0px 3px;
 	background-color: #EAEAEA;
    border: none;
    text-align: left;
    font-size: 12px;
}

.canvas_body td textarea
{
    width: 99%;
    overflow: hidden;
 	background-color: #EAEAEA;
    border: none;
    font-size: 12px;
}

.canvas_body td select
{
    display: inline;
    width: 100%;
    height: 16px;
    margin: 0px;
    padding: 0px 0px 0px 3px;
 	background-color: #EAEAEA;
    border: none;
    text-align: left;
    font-size: 12px;
}

.canvas_body td button
{
    width: 100%;
    height: 17px;
    line-height: 13px;
    margin: 0px;
    padding: 0px;
 	background-color: #747474;
    background-position: center;
    background-repeat: repeat-x;
    background-image: url(layout/button.png);
    border-width: 1px;
    border-style: solid;
	border-color: #B4B4B4 #6E6E6E #2D2D2D #747474;
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
}

.canvas_body td.status
{
    width: 3%;
    text-align: center;
}

.canvas_body td.date
{
    width: 14%;
    text-align: center;
}

.canvas_body td.home
{
    width: 26%;
    text-align: left;
}

.canvas_body td.score
{
    width: 6%;
    text-align: center;
}

.canvas_body td.score a.fixture
{
    display: block;
    height: 11px;
    width: 100%;
    background-position: center;
    background-image: url(/res/layout/statistics.ico);
    background-repeat: no-repeat;
}

.canvas_body td.away
{
    width: 26%;
    text-align: right;
}

.canvas_body td.odds
{
    width: 5%;
    text-align: center;
}

.canvas_body td.prob
{
    width: 10%;
    text-align: center;
}

.canvas_body td.sdate
{
    width: 7%;
    text-align: center;
}

.canvas_body td.comp
{
    width: 25%;
    text-align: center;
}

.canvas_body td.large
{
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.canvas_body .news
{
    width: 47%;
    min-height: 170px;
    padding: 0px 5px 0px 5px;
    margin-bottom: 20px;
	background-color: #3F3F3F;
	border-style: solid;
	border-width: 1px;
	border-color: #666666 #191818 #151414 #5A5A5A;
}

.canvas_body .news h2
{
    margin: 5px 0px 5px 0px;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.canvas_body .news img
{
    float: left;
    width: 95px;
    height: 95px;
    margin: 5px 10px 20px 0px;
}

.canvas_body .news p
{
    margin: 5px 5px 0px 10px;
}

/*
 === footer ============================
 =============================== *** ===
 */

.footer
{
    width: 960px;
	margin-bottom: 10px;
    background-color: #0F0F0F;
    color: #606060;
	overflow: hidden;
}

.footer a
{
    color: #909090;
}

.footer a:hover
{
    color: #F0F0F0;
    text-decoration: underline;
}

.footer_copy
{
    float: left;
    height: 28px;
    padding: 5px 0px 0px 10px;
}

.footer_info
{
    float: left;
    xheight: 40px;
    width: 98%;
    padding: 5px 0px 0px 10px;
	text-align: justify;
}

.footer_info ul
{
    display: inline;
	list-style-type: none;
	font-size: 9px;
}

.footer_info ul li
{
    display: inline;
    margin: 0px;
    padding: 0px;
}

.footer_info ul li a
{
	color: #606060;
	text-decoration: none;
    padding-left: 8px;
}

.footer_menu
{
    height: 28px;
    padding: 5px 10px 0px 0px;
}

.footer_menu ul
{
    float: right;
	height: 28px;
	list-style-type: none;
}

.footer_menu ul li
{
    float: left;
    display: block;
	height: 18px;
    line-height: 18px;
    margin: 0px;
	padding: 0px 6px 0px 6px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

.footer_grid
{
    height: 60px;
}

.counters
{
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.counters img
{
    width: 56px;
    height: 20px;
    margin: 0px 3px 0px 3px;
    border: 0 solid #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.float_fixer
{
    display: block;
    clear: both;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/*
 === general ===========================
 =============================== *** ===
 */

.rating
{
	position: relative;
	width: 60px;
	height: 12px;
}

.rating .gray
{
	position: absolute;
	background: transparent url(layout/rating_gray.ico) top left repeat-x;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 17px;
	z-index: 101;
}

.rating .fill
{
	position: absolute;
	background: transparent url(layout/rating_fill.ico) top left repeat-x;
	top: 0px;
	left: 0px;
	height: 12px;
	z-index: 102;
}

