/***********************************
 Universal Styling
***********************************/
table#Daytable, #Header {
	margin: 0px;
	padding: 0px;
	width: 430px;
}

table#Daytable td{
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-top: 2px;
	vertical-align: top;
	width: 40px;
}
#Daytable ul {
	margin: 0px;
	padding: 0px;
}
#Daytable ul li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: none;
}

.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 {}
#Header h2 {
	margin: 0px;
	padding: 0px;
	color: #607979;
	font-size: 18px;
	font-weight: normal;
}
#Header p {
	margin: 0px;
	padding: 0px;
	color: #607979;
	font-family: Arial, Helvetica, sans-serif;
}
#Header .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
/***********************************
 Styles for Green
***********************************/
.greenborder {
	border: 1px solid #45A12B;
}
.GreenLI {
	background-image: url(images/green_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	background-color: #FFFFFF;
}
.GreenLightLI {
	background-image: url(images/green_light_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}
.GreenFAT {
	font-weight: bold;
	color: #45A12B;
}
.strip {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #45a12b;}
.green {
	background-color: #e3ecc5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #45a12b;
}
.greendate {
	color: #45a12b;
}
.GRleft {
	background-color: #45A12B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97be0d;}
/***********************************
 Styles for Blue
***********************************/
.blueborder {
	border: 1px solid #0086cb;
}
.BlueLI {
	background-image: url(images/blue_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	background-color: #FFFFFF;
}
.BlueLightLI {
	background-image: url(images/blue_light_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}
.BlueFAT {
	font-weight: bold;
	color: #0086cb;
}
.stripB {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0086cb;}
.blue {
	background-color: #e0f2fb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0086cb;
}
.bluedate {
	color: #0086cb;
}
.BLleft {
	background-color: #83cff0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0086cb;}

/***********************************
 Styles for Orange
***********************************/

.orangeborder {
	border: 1px solid #f8b55d;
}
.OrangeLI {
	background-image: url(images/orange_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	background-color: #FFFFFF;
}
.OrangeLightLI {
	background-image: url(images/orange_light_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}
.OrangeFAT {
	font-weight: bold;
	color: #ee813c;
}
.stripC {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f8b55d;}
.orange {
	background-color: #fff9c8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f8b55d;
}
.orangedate {
	color: #ee813c;
}
.ORleft {
	background-color: #f8b55d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ee813c;}

