html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body  {
    background-attachment:fixed;
    background-color: #f9f9f9;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 100%;
    width: 100%;
    padding: 0;
    font-family: open sans, Verdana, Helvetica, Sans-serif, Arial;
    font-size: 13px;
}

a{
    color: #000;
    text-decoration: none;
}

.rgltext {
    font-family: open sans, Verdana, Helvetica, Sans-serif, Arial;
    font-size: 13px;
}

font.partners_menu {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}

img.partner_menu {
    border: 1px solid #999;
    margin-bottom: 3px;
}

div#menu {
    position: fixed;
    top: 42px;
    width: 100%;
    height: 42px;
    z-index: 9995;
    color: #fff;
    background-color: #151515;
}

div#menu_items {
    position: relative;
    width: 1100px;
    height: 36px;
    margin: auto;
    line-height: 33px;
    padding-right: 4px;
}

a.menu {
    font-family: open sans, Verdana, Arial, Calibri, Sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

img.gallery_main {
    border: 4px solid #111111;
}

div#content_usermenu {
    position: relative;
    top: 78px;
    width: 1100px;
    margin: auto;
}
div#content {
    float: left;
    width: 860px;
    padding-top: 42px;
}

div#usermenu {
    float:right;
    width: 240px;
    padding-top: 42px;
    background-color: rgb(240, 240, 240);
}

.viewport_full {
    width: 100%; 
    min-height: calc(100% - 78px); 
    background-color: #eee; 
    position: absolute; 
    top: 78px;
}

/* Poll Detail */

div#poll_detail.box_gradient{
    background-color: #e2e2e2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#ececec)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #e2e2e2, #ececec); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #e2e2e2, #ececec); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #e2e2e2, #ececec); /* IE10 */
    background-image:      -o-linear-gradient(top, #e2e2e2, #ececec); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #e2e2e2, #ececec);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e2e2e2', EndColorStr='#ececec'); /* IE6�IE9 */
}

div#poll_detail.props {
    width: 789px;
    border: 1px solid black;
}


div#graybox_comments_title.box_gradient {
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#000000)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #222222, #000000); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #222222, #000000); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #222222, #000000); /* IE10 */
    background-image:      -o-linear-gradient(top, #222222, #000000); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #222222, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#222222', EndColorStr='#000000'); /* IE6�IE9 */
}

div#graybox_comments_title.props {
    position: relative;
    width: 791px;
    height: 31px;
    top: -1px;
    border: 1px solid black;
}

div#poll_detail_comment.props {
    width: 791px;
    border: 2px solid black;
}

div#poll_detail_comment.box_gradient{
    background-color: #e2e2e2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#ececec)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #e2e2e2, #ececec); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #e2e2e2, #ececec); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #e2e2e2, #ececec); /* IE10 */
    background-image:      -o-linear-gradient(top, #e2e2e2, #ececec); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #e2e2e2, #ececec);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e2e2e2', EndColorStr='#ececec'); /* IE6�IE9 */
}

div#poll_detail_comment.box_shadow {
    -webkit-box-shadow: 4px 4px 4px #333; /* Saf3-4 */
    -moz-box-shadow: 4px 4px 4px #333; /* FF3.5 - 3.6 */
    box-shadow: 4px 4px 4px #333; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}

div#poll_detail_bottom_green.props {
    position: relative;
    height: 20px;
    line-height: 10px;
    border-top: 1px solid black;
    text-align: right;
    line-height: 20px;
    font-weight: bold;
    font-family: open sans, Verdana, Helvetica, Arial;
    font-size: 13px;
}

div#poll_detail_bottom_green.box_gradient {
    background-color: #51822f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#51822f), to(#a2c627)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #51822f, #a2c627); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #51822f, #a2c627); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #51822f, #a2c627); /* IE10 */
    background-image:      -o-linear-gradient(top, #51822f, #a2c627); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #51822f, #a2c627);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#51822f', EndColorStr='#a2c627'); /* IE6�IE9 */
}

/*Nieuwsposts! */
div#event_header {
    width: 835px;
    height: 150px;
    background-image: url("images/announcement_back.png");
    background-size: 100%;
    top: -36px;
    position: relative;
    padding-top: 23px;
    margin-bottom: -20px;
}

div#event_header_image {
    float: left;
}


div.newspost_box_gradient {
    background-color: #e2e2e2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#ececec)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #e2e2e2, #ececec); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #e2e2e2, #ececec); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #e2e2e2, #ececec); /* IE10 */
    background-image:      -o-linear-gradient(top, #e2e2e2, #ececec); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #e2e2e2, #ececec);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e2e2e2', EndColorStr='#ececec'); /* IE6�IE9 */
}

div.newspost_box_shadow {
    -webkit-box-shadow: 4px 4px 4px #767676; /* Saf3-4 */
    -moz-box-shadow: 4px 4px 4px #767676; /* FF3.5 - 3.6 */
    box-shadow: 4px 4px 4px #767676; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}

div.newspost_props {
    width: 835px;
    border: 2px solid black;
}

div.subcomment {
    position: relative;
    left: 40px;
    width: 795px;
    border: 2px solid black;
}

div.subcomment_poll {
    position: relative;
    left: 40px;
    width: 750px;
    border: 2px solid black;
}



div#newspost_title.box_gradient {
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#000000)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #222222, #000000); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #222222, #000000); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #222222, #000000); /* IE10 */
    background-image:      -o-linear-gradient(top, #222222, #000000); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #222222, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#222222', EndColorStr='#000000'); /* IE6�IE9 */
}

div#newspost_title.props {
    position: relative;
    width: 100%;
    height: 31px;
    top: -1px;
}

div#newspost_icon{
    position: relative;
    float: left;
    left: 12px;
    top: -20px;
}

div#newspost_title_div{
    position: relative;
    left: 75px;
    line-height: 25px;
    width: 758px;
}

img.newspost_remove_image {
    position: absolute; 
    right: 5px; 
    top: 7px;
}

