/*******************************
 * default styles smart portal *
 * (c) deimos.ch               *
 *******************************/


/* html formatting
   ********************** */
*
{
    margin: 0;
    padding: 0;
}

img
{
    border: 0;
}

body {
    background-attachment: fixed;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center 0;
    -ms-background-size: cover; /* IE 8 */
    background-size: cover;
}

body, p, td, input, textarea, select
{
    color: #000;
    font-size: 12px;
    font-family: verdana, arial, helvetica, Sans-Serif;
    line-height: 1.3em;
}

    input[type=text], input[type=password]
    {
        height: 18px;
    }

td
{
    vertical-align: top;
}

a, a:active, a:visited
{
    color: rgb(226, 0, 26);
    text-decoration: none;
}

    a:hover
    {
        text-decoration: underline;
    }

ul
{
    margin-left: 1.5em;
    padding-left: 0;
    list-style: square;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

ol
{
    margin-left: 1.5em;
    padding-left: 0;
    list-style: decimal;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

#he
/* forms
   ********************** */
form
{
    margin: 0;
}

input, textarea, select
{
    color: #000;
    margin: 1px;
    background-color: #f3f3f3;
    border-width: 1px;
}

    input[type=radio], input[type=checkbox]
    {
        background-color: transparent;
        margin: 1px;
        margin-right: 2px;
    }

    select.must, input.must, textarea.must, .must > select, .must > input, .must > textarea
    {
        background-color: #fff;
        border-width: 1px;
    }

    input.button {
        padding: 0 .5em 0 .5em;
        overflow: visible;
        cursor: pointer;
        color: #fff;
        background-color: rgb(226, 0, 26);
        border: 1px solid rgb(226, 0, 26);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -ms-border-radius: 3px; /* IE 8 */
        border-radius: 3px;
    }

input.button:hover
        {
            border: 1px solid black;
        }

.form-label
{
    width: 120px;
}

.form-input
{
    width: 250px;
}


/* text styles
   ********************** */
.bold
{
    font-weight: bold;
}

.button
{
}

.button-cancel
{
}

.stabilo
{
    background-color: #ffff66;
}

.grid
{
    background-image: url(../pics/grid_background.png);
}

.red
{
    color: rgb(226, 0, 26);
}

.gray
{
    color: #aaaaaa;
}


/* table borders, paddings, margins, alignments
   ******************************************** */


/* no border */
.b0
{
    border: 0;
}

.bt0
{
    border-top: 0;
}

.br0
{
    border-right: 0;
}

.bb0
{
    border-bottom: 0;
}

.bl0
{
    border-left: 0;
}

/* paddings */
.clear
{
    clear: both;
}
/* paddings */
.p0
{
    padding: 0;
}

.pt0
{
    padding-top: 0;
}

.pr0
{
    padding-right: 0;
}

.pb0
{
    padding-bottom: 0;
}

.pl0
{
    padding-left: 0;
}

.p2
{
    padding: 2px;
}

.pt2
{
    padding-top: 2px;
}

.pr2
{
    padding-right: 2px;
}

.pb2
{
    padding-bottom: 2px;
}

.pl2
{
    padding-left: 2px;
}

.p5
{
    padding: 5px;
}

.pt5
{
    padding-top: 5px;
}

.pr5
{
    padding-right: 5px;
}

.pb5
{
    padding-bottom: 5px;
}

.pl5
{
    padding-left: 5px;
}

/* margins */
.m0
{
    margin: 0;
}

.ml0
{
    margin-left: 0;
}

.mb0
{
    margin-bottom: 0;
}

.mr0
{
    margin-right: 0;
}

.mt0
{
    margin-top: 0;
}

.m2
{
    margin: 2px;
}

.ml2
{
    margin-left: 2px;
}

.mb2
{
    margin-bottom: 2px;
}

.mr2
{
    margin-right: 2px;
}

.mt2
{
    margin-top: 2px;
}

.m5
{
    margin: 5px;
}

.ml5
{
    margin-left: 5px;
}

.mb5
{
    margin-bottom: 5px;
}

.mr5
{
    margin-right: 5px;
}

.mt5
{
    margin-top: 5px;
}

.m10
{
    margin: 10px;
}

.ml10
{
    margin-left: 10px;
}

.mb10
{
    margin-bottom: 10px;
}

.mr10
{
    margin-right: 10px;
}

.mt10
{
    margin-top: 10px;
}

/* alignments */
.right
{
    text-align: right;
}

.left
{
    text-align: left;
}

.center
{
    text-align: center;
}

.vt
{
    vertical-align: top;
}

.vm
{
    vertical-align: middle;
}

.vb
{
    vertical-align: bottom;
}

.rounded2 {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -ms-border-radius: 2px; /* IE 8 */
    border-radius: 2px;
}

.rounded3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -ms-border-radius: 3px; /* IE 8 */
    border-radius: 3px;
}

.rounded5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -ms-border-radius: 5px; /* IE 8 */
    border-radius: 5px;
}

.rounded10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -ms-border-radius: 10px; /* IE 8 */
    border-radius: 10px;
}



/* display in inline fancybox          
   ************************** */
#inline-area
{
    padding: 10px;
}

.inline-body
{
    background-color: #fff;
    background-image: none;
}


/* display in full browser window           
   ****************************** */

