* {
        outline: none;
}
body,td {
        font-family: Arial;
        font-size: 10pt;
        color: #BBBBBB;
        padding: 0px;
        margin: 0px;
        vertical-align: top;
}
body {
        height: 100%;
        width: 100%;
        background-color: black;
}
body.streetbg {
        background-image: url("../images/streetbg.gif");
        background-position: bottom left;
        background-attachment:fixed;
        background-repeat: repeat-x;
}
th {
        text-align: left;
}
a {
        color: #BBBBBB;
        border: 0px;
}
tr.normal_a {
        background-color: #303030;
}
tr.normal_b {
        background-color: #505050;
}
td.spacing {
        font-size: 4pt;
}
div.articleadmin-atitle {
        float: left;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
}
img.articleadmin-rename {
        cursor: pointer;
}
div.articleadmin-articlepart {
        margin-left: 1.5em;
        margin-top: 2em;
        margin-right: 1em;
        margin-bottom: 0.2em;
        border: 1px dotted white;
}
div.articleadmin-hiddenarticlepart {
        margin-left: 1.5em;
        margin-top: 2em;
        margin-right: 1em;
        margin-bottom: 0.2em;
        border: 1px dotted white;
        opacity: .4;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
}
div#administrationbar {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 8px 0px;
        margin: 0px;
        margin-bottom: 8px;
        background-color: #202020;
}
div#ab-menu {
        float: left;
        margin-left: 8px;
}
div#ab-userstatus {
        float: right;
        padding: 0px;
        margin-right: 8px;
}


div#page {
        position: absolute;
        bottom: 10%;
        width: 950px;
}
div#topbar {
        width: 950px;
        height: 60px;
        margin-bottom: 2px;
}
div#topbar-left {
        position: relative;
        float: left;
        width: 348px;
        height: 100%;
        padding: 0;
        margin: 0;
}
div#topbar-right {
        position: relative;
        padding: 0;
        margin: 0;
        margin-left: 350px;
        height: 100%;
}
div#topbar-right td {
        vertical-align: middle;
        text-align: center;
}
div#topbar-right table {
        width: 95%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
}
div#topbar-right a {
        outline: none;
        -moz-outline-style: none;
}
div#topbar-right img.symbol {
        padding: 2px;
        opacity: .3;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
}
div#topbar-right img.activesymbol {
        padding: 2px;
}
div#menu_and_content {
        width: 100%;
        height: 330px;
}
div#menu {
        position: relative;
        float: left;
        width: 348px;
        padding: 0;
        margin: 0;
}
div#innermenu {
        position: relative;
        float: right;
        width: 200px;
}
div#content {
        position: relative;
        height: 100%;
        padding: 0;
        margin: 0;
        margin-left: 350px;
}
div#innercontent {
        overflow: auto;
        height: 330px;
}
div#innerinnercontent {
        padding: 10px;
}
div#menu ul {
        margin: 0;
        padding: 0;
}
div#menu li {
        list-style: none;
        margin: 0;
        padding: 1px 1px 1px 1em;
        display: block;
}
div#menu li.menu-toplevel {
        margin: 1px 1px 2px 1px;
        padding: 1px 0px 2px 0px;
}
div#menu a {
        behavior: url("iepngfix.htc");
        display: block;
        color: #9A9A9A;
        border: 0px;
        text-decoration: none;
        outline: none;
        padding-left: 1em;
        margin-left: 3px;
        -moz-outline-style: none;
}
div#menu a:hover, a.selected {
        background-image: url("../images/menu-arrow.gif");
        background-repeat: no-repeat;
        background-position: center left;
}
div#adminpage {
        margin-top: 50px;
        margin-left: 1em;
        margin-bottom: 3em;
}
div#adminpage_inner {
        width: 80%;
}
table.admin-table {
        width: 100%;
        min-width: 100%;
}
div#fp_imgresize_preview {
        float: left;
        border: 1px solid grey;
}
.link {
        cursor: pointer;
}
h1 {
        font-size: 125%;
        font-weight: bold;
}
h2 {
        font-size: 120%;
        font-weight: bold;
}
h3 {
        font-size: 115%;
        font-weight: bold;
}
h4 {
        font-size: 110%;
        font-weight: bold;
}
h5 {
        font-size: 105%;
        font-weight: bold;
}
h6 {
        font-size: 100%;
        font-weight: bold;
}
div.articlepart img, div.articleadmin-articlepart img, iframe#freeRTE img {
        margin: 0.5em;
        margin-top: 0 ! important;
}
img.border {
        border: 1px solid #D0D0D0;
}
ul.videolist {
        padding: 0;
        margin: 0;
        display: inline-block;
}
ul.videolist li {
        margin: 0;
        padding: 5px;
        padding-left: 25px;
        list-style: none;
        vertical-align: middle;
        text-decoration: underline;
        background-image: url('../images/play.png');
        background-repeat: no-repeat;
        background-position: center left;
        behavior: url("iepngfix.htc");
        cursor: pointer;
}
a.downloadlink {
        float: left;
        padding-left: 25px;
        vertical-align: middle;
        background-image: url('../images/save.png');
        background-repeat: no-repeat;
        behavior: url("iepngfix.htc");
        min-height: 20px;
        height: 20px;
}
div.ap-editbar {
        text-align: right;
}
div#msg {
        position: relative;
        margin-top: 50px;
        margin-left: 1em;
        padding: 8px;
        background-color: #505050;
        border: 5px solid black;
}
img {
        border: 0px;
        behavior: url("iepngfix.htc");
}
img#adm {
        margin-top:  10px;
        margin-left: 45px;
}
div.opaquebackground {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;

        z-index: 0;
        background-color: black;
        opacity: .6;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
}
div.content-overlay {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 100;
}
div#screen-overlay {
        background-color: black;

        opacity: .5;
        filter: alpha(opacity=50);

        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;

        z-index: 200;
        display: none;
}
div#lightbox {
        position: absolute;
        left: 0px;
        top: 0px;
        border: 1px solid #333;
        background-color: black;
        z-index: 300;
}
div#lb_content {
        border: 10px solid black;
        margin: 0;
        padding: 0;
}
div#lb_border {
        text-align: right;
        background-color: black;
        border: 10px solid black;
        margin: 0;
        padding: 0;
        z-index: 301;
}
input, textarea {
        font-family: Arial;
        font-size: 100%;
}
fieldset {
        padding: 1em;
}
label {
        display: inline-block;
        width:15%;
        text-align:right;
        font-weight:bold;
        padding: .3em;
}
