*
{
    border: #F60 0 solid;
    font-family: inherit; /* fixes problem with font-family of the <button> */
    font-size: 1em;
    font-style: normal;
    margin: 0;
    padding: 0;
}
html
{
    background: url('../images/nav-background.png') top center repeat-x;
    font-size: 75%;
}
body
{
    background: #F7F3F2 url('../images/body-background.png') 2px 0 repeat;
    color: #333;
    margin: 40px auto 0;
    padding-bottom: 20px;
    /*text-shadow: #333 0 0 0;*/
}
body, code, input, textarea
{
    font-family: Verdana, Arial, Helvetica;
}
body, code
{
    line-height: 1.5em;
}
a
{
    color: #333;
    cursor: pointer;
    text-decoration: underline;
}
a:hover{
    color:#7C0000;
}
/* in any case used in lost-password form */
a.cancel
{
    background: #E7E7E7;
    border: #CCC 1px solid;
    color: #333;
    display: block;
    float: left;
    height: 23px;
    line-height: 23px;
    margin: 0 0 0 5px;
    padding: 0 10px;
    text-decoration: none;
}
em
{
    font-style: italic;
}
h1
{
/*
    background: #E7E7E7;
    font-weight: bold;
    padding: 2px 5px;
    word-wrap: break-word;
*/
    clear: both;
    font-size: 2em;
    line-height: 1em;
    margin: .8em 0;
}
h2
{
    font-size: 1.5em;
    margin: 1em 0;
}
h3
{
    font-weight: bold;
}
hr
{
    display: none;
}
input[type="file"],
input[type="text"],
input[type="password"],
textarea
{
    padding: 2px;
}
select,
textarea,
input.text,
input.password,
input[type="text"],
input[type="password"],
input[type="file"]
{
    background: #FFF;
    border: #CCC 1px solid;
    margin: 5px 0; /* idem als <label> */
}
/* make the checkbox on the registration page visible in Opera */
input[type="checkbox"]
{
    border: #999 1px solid;
    padding: 1px;
}
select
{
    cursor: pointer;
}
option
{
    padding: 0 10px 0 0;
}
textarea,
input.text,
input.password,
input[type="text"],
input[type="password"],
input[type="file"]
{
    display: block;
    float: left;
    width: 50%;
}
input.submit,
input[type="submit"]
{
    background: #E7E7E7;
    border: #CCC 1px solid;
    clear: both;
    color: #333;
    cursor: pointer;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
}
label
{
    clear: both;
    display: block;
    float: left;
    margin: 5px 0;
    padding: 1px 10px;
    text-align: right;
}
label.checkbox,
label.radio,
label.select
{
    float: none;
    /*padding: 0;*/
    text-align: left;
}
label.checkbox
{
    cursor: pointer;
}
label.select span.desc,
div.select span.desc
{
    padding: 0;
}
legend
{
    font-weight: bold;
}
p
{
    clear: both; /* Martin: added for account-activation form, seems a good general setting */
    margin: 1em 0;
}
p.limited
{
    max-width: 700px;
}
strong
{
    font-weight: bold;
}
td
{
    vertical-align: top;
}
th
{
    text-align: left;
}
ul, ol
{
    margin: 1em 0;
    padding-left: 20px;
}

fieldset.default
{
    -moz-border-radius: 0 15px; /* bottom-left & top-right */
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border: #CCC 1px solid;
    border-radius: 0 15px;
    margin: 15px 0;
    padding: 10px 20px;
}
fieldset.default legend
{
    padding: 0 10px;
}
fieldset.default div.select,
fieldset.default p
{
    padding-left: 10px;
}
fieldset.submit
{
    border: none;
    padding: 0 30px 10px;
}


ul.error,
ul.success,
ul.warning,
ul.info
{
    margin: 10px 0;
    padding: 10px;
}
#home ul.error,
#home ul.success,
#home ul.warning,
#home ul.info {
	margin-left: 285px;
}
ul.error
{
    background: #FCC;
    border: #C33 1px solid;
}
ul.error li{
	background-image: url( '../forum/public/style_images/master/exclamation.png' );
	background-repeat: no-repeat;
	list-style: none;
	padding: 0px 25px;
}
ul.success{
	background: #CFC;
    border: #3C3 1px solid;
}
ul.success li{
	background-image: url( '../forum/public/style_images/master/accept.png' );
	background-repeat: no-repeat;
	list-style: none;
	padding: 0px 25px;
}
ul.warning{
	border: 1px solid #fa0;
    background: #ffd;
}
ul.warning li{
	background-image: url( '../forum/public/style_images/master/bullet_error.png' );
	background-repeat: no-repeat;
	list-style: none;
	padding: 0px 25px;
}
ul.info{
	border: 1px solid #aaa;
    background: #fff;
}
ul.info li{
	background-image: url( '../forum/public/style_images/master/information.png' );
	background-repeat: no-repeat;
	list-style: none;
	padding: 0px 25px;
}
.pfz-messages li {
	position: relative;
}
.pfz-messages .close {
	background-image: url( '../forum/public/style_images/master/sidebar_close.png' );
	width: 13px;
	height: 11px;
	overflow: hidden;
	text-indent: -300px;
	display: block;
	position: absolute;
	top: -3px;
	right: -4px;
	opacity: 0.7;
}
.pfz-messages .close:hover {
	opacity: 1;
}
.pfz-messages-multiple .close {
	top: 4px;
	right: 10px;
}
span.error,
span.success
{
    clear: both;
    display: block;
}
span.error
{
    color: #F33;
}
span.success
{
    color: #393;
}
input.error
{
    border-color: #C33;
}
.clear
{
    clear: both;
}