img.newspost_remove_image:hover {
    cursor: pointer;
    position: absolute; 
    right: 5px; 
    top: 7px;
}

div.newspost_form {
    position: relative;
}

div#comment_title{
    position: relative;
    left: 10px;
    line-height: 25px;
}

font.newspost_title_text {
    color: #ffffff;
    font-weight: bold;
    font-family: open sans, Verdana, Helvetica, Arial;
    font-size: 14px;
    position: relative;
    top: 4px;
}

font.comment_title_text {
    color: #ffffff;
    font-weight: normal;
    font-family: open sans, Verdana, Helvetica, Arial;
    font-size: 14px;
}

div#newspost_content_div {
    position: relative;
    width: 750px;
    left: 26px;
}

#newspost_content_div img {
    max-width: 100%;
    height: auto !important;
}	

font#newspost_content_text{
    font-family: open sans, Verdana, Helvetica, Arial;
    font-size: 13px;
    font-weight: normal;
}

/* ------------------------------------------------------------------------------------NEWSPOST COLORS -------------------------------------------------------- */

div#newspost_bottom_blue.props {
    position: relative;
    height: 20px;
    line-height: 10px;
    border-top: 1px solid black;
    text-align: right;
    line-height: 20px;
    font-weight: bold;
    font-family: open sans, Verdana, Helvetica, Arial;
    font-size: 13px;
}

div#newspost_bottom_blue.box_gradient {
    background-color: #027599;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#027599), to(#34aacf)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #027599, #34aacf); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #027599, #34aacf); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #027599, #34aacf); /* IE10 */
    background-image:      -o-linear-gradient(top, #027599, #34aacf); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #027599, #34aacf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#027599', EndColorStr='#34aacf'); /* IE6�IE9 */
}

div#newspost_bottom_brown.props {
    position: relative;
    height: 20px;
    line-height: 10px;
    border-top: 1px solid black;
    text-align: right;
    line-height: 20px;
    font-weight: bold;
    font-family: open sans, Verdana, Helvetica, Arial;
    font-size: 13px;
}

div#newspost_bottom_brown.box_gradient {
    background-color: #6b3615;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6b3615), to(#b46618)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #6b3615, #b46618); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #6b3615, #b46618); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #6b3615, #b46618); /* IE10 */
    background-image:      -o-linear-gradient(top, #6b3615, #b46618); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #6b3615, #b46618);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6b3615', EndColorStr='#b46618'); /* IE6�IE9 */
}

div#newspost_bottom_gray.props {
    position: relative;
    height: 20px;
    line-height: 10px;
    border-top: 1px solid black;
    text-align: right;
    line-height: 20px;
    font-weight: bold;
    font-family: open sans, Verdana, Helvetica, Arial;
    font-size: 13px;
}

div#newspost_bottom_gray.box_gradient {
    background-color: #5a5756;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5a5756), to(#9e9a99)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #5a5756, #9e9a99); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #5a5756, #9e9a99); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #5a5756, #9e9a99); /* IE10 */
    background-image:      -o-linear-gradient(top, #5a5756, #9e9a99); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #5a5756, #9e9a99);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5a5756', EndColorStr='#9e9a99'); /* IE6�IE9 */
}

div#newspost_bottom_green.props {
    position: relative;
    height: 20px;
    line-height: 10px;
    border-top: 1px solid black;
    text-align: right;
    line-height: 20px;
    font-weight: bold;
    font-family: open sans, Verdana, Helvetica, Arial;
    font-size: 13px;
}

div#newspost_bottom_green.box_gradient {
    background-color: #5c882f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5c882f), to(#9dc41a)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #5c882f, #9dc41a); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #5c882f, #9dc41a); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #5c882f, #9dc41a); /* IE10 */
    background-image:      -o-linear-gradient(top, #5c882f, #9dc41a); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #5c882f, #9dc41a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5c882f', EndColorStr='#9dc41a'); /* IE6�IE9 */
}

div#newspost_bottom_orange.props {
    position: relative;
    height: 20px;
    line-height: 10px;
    border-top: 1px solid black;
    text-align: right;
    line-height: 20px;
    font-weight: bold;
    font-family: open sans, Verdana, Helvetica, Arial;
    font-size: 13px;
}

div#newspost_bottom_orange.box_gradient {
    background-color: #d85413;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d85413), to(#ef7a00)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #d85413, #ef7a00); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #d85413, #ef7a00); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #d85413, #ef7a00); /* IE10 */
    background-image:      -o-linear-gradient(top, #d85413, #ef7a00); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #d85413, #ef7a00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d85413', EndColorStr='#ef7a00'); /* IE6�IE9 */
}

div#newspost_bottom_purple.props {
    position: relative;
    height: 20px;
    line-height: 10px;
    border-top: 1px solid black;
    text-align: right;
    line-height: 20px;
    font-weight: bold;
    font-family: open sans, Verdana, Helvetica, Arial;
    font-size: 13px;
}

div#newspost_bottom_purple.box_gradient {
    background-color: #5b709e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5b709e), to(#8ca8d8)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #5b709e, #8ca8d8); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #5b709e, #8ca8d8); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #5b709e, #8ca8d8); /* IE10 */
    background-image:      -o-linear-gradient(top, #5b709e, #8ca8d8); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #5b709e, #8ca8d8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b709e', EndColorStr='#8ca8d8'); /* IE6�IE9 */
}


div#newspost_bottom_red.box_gradient {
    background-color: #c21b1b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c21b1b), to(#e30613)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #c21b1b, #e30613); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #c21b1b, #e30613); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #c21b1b, #e30613); /* IE10 */
    background-image:      -o-linear-gradient(top, #c21b1b, #e30613); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #c21b1b, #e30613);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c21b1b', EndColorStr='#e30613'); /* IE6�IE9 */
}

div#newspost_bottom_yellow.props {
    position: relative;
    height: 20px;
    line-height: 10px;
    border-top: 1px solid black;
    text-align: right;
    line-height: 20px;
    font-weight: bold;
    font-family: open sans, Verdana, Helvetica, Arial;
    font-size: 13px;
}

