/* 
    Document   : style
    Created on : 05.07.2010, 12:38:35
    Author     : jancarstenun
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*The overall rectangle*/
.span
{
    border-style:solid;
    border-width:1px;
    background-color:#FFFFFF;
}

/* The rectangle around the current date and the prev home next options*/
.span .b
{
    border-style:dotted;
    border-width:1px;
    background-color:#FFFFFF;
    text-align:center;
}

/*the colspan rectangle in the admin area*/
.span td
{
    border-style:dotted;
    border-width:0px;
    background-color:#FFFFFF;
    text-align:center;
    margin: 1px 1px 1px 1px;
}

.span td
{
    border-style:dotted;
    border-width:0px;
    background-color:#FFFFFF;
    text-align:center;
    margin: 1px 1px 1px 1px;
}

.span td.b
{
    border-style:dotted;
    border-width:1px;
    background-color:#FFFFFF;
    text-align:center;
    margin: 1px 1px 1px 1px;
}

/*disables the link underline in the prev home next options*/
.span a
{
    text-decoration:none;
}

/* a normal day*/
input.day
{
   text-align:center;
   display:block;
   float:left;
   width:20px;
   height:20px;
   margin:2px 2px 2px 2px;
   border-style:solid;
   border-width:1px;
   border-color:#000000;
   background-color:#FFFFFF;
}


/*the marked today rectangle*/
input.today
{
   text-align:center;
   display:block;
   float:left;
   width:20px;
   height:20px;
   margin:2px 2px 2px 2px;
   border-style:solid;
   border-width:1px;
   border-color:#000000;
   background-color:#00FF00;
}

input.normal
{
   text-align:center;
   height:20px;
   margin:2px 2px 2px 2px;
   border-style:solid;
   border-width:1px;
   border-color:#000000;
   background-color:#FFFFFF;
}

/*the grey marked field for days that arent valid in the month*/
.greyed
{
   text-align:center;
   display:block;
   float:left;
   width:20px;
   height:20px;
   margin:2px 2px 2px 2px;
   border-style:solid;
   border-width:1px;
   border-color:#000000;
   background-color:#C0C0C0;
}

/*
input.btn
{
    width:20px;
    height:20px;
    
    background-color:#00FF00;
    border-style:solid;
    border-width:0px;
    text-align:center;
    border-color: #000000;
}*/
