input.button
{
    color: #000000;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#999999,endColorStr=#CCCCCC);
    font-weight: bold;
    border-top: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #444444;
    border-bottom: 1px solid #444444;
    padding-right: 2px;
    padding-left: 2px;
}




/* CAL HEADER
----------------------------------------------- */

#calhdr
{
    background-color:#D7D7D7;
    background-image:url(/_LAYOUTS/IFConnect.SharePoint.Fortent/UI/images/titlebar_bg.gif);
    background-repeat:repeat-x;
    border-color:#F1F1F1 #C7C7C7 #AEAEAE #EAEAEA;
    border-style:solid;
    border-width:1px;
    color:#444444;
    font-size:12px;
    margin-bottom:3px;
    padding:5px 9px 4px;   
}
#calhdr ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#calhdr li
{
    float: left;
    color: #585755;
}
#calhdr li label
{
    font-weight: normal;
}



#calhdrl
{
    /*
    width: 968px;
    padding: 6px 0 2px 8px;
    */
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    /*
    border-left: 1px solid #f5f2c0;
    border-right: 1px solid #f5f2c0;
    border-top: 1px solid #f5f2c0;
    border-bottom: 1px solid #DFDDBF;
    */
}
#calhdrl a, #calhdrl a:hover, #calhdrl a:vistied, #calhdrl a:visited hover
{
    color: #e41a23;
    text-decoration: none;
    font-weight: bold;
}


#calhdron
{
    padding: 6px 0 2px 0;
    width: 200px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #dfddbf;
    border-right: 1px solid #dfddbf;
    border-top: 1px solid #dfddbf;
}
#calhdroff
{
    padding: 6px 0 2px 0;
    width: 200px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    border-left: 1px solid #f5f2c0;
    border-right: 1px solid #f5f2c0;
    border-top: 1px solid #f5f2c0;
    border-bottom: 1px solid #DFDDBF;
}


#calhdron img, #calhdroff img
{
    vertical-align: middle;
    margin-bottom: 5px;
}





#calhdrr
{
    width: 400px;
    padding: 2px 0 2px 0;
    font-weight: bold;
    text-align: right;
}


/* VIEWING x of x BAR
----------------------------------------------- */

#viewing
{
    width: 956px;
    margin: 0px 0 3px 0;
    text-align: left;
    background-color: #fcfbee;
    border-right: 1px solid #e7e5e4;
    border-bottom: 1px solid #e7e5e4;
    padding: 10px 11px 6px 11px;
}
#viewing ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#viewing li
{
    float: left;
}
#viewing li select
{
    vertical-align: middle;
}
#viewing li input
{
    vertical-align: middle;
}

#viewing img
{
    vertical-align: middle;
    margin: 0px;
}

#viewingl
{
    width: 60%;
    text-align: left;
    height: 21px;
}
#viewingr
{
    width: 40%;
    text-align: right;
    height: 17px;
    vertical-align: bottom;
    margin-top: 4px;
}
.date
{
    background-color: #f7f5d4;
    color: #000000;
}

.olddate
{
    background-image: url(/_LAYOUTS/IFConnect.SharePoint.Fortent/UI/images/line-through.gif);
}



#viewing a:link
{
    color: #E41A23;
    text-decoration: underline;
}
#viewing a:visited
{
    color: #E41A23;
    text-decoration: underline;
}
#viewing a:active
{
    color: #585755;
    text-decoration: underline;
}
#viewing a:hover
{
    color: #585755;
    text-decoration: underline;
}



/* TABLE DIV
----------------------------------------------- */

#tablediv
{
    /*width: 800px;*/
    margin: 12px 0 12px 0;
    padding: 0;
}
#tablediv a:link
{
    color: #E41A23;
    text-decoration: underline;
}
#tablediv a:visited
{
    color: #E41A23;
    text-decoration: underline;
}
#tablediv a:active
{
    color: #585755;
    text-decoration: underline;
}
#tablediv a:hover
{
    color: #585755;
    text-decoration: underline;
}


/* TABLE
----------------------------------------------- */

#thetable
{
    width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

#thetable th
{
    border: 1px solid #D6D5D4;
    text-align: left;
    padding: 6px 12px 6px 12px;
    background: #F3F2F2;
    font-weight: normal;
}


#thetable td
{
    border: 1px solid #D6D5D4;
    background: #FFFFFF;
    padding: 6px 12px 6px 12px;
}


#thetable .spacerline td
{
    height: 12px;
    border: 0px;
    padding: 0px;
}

#thetable td ul
{
    padding-top: 2px;
    padding-left: 0px;
    list-style: none;
    margin: 0px;
}
#thetable td li
{
    float: none;
    margin-bottom: 2px;
    margin-left: 0px;
    background-image: url(/_LAYOUTS/IFConnect.SharePoint.Fortent/UI/images/bullet.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 6px;
}
