/*
 * HTNRG - Compact View [Hattrick NewD]
 * 
 * Author      : _eNeRGy_ (7397517)
 * Created     : Jan 27th, 2009
 * Version     : 4.0
 * Website     : url(http://nrgjack.altervista.org/)
 * Description : Modifies the spacing between boxes and the color of the skills in ht.
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) 
 */ 




@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document 
domain("hattrick.ws"),
domain("hattrick.interia.pl"),
domain("hattrick.uol.com.br"),
domain("hattrick.org") {

/*VISIONE COMPATTA MAIN*/
.hattrick,.hattrickNoSupporter {
margin:auto!important;
position:relative!important;
left:-5px!important;
}

#page { 
margin:0px!important;
padding:0px!important; 
}

/*VISIONE COMPATTA TOP*/
#top{
height:8px!important;
}

/*VISIONE COMPATTA HEADER*/
#header { 
height: 95px!important; 
padding:0px !important; 
}

#logo {
margin-left:14px!important;
top:-5px!important;
}

#teamLinks  {
margin-left:17px!important;
margin-top:-3px!important;
}

#teamLinks a{
text-decoration:none;
font-weight:bold;
}


#ticker{
padding:0px 0px 0px 0px  !important;
margin: 0px 0px 0px 0px !important;
top:0px!important;
}

#time{
margin: 0px 446px 0px 0px !important;
padding:0px 0px 0px 0px  !important;
}

#online{
margin: 0px 15px 0px 0px !important;
padding:0px 0px 0px 0px !important;
}

#shortcuts{
top:0px!important;
margin: 0px 140px 0px 0px !important;
padding:0px 0px 0px 0px  !important;
}


#menu{
bottom:1px!important;
padding:0px 0px 0px 0px !important;
margin: 0px 0px 0px 0px !important;
width:auto!important;
}

/*VISIONE COMPATTA CONTENT*/
#content { 
padding-top: 0px!important;
}

.subMenu, .subMenuConf { 
margin:0px!important;
}

.mainRegular {
margin:0px!important;
}

.sidebarBox, .subMenuBox { 
margin:0px!important; 
padding-right:1px!important;
padding-bottom:1px!important;
}

#sidebar{
padding-left:1px!important;
}




}