    /*
    StyleSheet coding standards:

    1. use lowercase if possible

    2. format styles like this:

    body
    {
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif
    }

    3. existing html elements on top of the document, then all self defined .classes and at last all self defined #id's.

    4. close every property with ; also the last one.
    */

    body {
        /*background-image: url( ../images/body-background.png );*/
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        padding: 3px;
    }

    form {
        margin: 0px;
        padding: 0px;
    }

    img {
        border-width: 0px;
        border-style: none;
        /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader;
        */
    }

    a:link, a:visited {
        cursor: pointer;
        color: #006699;
        text-decoration: none;
    }

        /*
        a:visited
        {
            color: #006699;
            text-decoration: none;
        }
        */
    a:hover, a:active {
        cursor: pointer;
        color: #ff9933;
        text-decoration: underline;
    }

        /*
        a:active
        {
            color: #006699;
            text-decoration: underline;
        }
        */
    input, button {
        font-size: 12px;
        color: #006699;
        font-family: Arial, Helvetica, sans-serif;
        border: 1px #bbbbbb solid;
    }

    input[type=submit], input[type=button], input[type=reset], button {
        margin: 1px;
        padding: 1px;
        cursor: pointer;
        cursor: hand;
    }

    input[type=image] {
        cursor: pointer;
        cursor: hand;
        border: 0px #bbbbbb none;
    }

    select {
        font-size: 11px;
        color: #006699;
        font-family: Arial, Helvetica, sans-serif;
        border: 1px #bbbbbb solid;
    }

    td {

    /* global tags should never be defined here [ndee]*/
        font-size: 11px; /* removed text-align:left; [ndee]*/
        /*	padding-top:1px;
      padding-bottom:1px;*/
    }

    .divLoginbox {
        position: relative;
        width: 300px;
        border-right: #9c9c9c 1px solid;
        border-top: #9c9c9c 1px solid;
        border-left: #9c9c9c 1px solid;
        border-bottom: #9c9c9c 1px solid
    }

    .divLoginboxHeader {
        text-align: center;
        background-color: #dddddd;
        padding-top: 2px;
        font-size: 10px;
        color: #666666;
    }

    .divSidebox {
        position: relative;
        width: 237px;
        border-right: #9c9c9c 1px solid;
        border-left: #9c9c9c 1px solid;
        border-bottom: #9c9c9c 1px solid
    }

    .divSideboxHeader {
        text-align: center;
        background-color: #dddddd;
        padding-top: 2px;
        font-size: 10px;
        color: #666666;
    }
    
    .divSideboxHeader2 {
        text-align: center;
        background-color: #eeeeee;
        padding-top: 2px;
        font-size: 10px;
        color: #666666;
    }

    .divFlagHeader {
        text-align: center;
        padding-top: 0px;
        font-size: 10px;
        border-top: #aaaaaa 1px solid;
        border-right: #aaaaaa 1px solid;
        color: #666666;
    }
	
	a.divSideboxEntry, .divSideboxEntry {
        text-align: left;
        height: 16px;
        background-color: #eeeeee;
    }

    a.appTitles, .appTitles {
        font-size: 10px;
        height: 18px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    a.textSidebox {
        font-size: 10px;
        border-top: #aaaaaa 0px none;
    }

    .textSidebox {
        font-size: 10px;
        height: 18px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top: #aaaaaa 1px solid;

    }

    .sideboxSpace {
        height: 9px;
    }

    .greyLine {
        margin: 1px;
        border-top-color: #7e7e7e;
        border-top-width: 1px;
        border-top-style: solid;
        height: 1px;
    }

    .prefSection {
        font-weight: bold;
        font-size: 16px;
        line-height: 40px;
    }

    #extraIcons {
        /*	position:absolute;
      z-index:13;
      right:10px;
      top:113px;
      visibility:hidden;*/
    /*	background-image:url(../images/alpha-white.png);*/
        background-color: #eeeeee;
        border-width: 1px;
        border-color: #7e7e7e;
        border-style: solid;
    }

    .extraIconsRow {
        border-top-color: #dddddd;
        border-top-width: 1px;
        border-top-style: solid;
        padding: 2px;
    }

    #divMain {
        background-color: white;
        margin-top: 5px;
        padding: 9px;
        border-color: #7e7e7e;
        border-width: 1px;
        border-style: solid;
    }

    #divRight {
        background-color: white;
        margin-left: 9px;
        border-color: #7e7e7e;
    }

    #divLogo {
        position: absolute;
        left: 20px;
        top: 5px;
        z-index: 51;
    }

    #divAppIconBar {
        background-color: white;
        border-top-color: #9c9c9c;
        border-top-width: 1px;
        border-top-style: solid;
