/* COPYRIGHT BY DEVMAX - BASIC */
/* GENERAL */
body{
 margin:0px;
 padding: 0px;
 background-image:url('headerloop.png');
 background-repeat: repeat-x;
 background-position: top center;
 background-color:#ededed;
 font-family:Verdana;
 font-size: 12px;
 color: #454545;
 text-align: center;
}
a{
text-decoration: none;
outline: none;
color: #454545;
border-bottom: 1px dotted #454545;
}
a:hover{
border-bottom: none;
}
img {
border: 0px;
}
input, textarea{
background-color: #e7e7e7;
border: 1px solid #d1d1d1;
}

/* HEADER */
#header{
text-align:center;
}
#header a{
border-bottom: none;}

/* CONTENT */
.box{
margin-top: 40px;
padding: 0px;
margin-left: auto;
margin-right: auto;
width: 850px;
background-color: white;
border: 1px solid #e1e1e1;
text-align: left;
}
.box h2{
padding-top: 5px;
font-size: 14px;
text-align: center;
margin: 0px;
width: 100%;
height: 30px;
background-image: url('heading.png');
background-repeat: repeat-x;
color: #af6626;
}
.box h3{
background-color: #ececec;
text-align: center;
font-weight: bold;
padding: 5px;
font-size: 12px;
}
.box p{
margin: 15px;
padding: 0px;
}
.contactbox{
width: 600px;
}
.contactbox table{
font-size: 12px;
}
.serversbox{
width: 905px;
}
.serversbox a{
border-bottom: none;
}
.serversbox a:hover{
border-bottom: 2px dotted gray;
}

/* FOOTER */
#footer{
text-align: center;
margin-top: 40px;
font-size: 10px;
}

/* ADDITIONAL STYLE ELEMENTS */
.center{
text-align: center;
}
.online{
color: #519d61;
font-weight: bold;
}
.offline{
color: #a43535;
font-weight: bold;
}





