﻿.xx
{
    clear: both;
    color: White;
    font-size:12px;
    text-align: justify;
    width:585px;
    direction:ltr;
}
.clr0
{
    width:100%;
    height:0px;
    clear:both;
}
body
{   

}
.matchContainer
{
    width:585px;
    position:relative;
    overflow:hidden;
    display:block;
    margin:0px auto;
    z-index:0;
}
.matchContainer *
{
    z-index:0;
}
.allmatches
{
    float:left;
    overflow:hidden;
    font-family:Tahoma;
    font-size:12px;
    position:relative;
    left:0px;

    
}
.round
{
   float:left;
   width:585px; 
   position:relative;

}
.round .rheader
{
    border:1px solid #c0c0c0;
    background:none;
    padding:5px 5px 0px 5px;
    text-align:center;
}
.round h2
{
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
    padding:10px;
}

.goleft
{
    float:left;
    width:25px;
    height:25px;
    background-image:url('../Content/images/globe/round_control.gif');
    background-position:left top;
    cursor:pointer;
}
.goright
{
    float:right;
    width:25px;
    height:25px;
    background-image:url('../Content/images/globe/round_control.gif');
    background-position:right top;
    cursor:pointer;
}
.goleft:hover
{
    background-position:left bottom;
}
.goright:hover
{
    background-position:right bottom;
}
.matchItems
{
	clear:both;
	color:White;
	border:solid 1px #c0c0c0;
	background-color:#efefef;
	padding:10px;
	height: 60px;
	background-image:url('../Content/images/globe/item_bg.gif');
	background-position:center center;
	background-repeat:no-repeat;
	margin-bottom:5px;
}
.matchItems:hover
{
    border:solid 1px red;
}
.teams
{
    float:left;
    height:60px;
}
.team
{
    background-position: left top;
    color: White;
    text-decoration:none;
    display: block;
    float: left;
    font-size: 12px;
    height: 25px;
    line-height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    background-image: url('../Content/images/globe/teams_bg.gif');
    clear:left;
}
.team span
{
    background-position: right bottom;
    cursor:pointer;
    display:block;
    height:25px;
    margin-left:15px;
    padding-right:15px;
    vertical-align:middle;
    background-image: url('../Content/images/globe/teams_bg.gif');
    color:#2b8100;
}
.mresult
{
	float:right;
	position:relative;
	height:60px;
	line-height:30px;
	font-size:11px;
	*width:100px;
}
.mresult .rleft
{
    float:right;
    height:60px;
    width:12px;
    position:relative;
    background-image:url('../Content/images/globe/result_bg.gif');
}
.mresult .rright
{
    float:right;
    height:60px;
    width:12px;
    position:relative;
    background-image:url('../Content/images/globe/result_bg.gif');
    background-position:right top;
}
.mresult .rmiddle
{
    float:right;
    position:relative;
    background-color:#c0c0c0;
    color:#222;
}
.matchesControls
{
    clear:both;
    padding:5px;
    border:1px solid #c0c0c0;
    margin-bottom:5px; 
}

.moreinfo
{
    height:40px;
    float:left;
    line-height:60px;
    vertical-align:middle;
    margin-left:250px;
    padding-top:20px;
}
.moreinfopop
{
    height:5px;
    width:5px;
    position:fixed;
    top:50%;
    left:50%;
}
.moreinfobodyC
{
    position:absolute;
    top:0px;
    left:0px;
    z-index:100001;
}
.moreinfobody
{
    position:relative;
    width:700px;
    padding:20px;
    margin:50px auto;
    margin-left:50%;
    left:-350px;
    *margin-left:auto;
    *left:;
    display:none;
    border:solid 3px gray;
    background-color:White;
    color:Gray;
}
.matchround
{
    border:solid 1px #C0C0C0;
    padding:10px 10px 5px 10px;
    display:block;
    margin-bottom:5px;
}

.matchroundh
{
    width:100%;
    height:20px;
    background-image:url('../Content/images/globe/matchroundheader.png');
    background-repeat:no-repeat;
    background-position:left top;
    cursor:pointer;
}
.matchround h3 span
{
    float:right;
    height:20px;
    color:White;
    padding-right:10px;
    background-image:url('../Content/images/globe/matchroundheader.png');
    background-repeat:no-repeat;
    background-position:right top;
    line-height:18px;
}
.matchgroup
{
    border:solid 1px #C0C0C0;
    padding:10px;
    display:block;
}
.matchgrouph
{
    width:100%;
    height:20px;
    background-image:url('../Content/images/globe/matchgroupheader.png');
    background-repeat:no-repeat;
    background-position:left top;
    cursor:pointer;
}
.matchgroup .matchgrouph span
{
    float:right;
    height:20px;
    color:White;
    padding-right:10px;
    background-image:url('../Content/images/globe/matchgroupheader.png');
    background-repeat:no-repeat;
    background-position:right top;
    line-height:18px;
}