/*        background-image: url( ../images/background-icon-bar.png );*/
        background-repeat: repeat-x
    }

    #divAppTextBar {
        background-color: white;
    }

    #divStatusBar {
        background-color: white;
        height: 15px;
        padding-left: 10px;
        margin-top: 13px; /*	margin-bottom: 2px;*/
    }

        /*#divSubContainer
        {
        }
        */
    #tdSidebox {
        width: 170px;
        background-color: white;
        overflow: visible;
    }

    #tdAppbox {
        background-color: white;
        padding-left: 5px;
        width: 100%;
    }

    #divSideboxContainer {
        position: relative;
        width: 150px;
        top: 0px;
        left: 0px;
        background-color: white;
        border-width: 1px;
        border-style: solid;
        z-index: 40;
    }

    #divAppboxHeader {
    /*width:100%;*/
        /*background-image: url( ../images/appbox-header-background.png );*/
        background-repeat: repeat-x;
        height: 36px;
        line-height: 28px;
        text-align: center; /*	padding-top:7px;*/
        padding-bottom: 0px;
        font-size: 14px;
        font-weight: bold;
        color: #666666;
        border-top-color: #9c9c9c;
        border-top-width: 1px;
        border-top-style: solid;
        border-left-color: #9c9c9c;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-color: #9c9c9c;
        border-right-width: 1px;
        border-right-style: solid;
    }
    #divAppboxHeaderBorderDown{
    /*width:100%;*/
        /*background-image: url( ../images/appbox-header-background.png );*/
        background-repeat: repeat-x;
        height: 36px;
        line-height: 28px;
        text-align: center; /*	padding-top:7px;*/
        padding-top: 0px;
        font-size: 14px;
        font-weight: bold;
        color: #666666;
        border-bottom-color: #9c9c9c;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-left-color: #9c9c9c;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-color: #9c9c9c;
        border-right-width: 1px;
        border-right-style: solid;
    }

    #divAppbox {
    /*	width:100%;*/
        background-color: #f7f7f7;
        padding: 5px;
        border-bottom-color: #9c9c9c;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-left-color: #9c9c9c;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-color: #9c9c9c;
        border-right-width: 1px;
        border-right-style: solid;
    }

    #fmStatusBar {
        margin-left: 4px;
        margin-bottom: 3px;
        font-size: 10px; /*	font-family: Verdana, Arial, Helvetica, sans-serif;*/

    }

    .fmButton {
        background-image: url( ../images/buttonbackground.png );
        width: 28px;
        height: 28px;
        background-repeat: no-repeat;
    }

    #fmLocation {
        position: relative;
        /*background-image:url(../images/buttonbackgroundscaled.png);
      background-repeat: repeat-x;*/
    /*margin-left:4px;*/
        margin-bottom: 3px;
        height: 27px;

    }

    #fmMenu {
        position: relative;
    }

    #fmFileWindow {
        background-color: #ffffff;
        margin-left: 4px;
        padding: 5px;
        position: relative;
        border-right: #cccccc 1px solid;
        border-top: #9c9c9c 2px solid;
        border-left: #9c9c9c 2px solid;
        border-bottom: #cccccc 1px solid
    }

    #user_info {

    }

    #admin_info {
        position: relative;
        text-align: right;
    }

    #divGenTime {
        bottom: 14px;
        font-size: 9px;
        color: #ff0000;
        text-align: center;
        width: 99%;
    }

    #divPoweredBy {
        bottom: 14px;
        font-size: 9px;
        color: #000000;
        text-align: center;
        width: 99%;
    }
	
/* odd table rows 1,3,5,7,... */
table tr.row_on th,
table tr.row_on{
    background-color:   #E5E5E5;
    text-align:         left;
}

/* even table rows 2,4,6,8,... */
table tr.row_off th,
table tr.row_off {
    background-color:   #D5D5D5;
    text-align:         left;
}

/* marked tbale rows */
table tr.marked th,
table tr.marked {
    background-color:   #FFCC99;
}

