﻿/* Set background color and image */
.PageBGProps {
	background-color: rgb(231,0,0);
	background-image: url('Images/RedTopBg.jpg');
	background-repeat: repeat-x;
}

/* Set page scroll bars colors */
	body {scrollbar-arrow-color: rgb(0,0,0);	
	scrollbar-face-color: rgb(231,0,0);	
	scrollbar-track-color: rgb(231,0,0);	
	scrollbar-base-color: rgb(231,0,0);	
	scrollbar-highlight-color: rgb(241,166,166);	
	scrollbar-darkshadow-color: rgb(0,0,0);	
	scrollbar-shadow-color: rgb(231,16,16);}

/* Set body page elements to center */
	body {text-align: center}

.PageWrapper 
	{width: 800px;   
	margin: 10 auto;
	text-align: left;}  
	
	
.TableFooter
	{text-align: left;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	color: white;
	font-style: normal;
	width: 800px;
	height: 30px;
	background-color: black;
	border: 1px black solid;
	border-collapse: collapse;
	border-spacing: 1px;}
	
table.CalenderText
	{text-align: left;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;	
	color: black;
	width: 800px;
	background-color: white;
	border: 0px black solid;
	border-collapse: collapse;
	border-spacing: 0px;
}
		
.TableTitle {font-weight: bold;
	font-size: medium;
	color: white;	
	margin-left: 30px;
	background-color: black;
	border-collapse: collapse;
	empty-cells: hide;
	border-spacing: 0px;}	
	
td.CalenderTitle{font-weight: bold;
	font-family: Verdana;
	font-weight: normal;
	font-size: x-large;
	color: white;
	background-color: black;
	border-collapse: collapse;
	empty-cells: hide;
	border-spacing: 0px;
	border-top: 1px solid white;
	text-align: center;}
	
td.CalenderDays{font-weight: bold;
	font-family: Verdana;
	font-weight: normal;
	font-size:  small;
	color: black;
	background-color: white;
	border: 1px solid;
	border-color:black;
	text-align: center;}

td.CalenderDayNormal{font-size:  small;
	font-family: Verdana;
	font-weight: normal;
	color: black;
	background-color: white;
	border: 1px solid;
	border-color:black;
	text-align: left;}

td.CalenderDayLight{font-size:  small;
	font-family: Verdana;
	font-weight: normal;
	color: black;
	background-color: #FFF0F0;
	border: 1px solid;
	border-color:black;
	text-align: left;}


.PageTableBorder {border: 1px solid #000000;}
.FooterText {font-size: medium;}

td.PageTitle{font-weight: bold;
	font-family: Verdana;
	font-weight: normal;
	font-size: x-large;
	color: white;
	background-color: black;
	border-collapse: collapse;
	empty-cells: hide;
	border-spacing: 0px;
	border-top: 1px solid white;
	text-align: center;
	height:40px}

.RedLeftBorder{border-left: 1px solid red;}
.RedRightBorder{border-right: 1px solid red;}
.RedTopBorder{border-top: 1px solid red;}
.RedBottomBorder{border-bottom: 1px solid red;}


