.boxlight{
	border:1px solid #ccc;
	background:#fff;
	margin-bottom:3px;
}


.boxlight .boxheader{
	display:block;
	height:15px;
	border-top:1px solid #fff;
	border-bottom:1px solid #CCC;
	border-left:1px solid #fff;
	border-right:1px solid #fff;	
	background:#666 url(../images/box_header_bg_light.jpg) repeat-x scroll;
    overflow: hidden;
}


.boxlight h2{
	padding-left: 5px;
	line-height:15px;
	font-size:1.4em;
	color:#000000;
    width: 65%;
    float: left;
}

.boxlight a{
    font-size:0.7em;
    color:#666687;
}

.boxlight .boxcontent{
	border-top: 1px solid #FFF;
    background: #f5f5f5;
    display: none;
    margin: 3px;
}

.match_status{
    border:1px solid #CCC;
    float: left;
    font-size:0.9em;
    color:#CC3333;
    width:120px;
    margin-top: 1px;
    margin-right: 3px;
    text-align: center;
}

.competition_date{
    font-size:0.9em;
    color:#FFF;
    margin-top:5px;
    padding-left: 5px;
    background: #656565 none repeat scroll 0 0;
    width: 350px;
    float: left;
}

.competition_date a {
    color:#FFF;
}

#match-block{
    width: 99%;
}

.line_score{
    float: right;
    width: 460px;
    /* border: 1px solid #fff; */
    height: 15px;
}

.team_score{
    float: left;
    width: 180px;
    border: 1px solid #fff;
    height: 15px;
}
.score{
    float: left;
    width: 25px;
    border: 1px solid #fff;
    text-align: center;
    height: 15px;
}

.line_scorers{
    float: right;
    width: 460px;
    /* border: 1px solid #fff; */
    height: 15px;
}
.team_scorer{
    float: left;
    width: 350px;
    border: 1px solid #fff;
    height: 15px;
}
#match_line{
    min-height: 50px;
    background: #FFF;
    cursor:pointer;
    float: left;
    width: 350px;
}

#match_line ul {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 30px;
    width: 100%;
}

#match_line li {
    float: left;
    border: 1px solid #E0E0E0;
    font-size:0.9em;
    margin:0px 0px 0px 0px;
    padding-left:3px;
    padding-right:3px;
    font-family: 'Lucida Sans','Lucida Grande',Verdana,Arial,Sans-Serif;
    color:#333333;
    overflow: hidden;
}

.no_matches{
    /* height: 60px; */
    background: #FFF;
    border: 1px solid #E0E0E0;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
	padding-bottom: 10px;
}

.no_matches p {
    height:60px;
    vertical-align:middle;
}

#basket_match_line{
    height: 62px;
    background: #FFF;
    cursor:pointer;
    float: left;
}

#basket_match_line ul {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#basket_match_line li {
    float: left;
    border: 1px solid #E0E0E0;
    font-size:0.9em;
    margin:0px 0px 0px 0px;
    padding-left:5px;
    padding-right:5px;
    height: 60px;
    vertical-align: middle;
}

#basket_match_line td {
    text-align: center;
    border: 1px solid #E0E0E0;
    line-height: 25px;
    width: 20px;
    padding: 0;
    font-family: 'Lucida Sans','Lucida Grande',Verdana,Arial,Sans-Serif;
    font-size: 1.0em;
    color:#333333;
}

#bar_groups {
    background: #FFF none repeat scroll 0 0; 
    width: 180px; 
    height: 1000px;
    /* float: left; */
    color: #000;
    font-weight: normal;
}

#bar_groups ul {
    padding: 0em;
}

#bar_groups li{
    list-style-type: none;
    height: 20;
    margin: 1px 0 1px 4px;
}

.li_country{
    background: #656565;
    padding-left: 5px;
}

.li_country a {
    color: #FFF;
    font-weight: bold;
    font: 0.8em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
}

.li_country a:hover{
    color: #CC3333;
    text-decoration: none;
}

.a_competition{
    font: 0.8em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: #000;
    font-weight: normal;
}

.a_competition_sel{
    font: 0.8em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: #CC3333;
    font-weight: normal;
}

.li_competition a:hover{
    color: #CC3333;
    text-decoration: none;
}

#bar_groups hr {
    display: block;
    border: none;
    border-top: dashed 1px #ccc;
    height: 1px;
    width: 90%;
}


#results_panel {
    background: #FFF none repeat scroll 0 0; 
    width: 530px; 
    min-height: 1000px;
}

#subsubmenu {
    background: #FFF; 
    width: 532px;
    margin-bottom:1px;
    height:18px;
}

#subsubmenu ul {
    display:inline;
    list-style-type:none;
    margin:0;
    padding:0;
    text-align:left;
}

#subsubmenu li {
    font-size:0.8em;
    border-left:1px solid #CC3333;
    height:16px;
    line-height:16px;
    margin:1px 1px;
    padding:0 2px 0 1px;
    display:block;
    float:left;
    list-style-type:none;
    background:#000000 none repeat scroll 0 0;
}

#subsubmenu input.box:focus {
    background:transparent url(images/search-bg.png) no-repeat scroll left -16px;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    line-height:28px;
    text-align:center;
}



.table_rank{
    border: 1px dotted #666687;
    width: 99%;
    margin: 2px;
}

.table_rank td{
    border-bottom: 1px dotted #666687;
    border-right: 1px dotted #666687;
}

#marcador {
    width:100%; 
    text-align:center;
    height:80px;
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#marcador .match_status{
    float:left;
    width:50px;
    text-align:right;
    font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    padding-right: 10px;
}

#marcador .equipo1 {
    float:left;
    width:180px;
    text-align:right;
    font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    padding-right: 10px;
    overflow: hidden;
	font-weight: bold;
}

#marcador .equipo2 {
    float:left;
    width:180px;
    text-align:left;
    font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    padding-left: 10px;
    overflow: hidden;
	font-weight: bold;
}

#marcador .resultado {
    background:transparent url(../images/marcador.png) no-repeat;
    float:left;
    width:38px;
    height:55px;
    color:#FFF;
    font-weight: bold;
    text-align:center;
    margin-right: 5px;
    margin-left: 5px;
    font-size:1.2em;
}

.selector {
    border: 1px solid #656565;
    width: 90px;
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
