/*
Habbo360 Stylesheet
*/
a img{border:none;}
.nounderline:hover{
text-decoration:none;
}
body{

background:url(../img/bg_xbox.jpg) #DCDCDC center top no-repeat;
font-family:arial,sans-serif;
font-size:13px;
margin:0;
}
td{
font-size:13px;
}
a{
color:#000;
font-weight:bold;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

#outerdiv{

width:750px;
margin:0 auto;
border:2px solid black;
margin-top:20px;
background:#EEEEEE;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
}
#toplogo{
height:145px;
background:url(../img/bg_xbox.jpg) #DCDCDC center 25% no-repeat;
font-weight:bold;
border-bottom:#EAEAEA 1px solid;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
}
#navbar{
/*border-top:2px solid #DDD;
border-bottom:2px solid #DDD;*/
margin-left:5px;

}
.navitem{
margin-right:5px;
font-size:14px;
padding:5px;
padding-top:2px;
padding-bottom:2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.navitem:hover{
background:#EFEFEF;
text-decoration:none;
}

#pagetitle{
font-size:25px;
border-bottom:2px solid #FF7722;
margin:10px;
}
#pagecontent{

margin:20px;

}
#pagefooter{

text-align:center;
margin-top:30px;
color:gray;
padding:5px;
border-top: 1px solid gray;
font-size:8px;
}

.warningbox{
border:1px solid #BEC505;
background: #F7FB73;
color: #000;
text-align:center;
}

.heading{
margin-top:20px;
font-size:24px;
}

.setbutton{
color:#00F;
text-decoration:none;
}
.setbutton:hover{
text-decoration:underline;
}

.r{
text-align:right;
}
.b{
font-weight:bold;
}
.highlighttable{
	border-collapse:collapse;
}
.highlighttable tr td{
padding:5px;
}
.highlighttable tr th{
padding:5px;
}
.highlighttable tr:hover{
	background:#CCC;
	cursor:pointer;
}
.highlighttable tr th{
cursor:default;
background:#EEE;
text-align:left;
font-weight:bold;
}