div#newspost_bottom_yellow.box_gradient {
    background-color: #e6b913;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6b913), to(#ffda00)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #e6b913, #ffda00); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #e6b913, #ffda00); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #e6b913, #ffda00); /* IE10 */
    background-image:      -o-linear-gradient(top, #e6b913, #ffda00); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #e6b913, #ffda00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e6b913', EndColorStr='#ffda00'); /* IE6�IE9 */
}



/* USERMENU---------------------------------------------------------------------------------------- */

/* Language Bar */

div#languagebar.props{
    margin: auto;
    position: relative;
    height: 30px;
    width: 195px;
    line-height: 30px;
    text-align: right;
}

div#languagebar.box_gradient {
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#000000)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #222222, #000000); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #222222, #000000); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #222222, #000000); /* IE10 */
    background-image:      -o-linear-gradient(top, #222222, #000000); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #222222, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#222222', EndColorStr='#000000'); /* IE6�IE9 */
}

div#languagebar.box_shadow {
    -webkit-box-shadow: 4px 4px 4px #767676; /* Saf3-4 */
    -moz-box-shadow: 4px 4px 4px #767676; /* FF3.5 - 3.6 */
    box-shadow: 4px 4px 4px #767676; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}

div#sidebox.box_gradient {
    background-color: #e2e2e2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #ffffff, #eeeeee); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #ffffff, #eeeeee); /* IE10 */
    background-image:      -o-linear-gradient(top, #ffffff, #eeeeee); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #ffffff, #eeeeee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eeeeee'); /* IE6�IE9 */
}

div#sidebox.box_shadow {
    -webkit-box-shadow: 4px 4px 4px #767676; /* Saf3-4 */
    -moz-box-shadow: 4px 4px 4px #767676; /* FF3.5 - 3.6 */
    box-shadow: 4px 4px 4px #767676; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}

div#sidebox.props {
    margin: auto;
    position: relative;
    width: 195px;
    border: 1px solid black;
}

div#sidebox_content {
    padding-top: 10px;
}

div#sidebox_title.box_gradient {
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#000000)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #222222, #000000); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #222222, #000000); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #222222, #000000); /* IE10 */
    background-image:      -o-linear-gradient(top, #222222, #000000); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #222222, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#222222', EndColorStr='#000000'); /* IE6�IE9 */
}

div#sidebox_title.props {
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
}

div#sidebox_title_text{
    position: relative;
    left: 10px;
    top: 5px;
    height: 35px;
}

font.toolbar {
    font-family: open sans, Verdana, Helvetica, Arial;
    font-size: 11px;
    font-weight: bold;
    color: #dddddd;
}

font.sidebox_title {
    position: relative;
    top: -5px;
    color: #ffffff;
    font-family: open sans, Verdana, Helvetica, Arial;
    font-size: 19px;
    line-height: 35px;
}

a.widget_URL{
    position: relative;
    left: 5px;
    font-size: 12px;
    font-family: open sans, Verdana, Helvetica, Arial;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

div.widget_widget{
    position: relative;
    width: 195px;
}

div#graybox{
    width: 835px;
    padding-bottom: 20px;
}

div#graybox.box_rgba {
    background-color: rgb(240, 240, 240);
}

table.graybox_table{
    position: relative;
    left: 10px;
}

div.graybox_icon{
    position: relative;
    left: 10px;
    top: -90px;

}

div#graybox {
    position: relative;
}

div.graybox_title{
    position: relative;
    padding-left: 20px;
    padding-top: 24px;
}

div.graybox_title h2 {
    color: #52b043;
    font-size: 32px;
    font-weight: normal;
    padding-top: 0px;
    margin-top: 12px;
}

div.graybox_content {
    position: relative;
    left: 15px;
    width: 800px;
}

div.graybox_additional_content {
    position: relative;
    /*left: 15px;*/
    width: 800px;
}

hr {
    width:840px;
}

hr.graybox_inner_hr{
    border: 1px;
    border-color: #ccc;
    height: 1px;
    color: #ccc;
    position: relative;
    left: -15px;
    width: 835px;
}

hr.graybox_hr{
    border: 1px;
    border-color: #ccc;
    height: 1px;
    color: #ccc;
    width: 835px;
}

.icon_page {
    float: left;
    border-radius: 3px;
    background: #52b043;
    padding: 5px;
    width: 37px;
    height: 37px;
    margin-right: 5px;
    text-align: center;
}

div.graybox_header{
    border: 1px solid white;
    background-color: #999999;
    width: 795px;
}

h1.graybox_header {
    position: relative;
    left: 15px;
    font-size: 16px;
    font-family: Open Sans, Verdana, Arial, Helvetica, Sans-serif;
    color: #ffffff;
}

div.graybox_content_right {
    text-align: right;
}

div.graybox_content_center {
    text-align: center;
}

/* Widget form */

input.widget_form{
    font-family: Open Sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#cccccc;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#FFFFFF;
    width: 98%;
}

input.widget_form:focus{
    font-family: Open Sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#a5c72f;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#FFFFFF;
    width: 98%;
}

input.widget_form:hover{
    font-family: Open Sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#a5c72f;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#000000;
    width: 98%;
}

hr.widget {
    width: 179px;
}

div.widget_align_right {
    text-align: right;
}

/* ----------------------------------------------------------------------- TOOLBAR WIDGES ------------------------------------------------------ */

/* toolbar form */

input.toolbar{
    font-family: Open Sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#cccccc;
    border-color: #000000;
    border-style:inset;
    border-width:1px;
    color: #FFFFFF;
}

input.toolbar:focus{
    font-family: Open Sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#a5c72f;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#FFFFFF; 
}

input.toolbar:hover{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#a5c72f;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#000000; 
}


/* ----------------------------------------------------------------------- POLL WIDGET ------------------------------------------------------- */

