﻿
*
{
    margin: 0;
    padding: 0;
}
body
{
    /*margin-top: 40px;*/
    text-align: center;
    font-size: 14px;
    font-family: "Lucida Grande" ,Helvetica,Arial,Verdana,sans-serif;
    /*background-color: #555555;*/
    float: left;
    width: 100%;
}

a:visited
{
	color: #0066cc;
}
a:hover
{
	color: #990000;
}

#wrapper
{
    width: 889px; /* width of td times 7 + 63 */
    margin: 0 auto;
    padding: 0px;
}

#content
{
    float: right;
    width: 100%;
    /*border: 1px solid #141414;*/
    border: 1px solid #EEEEEE;
    margin: 0 auto;
    padding: 20px 0px 20px 2px;;
    background-image: url('paper.jpg');
    /*-moz-box-shadow: 3px 3px 50px 6px #000000;
    -webkit-box-shadow: 3px 3px 50px 6px #000000;
    box-shadow: 3px 3px 50px 6px #000000;*/
}
#page-wrap
{
    position: relative;
    float: left;
    margin: 0;
}

#tabs
{
	list-style-type: none;
	font-size: 16px;
}

#tabs li
{
	display: inline-block;
	/*background-color: #ddeaf3;*/
	background-image: url('paper.jpg');
	margin: 0 2px 0 2px;
	padding: 4px 4px 2px 4px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 2px;
}

#tabs li a
{
	text-decoration: none;
}

#tabs li.selected
{
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
}

#tabs li.selected a
{
	color: #990000;
}

.calendar
{
}
.calendarTitleRow
{
    height: 20px;
}
.calendarDayOfWeekRow
{

}
.calendarDayRow
{
    height: 100px;
    border-style: solid;
    border-width: 1px;
    border-color: #555555;
}

td
{
    padding: 2px;
    margin: 0px;
    width: 118px;
    border: 1px solid #C0C0C0;
}

tr
{
}

table.week td
{
	width:101px;
	text-align: left;
}

table.week td:nth-child(1)
{
	color: #990000;
	width: 110px;
}

table.week tr:nth-child(2n+5)
{
	background-color: #ddeaf3;
}

.calendarPrev
{
}
.calendarMonthYear
{
}

.calendarNext
{
}

.dayDate
{
    color: #555555;
    font-weight: bold;
    text-align: right;
    vertical-align:text-top;
    font-size: 12px;
}

.eventDate
{
    font-weight: bold;
    margin-right: 3px;
    margin-left: 2px;
    text-align: left;
    font-size: 10px;
    vertical-align:text-bottom;
}

.eventTitle
{
    margin-right: 3px;
    margin-left: 2px;
    text-align: left;
    font-size: 10px;
    vertical-align:text-bottom;
}


.bannerImage
{
    position: absolute;
    float: left;
    top: 10px;
    left: 10px;
}
.dayNormal, .dayBlank
{
    height: 100px;
    /*display: block;*/
    vertical-align:text-top; 
    text-align: left;   
}

.dayToday
{
    height: 100px;
    text-align: left;
    vertical-align:text-top;
    background-image: url('paperLight.jpg');
    -moz-box-shadow: 1px 1px 30px 3px #555555;
    -webkit-box-shadow: 1px 1px 30px 3px #555555;
    box-shadow: 1px 1px 30px 3px #555555;
}