/* hovered table rows */
table tr.row_on:hover,
table tr.row_off:hover,
table tr.row_on:hover th,
table tr.row_off:hover th,
table tr.hover th,
table tr.hover {
    background-color:   #CCFFCC;
}
	

    /* CSS Document */

    .row_on {
        color: #000000;
        background-color: #DDDDDD;
    }

    .row_off {
        color: #000000;
        background-color: #E8F0F0;
    }

    .row_bull_on {
        color: #000000;
        background-color: #CEFFCC;
    }

    .row_bull_off {
        color: #000000;
        background-color: #E6FFE5;
    }

    .row_bear_on {
        color: #000000;
        background-color: #FFCCCE;
    }

    .row_bear_off {
        color: #000000;
        background-color: #FFE5E6;
    }

    .th {
        color: #000000;
        background-color: #D3DCE3;
    }

    .th_text {
        color: #000000;
		font-size: 14px;
        font-weight: bold;
		text-align: center;
        background-color: #D3DCE3;
    }

    .to_continue {
        font-size: 9px;
    }

    A.minicalendar {
        color: #000000;
        font-size: 9px;
    }

    A.bminicalendar {
        color: #336699;
        font-style: italic;
        font-weight: bold;
        font-size: 9px;
    }

    A.minicalendargrey {
        color: #999999;
        font-size: 10px;
        font-weight: bold;
    }

    A.bminicalendargrey {
        color: #336699;
        font-style: italic;
        font-size: 10px;
    }

    A.minicalhol {
        padding-left: 3px;
        padding-right: 3px;
        background: #dab0b0;
        color: #000000;
        font-size: 10px;
    }

    A.bminicalhol {
        padding-left: 3px;
        padding-right: 3px;
        background: #dab0b0;
        color: #336699;
        font-size: 10px;
    }

    A.minicalgreyhol {
        padding-left: 3px;
        padding-right: 3px;
        background: #dab0b0;
        color: #999999;
        font-size: 10px;
    }

    A.bminicalgreyhol {
        padding-left: 3px;
        padding-right: 3px;
        background: #dab0b0;
        color: #999999;
        font-size: 10px;
    }

    .event-on {
        background: #D3DCE3;
        border: #E8F0F0 1px solid;
    }

    .event-off {
        background: #E8F0F0;
        border: #D3DCE3 1px solid;
    }

    .event-holiday {
        font-size: 100%;
        background: #dac0c0;
        color: #000000;
        vertical-align: middle;
    }

    .time {
        background: #D3DCE3;
        color: #000000;
        font-size: 10px;
        font-weight: bold;
        vertical-align: middle;
        width: 5.2%;
        text-align: right;
        padding-right: 5px;
        line-height: 11px;
        border: #E8F0F0 1px solid;
    }

    .planner-cell {
        cursor: pointer;
        cursor: hand;
        border: thin solid black;
    }

    /* common */

    .calendar_link_print {
        text-align: center;
        font-size: 10px;
    }

    /
    /
    Mini Calendar.calendar_minical_table {
        width: 180px;
        font-weight: bold;
    }

    .calendar_minical_daytable {
        width: 100%;
    }

    .calendar_minical_dayname {
        font-size: 9px;
        text-align: right;
    }

    .calendar_minical_hrule {
        width: 96%;
    }

    /* Header */

    .calendar_dropbuttons {
        align: center;
        text-align: center;
        vertical-align: bottom;
        font-weight: bold;
        font-size: 8px;
    }

    .calendar-weekidentifier {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .calendar_header {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .calendar_dayview_table_header {
        font-size: 13px;
        font-weight: bold;
        text-align: center;
    }

    .calendar_dayview_todo_header {
        margin: 0px;
        padding: 2px;
        font-weight: bold;
    }

    /* week view */

    .calendar_week_identifier_table {
        border: 0px solid black;
        width: 100%;
    }

    .calendar_week_identifier {
        font-size: 13px;
        text-align: center;
        font-weight: bold;
    }

    .calendar_weekview_daytitle {
        font-weight: bold;
        font-size: 12px;
        background: #D3DCE3;
    }

    .calendar_m_w_table {
        table-layout: fixed;
        overflow: auto;
        height: 100%;
        width: 100%;
        border: 0px #000000 solid;
    }

    .calendar_m_w_table_row {
        height: 80px;
    }

    .calendar_m_w_tablecell {
        vertical-align: top;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 6px;
    }

    A.event_entry {
        font-size: 10px;
    }

    /* month view */

    .calendar_month_identifier {
        font-size: 14px;
        font-weight: bold;
    }

    .calendar_user_identifier {
        font-size: 12px;
        color: #009999;
        font-weight: bold;
    }

    .calendar_week_minical_table {
        width: 100%;
        border: 0px solid #000000;
    }

    .calendar_weekinfo {
        color: #000000;
        padding-left: 2px;
        padding-right: 2px;
        font-size: 10px;
        font-weight: bold;
        font-style: italic;
    }

    .eat_nmh {
        background-color: #4181b4;
        color: #eef2f6;
        font-weight: bold;
        text-align: center;
    }

	.kokos_th {
        background-color: #4181b4;
        color: #eef2f6;
        font-weight: bold;
        text-align: center;
        font-size: 10px;
    }

    .th {
        background: #D3DCE3;
    }

    .row_on, .th_bright {
        background: #DDDDDD;
        text-align: center;
    }

    .row_off {
        background: #E8F0F0;
        text-align: center;
    }

    .dataLeft {
        text-align: left;
        padding-left:20px;
        width: 50%
    }
    .dataRight {
        text-align: right;
        padding-right:20px;
        width: 50%
    }
    .error {
        text-align: center;
        color: red;
    }
    
    .errorBig {
        text-align: center;
        color: red;
        font-size: 14px;
        font-weight: bold;
    }
	
	.about {
        font-size: 12px;
        font-weight: bold;
    }
    
	.leftSpace{
		margin-left: 30px;
	}
	    
    .lastUpdate{
        text-align: center;
        background-color: #eeeeee;
        margin-right: 6px;
        font-size: 10px;
        color: #666666;
	width: 160px;
    }
    
    .nowrap{
    	white-space: nowrap;
    	text-align: center;
    }
    

