* {
    margin: 0px;
    padding: 0px;
}
HTML { }
BODY {
    margin: 100px auto 40px auto;
    font: normal 10pt "segoe ui", "lucida sans", verdana, tahoma, "sans serif";
    line-height: 170%;
    color: #aaa;
    background-color: #111;
}
A, A:visited {
    color: #7ab3e2;
    text-decoration: none;
}
A:hover {
    color: #fff;
    text-decoration: underline;
}
IMG {
    border: none;
}
IMG.logo_small {
    margin: -34px 0px 0px 0px;
}
IMG.certificate {
    margin: 0px 40px 0px 0px;
    vertical-align: top;
}
H1 {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font: normal 10pt "segoe ui", "lucida sans", verdana, tahoma, "sans serif";
    text-transform: uppercase;
    color: #fff;
}
H3 {
    padding: 0px 0px 2px 0px;
    font: normal 12pt "segoe ui", "lucida sans", verdana, tahoma, "sans serif";
    color: #fff;
}
#main {
    width: 700px;
    margin: 20px auto;
}
#header {
    margin: 0px 0px 40px 0px;
    text-align: center;
}
#navigation {
    height: 26px;
    margin: 0px 0px 20px 0px;
    display: block;
    list-style: none;
    border-bottom: 1px #777 solid;
}
#navigation LI {
    display: inline;
}
#navigation LI A {
    padding: 5px 25px;
    float: left;
    display: block;
    color: #aaa;
    font: normal 10pt "segoe ui", "lucida sans", arial, tahoma, "sans serif";
    text-transform: uppercase;
    text-decoration: none;
}
#navigation LI A:hover {
    color: #fff;
}
#navigation .active {
    color: #fff;
    margin: -1px 0px 0px 0px;
    border-bottom: 3px #fff solid;
}
#navigation .inactive {
    color: #888;
}
#footer {
    margin: 30px 0px 0px 0px;
    font-size: 95%;
    color: #555;
    text-align: center;
}
#accordion_nested { }
.panel_title, .panel_nested_title {
    outline: none;
    cursor: pointer;
}
.panel_title {
    padding: 0px 5px;
    text-decoration: none;
    display: block;
    color: #fff;
}
.panel_nested_title {
    font: normal 10pt "segoe ui", "lucida sans", verdana, tahoma, "sans serif";
    color: #7ab3e2;
}
.panel_nested_title:hover {
    color: #fff;
    text-decoration: underline;
}
.panel_content {
    padding: 5px;
    overflow: hidden;
}
.tagcloud {
    text-align: center;
    line-height: 210%;
}
.tagcloud LI {
    display: inline;
    text-transform: lowercase;
    font-size: 100%;
}
.tagcloud .popularity1 {
    padding: 10px;
    font-size: 100%;
}
.tagcloud .popularity2 {
    padding: 10px;
    font-size: 120%;
    color: #7ab3e2;
}
.tagcloud .popularity3 {
    padding: 10px;
    font-size: 130%;
    color: #f9b043;
}
.tagcloud .popularity4 {
    padding: 10px;
    font-size: 150%;
    color: #fff;
}
.w3clogo {
    font-size: 80%;
    text-transform: uppercase;
}
A.w3clogo, A:hover.w3clogo {
    text-decoration: none;
}
.w3clogo .w3c {
    padding: 0px 2px 1px 2px;
    color: #5585c4;
    background-color: #fff;
    border-top: 1px #ccc solid;
    border-left: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.w3clogo .xhtml, .w3clogo .css {
    padding: 0px 2px 1px 2px;
    color: #333;
    background-color: #f49639;
    border-top: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
#progress {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 220px;
    margin-top: -20px;
    margin-left: -110px; 
    padding: 0px;
    background-color: #fff;
    color: #000;
    border: none;
    font: normal 10pt "segoe ui", "lucida sans", verdana, tahoma, "sans serif";
    text-align: center;
    vertical-align: bottom;
}
#progress IMG {
    padding: 0px 10px 0px 0px;
}
#exception {
    background: #8b0f20 url(../images/exception-bg.gif) repeat-x bottom;
    text-align: center;
    line-height: 150%;
}
#exception .message {
    position: absolute;
    left: 50%;
    top: 30%;
    min-height: 300px;
    width: 700px;
    margin-top: -150px;
    margin-left: -350px; 
    padding: 10px;
    color: #510000;
    border: 5px #510000 solid;
    background-color: #fff;
    text-align: left;
}
#exception .message .title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
    border-bottom: 1px #510000 solid;
}
#exception .message .details {
    margin-top: 10px;
    padding: 10px;
    border: 1px #aaa solid;
}
INPUT[type=hidden] {
    display: none;
}
INPUT[type=password] {
    letter-spacing: 2px;
}
INPUT[type=submit] {
    padding: 2px 5px;
}
INPUT[type="text"], .controls [type="password"] {
    padding: 2px 5px;
    font: normal 10pt "segoe ui", "lucida sans", verdana, tahoma, "sans serif";
    color: #fff;
    background: #000;
    border: none;
    border-bottom: 1px #aaa dotted;
}
TEXTAREA {
    padding: 2px 5px;
    font: normal 10pt "segoe ui", "lucida sans", verdana, tahoma, "sans serif";
    color: #fff;
    background: #000;
    border: 1px #aaa dotted;
}
.key {
    float: left;
    width: 300px;
}
.value {
    width: 400px;
}
.disabled {
    color: #888;
}
.success {
    color: #008000;
}
.exception {
    color: #ff4500;
}
.left {
    float: left;
    text-align: left;
}
.right {
    float: right;
    text-align: left;
}
.vspace {
    height: 10px;
}