
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.clearboth { 
clear: both; 
}

.item_block img {
	cursor:pointer;
}

#container #containerIn #primary #layoutArticle #schedule ul ul {
	list-style: none;
}

#container #containerIn #primary #layoutArticle #schedule ul li {
	list-style: none;
	padding:10px 0 10px 0;
}



#container #containerIn #primary #layoutArticle #schedule li li.odd {
	padding:0px;
	list-style: none;
	background-color:#fafafa;
	border-bottom:4px solid #ffffff;
}

#container #containerIn #primary #layoutArticle #schedule li li.even {
	padding:0px;
	list-style: none;
	background-color:#eaecfa;
	border-bottom:4px solid #ffffff;
}


#layoutArticle .ranking td {
	padding:4px;
	border-bottom:1px solid #d0d0d0;
}




.mgl_username {font-weight:bold;}
.mgl_tag {font-size:10px; color:#009020;}
.mgl_itemname {font-size:10px; color:#808080;}
.small {font-size:12px; color#606060;}

.score_m {color:#A0A0A0;
font-family:impact;
font-size:24px;
}


#baseLayer{
    display:none;
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:#7BAEB5;
    filter:alpha(opacity=75);
    opacity: 0.75;
}

* html #baseLayer{
    position:absolute;
    z-index:1;
}
#loginbox{
    display:none;
    background:white;
    position: absolute;
    top:50%;
    left:50%;
    z-index:9999;
    cursor:move;
}
* html #loginbox{
    position: absolute;
     z-index:1;
}
