








@media screen {

    BODY {
        margin: 0;
        padding: 0;
        background: #ffffff url(/images/gui/bg_body.jpg) top left repeat-x;
        text-align: center;
        overflow: -moz-scrollbars-vertical;
        font: 0.7em Verdana,Geneva,sans-serif;
        color: #000000;
    }

    DIV, FORM, SPAN {
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .entrepage H1 ,
    .article H1 {
        margin: 0.5em 0 0.8em 0;
        font: bold 24px/1.0em Helvetica,Arial,sans-serif;
        color: #d95914;
    }

    .entrepage H2 ,
    .article H2 {
        margin: 1.5em 0 0.8em 0;
        font: bolder 1.5em/1.0em Helvetica,Arial,sans-serif;
        color: #000000;
    }

    .entrepage H3 ,
    .article H3 {
        margin: 1.5em 0 0.8em 0;
        font: bold 1.2em/1.0em Helvetica,Arial,sans-serif;
        color: #000000;
    }

    H2.gradient {
        margin: 3px 0 4px 0;
        padding: 3px 11px;
        font: bold 1.2em Verdana,Geneva,sans-serif;
        color: #bc0007;
        text-transform: uppercase;
        letter-spacing: 2px;
        background: transparent url(/images/gui/bg_header_gradient.gif) top left repeat-y;
    }

    hr {
        border-style: solid none;
        border-color: #d2d2d2 transparent #e1e1e1 transparent;
        border-width: 1px 0;
    }
    .content_inner hr {
        margin: 6px -19px 6px -13px;
    }
    /* *******************************************************************************************
    *         gotland.se specific                                                               *
    ******************************************************************************************* */

    .entrepage .td10pxVerdana,
    .article .td10pxVerdana {
        font: 0.9em Verdana,Geneva,sans-serif;
        color: #000000
    }

    .entrepage .ingress,
    .article .ingress {
        font: 1.1em Geneva,Verdana, sans-serif;
        color: #000000;
    }

    .entrepage .heading1,
    .article .heading1 {
        margin: 0.5em 0 0.8em 0;
        font: 1.8em/1.0em Helvetica,Arial,sans-serif;
        color: #000000;
    }

    .entrepage .heading2,
    .article .heading2 {
        margin: 1.5em 0 0.8em 0;
        font: bolder 1.5em/1.0em Helvetica,Arial,sans-serif;
        color: #000000;
    }

    .entrepage .heading3,
    .article .heading3 {
        margin: 1.5em 0 0.8em 0;
        font: bold 1.2em/1.0em Helvetica,Arial,sans-serif;
        color: #000000;
    }

    .error {
        font-weight:bold;
        color: #ff0000;
    }

    .scroll {
        overflow: scroll;
        overflow-y: scroll;
        overflow:-moz-scrollbars-vertical;
    }

    /* *******************************************************************************************
    *         Links Generic                                                                     *
    ******************************************************************************************* */

    A:link,
    A:visited {
        color: #0000cc;
        text-decoration: underline;
    }
    A:hover,
    A:active {
        color: #d95914;
        text-decoration: underline;
    }


    /* *******************************************************************************************
    *         CONTAINER                                                                         *
    ******************************************************************************************* */

    #outer_container {
        width: 780px;
        margin: 13px auto;
        background-color: #ffffff;
    }

    #inner_contatiner {
        padding: 10px;
        min-height: 400px;
    }


    /* *******************************************************************************************
    *         DOCHEAD                                                                           *
    ******************************************************************************************* */

    #dochead {
        width: 758px;
        height: 151px;
        border: 1px solid #d95914;
        border-bottom-width: 0;
        overflow: hidden;
    }
    #dochead_img {
        border-bottom: 1px solid #b6b6b6;
    }
    #dochead #image {
        float: left;
        padding: 1px 0 0 8px;
        margin-top: -151px;

    }
    #dochead #varldsarv_image {
        float: left;
        position: relative;
        left: 563px;
        top: 33px;
    }
    #dochead #almedal_image {
        float: left;
        position: relative;
        left: 450px;
        top: 25px;
        margin-top: -151px;
    }


    /* *******************************************************************************************
    *         TOP MENU                                                                          *
    ******************************************************************************************* */

    #topmenu {
        width: 760px;
        background: transparent url(/images/gui/bg_topmenu_top.gif) top left no-repeat;
    }
    #topmenu #items {
        padding: 5px 0 6px 0;
        background: transparent url(/images/gui/bg_topmenu_bottom.gif) bottom left no-repeat;
    }
    #topmenu #items .item {
        float: right;
        padding: 0 8px;
        white-space: nowrap;
        border-right: 1px solid #000000;
    }
    #topmenu #items .item0 {
        border-right: 0;
    }

    #topmenu A {
        font: bold 0.9em Verdana,Geneva,sans-serif;
        color: #000000;
        text-decoration: none;
    }
    #topmenu A:hover,
    #topmenu A:active {
        color: #cc0000;
        text-decoration: none;
    }


    /* *******************************************************************************************
    *         LEFT MENU                                                                         *
    ******************************************************************************************* */

    #leftmenu {
        float: left;
        width: 200px;
        min-height: 220px;
        padding: 0 0 10px 0;
        background-color: #d5d6d6;
        border: 1px solid #d95914;
        border-width: 0 0 0 1px;
    }
    #leftmenu_top_bg {
        display: block;
        margin-top: 4px;
    }

    #leftmenu H2 {
        margin: 0 0 4px 0;
        padding: 5px 11px;
        font: bold 0.9em Verdana,Geneva,sans-serif;
        color: #ffffff;
        text-transform: uppercase;
        background-color: #d95914;
    }


    #leftmenu A {
        font: bold 0.9em Verdana,Geneva,sans-serif;
        color: #000000;
        text-decoration: none;
    }
    #leftmenu A:hover,
    #leftmenu A:active {
        color: #d95914;
        text-decoration: none;
    }

    #leftmenu .bottom_links {
        padding: 9px 11px;
    }
    #leftmenu .bottom_links .item {
        padding-bottom: 7px;
    }

    #leftmenu .bottom_text {
        padding: 9px 11px;
        font-size: 0.9em;
    }
    #leftmenu .bottom_text DIV {
        padding-bottom: 7px;
    }


    /* *******************************************************************************************
    *         LEFT MENU BOXES                                                                   *
    ******************************************************************************************* */

    .box {
        margin: 0 3px;
        background: #eeefef url(/images/gui/corner_leftmenu_tl.gif) top left no-repeat;
    }
    .box .tr {
        background: transparent url(/images/gui/corner_leftmenu_tr.gif) top right no-repeat;
    }
    .box .br {
        background: transparent url(/images/gui/corner_leftmenu_br.gif) bottom right no-repeat;
    }
    .box .content {
        padding: 3px 8px 10px 8px;
        background: transparent url(/images/gui/corner_leftmenu_bl.gif) bottom left no-repeat;
    }
    .box .content .item {
        padding-top: 7px;
    }
	.item_secondlvl{
		margin-top: 5px;
		margin-left: 27px;
		background: white;
	}
    .box_spacer { /* Bug in IE6 made margin on box-div unusefull, so this was the solution */
        height: 4px;
        font: 1px/0px Verdana;
        background-color: #d5d6d6;
    }


    /* *******************************************************************************************
    *         CONTENT                                                                           *
    ******************************************************************************************* */

    #content_container {
        clear: both;
        border-bottom: 1px solid #d95914;
    }

    #content {
        float: left;
        width: 356px;
        border-left: 1px solid #959595;
    }
    #content_bg {
        height: 4px;
        background: transparent url(../images/gui/bg_content.gif) repeat-x scroll top left;
        margin-top: -1px;
        position: relative; /* ie hack */
    }
    .article #content {
        float: left;
        width: 557px;
        border-right: 1px solid #d95914;
    }
    #content.compare_event {
        width: 758px;
        border-left: 1px solid #d95914;
    }
    #content.epreview {
        border: 1px solid #959595;
        padding-top: 15px;
    }
    #content_container.epreview {
        border-bottom: 0 none;
    }
    #outer_container.epreview {
        width: 579px;
    }
    .content_inner {
        padding: 0 19px 15px 13px;
    }

    /* Search form */
    .searchrow {
        margin-bottom: 14px;
    }
    .searchrow .leftcol, .searchrow .rightcol {
        float:left;
    }
    .searchrow .leftcol {
        width: 141px;
        margin-right: 12px;
        text-align: right;
    }
    .searchrow .leftcol label {
        font-weight: bold;
    }
    .searchrow .rightcol {
        width: 329px;
    }
    .searchrow .onecol {
        width: 479px;
        height: 18px;
        text-align: right;
    }
    .searchrow .opts {
        float: left;
        width: 357px;
        font-size: 9px;
        line-height: 18px;
        /* ie min-height hack */
        min-height: 18px;
        height: auto !important;
        height: 18px;
    }
    .searchrow .rightcol .ornginp {
        width: 322px;
    }
    .searchrow .rightcol .ornginp input {
        width: 318px;
        height: 13px;
    }
    .searchrow .rightcol .selectedTxt {
        width: 305px;
    }
    .searchrow .rightcol .date .selectedTxt {
        width: 65px;
    }
    .rightcol .time .selectedTxt {
        background: transparent url(../images/gui/orangesel_r.png) repeat-x scroll top right;
        padding: 0 5px 1px 0;
        width: 13px;
    }
    .yellowsel .time .selectedTxt {
        background: transparent url(../images/gui/yellowsel_r.png) repeat-x scroll top right;
    }
    .searchrow .rightcol .date ul.newList {
        width: 84px;
    }
    .searchrow .rightcol .time ul.newList {
        width: 49px;
    }
    .searchrow .opts input {
        margin: 0;
    }

    .searchrow .onecol a {
        font-weight: bold;
    }
    .searchrow .onecol a:link,
    .searchrow .onecol a:visited {
        color: #000;
        font-weight: bold;
        text-decoration: none;
        border-bottom: 1px solid #e8881b;
    }
    .searchrow .onecol a:hover,
    .searchrow .onecol a:active {
        color: #000;
        text-decoration: none;
    }

    /* Small event view actions explanation */
    #event_act_exp {
        margin-top: 1px;
    }
    #event_act_exp img {
        float: left;
    }
    #event_act_exp div {
        float: left;
        width: 74px;
        font-size: 10px;
    }

    /* Member registration */
    #userreg {
        margin-top: 31px;
    }
    #userreg .row {
        margin-bottom: 14px;
    }
    #userreg .leftcol,
    #userreg .rightcol {
        float: left;
        /* ie min-height hack */
        min-height: 18px;
        height: auto !important;
        height: 18px;
    }
    #userreg .leftcol {
        width: 240px;
        margin-right: 11px;
        text-align: right;
    }
    #userreg .rightcol {
        width: 250px;
    }
    #userreg .onecol {
        width: 498px;
        text-align: right;
    }

    #userreg .leftcol label {
        font-weight: bold;
    }
    #userreg .leftcol span.normal {
        font-weight: normal;
    }
    #userreg .rightcol span.error {
        font-weight: bold;
        display: block;
    }
    #userreg .rightcol input {
        width: 239px;
        height: 14px;
    }
    #userreg .rightcol .selectedTxt {
        width: 226px;
    }
    #userreg .rightcol ul.newList {
        width: 245px;
    }
    #userreg .onecol span {
        float: right;
        margin-right: 7px;
    }

    /* Create event page */
    .afternotif {
        border: 1px solid red;
        font-weight: bold;
        color: red;
        padding: 10px 35px;
    }
    #eventreg {
        margin-top: 22px;
    }
    .eventreg p {
        margin: 15px 0;
    }
    .eventreg .ingress {
        font-weight: bold;
        font-size: 10px;
    }
    .eventreg span.error,
    .eventreg span.limit {
        display: block;
        clear: both;
        margin-bottom: 2px;
    }
    .eventreg a,
    .eventreg a:link,
    .eventreg a:visited,
    .eventreg a:hover,
    .eventreg a:active {
        font-weight: bold;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #e8881b;
    }

    .eventreg .box,
    .admin .box {
        width: 523px;
        margin: 14px 0;
        border: 1px solid #e8881b;
    }
    .admin .box {
        margin: 0;
    }
    .eventreg .box_headline,
    .admin .box_headline {
        float: left;
        width: 470px;
        height: 17px;
        padding: 3px 9px;
        margin: 0;
        background-color: #e8881b;
    }
    .eventreg .box_act,
    .admin .box_act {
        float: left;
        width: 31px;
        height: 22px;
        padding: 1px 2px 0 2px;
        background-color: #fae7d1;
    }
    .eventreg .box_act a,
    .admin .box_act a {
        border: 0 none;
    }
    .eventreg .box_content,
    .admin .box_content {
        float: left;
        width: 523px;
    }
    .admin .box_content {
        padding-top: 14px;
    }

    .eventreg .row {
        margin-bottom: 14px;
    }
    .eventreg .row .leftcol {
        float: left;
        text-align: right;
        width: 117px;
        margin-right: 10px;
    }
    .eventreg .row .rightcol {
        float: left;
        width: 363px; /* 340px */
        /* ie min-height hack */
        min-height: 18px;
        height: auto !important;
        height: 18px;
    }
    .eventreg .particip {
        float: left;
        padding: 0 15px 0 10px;
    }
    #participants_tbl {
        border-collapse: collapse;
        width: 498px;
        margin-top: 4px;
    }
    #participants_tbl th {
        font-weight: bold;
        text-align: left;
    }
    #participants_tbl td {
        padding: 0;
    }
    #participants_tbl tbody td {
        padding-bottom: 4px;
    }
    #participants_tbl .whiteinp input {
        width: 150px;
    }
    #participants_tbl .addcol {
        padding: 10px 8px 0 0;
        text-align: right;
    }
    #participants_tbl .addcol img {
        vertical-align: middle;
    }
    .eventreg .row .leftcol label {
        font-weight: bold;
    }
    .eventreg .row .leftcol span.normal {
        font-weight: normal;
    }

    .eventreg .row .rightcol span.limit,
    .eventreg .row .rightcol span.error {
        width: 340px;
    }
    .eventreg .row .rightcol img.help {
        float: right;
    }
    .eventreg .row .rightcol .orangebtn {
        margin: 4px 0;
    }
    .eventreg .row .rightcol .ornginp input {
        width: 329px;
    }
    .eventreg .rightcol .orangearea textarea {
        width: 329px;
        height: 64px;
    }
    .eventreg .row .rightcol .selectedTxt {
        width: 316px;
    }
    .eventreg .row .rightcol ul.newList {
        width: 335px;
    }
    .eventreg .rightcol .time .selectedTxt {
        width: 13px;
    }
    .eventreg .rightcol .time ul.newList {
        width: 49px;
    }
    .eventreg .rightcol .date .selectedTxt {
        width: 92px;
    }
    .eventreg .rightcol .date ul.newList {
        width: 111px;
    }
    #eventreg .eventopts {
        float: left;
        width: 335px;
        font-size: 9px;
        margin-top: 7px;
        padding: 2px 0 0 2px;
    }
    #eventreg .eventopts.yellow {
        background-color: #f8c976;
    }
    #eventreg .eventopts input {
        margin: 0px 1px 4px 0;
        vertical-align: middle;
    }
    #eventreg .eventopts label {
        margin: 0 2px 0 0;
        padding: 0;
    }

    /* Contact person */
    #eventreg .contactrow {
        margin-bottom: 4px;
    }
    #eventreg .contactrow .leftcol,
    #eventreg .contactrow .rightcol {
        float: left;
        width: 230px;
    }
    #eventreg .contactrow .leftcol {
        width: 253px;
        margin-right: 15px; /* 38 */
    }
    #eventreg .contactrow .leftcol .ornginp input,
    #eventreg .contactrow .rightcol .ornginp input {
        width: 222px;
    }
    #eventreg .contactrow .leftcol label,
    #eventreg .contactrow .leftcol span.error,
    #eventreg .contactrow .leftcol span.limit {
        width: 230px;
    }
    #eventreg .contactrow label {
        clear: both;
        display: block;
        margin-bottom: 2px;
        font-weight: bold;
    }
    #contact_firstrow {
        margin: 6px 0 14px 0;
        font-weight: bold;
    }
    #eventreg #contact_lastrow {
        width: 498px;
        margin: 18px 0 8px 0;
    }
    #contact_lastrow .ornginp input {
        width: 292px;
    }

    /* Actions */
    #eventreg_act {
        margin: 24px 0;
    }
    #eventreg_act span {
        float: right;
        margin-right: 8px;
    }
    #eventreg_act .left {
        float: left;
    }
    #eventreg_act span.edit {
        float: left;
        clear: both;
        margin: 2px 0;
    }

    #eventreg_cancel_event label {
        display: block;
        font-weight: bold;
    }
    #eventreg_cancel_event span.edit {
        clear: both;
        display: block;
        margin: 2px 0;
    }
    #eventreg_cancel_event .ornginp {
        margin-right: 8px;
    }
    #eventreg_cancel_event .ornginp input {
        width: 222px;
    }

    /* Status tabs */
    .bigstatus {
        margin-bottom: 12px;
    }
    .bigstatus .tab1 {
        float: left;
        height: 75px;
        padding-left: 34px;
        background: transparent url(../images/gui/status/tab1_lact.png) no-repeat scroll top left;
    }
    .bigstatus .tab1 .tab1r {
        float: left;
        height: 72px;
        padding: 3px 15px 0 0;
        width: 336px;
        background: transparent url(../images/gui/status/tab1_ract.png) no-repeat scroll top right;
    }
    .bigstatus .tab1_disabled {
        background: transparent url(../images/gui/status/tab1_ldis.png) no-repeat scroll top left;
    }
    .bigstatus .tab1_disabled .tab1r {
        background: transparent url(../images/gui/status/tab1_rdis.png) no-repeat scroll top right;
    }
    .bigstatus .tab2 {
        float: left;
        height: 75px;
        padding-left: 16px;
        background: transparent url(../images/gui/status/tab2_lact.png) no-repeat scroll top left;
    }
    .bigstatus .tab2 .tab2r {
        float: left;
        height: 72px;
        padding: 3px 34px 0 0;
        width: 122px;
        background: transparent url(../images/gui/status/tab2_ract.png) no-repeat scroll top right;
    }
    .bigstatus .tab2_disabled {
        background: transparent url(../images/gui/status/tab2_ldis.png) no-repeat scroll top left;
    }
    .bigstatus .tab2_disabled .tab2r {
        background: transparent url(../images/gui/status/tab2_rdis.png) no-repeat scroll top right;
    }
    .bigstatus h3 {
        margin: 2px 0 0 0;
        color: #000;
        font: normal bold 10px Verdana,Geneva,sans-serif;
        text-align: center;
        text-transform: uppercase;
    }
    .bigstatus .tab2 h3 {
        margin: 2px -5px 0 -5px;
        /* negative margin hack for ie6 */
        position: relative;
        zoom: 1;
    }
    .bigstatus .tab1_disabled h3,
    .bigstatus .tab2_disabled h3 {
        color: #999;
    }
    .bigstatus .bg {
        min-height: 28px;
        margin-top: 3px;
        background: transparent url(../images/gui/status/bg_line.png) repeat-x scroll top left;
    }
    .bigstatus .tab1_disabled .bg,
    .bigstatus .tab2_disabled .bg {
        background-image: url(../images/gui/status/bg_line_grey.png);
    }
    .bigstatus .tab1r .bg {
        margin-right: -13px;
        padding-right: 13px;
        width: 336px;
    }
    .bigstatus .tab2r .bg {
        margin-left: -13px;
        padding-left: 13px;
        width: 122px;
        /* hack for ie6 */
        position: relative;
    }
    .bigstatus .mask {
        display: block;
        float: left;
        width: 27.5px;
        height: 28px;
        background-color: #fff;
    }
    .bigstatus .tab1_disabled .mask,
    .bigstatus .tab2_disabled .mask {
        background-color: #f7f7f7;
    }
    .bigstatus .tab2 .mask {
        width: 47px;
    }
    .bigstatus .nbr {
        display: inline;
        float: left;
        width: 28px;
        height: 28px;
        margin-left: 27.5px;
        background: transparent url(../images/gui/status/number_bg.png) no-repeat scroll top left;
        text-align: center;
        font: normal bold 17px/28px sans-serif;
        color: #3e3e3e;
    }
    .bigstatus .tab1_disabled .nbr,
    .bigstatus .tab2_disabled .nbr {
        background: url(../images/gui/status/number_bg_grey.png);
    }
    .bigstatus .tab1 .first {
        margin-left: 0;
    }
    .bigstatus .tab1 .cont_act .nbr,
    .bigstatus .tab2 .cont_act .nbr {
        background-image: url(../images/gui/status/number_act_bg.png);
        color: #fff;
    }
    .bigstatus .tab1_disabled .cont_act .nbr {
        background-image: url(../images/gui/status/number_act_bg_grey.png);
    }
    .bigstatus .tab2 .cont_act .nbr {
        background-image: url(../images/gui/status/number_gr_act_bg.png);
    }
    .bigstatus .tab2_disabled .cont_act .nbr {
        background-image: url(../images/gui/status/number_gr_act_bg_grey.png);
    }
    .bigstatus .cont {
        width: 112px;
        float: left;
    }
    .bigstatus .tab2 .cont {
        float: none;
        margin-left: 19.5px;
        width: 102.5px;
    }
    .bigstatus .cont .label {
        display: block;
        float: left;
        clear: both;
        width: 83px;
        color: #000;
        font: normal normal 9px/11px Verdana,Geneva,sans-serif;
        text-align: center;
    }
    .bigstatus .cont .label {
        color: #000;
    }
    .bigstatus .tab1 .cont_act .label,
    .bigstatus .tab2 .cont_act .label {
        color: #000;
        font-weight: bold;
    }
    .bigstatus .tab1_disabled .nbr,
    .bigstatus .tab2_disabled .nbr,
    .bigstatus .tab1_disabled .label,
    .bigstatus .tab2_disabled .label {
        color: #999;
    }


    /* Event view page */
    .eventview a,
    .eventview a:link,
    .eventview a:visited,
    .eventview a:hover,
    .eventview a:active {
        font-weight: bold;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #e8881b;
    }
    .eventview p {
        margin: 4px 0 18px 0;
    }
    .eventview span.old {
        display: block;
        font-weight: normal;
        text-decoration: line-through;
    }
    .eventview p.old {
        text-decoration: line-through;
        margin-bottom: 0;
    }
    .eventview .infobox {
        margin: 18px 0;
    }
    .eventview .infobox .row {
        margin-bottom: 4px;
    }
    .eventview .infobox .leftcol {
        float: left;
        text-align: right;
        margin-right: 7px;
        width: 127px;
    }
    .eventview .infobox .rightcol {
        float: left;
        font-weight: bold;
        width: 391px;
    }
    .eventview .wide .leftcol {
        width: 134px;
    }
    .eventview .wide .rightcol {
        width: 384px;
    }
    .eventview .actions span.orangebtn {
        margin: 2px 0 2px 5px;
    }
    .eventview .actions span {
        float: right;
    }
    .eventview span.line,
    .eventview span.error {
        display: block;
        clear: both;
        font-weight: bold;
    }
    .eventview #denyContainer {
        margin: 18px 0 40px 0;
    }
    .deny_cont .ornginp {
        margin-right: 8px;
    }
    .deny_cont .ornginp input {
        width: 250px;
    }
    #add_comment_form {
        margin-bottom: 15px;
    }
    #add_comment_form .orangearea {
        margin-bottom: 10px;
    }
    #add_comment_form textarea {
        width: 518px;
    }
    #add_comment_form .orangebtn {
        margin-right: 8px;
    }
    .logs a,
    .logs a:link,
    .logs a:visited,
    .logs a:hover,
    .logs a:active {
        font-weight: bold;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #e8881b;
    }
    .eventview .logs div.selectedTxt {
        width: 50px;
    }
    .eventview .logs ul.newList {
        width: 69px;
    }
    .logstbl {
        width: 100%;
        margin-top: 20px;
        border-collapse: collapse;
    }
    .logstbl .datecol {
        width: 110px;
    }
    .logstbl td.infocol {
        padding: 4px;
    }
    /* Event preview */
    #epriv h2 {
        display: inline;
        margin: 0;
        font: bolder 1.5em/1em Helvetica,Arial,sans-serif;
    }
    #epriv p {
        font-size: 12px;
        font-style: italic;
        margin: 9px 0 20px;
    }
    #epriv .orangebtn {
        float: right;
    }

    
    /* Users page */
    .userpage .actions {
        margin: 18px 0;
    }
    .userpage .actions form, 
    .userpage .actions span {
        float: right;
    }
    .userpage .actions span.orangebtn {
        margin-left: 4px;
    }
    .userpage .infobox {
        margin: 18px 0;
    }
    .userpage .infobox .row {
        margin-bottom: 4px;
    }
    .userpage .infobox .leftcol {
        float: left;
        text-align: right;
        margin-right: 7px;
        width: 150px;
    }
    .userpage .infobox .rightcol {
        float: left;
        font-weight: bold;
        width: 368px;
    }
    .userpage .infobox .leftcol span.normal {
        display: none;
    }


    /* Login */
    .login p a,
    .login p a:link,
    .login p a:visited,
    .login p a:hover,
    .login p a:active {
        font-weight: bold;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #e8881b;
    }
    .login span.error,
    .login span.line {
        display: block;
        clear: both;
        font-weight: bold;
    }
    .login .row {
        margin-bottom: 14px;
    }
    .login .row .leftcol {
        float: left;
        text-align: right;
        font-weight: bold;
        margin-right: 11px;
        width: 150px;
    }
    .login .row .rightcol {
        float: left;
        width: 230px;
    }
    .login .row .rightcol .ornginp input {
        width: 222px;
    }
    .login .onecol {
        text-align: right;
        width: 391px;
    }
    .login .onecol span {
        float: right;
        margin-left: 8px;
    }

    /* Admin search form */
    .admintabs {
        margin-bottom: 15px;
    }
    a.act,
    a.act:link,
    a.act:visited,
    a.act:hover,
    a.act:active {
        font-weight: bold;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #e8881b;
    }
    .admin .row {
        margin-bottom: 10px;
    }
    .admin .row .leftcol {
        float:left;
        margin-right: 11px;
        width: 70px;
    }
    .admin .row .rightcol {
        float: left;
        width: 444px;
    }
    .admin .row .leftcol label {
        font-weight: bold;
    }
    .admin .row .rightcol div.selectedTxt {
        width: 120px;
    }
    .admin .row .rightcol ul.newList {
        width: 139px;
    }
    .admin .row .rightcol .ornginp input {
        width:133px;
    }
    .admin .row .rightcol img.datebtn {
        padding: 2px 0;
        margin-left: 5px;
        cursor: hand;
        cursor: pointer;
    }
    .admin .sortdir {
        float: right;
    }


    /* Orange textarea */
    .orangearea {
        float: left;
        display: block;
        background-color: #f0f0f0;
        border-width: 1px;
        border-style: solid;
        border-color: #7c7c7c #c3c3c3 #dddddd #c3c3c3;
        padding: 0 0 1px 1px;
    }
    .orangearea textarea {
        background-color: #fae7d1;
        border: none;
        margin: 0;
        padding: 2px;
        font-size: 11.2px;
    }
    .whitearea,
    .yellowarea {
        border: 1px solid #000;
    }
    .yellowarea textarea {
        background-color: #f8c976;
    }
    .whitearea textarea {
        background-color: #fff;
    }

    /* Orange input */
    .ornginp {
        float: left;
        display: inline;
        background-color: #f0f0f0;
        padding: 0 1px 1px 1px;
        border: 1px solid #7c7c7c;
        border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    }
    .ornginp input {
        border: none;
        padding: 2px;
        background-color: #fae7d1;
        height: 13px;
        font-size: 11.2px;
    }
    .yellowinp,
    .whiteinp {
        padding: 0 0 1px 1px;
        border: 1px solid #000;
    }
    .yellowinp input {
        background-color: #f8c976;
        padding-right: 3px;
    }
    .whiteinp input {
        background-color: #fff;
        padding-right: 3px;
    }

    /* Orange button */
    .orangebtn {
        background: transparent url(../images/gui/orangebtn_l.png) no-repeat scroll top left;
        float: left;
        height: 18px;
        cursor: pointer;
    }
    .orangebtn input {
        background: transparent url(../images/gui/orangebtn_r.png) no-repeat scroll top right;
        border: none;
        float: left;
        height: 18px;
        margin: 0 0 0 4px;
        padding: 0 8px 0 4px;
        font: normal bold 12px Helvetica,Arial,sans-serif;
        cursor: pointer;
        /* ie hack for very long buttons  */
        width: auto;
        overflow: visible;
    }

    /* Orange select box */
    ul.newList * {
        margin: 0;
        padding: 0;
    }
    ul.newList a,
    ul.newList a:link,
    ul.newList a:visited,
    ul.newList a:hover,
    ul.newList a:active {
        color: #000;
        text-decoration: none;
        font-weight: normal;
        display: block;
        cursor: default;
        border: none;
    }
    ul.newList {
        margin: 0;
        padding: 0;
        list-style: none;
        color: #000;
        width: 323px;
        background: #fff;
        position: absolute;
        border: 1px solid #ccc;
        left: 0;
        top: 22px;
        height: auto;
        overflow: auto;
        z-index: 9999;
    }
    .newListSelected {
        background: transparent url(../images/gui/orangesel_l.png) no-repeat top left;
        height: 18px;
        float: left;
        padding-left: 5px;
    }
    .yellowsel .newListSelected {
        background: transparent url(../images/gui/yellowsel_l.png) no-repeat top left;
    }
    .whitesel .newListSelected {
        background: transparent url(../images/gui/whitesel_l.png) no-repeat top left;
    }
    ul.newList li a {
        padding: 3px 8px;
        display: block;
    }
    ul.newList li a:focus {
        outline: none;
        -moz-outline-style: none;
    }
    .selectedTxt {
        background: transparent url(../images/gui/orangesel_tri_r.png) no-repeat top right;
        float: left;
        font-size: 11px;
        height: 18px;
        line-height: 18px;
        margin: 0;
        padding: 0px 16px 1px 0;
        overflow: hidden;
        cursor: default;
    }
    .yellowsel .selectedTxt {
        background: transparent url(../images/gui/yellowsel_tri_r.png) no-repeat top right;
    }
    .whitesel .selectedTxt {
        background: transparent url(../images/gui/whitesel_tri_r.png) no-repeat top right;
    }
    .hiLite {
        background: #e8891b !important;
        color: #fff !important;
    }
    .yellowsel .hiLite {
        background: #f8c976 !important;
    }
    .hiLite a {
        background: #e8891b !important;
        color: #fff !important;
    }
    .newListHover,
    .yellowsel .newListHover {
        background: #ccc !important;
        color: #000 !important;
        cursor: default;
    }

    img.help {
        float: left;
        margin-left: 5px;
    }
    div#vtip {
        display: none;
        position: absolute;
        padding: 8px;
        width: 216px;
        left: 5px;
        background-color: white;
        border: 1px solid #000;
        z-index: 9999
    }

    .stats label {
        float: left;
        font-weight: bold;
        margin-right: 20px;
    }
    .stats .selectedTxt {
        width: 100px;
    }
    .stats .newList {
        width: 119px;
    }
    #stats_frm table {
        border-collapse: collapse;
        width: 100%;
        margin-top: 20px;
    }
    #stats_frm table th {
        text-align: left;
    }
    #stats_frm table td {
        padding: 4px 2px 4px 0;
    }

    /* *********************************************************************************
    *         Content - Startpage                                                     *
    ********************************************************************************* */

    .startpage #teasers {
        margin: 0 0 10px 0;
        padding: 0 7px;
    }

    /* TEASER BIG */

    .startpage .teaser_big {
        clear: both;
        padding: 10px 5px;
        border-top: 1px dotted #000000;
    }
    .startpage .teaser_big .date {
        margin: 0 0 4px 0;
        font: italic 1.0em Helvetica,Arial,sans-serif;
        color: #000000;
    }
    .startpage .teaser_big .image {
        float: left;
        padding: 2px 10px 5px 0;
    }
    .startpage .teaser_big H1 {
        margin: 0 0 8px 0;
        font: bold 2.0em/1.0em Helvetica,Arial,sans-serif;
    }
    .startpage .teaser_big .text {


    }
    .startpage .teaser_big .text A {
        font: 1.1em Helvetica,Arial,sans-serif;
        color: #000000;
        text-decoration: none;
    }
    .startpage .teaser_big .text A:hover,
    .startpage .teaser_big .text A:active {
        font: 1.1em Helvetica,Arial,sans-serif;
        color: #d95914;
        text-decoration: underline;
    }

    /* TEASER SMALL */

    .startpage .teaser_small {
        clear: both;
        padding: 10px 5px;
        border-top: 1px dotted #d5d6d6;
    }
    .startpage .teaser_small .date {
        margin: 0 0 4px 0;
        font: italic 1.0em Helvetica,Arial,sans-serif;
        color: #000000;
    }
    .startpage .teaser_small .image {
        float: left;
        padding: 2px 10px 5px 0;
    }
    .startpage .teaser_small H2 {
        margin: 0;
        padding: 0 0 4px 0;
        font: bold 1.5em/1.0em Helvetica,Arial,sans-serif;
    }
    .startpage .teaser_small .text {

        font: 1.0em Helvetica,Arial,sans-serif;
    }
    .startpage .teaser_small .text A {
        font: 1.1em Helvetica,Arial,sans-serif;
        color: #000000;
        text-decoration: none;
    }
    .startpage .teaser_small .text A:hover,
    .startpage .teaser_small .text A:active {
        font: 1.1em Helvetica,Arial,sans-serif;
        color: #d95914;
        text-decoration: underline;
    }


    /* *********************************************************************************
    *         Content - Entr?page / Article                                           *
    ********************************************************************************* */

    #entre_article_head,
    #article_head { /* Print & Backbtn */
        margin: 0 0 5px 0;
        padding: 6px 10px 5px 10px;
        /*border-bottom: 1px solid #888888;*/
    }
    #entre_article_head .backlink,
    #article_head .backlink {
        float: left;
    }
    #entre_article_head .loggedin,
    #article_head .loggedin {
        float: left;
        width: 417px;
        padding: 0 10px;
        color: #666;
        text-align: center;
    }
    #entre_article_head .loggedin {
        width: 216px;
    }
    #content.compare_event #article_head .loggedin {
        width: 618px;
    }
    #entre_article_head .printbtn,
    #article_head .printbtn {
        float: right;
    }
    #entre_article_head A,
    #article_head A {
        color: #666666;
        text-decoration: none;
    }
    #entre_article_head A:hover,
    #article_head A:hover,
    #entre_article_head A:active,
    #article_head A:active  {
        color: #d95914;
        text-decoration: underline;
    }

    /* TEASERS */

    .entrepage #teasers,
    .article #teasers{
        margin: 0 0 10px 0;
        padding: 0 7px;
    }

    .entrepage .teaser_small,
    .article .teaser_small {
        clear: both;
        padding: 10px 5px;
        border-top: 1px dotted #000000;
    }
    .entrepage .teaser_small .date,
    .article .teaser_small .date {
        margin: 0 0 4px 0;
        font: italic 1.0em Helvetica,Arial,sans-serif;
        color: #000000;
    }
    .entrepage .teaser_small .image,
    .article .teaser_small .image {
        float: left;
        padding: 2px 10px 5px 0;
    }
    .entrepage .teaser_small H2,
    .article .teaser_small H2 {
        margin: 0;
        font: bold 1.5em/1.0em Helvetica,Arial,sans-serif;
    }
    .entrepage .teaser_small .text,
    .article .teaser_small .text {
        font: 1.0em Helvetica,Arial,sans-serif;
    }
    .entrepage .teaser_small .text A,
    .article .teaser_small .text  A {
        font: 1.1em Helvetica,Arial,sans-serif;
        color: #000000;
        text-decoration: none;
    }
    .entrepage .teaser_small .text A:hover,
    .entrepage .teaser_small .text A:active,
    .article .teaser_small .text A:hover,
    .article .teaser_small .text A:active {
        font: 1.1em Helvetica,Arial,sans-serif;
        color: #d95914;
        text-decoration: underline;
    }
    .entrepage .content_inner .text,
    .article .content_inner .text {
        font: 1.1em Verdana,Geneva,sans-serif;
    }
    .entrepage #content H4,
    .article #content H4 {
        padding-left: 7px;
    }

    /* *********************************************************************************
    *         Content - Protokoll                                           *
    ********************************************************************************* */
    .entrepage .committee_text,
    .article .committee_text {
        font: 0.9em Verdana,Geneva,sans-serif;
        color: #000000
    }
    .entrepage .image,
    .article .image {
        padding: 1px 5px 0 1px;
    }


    /* *******************************************************************************************
    *         RIGHT COLUMN                                                                      *
    ******************************************************************************************* */

    #rightcol {
        float: right;
        width: 200px;
        border-left: 1px solid #959595;
        border-right: 1px solid #D95914;
    }
    #rightcol H4 {
        margin: 4px 0 4px 0;
        padding: 5px 11px;
        font: bold 0.9em Verdana,Geneva,sans-serif;
        color: #000000;
        text-transform: uppercase;
        background-color: #9dbbe0;
    }
    .startpage #rightcol .links {
        padding: 7px 12px 9px 12px;
    }
    .startpage #rightcol .links .item {
        padding-bottom: 5px;
    }

    .startpage #rightcol .links A {
        font: bold 0.9em Verdana,Geneva,sans-serif;
        color: #000000;
        text-decoration: none;
    }
    .startpage #rightcol .links A:hover,
    .startpage #rightcol .links A:active {
        color: #d95914;
        text-decoration: none;
    }

    .entrepage #rightcol .links,
    .entrepage #content .links,
    .article #rightcol .links,
    .article #content .links {
        padding: 7px 7px 9px 7px;
    }
    .entrepage #rightcol .links .item,
    .entrepage #content .links .item,
    .article #rightcol .links .item,
    .article #content .links .item {
        padding: 0 0 5px 12px;
        background: transparent url(/images/gui/dot_blue.gif) 0 2px no-repeat;
    }
    .entrepage #rightcol .links A,
    .entrepage #content .links A,
    .article #rightcol .links A,
    .article #content .links A {
        font: 0.9em Verdana,Geneva,sans-serif;
        color: #000000;
        text-decoration: none;
    }
    .entrepage #rightcol .links A:hover,
    .entrepage #rightcol .links A:active,
    .entrepage #content .links A:hover,
    .entrepage #content .links A:active,
    .article #rightcol .links A:hover,
    .article #rightcol .links A:active,
    .article #content .links A:hover,
    .article #content .links A:active {
        color: #d95914;
        text-decoration: none;
    }


    #rightcol .banners {
        padding: 6px 3px 0 3px;
    }
    #rightcol .banners .item {
        padding: 0 0 4px 0;
    }
    .entrepage #rightcol .text,
    .article #rightcol .text {
        padding: 4px 12px 9px 12px;
    }
    .startpage #rightcol .text {
        padding: 0 0 4px 0;
    }

    #rightcol .text A {
        font: 0.9em Verdana,Geneva,sans-serif;
        color: #000000;
        text-decoration: none;
    }
    #rightcol .text A:hover,
    #rightcol .text A:active {
        color: #d95914;
        text-decoration: none;
    }

    .entrepage #rightcol .image {
        text-align: center;
    }

    /* *******************************************************************************************
    *         MISC                                                                              *
    ******************************************************************************************* */

    A IMG {
        border: 0;
    }

    .noBorder {
        border: 0 !important;
    }
    .noBorder {
        border: 0 !important;
    }


    UL {
        margin-top: 10px;
    }
    LI {
        padding-bottom: 0.5em;
    }

    .pagination {
        text-align: center;
        margin: 5px 0;
    }
    .pagination .page {
        margin: 0 5px;
    }
    .pagination a,
    .pagination a:link,
    .pagination a:visited,
    .pagination a:hover,
    .pagination a:active {
        font-weight: bold;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #e8881b;
    }
    
    /* *******************************************************************************************
    *         COMPARE FORM                                                                              *
    ******************************************************************************************* */
    .compare_act {
        margin: 15px 0;
    }
    .compare_act div,
    .compare_act form {
        float: right;
        margin-left: 4px;
    }
    .compare_act .left {
        float: left;
        margin: 0;
    }
    div.compare_event #denyContainer {
        margin: 20px 0;
    }
    #compare_event a,
    #compare_event a:link,
    #compare_event a:visited,
    #compare_event a:hover,
    #compare_event a:active {
        font-weight: bold;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #e8881b;
    }
    table tr.different td {
        border-width: 2px 0 2px 0;
        border-style: solid;
        border-color: red;
    }
    table tr.different td.leftCol {
        border-width: 2px 0 2px 2px;
    }
    table tr.different td.rightCol {
        border-width: 2px 2px 2px 0;
    }

    /* *******************************************************************************************
    *         imCMS-specific                                                                    *
    ******************************************************************************************* */
    /*
    INPUT.imcmsFormBtnSmall {
    background-color: #20568D;
    color: #ffffff;
    font: 10px Tahoma, Arial, sans-serif;
    border: 2px outset #668DB6;
    border-color: #668DB6 #000000 #000000 #668DB6;
    cursor: pointer;
    padding: 0 2px;
    }
    .changePageButton {
    background-color:#e2e2e4;
    font: 10px Tahoma, Arial, sans-serif;
    color:#000000;
    padding: 0 4px;
    border-width: 1px;
    border-style: outset;
    border-color: #cccccc #666666 #666666 #cccccc;
    cursor: pointer;
    }
    .imcmsAdmBgHead {
    background-color: #20568D;
    color: #ffffff;
    }
    .imcmsAdmBgCont {
    background-color: #f5f5f7;
    color: #000000;
    }
    .imcmsFormBtnPanel {
    font: 9px Verdana, Geneva, sans-serif;
    color: #000000;
    background-color: #e7e7e7;
    cursor: pointer;
    height: 20px;
    border: 1px outset #000000;
    border-color: #ffffff #000000 #000000 #ffffff;
    text-align: center;
    }
    .imcmsFormBtnPanelActive {
    font: 9px Verdana, Geneva, sans-serif;
    color: #000000;
    background-color: #e7e7e7;
    cursor: pointer;
    height: 20px;
    border: 1px inset #000000;
    border-color: #000000 #ffffff #ffffff #000000;
    text-align: center;
    }*/

    .imcms_label,
    A.imcms_label:link,
    A.imcms_label:visited {
        font: 10px Verdana !important;
        color: #c00000 !important;
        text-decoration: none !important;
        background-color: #ffffcc !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
    }
    A.imcms_label:active,
    A.imcms_label:hover {
        font: 10px Verdana !important;
        color: #000099 !important;
        text-decoration: underline !important;
        background-color: #ffffcc !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
    }

    .search_link {
        font: 10px Verdana !important;
        color: #000 !important;
        text-decoration: none !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
    }


    .search_link:active,
    .search_link:hover {
        font: 10px Verdana !important;
        color: #0000ff !important;
        text-decoration: none !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
    }

    DIV.postit {
        background-color: #ffff99;
        border: 1px solid #000000;
        border-width: 0 2px 2px 1px;
        margin: 10px 0;
        display: block;
        font: 10px/11px verdana,geneva,sans-serif !important;
        color: #000000;
    }
    DIV.postit H2 {
        font: bold 11px/13px verdana,geneva,sans-serif !important;
        margin: 0;
        padding: 3px 5px;
        background-color: #ffff33;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        color: #000000;
    }
    DIV.postit DIV {
        padding: 5px;
        font: 11px/13px verdana,geneva,sans-serif !important;
        color: #000000;
    }
    /*
    .adminLinksTable {
    border: 1px solid #000000;
    border-width: 0 1px 1px 0;
    }

    #adminLinksDiv {
    margin: 5px 0 0 0 !important;
    padding: 0 !important;
    float: right;
    }
    #adminPanelDiv {
    margin: 5px 0 5px 5px !important;
    padding: 0 !important;
    float: left;
    }
    #changePageDiv {
    margin: 0 0 0 5px !important;
    padding: 0 !important;
    clear: left;
    } */

    /* *******************************************************************************************
    *         Form specific                                                                *
    ******************************************************************************************* */

    .top-space {
        margin-top: 10px;
    }

    .top-space5 {
        margin-top: 5px;
    }

    /* *******************************************************************************************
    *         Form engine specific                                                                *
    ******************************************************************************************* */

    .td2 {
        width: 350px;
    }
    .dividerLine {
        background-color: rgb(149, 149, 149);
    }
    .formBtnLink_td span.orangebtn {
        float: right;
        margin-left: 4px;
    }

    /* *******************************************************************************************
    *         Special for print                                                                 *
    ******************************************************************************************* */

    #dochead_print {
        width: 100%;
        margin: 0 0 35px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #000000;
    }
    #dochead_print_logo {
        float: left;
        padding-bottom: 20px;
    }
    #dochead_print H1 {
        float: left;
        margin: 0;
        padding: 65px 0 0 50px;
        font: bold 1.2em Verdana,Geneva,sans-serif;
        color: #000000;
    }
    #dochead_print_url {
        clear: both;
        width: 100%;
        margin: 0;
        padding: 10px 0 0 0;
        border-top: 1px solid #000000;
        font-size: 0.8em;
        color: #999999;
    }

    .eventcont {
        width: 523px;
        margin-top: 15px;
        border: 1px solid #e8881b;
    }
    .eventcont .status {
        padding: 6px;
    }
    .event_sysmsg {
        margin: 10px 6px;
        padding: 8px 16px;
        border: 1px solid red;
    }
    .event_status {
        margin: 3px 0 0 7px;
    }
    .event_status .bg_cont {
        float: left;
        height: 20px;
        background: transparent url(../images/gui/status/small/bg_line.png) repeat-x top left;
    }
    .event_status .nbr {
        float: left;
        display: inline;
        margin-left: 40px;
        width: 20px;
        height: 20px;
        background: transparent url(../images/gui/status/small/number_bg.png) no-repeat scroll top left;
        font: normal bold 14px/20px Verdana,Geneva,sans-serif;
        text-align: center;
        color: #4f4f4f;
    }
    .event_status .nbr_first {
        margin-left: 0;
    }
    .event_status .nbr_act {
        background: transparent url(../images/gui/status/small/number_act_bg.png) no-repeat scroll top left;
        color: #000;
    }
    .event_status .nbr_green {
        background: transparent url(../images/gui/status/small/number_gr_act_bg.png) no-repeat scroll top left;
        color: #000;
    }
    .event_status .pubinf {
        margin-left: 20px;
        line-height: 20px;
    }
    .event_headline {
        width: 523px;
        /* ie min-height hack */
        min-height: 27px;
        height: auto !important;
        height: 27px;
    }
    .event_headline h2 {
        float: left;
        margin: 6px 7px;
        width: 400px;
    }
    .event_headline h2.chg {
        width: 369px;
    }
    .event_headline a,
    .event_headline a:link,
    .event_headline a:visited,
    .event_headline a:hover,
    .event_headline a:active {
        color: #000;
        text-decoration: none;
    }
    .event_act {
        float: right;
        padding: 2px 0 0;
    }
    .event_act a {
    }
    .event_info {
        width: 511px;
        padding: 0 6px 8px;
    }
    .event_info .old {
        text-decoration: line-through;
    }
    .event_info .inforow {
        margin-top: 11px;
    }
    .event_info .actions {
        margin-bottom: 4px;
    }
    .event_info .actions span {
        margin: 2px 4px 2px 0;
    }
    .event_info .adminsel {
        clear: both;
        float: right;
        margin: 5px 0;
    }
    .event_info .adminsel label {
        float: left;
        margin-right: 4px;
        font-weight: bold;
        line-height: 18px;
    }
    .event_info .adminsel div.selectedTxt {
        width: 92px;
    }
    .event_info .adminsel ul.newList {
        width: 111px;
    }
    .comment a,
    .comment a:link,
    .comment a:visited,
    .comment a:hover,
    .comment a:active {
        font-weight: bold;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #e8881b;
    }

    .eventrowData {
        width: 80%;
    }

    .printHidden {
        display: block;
    }
    .printVisible {
        display: none;
    }
}

