html {
    background: #333333;
}

body {
    background: #333333 url(/ui/_0/background.jpg) repeat-x scroll top left;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color: #ffffff;
    font-size: 12px;;
}

a {
    text-decoration: none;
    color: #c2c7c9;
}

a:focus {
    outline: none;
}

strong {
	font-weight: bold;
}

input:focus, textarea:focus {
    outline: 0px;
}

.clear {
    clear:both !important;
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 0;
    overflow:hidden;
}

.padder {
    clear:both !important;
    float: none !important;
    width: 100% !important;
    padding: 0 0 5px 0 !important;
    height: 0;
    overflow:hidden;
}

.meta {
    display:none !important;
}

.hidden {
    display: none;
}

#doc {
    position: relative;
    padding: 1px 0 5em 0;
    width: 975px;
    margin: -1px auto 0 auto;
}

#bd {
    background: transparent url(/ui/_2bd/bodyshadow.gif) no-repeat left bottom;
    padding: 0 0 19px 0;
    position: relative;
}

#bd.tiles {
    background: transparent;
    padding: 0;
}

p.actionrequired, span.actionrequired {
    color: #ED0C7D;
}

p.tagname, span.tagname {
    color: #68b7cf;
}