body {
margin:0 0 30px 0;
background:#1c1c1c;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
}
img {
border:0;
}
h1, h2, h3 {
margin:0px;
}
.clear {
clear:both;
}
/* The Header */

.head {
padding-top:13px;
text-align: center;
}

/* The Wrapper */

.wrapper {
width:90%;
margin:0 auto;
}
.top {
height:13px;
}
.bottom {
height:16px;
overflow:hidden;
}
.inner {
border-right:1px solid #1f1f1f;
border-left:1px solid #1f1f1f;
border-bottom:1px solid #1f1f1f;
padding:0 4px;
background:#131311;
}

network {
width: 100%;
background: #ffffff;
}

#list {
padding: 5px;
border: 1px solid #1e1e1e;
width: 100%;
text-align: center;
margin-top: 3px;
margin-bottom: 4px;
background-color: #666;
font-weight: bold;
}

label {
font-weight:bold;
color: #000;
font-size: 11px;
}

a {
font-weight: bold;
text-decoration: none;
color: #66CC33;
}
a:hover { color: #CC3333; }

label {
font-weight: bold;
line-height: 20px;
}
.clear { clear: both; }

/* CONTENT STYLING */
hr { display: none; }
.hr {
height: 1px;
width: 100%;
background: #CC3333;
clear: both;
margin: 10px 0 10px 0;
}
form {
color: #000;
margin: 0px; padding: 5px;
border: 1px solid #ccc;
background: #eee;
width: 90%;
}
.urlinput {
background: #fff url(themes/glype/images/textbg.gif) repeat-x;
width: 380px;
border: 1px solid #CC3333;
font-size: 150%;
padding: 2px;
}
.submitbutton {
margin-left: 5px;
background: #fff url(themes/glype/images/textbg.gif) repeat-x;
height: 30px; width: 32px;
padding: 0; text-align: center;
font-weight: bold;
border: 1px solid #CC3333;
}
#options { padding: 5px; }
#error { 
color: #000;
border: 1px dotted #ccc;
padding: 2px;
}

/* TOOLTIP HOVER EFFECT */
.tooltip { cursor: help; }
.tool-tip {
color: #fff;
width: 200px;
z-index: 1000;
background: #555;
font-size: 85%;
}
.tool-title {
font-weight: bold;
margin: 0;
padding: 4px;
}
.tool-text {
padding: 0 6px 6px 6px;
}
