body
{
    margin: 0px;
    padding: 0px;
}

/* Surrounding page navigation */

#navigation-bar
{
    width: 99%;
    margin: 0 0 0 0;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 8px;
    -moz-border-radius-topleft: 0;
    -khtml-border-top-right-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    -khtml-border-top-left-radius: 0;
    border-radius: 0 8px 8px 8px;
    /*behavior:url(border-radius.htc);*/
    padding: 2px 0px 2px 10px;
    height: 1.5em;
}

#title-bar
{
    margin: 0;
    padding: 0;
    border: 0;
}

#link-bar
{
    float: left;
    width: 200px;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    behavior:url(builds/border-radius.htc);
    margin: 5px;
    margin-right: 5px;
    padding: 2px;
    padding-left: 5px;
    padding-bottom: 5px;
}

#link-bar ul
{
    padding-left: 0px;
    margin-left: 0px;
}

.link-bar-image
{
    margin-top: 0.8em;
    margin-bottom: 0.4em;
    list-style: none;
}

.link-bar-image img
{
    border: 0px;
    /*width: 195px;
    height: 35px;*/
    margin-left: auto;
    margin-right: auto;
}

.link-bar-boldtext, .link-bar-text
{
    list-style: inside url('bullet.gif');
}

.link-bar-boldtext
{
    font-weight: bold;
}

#logo
{
    border: none;
    margin-bottom: 0px;
    vertical-align: bottom;
}

#sectiontree-bar
{
    width: 180px;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    behavior:url(builds/border-radius.htc);
    margin: 5px;
    padding: 2px;
    padding-left: 5px;
}

#section-bar
{
    width: 180px;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    behavior:url(builds/border-radius.htc);
    margin: 5px;
    padding: 2px;
    padding-left: 5px;
}

.section-bar-title
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    behavior:url(builds/border-radius.htc);
}

#section-bar ul
{
    padding-left: 0px;
    margin-left: 0px;
}

#section-bar ul > li
{
    list-style: inside none;
}

#section-bar ul > li ul > li
{
    list-style: inside url('bullet.gif');
}

#content
{
    margin-left: 215px;
    margin-right: 10px;
}

#copyright-bar
{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    behavior:url(builds/border-radius.htc);
    width: 99%;
    padding: 5px;
    margin: 2px;
}

#member-box
{
    margin: 5px;
    width: auto;
    min-width: 200px;
    margin-left: 300px;
    padding: 5px;
    height: 76px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    behavior:url(builds/border-radius.htc);
    float: right;
}

#pagetitle
{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    behavior:url(builds/border-radius.htc);
    margin-left: 220px;
    margin-right: 200px;
    margin-top: 5px;
    padding-left: 5px;
}

#topdropdown
{
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
    font-weight: bold;
}

#topdropdown a img 
{
    border: 0;
    vertical-align: bottom;
}

#topdropdown li
{
    float: left;
    padding-right: 3em;
    min-width: 7em;
    position: relative;
    padding-top: 0px;
}

#topdropdown li ul
{
    visibility: hidden;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 1.0em;
    left: 0em;
    width: 100%;
}

#topdropdown li:hover ul, #topdropdown li ul:hover
{
    visibility: visible;
    list-style: none;
}

#topdropdown li ul li
{
    width: 100%;
    padding: 5px 0px 5px 3px;
}

/* Inside content tags */

th
{
    padding: 3px;
}

/* Inside content classes */

.center
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

table.center td
{
    text-align: left;
}

table.center td.center
{
    text-align: center;
}

#content ul, #content ul li
{
    margin-left: 10px;
    list-style-position: inside;
}

#content img 
{
	border: none;
}

.headline
{
    font-size: larger;
    font-weight: bolder;
}

.errorbox {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    border: 2px #FF0000 solid;
    min-width: 1%;
    max-width: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.errortitle {
    background: #CC0000;
    color: #FFFFFF;
    font-weight: bold;
}

.errorimage {
    vertical-align: middle;
    margin-left: 5px;
	margin-top: 5px;
	margin-right: auto;
	display: run-in;
	clear: none;
}

.errortext {
	vertical-align: middle;
	text-align: center
}

.error {
    color: #DD0000;
}

.quoteinline {
    float: none;
    max-width: 500px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.smalltext {
    font-size: 0.8em;
}

/* Tags + classes combination */

table.withborder {
    empty-cells: show;
}

/* Sidebars */

.simplesidebar {
    max-width: 250px;
    border: 1px solid;
    padding: 5px;
    float: right;
}

.sidebar {
    max-width: 250px;
    border: 1px solid;
    background-position: bottom;
    padding: 5px;
    padding-bottom: 30px;
    float: right;
}

.platinumside {
    background-image: url("/subs/side/platinum.png");
    background-color: #999999;
    border-color: #444444;
}

.yellowside {
    background-image: url("/subs/side/yellow.png");
    background-color: #990099;
    border-color: #330033;
}
    
.frlgside {
    background-image: url("/subs/side/frlg.png");
    background-color: #990000;
    border-color: #330000;
}
    
.quoteside {
    background-image: url("/subs/side/quote.png");
    background-color: #999999;
    border-color: #330033;
}

#leftadvert, #uepc, #uepclink {
	margin-left: 25px;
	margin-right: auto;
}

.smallbox {
   margin-left: 5px;
   margin-right: 200px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -khtml-border-radius: 4px;
   border-radius: 4px;
   behavior:url(builds/border-radius.htc);
}

.center .smallerlist {
    text-align: left;
}