/* Begin basic layout *****************************************************************************/
#top
{
    position: absolute;
    top: 0;
}
#wrapper
{
    background: #FFF url('../images/border-left.png') 0 2px repeat-y;
    margin: 0 auto;
    /*
    --> do it de JS-way
    max-width: 1250px;
    min-width: 1000px;
    */
    position: relative; /* position absolute positioned elements relative to this element instead of the browser-window */
    width: 1250px;
}
#secondary-wrapper
{
    background: url('../images/border-right.png') right top repeat-y;
}
#header
{
    background: #8F0000 url('../images/header-background.png') top left repeat-x;
    height: 182px; /* 30px("top-margin") + 152px(header) */
    left: 0;
    margin: 0;
    position: absolute; /* some weird IE7-bug causes the left and right side of the header to appear lower */
    width: 100%;
}
#header-left, #header-right
{
    height: 100%;
    position: absolute;
    top: 0;
    width: 140px;
}
#header-left
{
    background: url('../images/header-left.png') -40px 0 no-repeat;
    left: 0;
}
#header-right
{
    background: url('../images/header-right.png') 40px 0 no-repeat;
    right: 0;
}
#logo
{
    background: url('../images/logo_header.png') center center no-repeat; /* don't forget IE 6 */
    display: block;
    height: 111px;
    left: 80px;
    position: absolute;
    top: 50px;
    width: 300px;
}
#content-wrapper
{
    background: #F5F5F5;
    border-bottom: #F5F5F5 10px solid;
    margin: 0 68px;
    padding: 190px 10px 0;
}
div.content /* #banner-space has to take precedence! */
{
    float: left;
    /*min-height: 750px; /* reserve space for banners */ /* don't forget IE 6 */
    width: 855px;
    word-wrap: break-word;
}
#breadcrumbs
{
    background: #E7E7E7;
    font-weight: bold;
    list-style: none;
    margin: 0;
    padding: 2px 5px;
    word-wrap: break-word;
}
#breadcrumbs li
{
    display: inline;
}
div.content h1 em
{
    color: #7C0000;
    font-style: normal;
}

    a.button,
    button
    {
        background: none;
        border: none;
        cursor: pointer;
        float: left;
        font: 12px Verdana; /* needs to be set explicity to prevent vertical alignment problems */
        display: inline-block;
        margin: 7px 5px 7px 0;
        padding: 0;
        text-decoration: none; /* remove underline from <a href="..."> */
        white-space: nowrap;
    }
    fieldset a.button,
    fieldset button
    {
        float: none;
        /*margin-top: 8px;*/
    }
    /* Immediately below is a temporary hack to serve the
       following margin values only to Gecko browsers
       Gecko browsers add an extra 3px of left/right
       padding to button elements which can't be overriden.
       Thus, we use -3px of left/right margin to overcome this. */
    /*
    html:not([lang*=""]) button.btn
    {
        margin:0 -3px;
    }
    */
    a.button span,
    button span
    {
        background: #7C0000 url('../images/button-left.png') left bottom no-repeat;
        display: inline-block;
        padding: 0 0 0 10px;
    }
    a.button span:hover,
    button span:hover
    {
        background: #949494 url('../images/button-left-hover.png') left bottom no-repeat;
    }
    a.button span span,
    button span span
    {
        background: url('../images/button-right.png') right top no-repeat;
        color: #FFF;
        font-weight: bold;
        /*display: inline-block; /* display: block; creates a mess in IE7 */
        line-height: 25px;
        padding: 0 10px 0 0;
    }
    a.button span span:hover,
    button span span:hover
    {
        background: url('../images/button-right-hover.png') right top no-repeat;
    }

    a.button img,
    button img
    {
        border: none;
        display: inline-block;
        padding-right: 2px;
        position: relative;
        top: 3px;
        /*vertical-align: text-bottom; /**/
    }


div.recent
{
    float: right;
    width: 230px;
}
div.recent h3
{
    background: #E7E7E7;
    letter-spacing: -0.05em;
    margin: 0 0 15px;
    padding: 2px 5px;
    text-transform: uppercase;
}
div.recent h3 em
{
    font-style: normal;
}
div.recent ul
{
    list-style: none;
    margin: 10px 0;
    padding: 0 5px;
}
div.recent li
{
    background: url('../images/recent-li.png') 2px 7px no-repeat;
    overflow: hidden;
    padding-left: 15px;
    white-space: nowrap;
}
div.recent a
{
    display: block;
    text-decoration: none;
}
div.recent a:hover
{
    text-decoration: underline;
}