div.poll_background {
    width: 185px;
    background-color: #333333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#333333)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #cccccc, #333333); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #cccccc, #333333); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #cccccc, #333333); /* IE10 */
    background-image:      -o-linear-gradient(top, #cccccc, #333333); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #cccccc, #333333);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#333333'); /* IE6�IE9 */
    height: 15px;
}

div.poll_fill {
    border: 1px solid black;
    position: relative;
    top: 2px;
    left: 2px;
    height: 10px;
    background-color: #a2c627	;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a2c627), to(#6c8e2c)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #a2c627, #6c8e2c); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #a2c627, #6c8e2c); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #a2c627, #6c8e2c); /* IE10 */
    background-image:      -o-linear-gradient(top, #a2c627, #6c8e2c); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #a2c627, #6c8e2c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a2c627', EndColorStr='#6c8e2c'); /* IE6�IE9 */
}



/* ----------------------------------------------------------------------- INPUT CONTENT ------------------------------------------------------ */

input.content_blue:focus{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px !important;
    background-color:#4fccf0;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#FFFFFF; 
}

input.content_blue{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px !important;
    background-color:#ffffff;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#000; 
}

input.content_brown:hover{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#c48343;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#FFFFFF; 
}

input.content_brown:focus{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#c48343;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#FFFFFF; 
}

input.content_brown{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#ffffff;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#000; 
}

input.content_gray:hover{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#333333;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#FFFFFF; 
}

input.content_gray:focus{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#333333;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#FFFFFF; 
}

input.content_gray{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#ffffff;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#000; 
}

input.content_green:focus{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px !important;
    background-color:#a5c72f;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#FFFFFF; 
}

input.content_green{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px !important;
    background-color:#fff;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#000; 
}

input.content_disabled{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px !important;
    background-color: #eee;
    border: 1px solid #ddd;
}

input.content_orange:hover{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#e25c0f;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#000000; 
}

input.content_orange:focus{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#e25c0f;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#FFFFFF; 
}

input.content_orange{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#fff;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#000; 
}

input.content_purple:hover{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#8ba7d7;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#000000; 
}

input.content_purple:focus{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#8ba7d7;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#FFFFFF; 
}

input.content_purple{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#ffffff;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#000; 
}

input.content_red:hover{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#e30613;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#000000; 
}

input.content_red:focus{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#e30613;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#FFFFFF; 
}

input.content_red{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#ffffff;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#000; 
}

input.content_yellow:hover{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#fed800;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#000000; 
}

input.content_yellow:focus{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#fed800;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#000; 
}

input.content_yellow{
    font-family:open sans, Verdana, Arial, Helvetica, Sans-serif;
    font-size:12px;
    background-color:#ffffff;
    border-color:#000000;
    border-style:inset;
    border-width:1px;
    color:#000; 
}

div.button_green {
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    height: 20px;
    float: right;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    background: #a5c72f; /* Old browsers */
    background: -moz-linear-gradient(top, #a5c72f 0%, #93C417 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5c72f), color-stop(100%,#93C417)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a5c72f 0%,#93C417 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a5c72f 0%,#93C417 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a5c72f 0%,#93C417 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a5c72f 0%,#93C417 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5c72f', endColorstr='#93C417',GradientType=0 ); /* IE6-9 */
    border: 1px solid #666;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.button_blue {
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    height: 20px;
    float: right;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    background: #35add2; /* Old browsers */
    background: -moz-linear-gradient(top, #35add2 0%, #027598 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35add2), color-stop(100%,#027598)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #35add2 0%,#027598 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #35add2 0%,#027598 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #35add2 0%,#027598 100%); /* IE10+ */
    background: linear-gradient(to bottom, #35add2 0%,#027598 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35add2', endColorstr='#027598',GradientType=0 ); /* IE6-9 */
    border: 1px solid #666;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


div.button_orange {
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    height: 20px;
    float: right;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    background: #EE7310; /* Old browsers */
    background: -moz-linear-gradient(top, #D34815 0%, #EE7310 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D34815), color-stop(100%,#EE7310)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #D34815 0%,#EE7310 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #D34815 0%,#EE7310 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #D34815 0%,#EE7310 100%); /* IE10+ */
    background: linear-gradient(to bottom, #D34815 0%,#EE7310 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D34815', endColorstr='#EE7310',GradientType=0 ); /* IE6-9 */
    border: 1px solid #666;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.button_red {
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    height: 20px;
    float: right;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    background: #ed1d24; /* Old browsers */
    background: -moz-linear-gradient(top, #ed1d24 0%, #bf2026 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed1d24), color-stop(100%,#bf2026)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ed1d24 0%,#bf2026 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ed1d24 0%,#bf2026 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ed1d24 0%,#bf2026 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ed1d24 0%,#bf2026 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1d24', endColorstr='#bf2026',GradientType=0 ); /* IE6-9 */
    border: 1px solid #666;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.button_yellow {
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    height: 20px;
    float: right;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    background: #fed800; /* Old browsers */
    background: -moz-linear-gradient(top, #fed800 0%, #dfa227 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed800), color-stop(100%,#dfa227)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fed800 0%,#dfa227 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fed800 0%,#dfa227 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fed800 0%,#dfa227 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fed800 0%,#dfa227 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed800', endColorstr='#dfa227',GradientType=0 ); /* IE6-9 */
    border: 1px solid #666;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.button_brown {
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    height: 20px;
    float: right;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    background: #853800; /* Old browsers */
    background: -moz-linear-gradient(top, #853800 0%, #c48343 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#853800), color-stop(100%,#c48343)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #853800 0%,#c48343 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #853800 0%,#c48343 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #853800 0%,#c48343 100%); /* IE10+ */
    background: linear-gradient(to bottom, #853800 0%,#c48343 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#853800', endColorstr='#c48343',GradientType=0 ); /* IE6-9 */
    border: 1px solid #666;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.button_small {
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    height: 16px;
    float: right;
    padding-top: 0px;
    padding-right: 7px;
    padding-left: 7px;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
}

div.minipanel {
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    float: right;
    padding-top: 0px;
    padding-right: 7px;
    padding-left: 7px;
    margin-left: 5px;
    pargin-right: 5px;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
}

div.maxipanel {
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    height: 90px;
    line-height: 90px;
    width: 200px;
    text-align: center;
    float: left;
    padding-top: 0px;
    padding-right: 7px;
    padding-left: 7px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    font-size: 28px;
}

/* ----------------------------------------------------- (MY) PROFILE PAGE --------------------------------------------------- */

div.graybox_notitle {
    top: 18px !important;
    padding-bottom: 30px;
}

div.profile_header {
    overflow: auto;
    margin-bottom: 18px;
    min-height: 163px;
}

div.profile_avatar {
    float: left;
    width: 160px;
    height: 160px;
    margin-right: 18px;
    position: relative;
}

div.profile_avatar_button {
    position: absolute; 
    left: 0px;
    bottom: 0px;
    height: 40px;
    width: 160px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    opacity: 0;
    font-weight: bold;
    color: #fff;
}

div.profile_avatar_logo_wrapper {
    position: absolute; 
    left: 0px;
    bottom: 0px;
    height: 40px;
    width: 160px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

div.profile_avatar_text {
    position: absolute; 
    right: 0px;
    bottom: 0px;
    height: 35px;
    width: 110px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    opacity: 0;
}

.profile_avatar_button_logo {
    position: relative;
    top: 9px;
    left: 8px;
}

div.profile_avatar_text_toggle {
    opacity: 1 !important;
}

div.profile_avatar_button_background{
    background-color: #000;
    opacity: 0.8 !important;
}

div.profile_nickname {
    float: left;
    margin-right: auto;
}

div.profile_nickname h2 {
    font-weight: normal;
    font-size: 28px;
    position: relative;
    top: -30px;
}

div.profile_clan {
    position: relative;
    top: -50px;
}

div.profile_tab {
    margin-bottom: 20px;
}

div.profile_upload_progress {
    width: 160px;
    height: 160px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

div.profile_upload_progress_overlay {
    display: none;
}

div.overlay {
    background-color: #000;
    opacity: 0.8;
}

div.avatar_progressbar {
    width: 160px;
    height: 27px;
    background-color: #FFF;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

div.upload_status {
    padding-top: 38px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}

div.avatar_progressbar_progress {
    width: 0px;
    height: 27px;
    background-color: #FFF;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #a5c72f; /* Old browsers */
    background: -moz-linear-gradient(top, #a5c72f 0%, #93C417 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5c72f), color-stop(100%,#93C417)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a5c72f 0%,#93C417 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a5c72f 0%,#93C417 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a5c72f 0%,#93C417 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a5c72f 0%,#93C417 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5c72f', endColorstr='#93C417',GradientType=0 ); /* IE6-9 */
}

h2 {
    font-family: open sans, Verdana, Helvetica, sans-serif, Arial;
}


/* ----------------------------------------------------- CLAN MANAGEMENT PAGE --------------------------------------------------- */

div.clan_logo {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 18px;
    position: relative;
}

div.profile_clan_logo_wrapper {
    position: absolute; 
    left: 0px;
    bottom: 0px;
    height: 40px;
    width: 120px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

div.clanlogo_button {
    position: absolute; 
    left: 0px;
    bottom: 0px;
    height: 40px;
    width: 120px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    opacity: 0;
    font-weight: bold;
    color: #fff;
}


div.clanlogo_upload_progress {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

div.clanlogo_progressbar {
    width: 120px;
    height: 27px;
    background-color: #FFF;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

div.clanname_header h2 {
    font-weight: normal;
    font-size: 20px;
    position: relative;
    top: -15px;
    left: -8px;
}

div.clanname_url {
    position: relative;
    top: -30px;
    left: -8px;
}

.clanname_url a {
    text-decoration: none;
}

div.clanlogo_avatar_text {
    position: absolute; 
    right: 0px;
    bottom: 0px;
    height: 32px;
    width: 75px;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    opacity: 0;
}
/* -------------------------------------------------------- ADMIN PAGES ------------------------------------------------------ */

div#admin_menu.props {
    margin: auto;
    position: relative;
    width: 790px;
}

div#admin_menu_verticaltabs.props {
    margin: auto;
    position: relative;
    width: 595px;
}

div#admin_menu.box_shadow {
    -webkit-box-shadow: 4px 4px 4px #333; /* Saf3-4 */
    -moz-box-shadow: 4px 4px 4px #333; /* FF3.5 - 3.6 */
    box-shadow: 4px 4px 4px #333; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}

div.default_shadow{
    -webkit-box-shadow: 3px 3px 3px #000; /* Saf3-4 */
    -moz-box-shadow: 3px 3px 3px #000; /* FF3.5 - 3.6 */
    box-shadow: 3px 3px 3px #000; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}

div#admin_menu_title.box_gradient {
    background-color: #000;
}

div#admin_menu_title.props {
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    float: left;
}

div#admin_menu_title_text{
    position: relative;
    left: 10px;
    top: 5px;
    height: 35px;
    float: left;
}

div.admin_menu_align_right{
    text-align: right;
    position: relative;
    left: -30px;
    width: 100%;
}

div.menu_arrows{
    width: 98%;
    text-align: right;
    color: #ffffff;
}

table.content_table{
    width: 790px;
    margin: 0px auto;
    border-collapse: collapse;
}

table.content_table_verticaltabs{
    width: 595px;
    margin: 0px auto;
    border-collapse: collapse;
}

table.content_table_horizontaltabs{
    width: 753px;
    margin: 0px auto;
    border-collapse: collapse;
    margin-bottom: 10px;
}

div.content_table_aligned {
    width: 790px;
    margin: 0px auto;
}

th{
    background: #222222;
    height: 30px;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    font-weight: normal;
}

tr.content_table_header{
    background: #222222;
    height: 30px;
    font-size: 14px;
    color: #ffffff;
}

tr.oddeven:nth-child(odd){
    background: #eeeeee;
    height: 20px;
}
tr.oddeven:nth-child(even){
    background: #fafafa;
    height: 20px;
}

tr.subtotal{
    background: #858585;
    height: 20px;
}

tr.oddeven:nth-child(odd):hover{
    background: #ccffcc;
}

tr.oddeven:nth-child(even):hover{
    background: #ccffcc;
}

tr.evenitem {
    background: #fafafa;
}

tr.odditem {
    background: #eeeeee;
}

tr.nth-child(odd):hover{
    background: #ccffcc;
}

tr.nth-child(even):hover{
    background: #ccffcc;
}

#content_table.cell {
    padding: 2px;
    border: 1px solid #959595;
}

#content_table.ranking {
    width: 40px;
}

font.table {
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    font-family: open sans, Verdana, Arial, Helvetica, Sans-serif;
}

form.addpagetomenu {
    display: inline;
}

form.inlineform {
    display: inline;
}

textarea.graybox_editor{
    width: 500px;
}

img.inlineimage {
    position: relative;
    top: 4px;
}

.inline_countryflag {
    position: relative;
    top: 2px;
}

.inlineimage_small {
    position: relative;
    top: 2px;
}

input.inlineimage {
    position: relative;
    top: 4px;
}

div.region_view{
    border: 1px solid #aaaaaa;
    clear: both;
    overflow: auto;
    padding: 2px;
}

div.region_view:hover{
    border: 1px solid #666666;
    clear: both;
    overflow: auto;
    padding: 2px;
}
/* -------------------------------------------------------- EINDE ADMIN PAGES ------------------------------------------------------ */

img.avatar {
    border: 1px solid black;
    margin-right: 3px;
}

a.commentURL {
    color: #000000;
    text-decoration: none;
}

a.subcommentURL {
    font-weight: bold;
    font-family: open sans, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

div.graybox_admin_menu{
    position: relative;
    left: 15px;

}

div.groenekader {
    background-color: #bfffb8;
    min-height: 40px;
    border: 1px solid #126d00;
    font-family: "myriad-pro", open sans, Verdana;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
}

/** initial setup **/
.nano {
    position : relative;
    width    : 100%;
    height   : 100%;
    overflow : hidden;
}
.nano .content {
    position      : absolute;
    overflow      : scroll;
    overflow-x    : hidden;
    top           : 0;
    right         : 0;
    bottom        : 0;
    left          : 0;
}
.nano .content:focus {
    outline: thin dotted;
}
.nano .content::-webkit-scrollbar {
    visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
    visibility: visible;
}
.nano > .pane {
    /*background : rgba(0,0,0,.25);*/
    position   : absolute;
    width      : 8px;
    right      : 0;
    top        : 0;
    bottom     : 0;
    visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
    opacity    : .01; 
    -webkit-transition    : .2s;
    -moz-transition       : .2s;
    -o-transition         : .2s;
    transition            : .2s;
    -moz-border-radius    : 5px;
    -webkit-border-radius : 5px;  
    border-radius         : 5px;
    display: block;
}
.nano > .pane > .slider {
    background: #444;
    background: rgba(0,0,0,.5);
    position              : relative;
    margin                : 0 1px;
    -moz-border-radius    : 3px;
    -webkit-border-radius : 3px;  
    border-radius         : 3px;
    display: block;
}
.nano:hover > .pane, .pane.active, .pane.flashed {
    visibility : visible\9; /* Target only IE7 and IE8 with this hack */
    opacity    : 0.99;
}

.pane {
    visibility: inherit !important;
}

.slider {
    visibility: inherit !important;
    position: relative !important;
}

/* toolbar */

div#toolbar_full {
    width: 100%;
    height: 42px;
    position: fixed;
    background-color: #000000;
    z-index: 9998;
}

div#toolbar {
    width: 1100px;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}

div#toolbar_right{
    display: block;
    float: right;
    height: 40px;
    margin-right: 7px;
}

div.languages {
    display: block;
    float: right;
    height: 30px;
    position: relative;
    top: 6px;
    right: 6px;
    line-height: 30px;
    text-align: right;
}

div.inside_toolbar {
    margin-right: 5px;
    height: 40px;
    display: block;
    float: left;
    line-height: 50px;
}

div.inside_right_toolbar {
    margin-right: 2px;
    margin-left: 3px;
    height: 34px;
    display: inline-block;
    position: relative;
    float: left;
    top: 7px;
    line-height: 38px;
    padding-right: 5px; 
    padding-left: 5px;
}

div.inside_right_toolbar:hover {
    background-color: #222;
    margin-right: 2px;
    margin-left: 3px;
    height: 34px;
    display: inline-block;
    position: relative; 
    top: 7px;
    line-height: 38px;
    padding-right: 5px; 
    padding-left: 5px;
}

/* toolbar_bubble_counters */

.bubble
{
    position: relative;
    height: 13px;
    padding: 0px;
    padding-right: 2px;
    background: #333333;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    display: inline-block;
    border-radius: 0px;
    border: #333333 solid 1px;
    top: -2px;
    line-height: 14px;
    color: #999999;
    font-family: open sans, Verdana, Helvetica, Arial;
    font-size: 11px;
    clear: both;
}

.clickable {
    cursor: pointer !important;
    display: inline-block;
    border: 0px solid black;
}

.bubble:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 4px 5px 4px 0;
    border-color: transparent #333333;
    display: block;
    width: 0;
    z-index: 1;
    left: -6px;
    top: 2px;
}

/* einde toolbar bubble counters */

/* alert counters */

.warningcount {
    height: 15px;
    line-height: 12px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    float: right;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    z-index: 50;
    position: relative;
    top: 2px;
    right: 3px;
    background: #ff1a00; /* Old browsers */
    background: -moz-linear-gradient(top, #ff1a00 0%, #d30000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff1a00), color-stop(100%,#d30000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff1a00 0%,#d30000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff1a00 0%,#d30000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff1a00 0%,#d30000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff1a00 0%,#d30000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1a00', endColorstr='#d30000',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

/* einde alert counters */

.toolbar_URL {
    text-decoration: none;
    color: #dddddd;
    font-family: open sans, Verdana, Helvetica, Arial;
    font-size: 11px;
    font-weight: bold;
}

.menubutton {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    position: relative;
    top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 1px;
    margin-left: 1px;
}

.menubutton:hover {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    position: relative;
    top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 1px;
    margin-left: 1px;
    color: #00aa00;
}

img.menu_spacer {
    margin-right: 5px;
    margin-right: 5px;
}

/* --------------------------------------------------------------------------------------- SUBMENU ------------------------------------------------------------------------------- */

#sddm
{	margin: 0;
  padding: 0;
  z-index: 30}

#sddm li
{	margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  font: 11px open sans, Verdana;	
}

#sddm li a
{	display: block;
  margin: 0 1px 0 0;
  padding-top: 4px;
  color: #FFF;
  text-align: center;
  text-decoration: none}

#sddm div
{	position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid black;
  text-align: right;
}

#sddm div a
{	position: relative;
  display: block;
  margin: 0;
  padding: 5px 10px;
  width: auto;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  background: #ffffff;
  color: #000;
  font-size: 11px;
  font-family: open sans, Verdana, Arial, Helvetica;
}

#sddm div a:hover
{	background: #ccc;
  color: #000;
}

/* --------------------------------------------------------------------------------------- MEDIA SCREEN ------------------------------------------------------------------------------- */
@media screen and (max-width: 1550px) {
    #leftadvertisingbanner {
        display: none !important;
    }
    #rightadvertisingbanner {
        left: 1110px !important;
        margin-left: 0 !important;
    }
    div#toolbar {
        margin-left: 0 !important;
    }
    div#menu_items {
        margin-left: 0 !important;
    }
    div#content_usermenu {
        margin-left: 2px !important;
    }
}


/* resize naar 980px */
@media screen and (max-width: 1100px) {
    div#toolbar { 
        width: 980px;
    }
    div#menu_items{
        width: 980px;
    }
    div#usermenu {
        width: 215px;
    }
    div#content {
        width: 760px;
    }
    div#graybox {
        width: 760px;
    }
    hr.graybox_hr {
        width: 760px;
    }
    hr.graybox_inner_hr {
        width: 760px !important;
    }
    div.notification {
        width: 756px !important;
    }
    div#graybox_content {
        width: 730px;
    }
    div#content_usermenu {
        width: 978px;
    }
    div#admin_menu {
        width: 730px !important;
    }
    table.content_table {
        width: 730px !important;
    }
    div.newspost_props {
        width: 750px !important;
    }
    div#event_header {
        width: 750px;
    }
    div#newspost_title_div {
        width: 676px !important;
    }
    div#newspost_content_div {
        width: 663px !important;
    }
    div.subcomment{
        width: 710px !important;
    }
    span.cke_editor_html_area {
        width: 610px !important;
    }
    select#prijs {
        width: 610px !important;
    }

    form#newsubcomment span.cke_skin_kama {
        width: 564px !important;
    }
    .ui-tabs-vertical .ui-tabs-panel {
        width: 549px!important;
    }
    div#admin_menu_verticaltabs.props{
        width: 535px!important;
    }
    table.content_table_verticaltabs{
        width: 535px !important;
    }
    table.content_table_horizontaltabs{
        width: 700px !important;
    }
    div.announcement_buynowbtn {
        position: absolute; 
        top: 77px; 
        left: 445px !important;
    }
    .announcement_participantscounter{
        top: 0px !important;
    }
}

