html, body {
    padding:0;
    font-family: "Lucida Grande", Verdana;
    font-size: 0.9em;
    text-align:center;
    margin: 0 auto;
    background-color:#1a1a1a;
    height:100%;
    width:100%;
    overflow:hidden;
}

input, select {
    font-size:0.9em;
}

ul {
    margin: 0;
    padding: 0;
}

li, dd, dt, lh {
    text-align:left;
    margin-left: 15px;
}

table {
    margin-top:-10px;
    margin-left:7px;
}

h4 {
    font-size:14px;
    text-decoration:none;
    font-weight:normal;
    color:#23A4FF;
    margin: 0;
}

h5 {
    font-size:12px;
    text-align:left;
    font-weight:bold;
    color:#000;
    margin-bottom: 0;
}

a {
    color:#23A4FF;
}

#container {
    position:relative;
    width:85%;
    height:100%;
    color:#ccc;
    float:right;
}

#sidebar {
  background-color: #fff;
  width:15%;
  height:100%;
  float:left;
  
}

.label {
	text-align:left;
	margin:10px;
}

hr {
	width:70%;
	text-align:center;
}

.text {
    margin: 7px;
}

#inner-details {
    font-size:10px;
    margin:10px;
    padding:10px;
    background-color: #fff;
    top:0;
    right:0;
    position:absolute;
    border:1px solid green;
    opacity:0.8;
    filter:alpha(opacity=80);
}

#inner-details a {
}

span.name {
    cursor: pointer;
}

#sitelink {
    text-align:left;
}

#sitelink a, #sitelink a.visited  {
    text-decoration: underline;
    color:#23A4FF;
}

#description {
    text-align:left;
    max-width:200px;
}