#search, #nav
{
    font-size: 1.2em;
    line-height: 40px; /* don't forget IE 6 */
    margin-top: -40px;
}
#search
{
    left: 40px;
    position: absolute;
    top: 0;
    z-index: 2;
}
#search fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}
#search input[type="text"]
{
    height: 17px; /* fix for Firefox on Apple */
    margin: 8px 0;
    width: 200px;
}
#search input[type="submit"]
{
    background: #FFF url('../images/search.png') center no-repeat;
    border: #CCC 1px solid;
    clear: none;
    font-size: 0;
    height: 23px;
    margin: 8px 0 0 -1px;
    text-indent: 30px;
    width: 25px;
}
#login,
#logout
{
    position: absolute;
    right: 100px;
    top: 35px;
    width: 210px;
}
#login fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}
#login legend,
#login label
{
    clear: both;
    display: none;
}
#login a.password-forgotten
{
    color: #FFF;
    display: block;
    float: right;
    font-size: 0.8em;
    margin: 2px 0;
}
#login a.password-forgotten:hover{
    color:#E7E7E7;
}
#login input.text
{
    color: #999;
}
#login label.checkbox
{
    color: #FFF;
    cursor: pointer;
    display: block;
    margin: 0;
    padding-left: 0;
}
#login input.text
{
    display: block;
    margin: 0 0 5px;
    padding: 5px;
    width: 200px;
}
#login input.submit,
#login a.register
{
    background: #FFF;
    border: #CCC 1px solid;
    color: #7C0000;
    display: block;
    float: left;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin-top: 2px;
    padding: 0 5px;
}
#login a.register
{
    height: 23px;
    line-height: 23px;
    margin-left: 5px;
    padding: 0 10px;
    text-decoration: none;
}
#login input.submit:hover,
#login a.register:hover
{
    background:#E7E7E7;
    border-color:#E7E7E7;
}
#logout
{
    top: 60px; /* i.p.v. 40px */
}
#logout a
{
    color: #FFF;
    display: block;
    text-align: center;
}
#logout a.logout
{
    margin: 5px 0 0;
    padding: 2px;
}
#logout a:hover
{
    color: #CCCCCC;
}
#logout ul#user_link_menucontent
{
    border: #666 1px solid;
    display: none; /* hide menu by default --> needs fix for forum. See below! */
    list-style: none;
    margin: 0;
    padding: 2px;
}
/**
 * Prototype can not handle display: none; in stylesheet and needs it inline as style="display: none;"
 * See: http://www.prototypejs.org/api/element/show
 */
#ipboard_body #logout ul#user_link_menucontent
{
    display: block;
}
#logout ul#user_link_menucontent a
{
    color: #333;
    padding: 2px 5px;
    text-align: left;
}
#logout ul#user_link_menucontent a:hover
{
    color: #7C0000;
}