/* --------------------------------------------------------------------------------------- NOTIFICATIONS ------------------------------------------------------------------------------------- */

div.notification {
    min-height: 50px;
    width: 835px;
}

div.notification_text {
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: center;
    font-weight: bold;
}

div.alert {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 50px;
    background-color: #FFE2E2;
    border: 1px solid #CC0000;
    color: #CC0000;
}

div.highlight {
    position: relative;
    width: 100%;
    border: 1px solid #338533;
    height: 100%;
    min-height: 50px;
    background-color: #E0FFE0;
    color: #338533;
}

div.notification_close {
    float: right;
    position: relative;
    right: 5px;
    top: -13px;
}



.notify_table {
    width: 100%;
    border-collapse: collapse;
}

.notify_table td {
    padding-left: 5px;
    padding-top: 5px;
}

div.unreadmessages {
    max-height: 330px;
}

.toolbar_sub {
    background-color: #fff;
    border: 1px solid black;
    color: #000;
    display: inline-block;
    float: left;
    min-width: 120px;
    position: absolute;
    right: 0px;
    text-align: left !important;
    top: 38px;;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.draggable {
    width: 175px;
    height: 50px;
    max-height: 50px;
    margin: 5px;
    text-align: center;
    background-color: #a5c72f;
    overflow: hidden;
    line-height: 50px;
}

.seeding_open {
    width: 175px;
    height: 50px;
    max-height: 50px;
    margin: 5px;
    background-color: #333;
    overflow: hidden;
}

.highlight_notselectedteams {
    background-color: #eee;
}

.myPointer {
    border-color: rgba(0, 0, 0, 0) #aaa;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    content: "";
    display: block;
    float: right;
    position: relative;
    right: 20px;
    top: 6px;
    width: 0;
    z-index: 1;
}

.unclickable {
    pointer-events: none;
}

.ui-tabs-vertical .ui-tabs-panel {
    width: 609px !important;
}

.radioregions {
    width: 96%;
    min-height: 30px;
    background-color: #DDD;
    padding: 10px;
}

@media print {
    body * {
        display: none;
        visibility: hidden;
    }
    body {
        background-image: none !important;
        background-color: #FFFFFF !important;
    }
    #section_to_print, #section_to_print * {
        display: block !important;
        visibility:visible !important;
    }
    #section_to_print {
        position:fixed;
        left:0;
        top:0;
    }
}
.webshop_item:nth-child(odd) {
    background-color: #FEFEFE;
}

