<!--
body,div,li    {
    margin : .8em .8em .8em .8em ;
    font-family : 'Times New Roman', 'Batang' ;
    font-weight : normal ;
    font-size : 1em ;
    color : #000000 ;
    background  : #ffffff url("data/bg.jpg") ;
    background-repeat: repeat-x;
    line-height : 140% ;
}

h1  {
    margin: .8em 0em ;
    font-size: 2em;
    color:  #000000;
    line-height : 120% ;
}

h2  {
    margin: 1.2em 0em .6em 1.2em ;
    font-size: 1.5em;
    color:  #000000;
    line-height : 120% ;
}

h3  {
    margin: 1.5em 0px .8em 1.2em ;
    font-size: 1.25em;
    line-height : 120% ;
}

ul,ol  {
    margin: .8em 0em .8em 1.5em ;
}

li  {
    margin  : 0em 0em ;
    padding : .05em .4em ;
    line-height : 140% ;
    background : transparent ; 
}

.small  { font-size: .8em;}

.accepted   { background:   transparent;  color:  #ffff99;  }
.rejected   { background:   #996699;  color:  #000000;  }
.submitted  { background:   #000066;}
.working    { background:   #006600;}
.planning   { background:   #666666;  color:  #999999;  }
.cancelled  { background:   #996666;  color:  #999999;  }

img {
    border : 1px solid #000000;
}

a:link      { color : #3333cc ; text-decoration : none ; font-weight: normal ;
              /*border-width : 0em 0em .04em 0em ; border-style : dashed ; border-color : #999999 ;*/ }
a:visited   { color : #3333cc ; text-decoration : none ; font-weight: normal ;
              /*border-width : 0em 0em .04em 0em ; border-style : dashed ; border-color : #999999 ;*/ }
a:hover     { color : #99ff99 ; text-decoration : none ; font-weight: normal ;
              /*border-width : 0em 0em .04em 0em ; border-style : dashed ; border-color : #999999 ;*/ }

a.menu:link { color : #9999cc ; text-decoration : none ; font-weight: normal ; background : transparent ;
              /*border-width : 0em 0em .04em 0em ; border-style : dashed ; border-color : #999999 ;*/ }
a.menu:visited   { color : #9999cc ; text-decoration : none ; font-weight: normal ; background : transparent ;
              /*border-width : 0em 0em .04em 0em ; border-style : dashed ; border-color : #999999 ;*/ }
a.menu:hover { color : #333366 ; text-decoration : none ; font-weight: normal ; background : transparent ;
              /*border-width : 0em 0em .04em 0em ; border-style : dashed ; border-color : #999999 ;*/ }
// -->