#nav
{
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#nav ul,
#nav li
{
    border-color: #FFF;
}
#nav ul
{
    border-left: #FFF 1px solid;
    float: right;
    list-style: none;
    margin: 0 130px 0 0; /* don't forget IE 6 -> double margin bug */
    padding: 0;
}
#nav li
{
    border-right: #FFF 1px solid;
    float: left;
}
#nav a
{
    color: #FFF;
    display: block;
    padding: 0 20px;
    text-decoration: none;
}
#nav a:hover
{
    color: #666;
}
#footer
{
    background: #7C0000 url('../images/footer-left.png') left top no-repeat;
    font-size: 0.9em;
    text-align: center;
}
#copyright
{
    background: url('../images/footer-right.png') right top no-repeat;
    color: #FFF;
    line-height: 40px;
}
#copyright img
{
    vertical-align: -1px;
}
#footer a
{
    color: #FFF;
}
#footer a:hover
{
    color: #CCC;
}
/* End basic layout *******************************************************************************/

/* Begin adjustments for home layout **************************************************************/
#home #header-left
{
    background-image: url('../images/header-left-e7e7e7.png');
}
#home #content-wrapper
{
    background: #F5F5F5 url('../images/content-home.png') left top repeat-y;
    border-bottom: none;
}

#home .content
{
    margin-left: 290px;
    padding-bottom: 20px;
    width: 805px;
}
#home .content h1
{
    background: none;
    /*font-size: 2em;*/
    letter-spacing: -0.05em;
    padding: 10px 0;
}

#home div.recent
{
    background: #FFF;
    border-top: #DCDCDC 1px solid;
    clear: both;
    float: none;
    left: -38px;
    overflow: hidden;
    padding: 0px 38px;
    position: relative;
    width: 100%;
}
#home div.recent div.recent-container
{
    float: left;
    padding: 1%;
    width: 31%;
}
#home div.recent h3
{
    background: none;
    color: #7C0000;
    font-size: 2em;
    padding: 0;
}
#home div.recent h3 em
{
    color: #CCC;
    float: left;
}
#home div.recent ul
{
    margin: 0;
    padding: 0;
}

#about
{
    background: #900;
    margin: 0 40px;
    overflow: hidden;
    padding: 25px 30px 5px;
}
#about *
{
    color: #FFF;
}
#about div
{
    border-left: #C33 1px solid;
    float: left;
    height: 160px;
    padding: 0 1%;
    width: 31%;
}
#about div.first-child
{
    border: none;
}
#about h3
{
    font-size: 2em;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin: 0 0 15px;
    padding: 0;
    text-transform: uppercase;
}
#about h3 em
{
    color: #CCC;
    float: left;
    font-size: 1em;
    font-style: normal;
}
#about ul
{
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
#about a
{
    display: inline;
}
#about a:hover{
    color:#CCCCCC;
}
#about a.rss
{
    background: url('../images/rss.png') right top no-repeat;
    height: 27px;
    padding-right: 35px;
}
#about a.linkedin
{
    background: url('../images/linkedin.png') right center no-repeat;
    padding-right: 25px;
}
#about a.twitter
{
    background: url('../images/twitter.png') right center no-repeat;
    padding-right: 23px;
}
#about p
{
    padding: 5px 0;
}


/* End adjustments for home layout ****************************************************************/

/* Begin forums ***********************************************************************************/
ul.forums
{
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.forums li
{
    background: url('../images/forum-li-read.png') 5px 7px no-repeat;
    border-bottom-color: #666;
    border-top-color: #E7E7E7;
    border-bottom-width: 1px;
    border-top-width: 7px;
    padding: 5px 0 5px 30px;
    position: relative; /* for the a.list-toggler */
}
ul.forums li.unread
{
    background-image: url('../images/forum-li-unread.png');
}
ul.forums li:first-child
{
    border-top: none;
}
ul.forums h2
{
    float: left;
    font-size: 1.3em;
    font-weight: normal;
    margin: 0;
    width: 45%;
}
ul.forums span.forum-stats
{
    font-weight: bold;
    padding-left: 10px;
}
ul.forums h2,
ul.forums h2 a,
ul.forums span.forum-stats
{
    color: #7C0000;
}
ul.forums h2 a:hover
{
    color: #333;
}
ul.forums a.list-toggler
{
    background: #7C0000;
    color: #FFF;
    display: block;
    line-height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 5px;
    width: 17px;
}
ul.forums p
{
    clear: left;
    margin: 0;
    padding: 0;
}
ul.forums div.topics
{
    /*display: none;*/
    overflow: hidden;
}
/* End forums *************************************************************************************/

/* Begin pagination *******************************************************************************/
div.pagination
{
    height: 40px;
    line-height: 40px;
}
div.pagination span
{
    display: block;
    float: right;
    padding: 0 10px;
}
div.pagination ul
{
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
div.pagination ul li
{
    float: left;
    padding-left: 2px;
}
div.pagination ul li a
{
    border-color: #CCC;
    border-width: 1px;
    padding: 3px 5px;
    text-decoration: none;
}
div.pagination ul li a:hover
{
    background: #E7E7E7;
}
div.pagination ul li a.disabled
{
    color: #CCC;
}
div.pagination ul li a.disabled:hover
{
    background: transparent;
    cursor: default;
}
div.pagination ul li a.active
{
    background: #7C0000;
    color: #FFF;
    cursor: default;
    font-weight: bold;
}
/* End pagination *********************************************************************************/

/* Begin topics ***********************************************************************************/
div.topics table
{
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
	clear: both;
}
div.topics tr:hover
{
    background: #E7E7E7;
}
div.topics td
{
    border-color: #CCC;
    border-bottom-width: 1px;
    vertical-align: baseline;
    word-wrap: break-word;
}
div.topics td.topic-title ul
{
    list-style: none;
    margin: 0;
    padding: 0 25px 5px;
}
div.topics td.topic-title > div
{
    padding-left: 25px;
}
div.topics td.topic-title li,
div.topics td.topic-title li a
{
    display: inline;
}
div.topics h3
{
    background: url('../images/topic-li-read.png') 5px center no-repeat;
    font-size: 1em;
    font-weight: normal;
    overflow: hidden;
    padding-left: 20px;
	position: relative;
}
div.topics h3.unread
{
    background-image: url('../images/topic-li-unread.png');
}
div.topics h3 a,
div.topics td.topic-stats,
div.topics td.topic-last-edit
{
    padding: 5px;
}
div.topics a
{
    display: block;
}
/* search topics */
div.topics th.topic-starter
{
    width: 170px;
}
div.topics th.topic-forum
{
    width: 120px;
}
div.topics th.topic-last-edit
{
    text-align: right;
    width: 120px;
}
div.topics th.topic-stats
{
    padding-right: 15px;
    text-align: right;
    width: 100px;
}
div.topics th.topic-last-edit
{
    padding: 0 5px;
}
/* /search topics */


div.topics td.topic-stats
{
    padding-right: 15px;
    text-align: right;
    width: 100px;
}
div.topics td.topic-stats a
{
    display: inline;
}
div.topics td.topic-poster,
div.topics td.topic-starter
{
    width: 170px;
}
div.topics td.topic-poster a
{
    display: inline;
}
div.topics td.topic-last-edit
{
    text-align: right;
    width: 125px;
}
div.topics h3 img.pinned{
	position: absolute;
	left: 0px;
	top: -1px;
}
/* End topics *************************************************************************************/

/* Begin post *************************************************************************************/
div.post
{
    border-top-color: #666;
    border-top-width: 1px;
    overflow: auto; /* prevents overlap when userdata is larger than message */
    position: relative;
}
div.post span.date
{
    background: #E7E7E7;
    display: block;
    margin-bottom: 20px;
    padding: 2px 5px;
}
div.post span.date img
{
    vertical-align: bottom;
}
div.post ul.userdata
{
    color: #7C0000;
    float: left;
    list-style: none;
    margin: 0;
    padding: 5px;
    width: 200px;
    word-wrap: break-word;
}
div.post ul.userdata a
{
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
}
div.post ul.userdata li.avatar a img
{
    display: block;
    padding-top: 5px;
}
div.post .message
{
    margin-left: 210px;
    padding: 5px;
    /*overflow: auto; /* this causes Safari and Chrome to make the post smaller?!!! */
    word-wrap: break-word;
}
div.post p.citation
{
    margin-top: 0;
}
h3.blockquote
{
    margin: 10px 0 0 20px;
}
div.post blockquote
{
    margin: 0 0 10px 20px;
}
h3.code
{
    margin: 10px 0 0;
}

div.post blockquote,
div.post code
{
    border-color: #CCC;
    border-width: 1px;
    border-left-width: 5px;
    padding: 5px;
    white-space: pre;
}
div.post blockquote
{
    white-space: normal;
    word-wrap: break-word;
}

div.post code,
archive-post code
{
    display: block; /* enable scrollbars when using overflow: auto; */
    margin: 0 0 10px;
    overflow: auto;
    /* This is CSS3, but already supported by Opera, Safari, Chrome, IE7, IE6
    Need a fix for Firefox < 3.1 */
    word-wrap: break-word;
    /* white-space: nowrap; /* IE, Opera and Safari wrap by default */
    /*word-wrap: no-wrap;*/
}

div.post .message div.signature,
div.post ul.message-options
{
    border-top-color: #CCC;
    border-top-width: 1px;
}
div.post .message div.signature
{
    clear: both;
    color: #666;
    font-size: .9em;
    margin-top: 5px;
    padding: 5px 5px 0; /* padding-bottom is done by div.post .message */
}
div.post ul.message-options
{
    clear: both;
    /*height: 35px;*/
    /*height: 25px; let the items inside determine the height */
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 5px 0;
}
div.post ul.message-options li
{
    background: #7C0000 url('../images/button-left.png') left center no-repeat;
    float: right;
    line-height: 25px;
    margin: 0 5px 0 0;
    /*position: absolute;*/
    /*top: 5px;*/
}
div.post ul.message-options li a
{
    background: url('../images/button-right.png') right center no-repeat;
    color: #FFF;
    display: block;
    font-weight: bold;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
}
div.post ul.message-options li a:hover
{
    background: url('../images/button-right-hover.png') right center no-repeat;
}
div.post ul.message-options li:hover
{
    background: #949494 url('../images/button-left-hover.png') left center no-repeat;
}
div.post ul.message-options li.alert-moderator
{
    /*left: 5px;*/
    float: left;
    margin: 0 0 0 5px;
}
/*
div.post ul.message-options li.reply
{
    right: 100px;
    width: 60px;
}
div.post ul.message-options li.quote
{
    right: 35px;
    width: 60px;
}
*/
div.post ul.message-options li.top
{
    background: url('../images/button-to-top.png') center center no-repeat;
    /*
    right: 5px;
    */
    width: 25px;
}
div.post ul.message-options li.top a
{
    background: none;
    height: 25px;
}
div.post ul.message-options li.top a span
{
    display: none;
}
form.forum-jump
{
    border-color: #CCC;
    border-width: 1px;
    float: left;
    margin-top: 6px;
    padding: 0 3px 0 0;
}
form.forum-jump select
{
    border: none;
}
form.forum-jump input.submit,
form.forum-jump input[type="submit"]
{
    display: inline;
    float: none;
    height: auto;
    margin: 4px;
    /*line-height: normal;*/
}

/* End post ***************************************************************************************/


/* Begin post-form ********************************************************************************/
#post-form, form#wikipage
{
    /*border: #900 3px double;*/
    margin: 10px 0;
}
#post-form label, form#wikipage label
{
    float: none;
    margin: 0;
    text-align: left;
}
#post-form textarea, form#wikipage textarea,
#post-form input.text, form#wikipage input.text,
#post-form input[type="text"], form#wikipage input[type="text"]
{
    margin: 0 0 10px 10px;
    width: 95%;
}
#post-form textarea
{
    height: 300px;
}
#post-form input.preview
{
    margin: 0 0 0 5px;
}
#post-preview div.message
{
    margin-left: 0;
}
ul#post-icons
{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#post-icons li
{
    float: left;
}
/* End post-form **********************************************************************************/

/* Begin fast_reply-form **************************************************************************/
#fast_reply textarea
{
    width: 90%;
}
/* End fast_reply-form ****************************************************************************/


/* Begin profile-page *****************************************************************************/
div.profile-modern
{
    /* background: #FC0; /**/
}
div.profile-modern div.main-info
{
    clear: both;
    padding: 10px 0;
}
div.profile-modern div.main-info img,
div.profile-modern div.main-info ul,
div.profile-modern div.main-info dl
{
    float: left;
    padding-bottom: 10px;
}
div.profile-modern div.main-info ul
{
    list-style: none;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}
div.profile-modern div.main-info ul a
{
    border-color: #CCC;
    border-width: 1px;
    display: block;
    margin: 0 0 2px;
    padding: 5px 10px 5px 5px;
    text-decoration: none;
}
div.profile-modern div.main-info ul a:hover
{
    background:#949494;
    color:#FFFFFF;
}
div.profile-modern div.main-info a img
{
    padding-right: 5px;
}
div.profile-modern div.main-info dl
{
    padding-left: 20px;
    padding-right: 20px;
}
div.profile-modern div.main-info dt
{
    clear: both;
    width: 150px;
}
div.profile-modern div.main-info dt,
div.profile-modern div.main-info dd
{
    float: left;
    padding: 2px 0;
}
div.profile-modern div.main-info dd img
{
    padding: 0;
}
div.profile-modern div.user-status
{
    padding: 10px 0;
}
#status_holder
{
    display: inline-block;
    padding-top: 8px;
}
div.profile-modern div.additional-info,
div.profile-modern div.recent-activity,
div.profile-modern #tab_content,
div.profile-modern div.my-info,
div.profile-modern div.contact-info,
div.profile-modern div.friends,
div.profile-modern div.comments
{
    border-top: #CCC 1px solid;
    clear: both;
}
div.profile-modern h2
{
    font-size: 1.2em;
    padding: 5px 0;
}
div.profile-modern div.recent-activity ul
{
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
div.profile-modern div.recent-activity li a
{
    float: left;
    padding: 10px 15px;
}
div.profile-modern #commentForm textarea
{
    /* ... /**/
}
div.profile-modern div.my-info dt,
div.profile-modern div.contact-info dt
{
    clear: both;
    float: left;
    width: 30%;
}
div.my-post
{
    border-top: #CCC 1px solid;
    padding: 0 0 10px 100px;
    position: relative;
}
div.my-post h3
{
    margin: 1em 0;
    overflow: hidden;
    white-space: nowrap;
}
div.my-post p.date
{
    left: 0;
    margin: 1em 0;
    position: absolute;
    top: 0;
}

/* End profile-page *******************************************************************************/


/* Begin lost password page ***********************************************************************/
form.lost-password legend
{
    font-weight: bold;
}
form.lost-password label
{
    clear: both;
    float: left;
    margin-top: 2px;
    width: 168px;
}
form.lost-password input.text,
form.lost-password input[type="text"]
{
    float: left;
    margin-top: 2px;
}
form.lost-password input.submit,
form.lost-password input[type="submit"]
{
    clear: both;
    float: left;
    margin: 5px 0 0 220px;
}
form.account-activation label
{
    width: 105px;

}
/* Firefox-bug -> displays white padding??? */
form.lost-password a.cancel
{
    margin: 5px 0 0 5px;
}
/* End lost password page *************************************************************************/


/* Begin terms & rules page ***********************************************************************/
form.terms-rules fieldset
{
    border: none;
}
form.terms-rules label.checkbox
{
    margin: 10px 0;
}
/* End terms & rules page *************************************************************************/


/* Begin register page ****************************************************************************/
form.register label
{
    width: 170px;
}
form.register label span
{
    display: block;
}
form.register input.text,
form.register input.password,
form.register input[type="text"],
form.register input[type="password"]
{
    width: 50%;
}
form.register span.error,
form.register span.success
{
    padding-left: 190px;
}
form.register a.cancel
{
    margin: 0 0 0 5px;
}
form.register fieldset.board-options label
{
    float: none;
    padding-left: 10px;
    text-align: left;
    width: auto;
}
form.register fieldset.additional-info label
{
    width: 90px;
}
form.register fieldset.additional-info select
{
    float: left;
}
form.register fieldset.question-answer label,
form.register fieldset.question-answer input,
form.register fieldset.question-answer span.desc
{
    display: block;
    float: none;
    text-align: left;
}
form.register fieldset.question-answer label
{
    width: auto;
}
form.register fieldset.question-answer input,
form.register fieldset.question-answer span.desc
{
    margin-left: 10px;
}
form.register fieldset.submit
{
    padding-left: 30px;
}
/* End register page ******************************************************************************/

/* Begin user controlpanel page *******************************************************************/
div#user-control-panel p
{
    /*clear: both;*/
}
div#user-control-panel ul.categories
{
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
div#user-control-panel ul.categories li
{
    background: #F5F5F5;
    display: inline-block;
    margin: 0 10px 0 0;
}
div#user-control-panel ul.categories a
{
    border-color: #CCC;
    border-width: 1px;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}
div#user-control-panel ul.categories li.active > a
{
    background: #7C0000;
    color: #FFF;
    font-weight: bold;
}
div#user-control-panel ul.categories ul
{
    display: none;
    list-style: none;
    margin: -1px 0 0;
    padding: 0;
    position: absolute;
	z-index: 10;
}

div#user-control-panel ul.categories li:hover > a,
div#user-control-panel ul.categories ul li:hover > a
{
    background-color: #7C0000;
	color: #ffffff;
}
/* div#user-control-panel ul.categories li:first-child ul, */
div#user-control-panel ul.categories li:hover ul
{
    display: block;
}
div#user-control-panel ul.categories ul li
{
    display: block;
    float: none;
    margin: 0;
}
div#user-control-panel ul.categories ul a
{
    border-top-width: 0;
}
div#user-control-panel ul.categories ul li:first-child a
{
    border-top-width: 1px;
}

div#user-control-panel input[type="text"],
div#user-control-panel input[type="password"]
{
    width: 300px;
}
div#user-control-panel span.desc
{
    clear: both;
    display: block;
    font-style: italic;
    padding-left: 18px;
}
div#user-control-panel label
{

}
div#user-control-panel label.select span.desc,
div#user-control-panel div.select span.desc
{
    padding-left: 0;
}

div#user-control-panel fieldset.email-change label
{
    width: 200px;
}
form.activate-account label
{
    width: 105px;
}
div#user-control-panel fieldset.password-change label
{
    width: 210px;
}
div#user-control-panel fieldset.dname-change label
{
    width: 210px;
}
div#user-control-panel fieldset.avatar-change label
{
    width: 250px;
}
div#user-control-panel fieldset.avatar-change label.file
{
    width: auto;
}
div#user-control-panel div.signature-restrictions
{
    clear: both;
    padding: 10px 0 0;
}
div#user-control-panel div.signature-restrictions h2
{
    font-size: 1em;
}
div#user-control-panel fieldset.optional-fields label,
div#user-control-panel fieldset.required-fields label
{
    width: 80px;
}
div#user-control-panel fieldset.optional-fields select,
div#user-control-panel fieldset.required-fields select
{
    float: left;
}
div#user-control-panel fieldset.change-photo label
{
    text-align: left;
}
div#user-control-panel fieldset.change-photo input[type="file"]
{
    float: none;
}
div#user-control-panel fieldset.change-photo span.desc
{
    padding-left: 10px;
}

/* End user controlpanel page *********************************************************************/

/* Begin personal message popup *******************************************************************/
form.pm-popup
{
    padding: 0 0 0 10px;
}
form.pm-popup legend
{
    padding-left: 13px;
}
form.pm-popup label
{
    width: 75px;
}
form.pm-popup input[type="text"],
form.pm-popup textarea
{
    width: 465px;
}
form.pm-popup input[type="submit"]
{
    margin-left: 75px;
}
/* End personal message popup *********************************************************************/

/* Begin mail user ********************************************************************************/
form#REPLIER label
{
    float: none;
    margin: 0;
    text-align: left;
}
form#REPLIER textarea,
form#REPLIER input.text,
form#REPLIER input[type="text"]
{
    margin: 0 0 10px 10px;
    width: 95%;
}
/* End mail user **********************************************************************************/

/* Begin ingnored users page **********************************************************************/
table#ignored-users
{
    width: 100%;
}
table#ignored-users td
{
    vertical-align: middle;
}
/* End ingnored users page ************************************************************************/

/* Begin Messenger ********************************************************************************/
#messenger-controls
{
    float: left;
    padding-left: 5px;
    width: 190px;
}
#messenger-controls h2,
#messenger_content h2
{
    font-size: 1em;
    margin-top: 0;
}
#folder_list,
#messenger_content
{
    padding-top: 10px;
}
#folder_list ol,
#folder_list ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    /**/
}
#folder_list #folders
{
    padding-top: 8px;
}
#folder_list h2
{
    display: none;
}
#folders li,
#folder_list ul.post_controls a
{
    border-color: #CCC;
    border-width: 1px;
    display: block; /* for the <a> */
    margin: 0 0 2px;
}
#folder_list a,
#folder_list li span
{
    display: inline-block;
    padding: 5px;
    text-decoration: none;
}
#folder_list li span
{
    float: right;
}
#folder_list li span.edit_folders
{
    padding: 0;
}
#folder_list li.new_folder
{
    overflow: hidden;
    padding: 2px 5px;
}
#folder_list li.new_folder input
{
    display: inline;
    float: none;
    height: auto;
}
#folder_list li.new_folder input[type="submit"]
{
    margin: 0 0 0 15px;
    padding: 0 5px;
}
#space_allowance
{
    border-color: #CCC;
    border-width: 1px;
    margin: 20px 0;
    padding: 5px;
}
p.progress_bar
{
    border: #CCC 1px solid;
    padding: 0;
}
p.progress_bar span
{
    background: #999;
}

#messenger-controls form input[type="text"]
{
    width: 90%;
}
#messenger_content
{
    margin-left: 205px;
}
#message_compose
{
    padding-top: 5px;
}
#message_compose fieldset.receivers label
{
    width: 125px;
}
#message_compose fieldset.receivers label.select
{
    width: auto;
}
#message_compose span.desc
{
    clear: both;
    display: block;
    padding-left: 10px;
}
#message_compose fieldset.message label
{
    display: block;
    text-align: left;
}
#message_compose fieldset.message input,
#message_compose fieldset.message textarea
{
    margin-left: 10px;
    width: 90%
}
/* End Messenger **********************************************************************************/

/* Begin report-form ******************************************************************************/
#report-form label
{
    float: none;
    margin: 0;
    text-align: left;
}
#report-form textarea
{
    height: 300px;
    margin: 0 0 10px 10px;
    width: 95%;
}
#report-form fieldset.submit
{
    padding-left: 28px;
}
/* End report-form ********************************************************************************/


/* Begin archive **********************************************************************************/
div.archive-post
{
	margin-bottom: 10px;
}

div.archive-post h2
{
    background: #E7E7E7;
    letter-spacing: -0.05em;
    margin: 0 0 15px;
    padding: 2px 5px;
}

div.archive-post ul
{
  border-bottom: #E7E7E7 1px solid;
	list-style: none;
}

div.archive-message
{
	overflow: auto;
}
/* End archive ************************************************************************************/

/* Begin banners **********************************************************************************/
/*
#banner-space
{
    padding-right: 160px;
}
#banner-top-container,
#banner-left-container,
#banner-right-container
{
    background: #808080;
    overflow: hidden;
    text-align: center;
}
#banner-top-container
{
    height: 100px;
    left: 50%;
    margin-left: -135px;
    position: absolute;
    top: 95px;
    width: 300px;
}
#home #banner-top-container
{
    height: 100px;
    left: 50%;
    margin-left: -135px;
    position: absolute;
    top: 95px;
    width: 300px;
}
#banner-right-1,
#banner-right-2
{
}
#banner-right-container
{
    height: 750px;
    position: absolute;
    right: 118px;
    top: 230px;
    width: 140px;
}
#banner-left-container
{
    height: 510px;
    left: 130px;
    position: absolute;
    top: 460px;
    width: 245px;
}
*/
img#hosted-by
{
    position: absolute;
    right: 40px;
}

/* End banners ************************************************************************************/

/* Begin PFZ-editor *******************************************************************************/
#post-form div.pfz-editor
{
    margin-left: 10px;
}
div.pfz-editor
{
    -moz-border-radius: 0 15px;
    -webkit-border-radius: 0 15px 0 15px;
    background: #E7E7E7;
    border: #CCC 1px solid;
    border-radius: 0 15px 0 15px;
    overflow: hidden; /* need this for Opera */
    padding-top: 5px;
}
div.pfz-editor div.pfz-editor-button-row
{
    padding: 0 5px;
}
div.pfz-editor button
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #FFF;
    border: #999 1px solid;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin: 2px 2px;
    padding: 2px 5px;
}
div.pfz-editor button:hover
{
    background: #7C0000;
    color: #FFF;
}
div.pfz-editor textarea
{
    -moz-border-radius: 0 0 0 15px;
    -webkit-border-radius: 0 0 0 15px;
    border: none;
    border-radius: 0 0 0 15px;
    border-top: #CCC 1px solid;
    clear: both;
    padding: 5px;
}
/* End PFZ-editor *********************************************************************************/

.clickable
{
    cursor: pointer;
}

#user_link_menucontent
{
    background: #FFF;
}

/* Begin Finance */
.invoices th {
	min-width: 90px;
}
.invoices th.number {
	width: 70px;
	min-width: 0;
}
.invoices th.checkbox {
	width: 20px;
	min-width: 0;
}
.number, .invoicefooter td:first-child {
	text-align: right;
	padding-right: 10px;
}
.invoice .description {
	width: 400px;
}
.invoices .contact {
	width: 200px;
}
.invoices .due {
	color: red;
}
.invoice {
	clear: both;
}
.invoice .total, .invoices .total {
	font-weight: bold;
}
.invoice .total .number, .invoices .total .number {
	border-top: 1px double #000000;
}
.total .currency {
	font-weight: normal;
}
.ideal {
	background-image: url(/images/ideal.png);
	background-repeat: no-repeat;
	padding-left: 100px;
}
.ideal p {
	margin-bottom: 0;
}
.ideal label {
	text-align: left;
	padding-left: 0;
}
.buttonsright {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
.buttonsright li {
	display: inline
}
ol.fieldset {
	list-style: none;
	margin: 0;
}
ol.fieldset label {
	width: 180px;
}
label.pickcontact-save {
	text-align: left;
	width: auto !important;
}
.pickcontact-newnotice {
	font-size: 0.8em;
	font-style: italic;
}
/* End Finance */

/* Begin Tabs */
.ui-tabs {
	position: relative;
	padding: .2em;
	zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 .2em 1px 0;
	border-bottom: 0 !important;
	 padding: 0;
	 white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
border-color: rgb(204, 204, 204);
border-width: 1px;
display: block;
padding: 5px 10px;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background: #7C0000;
    color: #FFF;
    cursor: default;
    font-weight: bold;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text;  color: #FFF; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer;} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; background: none;

    -moz-border-radius: 0 15px; /* bottom-left & top-right */
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border: #CCC 1px solid;
    border-radius: 0 15px;
    margin: 30px 0;
    padding: 10px 20px;

}
.ui-tabs .ui-tabs-hide { display: none !important; }
/* End Tabs */

.highlight {
	background-color: white;
	border: 1px solid #ccc;
	width: 90%;
	display: block;
	max-width: 700px;
	overflow: auto;
	max-height: 500px;
}

.highlight td {
	vertical-align: top;
}

.highlight .line-numbers {
	background-color: #ccc;
	border-right: 1px solid #ccc;
	text-align: right;
	padding: 0 6px;
	white-space: nowrap;
	word-wrap: normal;
	width: 10px;
}

.highlight, .highlight .line-numbers, .highlight pre {
	font: 12px/18px "Courier New", monospace;
}

.highlight pre span {
	line-height: 18px;
	word-wrap: normal;
}

.highlight pre {
	display: block;
	margin-left: 3px;
}

div#ads {
	text-align: center;
}

.small {
	font-size: 11px;
}
#tabs{
    position:relative;
}
#tabs .ui-tabs-nav{
    background:url(/images/background-tabs.png) no-repeat right;
    border:0px;
    border-radius:0px;
    padding-left:19px;
}
#tabs .ui-tabs-nav a{
    border:0px;
}
#tabs .ui-tabs-nav a{
    border:0px;
}
#tabs .ui-tabs-nav li.ui-tabs-selected{
    padding-bottom: 0px;
    background: url(/images/background-tab.png) repeat-x bottom;
}
#tabs .pagination ul li{
    margin:0px 3px;
}
#tabs .leftside{
    position:absolute;
    left:0px;
    top:3px;
    background: url(/images/background-tabs-left.png) no-repeat left bottom;
    width:10px;
    height:35px;
}
#tabs.ui-widget-content{
    border:0px;
    background:none;
}
#tabs ul.ui-tabs-panel{
    padding:0px;
}
#tabs ul.ui-tabs-panel li{
    padding-left:0px;
    padding-right:0px;
}

.logs-events {
	margin-top: 10px !important;
}
.logs-events h3.ui-accordion-header {
	padding: 2px 6px 2px 30px;
	background-repeat: no-repeat;
	background-position: 5px 2px;
}
.logs-events .label {
	display: inline-block;
	width: 80px;
}
.logs-events pre {
	max-width: 600px;
	font-size: 11px;
}
.logs-events .notice  {background-image: url(/images/icons/flag_yellow.png);}
.logs-events .warning {background-image: url(/images/icons/flag_orange.png);}
.logs-events .error   {background-image: url(/images/icons/flag_red.png);}
.logs-events .info    {background-image: url(/images/icons/flag_blue.png);}

.legend{
	padding: 0;
}
.legend li{
	display: inline;
	margin: 0px 5px;
}