@media screen, print {

    .clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .clearfix {
        display: inline-block;
    }

    html[xmlns] .clearfix {
        display: block;
    }

    * html .clearfix {
        height: 1%;
    }
}



@media print {

    body {
        text-align: left;
        font: 1.1em sans-serif;
        line-height: 1.2em;
        overflow: visible !important;
        float: none !important;
        position: relative;
    }

    #outer_container {
        position: relative;
    }

    .search_link {
        color: #000 !important;
        text-decoration: none !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
    }


    .search_link:active,
    .search_link:hover {
        color: #000 !important;
        text-decoration: none !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
    }

    .eventrowData {
        margin-top: 5px;
    }

    #topmenu,
    #leftmenu,
    #entre_article_head,
    #article_head,
    #rightcol {
        display: none;
    }
    #content_container,
    .article #content {
        border: 0;
    }
    #content {
        float: none;
    }
    .printHidden {
        display: none !important;
    }
    .printVisible {
        display: block !important;
    }

    H2.gradient {
        color: #000000;
        border-bottom: 1px solid #000000;
        background: none;
    }

    .printHr {
        margin-top: 20px;
        margin-left: 15px;
    }

    .eventrowData {
        width: 100%;
    }

    .printContent {
        width: 100%;
    }

    #listPrintHeader {
        margin-top: 10px;
        margin-left: 5px;
        font-weigh: bold;
    }

    #longVersionPrintHeader {
        margin-top: 10px;
        margin-bottom: 10px;
        font-style: italic;
    }
}

