.day1

{

    background-image: url(../../images/day_back.jpg);

    height: 22px;

    width: 48px;

    background-repeat: repeat-x;

    background-position: left top;

    text-align: center;

    float: left;

    padding-top: 4px;

    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

    font-size: 13px;

    font-weight: bold;

    color: #056784;

    text-decoration: none;

    border-left-width: 1px;

    border-left-style: solid;

    border-left-color: #fff;

	display:inline;

}

#date_box

{

    float: left;

    width: 344px;

    border-top-width: 1px;

    border-left-width: 1px;

    border-top-style: solid;

    border-left-style: solid;

    border-top-color: #c5e3eb;

    border-left-color: #c5e3eb;

}



.date1_on

{

    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

    font-size: 15px;

    font-weight: bold;

    color: #fff;

    text-decoration: none;

    text-align: center;

    float: left;

    height: 34px;

    width: 48px;

    padding-top: 14px;

    background-image: url(../../images/date_back2.jpg);

    background-repeat: repeat-x;

    background-position: left top;

    border-right-width: 1px;

    border-right-style: solid;

    border-right-color: #c5e3eb;

    border-bottom-width: 1px;

    border-bottom-style: solid;

    border-bottom-color: #c5e3eb;

}



.date1_on a

{

    color:#fff;

    text-decoration:none;

}

.date1

{

    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

    font-size: 15px;

    font-weight: bold;

    color: #000000;

    text-decoration: none;

    text-align: center;

    float: left;

    height: 48px;

    width: 48px;

    background-image: url(../../images/date_back.jpg);

    background-repeat: repeat-x;

    background-position: left top;

    border-right-width: 1px;

    border-right-style: solid;

    border-right-color: #c5e3eb;

    border-bottom-width: 1px;

    border-bottom-style: solid;

    border-bottom-color: #c5e3eb;

}

.date1 a

{

    color: #000000;

    text-decoration: none;

    text-align: center;

    float: left;

    height: 34px;

    width: 48px;

    padding-top: 14px;

    background-image: url(../../images/date_back.jpg);

    background-repeat: repeat-x;

    background-position: left top;

}

.date1 a:hover

{

    color: #056784;

    text-decoration: none;

    text-align: center;

    float: left;

    height: 34px;

    width: 48px;

    padding-top: 14px;

    background-image: url(../../images/date_over.jpg);

    background-repeat: repeat-x;

    background-position: left top;

}

#calender_nav

{

    background-image: url(../../images/calender_footer.jpg);

    background-repeat: repeat-x;

    background-position: left 4px;

    float: left;

    height: 45px;

    width: 345px;

    padding-top: 4px;

    text-align: center;

}



#previous

{

    float: left;

    height: 24px;

    width: 133px;

    border-right-width: 2px;

    border-right-style: solid;

    border-right-color: #fff;

    background-image: url(../../images/arrow1.jpg);

    background-repeat: no-repeat;

    background-position: 7px 6px;

    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

    font-size: 15px;

    font-weight: bold;

    color: #c5e3eb;

    text-decoration: none;

    padding-left: 38px;

    padding-top: 2px;

}

#next

{

    float: left;

    height: 24px;

    width: 132px;

    background-image: url(../../images/arrow2.jpg);

    background-repeat: no-repeat;

    background-position: 150px 6px;

    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

    font-size: 15px;

    font-weight: bold;

    color: #c5e3eb;

    text-decoration: none;

    padding-top: 2px;

    text-align: right;

    padding-right: 38px;

}

#calender_nav a

{

    text-decoration: none;

    color: #c5e3eb;

}

#calender_nav a:hover

{

    color: #fff;

    text-decoration: none;

}

#calender_content

{

    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

    font-size: 13px;

    font-weight: normal;

    color: #000000;

    text-decoration: none;

    text-align: center;

    width: 345px;

    padding-bottom: 25px;

}

.icon_select

{

    background-image: url(../../images/icon3.jpg);

    background-repeat: no-repeat;

    background-position: left center;

    padding-left: 15px;

}

#calender_content h1

{

    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

    font-size: 21px;

    font-weight: bold;

    color: #b60002;

    margin: 0px;

    text-transform: none;

    padding-top: 0px;

    padding-right: 0px;

    padding-bottom: 5px;

    padding-left: 0px;

}

#calender_content a

{

    color: #017091;

    text-decoration: underline;

}

#calender_content a:hover

{

    color: #b60002;

    text-decoration: underline;

}

#days {
    float:left;
	clear:both;
	width:360px;
}

#calender_title

{
	background-image: url(../../images/calender_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 35px;
	width: 337px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	padding-top: 7px;

    /*padding-left: 8px;*/

}

#adminPage #calender_title
{
    background-image: url(../../images/calender_header.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    float: left;
    height: 35px;
    width: 345px;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    padding-top: 7px;

    /*padding-left: 8px;*/
}


/* BEGIN - apply styles to the page with the id adminPage */



/* END - apply styles to the page with the id adminPage */