﻿
.audit
{
	margin-top: 8px;
	font-size: 9px;
	line-height: normal;
}

.templatetable
{
    width: 100%;
}

.border
{
    border: 1px solid #d3d4d5;
}

/* POSITION */

.right
{
    float: right;
}

/* CALENDER */

.Calendar
{
    border: 1px solid #d38382;
    color: #797878;
    padding: 1px;
}
.Calendar-header
{
    background: #fcf5ed;
    border-bottom: 1px solid #f6eade;
    height: 26px;
    position: relative;
    padding: 5px 0 0 22px;
}


.PrevYear
{
    background: url(Images/PrevYear.jpg) no-repeat left top;
    position: absolute; 
    width: 6px;
    height: 7px;
    border: none;
    left: 6px;
    top: 11px;
}

.NextYear
{
    background: url(Images/NextYear.jpg) no-repeat left top;
    position: absolute; 
    width: 6px;
    height: 7px;
    border: none;
    right: 0;
    top: 11px;
}

*html .NextYear /* for IE6 */
{
    right: 6px;
}

*+html .NextYear /* for IE7 */
{
    right: 6px;
}

.Year
{
    background: url(Images/year.jpg) no-repeat left top;
    text-align: center;
    width: 128px;
    height: 20px;
    color: #fff;
}

.Calendar-body
{
    padding: 0;
    line-height: normal;
    background: #fbe9d3;
}

.Calendar-body a
{
    display: inline-block;
    width: 40px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    line-height: normal;
    padding: 2px 0;
    color: #b56b20;
}

*+html .Calendar-body a /* for IE7 */
{
	width: 42px;
}

.Calendar-body a:hover
{
    text-decoration: none;
    color: #e37400;
}

.Jan
{
    border-right: 1px solid #f8f8f0;
    border-bottom: 1px solid #f8f8f0;
}

.Feb
{
     border-right: 1px solid #f8f8f0;
    border-bottom: 1px solid #f8f8f0;
}

.Mar
{
     border-right: 1px solid #f8f8f0;
    border-bottom: 1px solid #f8f8f0;
}


.Apr
{
    border-bottom: 1px solid #f8f8f0;
}

.May
{
    border-right: 1px solid #f8f8f0;
    border-bottom: 1px solid #f8f8f0;
}

.June
{
    border-right: 1px solid #f8f8f0;
    border-bottom: 1px solid #f8f8f0;
}

.July
{
    border-right: 1px solid #f8f8f0;
    border-bottom: 1px solid #f8f8f0;
}

.Aug
{
    border-bottom: 1px solid #f8f8f0;
}

.Sept
{
    border-right: 1px solid #f8f8f0;
    border-bottom: 1px solid #f8f8f0;
}

.Oct
{
    border-right: 1px solid #f8f8f0;
    border-bottom: 1px solid #f8f8f0;
}

.Nov
{
    border-right: 1px solid #f8f8f0;
    border-bottom: 1px solid #f8f8f0;
}

.Dec
{
    border-bottom: 1px solid #f8f8f0;
}


/* SEARCHBUTTON */

.twocolumnpage .SearchButton,
.threecolumnpage .SearchButton
{
     position: relative;
     height: 26px;
}

.twocolumnpage .SearchButton .textbox,
.threecolumnpage .SearchButton .textbox
{
    background: url(Images/Searchtextbox.jpg) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 143px;
    height: 26px;
    border: none;
    line-height: 25px;
    font-size: 12px;
    color: #b6b4b4;
    padding-left: 4px;
}

.twocolumnpage .SearchButton .button,
.threecolumnpage .SearchButton .button
{
    background: url(Images/SearchButton.jpg) no-repeat;
    position: absolute;
    top: 0;
    left: 144px;
    width: 33px;
    height: 26px;
    border: none;
}