#topbar-area
{
    padding: 10px 0 10px 0;
    width: 100%;
    background-color: #000;
    color: #eee;
    margin-bottom: 10px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

    #topbar-area a, #topbar-area a:active, #topbar-area a:visited
    {
        color: #eee;
        text-decoration: none;
    }

        #topbar-area a:hover
        {
            color: rgb(226, 0, 26);
        }

#overall-area
{
    margin: 10px auto 20px auto;
    width: 900px;
    background-image: url(../pics/white_trans_75.png);
}

#header-area
{
    padding: 0 0 25px 0;
    font-size: 24px;
    font-weight: bold;
    height: 100px;
}

#main-area
{
    padding: 0;
}

/* main-navigation */
#mainnavi-area {
    padding: 0 10px 10px 10px;
    background-color: transparent;
    -ms-border-radius: 5px; /* IE 8 */
    border-radius: 5px;
}

.mainnavi-item
{
    display: block;
    float: left;
    background-color: #fff;
    padding: 3px 10px 3px 10px;
    margin-right: 3px;
    color: #000;
}

    .mainnavi-item:hover
    {
        background-color: rgb(226, 0, 26);
        color: #fff;
    }

.mainnavi-selected
{
    background-color: rgb(226, 0, 26);
    color: #fff;
}

#mainnavi-area a
{
    color: #000;
    text-decoration: none;
}

    #mainnavi-area a:hover
    {
        color: #fff;
    }

/* navigation */
#navi-area
{
    overflow: auto;
    width: 230px;
    float: left;
}

.navi-content
{
    padding: 20px 0 10px 0;
    background-image: url(../pics/white_trans_75.png);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.navi-item
{
    display: block;
    padding: 2px 10px 2px 10px;
    margin-bottom: 1px;
}

.navi-selected
{
    background-color: #fff;
    color: rgb(226, 0, 26) !important;
}

#navi-area a
{
    color: #000;
    text-decoration: none;
}

    #navi-area a:hover
    {
        text-decoration: underline;
    }

.navi-title
{
    font-weight: bold;
    background-color: #eee;
    padding: 0 10px 0.5em 10px;
    margin-bottom: 1px;
}

/* login-area */
#login-area
{
    width: 600px;
    height: 200px;
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 150px;
    padding: 20px;
    float: left;
}

/* content-area */
#content-area
{
    width: 600px;
    min-height: 400px;
    background-color: #fff;
    padding: 20px;
    float: left;
}

.content-title
{
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(226, 0, 26);
    font-weight: bold;
    margin-bottom: 1em;
}

.content-subtitle
{
    font-size: 13px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.content-subsubtitle
{
    font-weight: bold;
}

.content-abstract
{
    width: 400px;
}

.content-item
{
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #999;
}

.content-date
{
    font-size: 11px;
    color: #666;
    margin-bottom: 0.5em;
}

/* Tabellendarstellung für Portal-Inhalte */
.content-table
{
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}

    .content-table th, tr.content-table-head-row > th, tr.content-table-head-row > td
    {
        vertical-align: top;
        padding: 2px 10px 2px 0;
        border-bottom: 2px solid #999;
        color: #666;
        text-align: left;
        font-weight: normal;
    }

    .content-table td
    {
        vertical-align: top;
        padding: 2px 10px 2px 0;
        border-bottom: 1px solid #999;
    }

tr.content-row > td
{
    vertical-align: top;
    padding: 2px 10px 2px 0;
    border-bottom: 1px solid #999;
}

/* Darstellung für Suchen */
.content-searcharea
{
    border: 1px solid #999;
    padding: 5px;
    margin-bottom: 1em;
}

.content-searchelement
{
    float: left;
    margin-right: 10px;
}

.img-preview
{
    float: right;
    max-width: 180px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.img-content
{
    max-width: 600px;
    margin-bottom: 5px;
}

.content-icon
{
    margin-right: 5px;
}

/* Laschen */

/* inside-page tab navi */

/* box-area */
#box-area
{
    width: 210px;
    float: left;
    font-size: 11px;
}

.box-title
{
    font-size: 12px;
    font-weight: bold;
}

.box-content
{
    width: 100%;
    background-color: #fff;
    padding: 20px 10px 10px 10px;
    margin-bottom: 10px;
}


#footer-area
{
    padding: 5px 10px 5px 10px;
    font-size: 10px;
}

/* Fancybox (diese Klassen dienen nur zum Event-Wiring, keine Formatierung) */
a.fancybox-iframe
{
}

a.fancybox-image
{
}

/* Ladegrafik für Fancybox-Iframes */
#fancybox-frame
{
    background-image: url(../pics/loadingAnimation.gif);
    background-repeat: no-repeat;
    background-position: center;
}




/* Polls */
.poll-pending
{
    margin-left: 2px;
    list-style-image: url(../pics/poll_pending.png);
}

.poll-completed
{
    margin-left: 2px;
    list-style-image: url(../pics/poll_completed.png);
    text-decoration: line-through;
}


/* Dokumente */
.document-icon
{
    margin-left: 2px;
    list-style-image: url(../pics/document_icon.png);
}

.box-documents-subtitle
{
    margin-top: 0.5em;
    border-bottom: 1px solid #000;
}

.box-documents-info
{
    font-size: 11px;
    color: #666;
}

.link-icon
{
    margin-left: 0;
    list-style-image: url(../pics/icon_forward.png);
}

/* Dev */
.todo
{
    color: #666;
    border-left: 7px solid orange;
    background-color: lightblue;
    padding: 0 8px 0 4px;
}


/* ------------------------- please keep this line ------------------ */


.inline-poll
{
    /* js-adressierung */
}


.validation-summary-errors > ul
{
    list-style: none;
}

/* Vergleichsansicht Athletenportrait */
.compare-div {
    max-width:800px
}
.compare-div td {
    max-width: 300px;
}
.has-changed {
    width: auto;
    display: inline-block;
    padding: 3px;
    background-color: #ffff66;
}
.field-title-row td {
    background-color: #eeeeee;
    font-weight: bold;
}