.webshop_item:nth-child(even) {
    background-color: #F9F9F9;
}

.webshop_item {
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 2px;
}

.webshop_item img {
    border: 1px solid black;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.webshop_item_title {
    font-weight: bold;
}

.webshop_item_specs {
    font-size: 12px;
}

.webshop_item_price {
    font-size: 18px;
    font-weight: bold;
    color: #00aa00;
    text-align: right;
    margin-right: 10px;
    float: right;
}
.webshop_item_price div {
    font-size: 10px;
    color: #000;
    text-align:right;
    font-weight: normal;
    font-style: italic;
}

.verticaltabs_content {
    padding-left: 5px;
}

div.announcement_buynowbtn {
    position: absolute; 
    top: 77px; 
    left: 445px;
}

/* seatmapper */ 
div.lockedseat {
    background-image: url('modules/seatmapper/locked.png');
    background-size: 100% 100%;
}

div.isseat {
    cursor: pointer;
}

div.queuedseat {
    background-color: #ccc;
    cursor: auto;
}

div.seatmap_participant_searchbox {
    width: 240px;
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid black;
    background-color: #fff;
    z-index: 5;
}

div.shadowseat {
    background-color: #ccc !important;
}

div.highlightseat {
    background-color: #00FF00 !important;
}

.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

.ui-widget {
    font-family: open sans, Verdana, Helvetica, Sans-serif, Arial !important;
    font-size: 13px !important;
}

.ui-dialog-titlebar {
    background: none !important;
    border: 0px solid #000 !important;
    color: #000 !important;
    font-weight: bold;
}

.bracket_match {
    width: 200px;
}

.admin_match {
    width: 200px;
    height: 20px;
    background-color: #222;
    color: #fff;
    padding: 3px;
    display: none;
    text-align: center;
}

.admin_match_show {
    display: block !important;
}

.bracket_team {
    height: 26px;
    width: 200px;
    background-color: #08C;
    padding: 3px;
    color: #ffffff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none! important;
}

.bracket_team a {
    text-decoration: none !important;
    color: #FFF;
}

.bracket_team_freewin {
    line-height: 25px;
    background-color: #666;
    font-style: italic;
}

.bracket_team_openslot {
    line-height: 25px;
    background-color: #A0B;
    font-style: italic;
}

.bracket_team_onstage {
    background-color: #ff8100 !important;
}

.poulerounds {
    float: left;
    padding-right: 15px;
    padding-left: 14px;
    margin-bottom: 2px;
}

.round-odd {
    background-color: #ddd;
}

.winnerteam {
    background-color: #009900;
}

.loserteam {
    background-color: #d30000;
}

.drawteam {
    background-color: #EE7310;
}

.winrow {
    background-color: #ceffca !important;
}

.lossrow {
    background-color: #ffdcdd !important;
}

.drawrow {
    background-color: #fdffbf !important;
}

.announcement_participantscounter{
    text-align: right;
    padding-right: 10px;
    position: relative;
    top: 20px;
}

.pastevent {
    background-color: #666 !important;
    color:#fff;
}

.footer {
    min-height: 250px;
    overflow: auto;
    padding-bottom: 50px;
    width: 100%;
    background-color: #333;
    position: relative;
    margin-top: 80px;
    padding-top: 20px;
    color: #fefefe;
    font-family: open sans, Verdana, Helvetica, Sans-serif, Arial;
}

/* Timeline */
.home_content {
    padding-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.leftwidgets {
    float: left;
    width: 250px;
    margin-right: 20px;
}

.timeline {
    float: left;
}

.timeline_post {
    width: 544px;
    min-height: 50px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
    overflow: hidden;
}

.timeline_post_content {
    margin-left: 10px;
    margin-right: 10px;
}

.post_actionbar {
    width: 95%;
    margin: auto;
    margin-bottom: auto;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 1px solid #e9e9e9;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 4px;
    color: #333;
}

.post_reactions_hidden {
    display: none;
}

.post_reactions_region {
    width: 100%;
    min-height: 20px;
    background-color: #f0f0f0;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    border-top: 1px solid #e9e9e9;
}

.home_widget {
    width: 250px;
    border-radius: 3px;
    background-color: #fff;
    border: 2px solid #f0f0f0;
}

.home_widget_quickbar_button {
    width: 33%;
    float: left;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    height: 100%;
}

.home_widget_quickbar_button:hover {
    background-color: #e9e9e9;
}


.post_additions {
    width: 100%;
    min-height: 20px;
    background-color: #f0f0f0;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.actionbar_button:hover {
    text-decoration: underline;
}

.comment_button {
    color: #52b043;
    display: inline;
}

.comment_button:hover {
    text-decoration: underline;
}

.liked {
    font-weight: bold;
}

.post_liked {
    color: #52b043;
    font-weight: bold;
    display: inline-block;
    margin-right: 30px;
}

.post_notliked {
    color: #333;
    font-weight: bold;
    display: inline-block;
    margin-right: 30px;
}

.newpost_actionbar {
    color: #333;
    padding: 5px;
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
}

.button_greenonwhite{
    height: 25px;
    text-align: center;
    color: #fff;
    line-height: 25px;
    background-color: #52b043;
    float: right;border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.button_greenonwhite:hover {
    background-color: #85d07a;
}

.home_widget_button {
    width: 50%;
    height: 30px;
    text-align: center;
    float: left;
    line-height: 30px;
}

.home_widget_button:hover {
    width: 50%;
    height: 30px;
    text-align: center;
    float: left;
    line-height: 30px;
    background-color: #e9e9e9;
}

.home_widget_button_active {
    background-color: #e0e0e0;
}

.widget_match:hover {
    background-color: #eee;
}

.cateringsaldo_amount {
    margin-top:15px;
    padding-top:15px;
    margin-right:10px;
    border-radius: 5px;
    width:30%;
    height: 90px;
    background-color: #fff;
    border: 2px solid #ddd;
    text-align: center;
}

.cateringsaldo_amount:hover {
    background-color: #DDD;
}

.compoticketform {
    display: none;
}

.adreslabel {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    left: -165px;
    top: 20px;
    width: 400px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-10 {
    margin-right: 10px;
}