/* CSS Document */
#rightcontent{
	width: 600px;
	float: right;
	background-color:#FFFFFF;
	background-image: url(../pics/content.jpg);
	background-repeat: repeat-y;
}
#leftlinks{
	float:left;
	width: 100px;
	color: #6600FF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	margin-left: 0px;
	background-repeat: repeat-y;
	background-image: url(../pics/leftlink.jpg);
	padding: 0px;
}
#leftlinks a{
	color: #6600FF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#leftlinks a:hover{
	color: #FFFFFF;
	background-color:#660099;
}
img{	
	border:none;
}
#top{
	background-color:#660066;
	height: 130px;
}
#wrapper{
	background-color:#660066;
}
.bio{
	padding: 10px;
	border:thin solid #9966FF;
}
.error{
	background-color:#00CCFF; 
}
.clearit{
	clear:both;
}
.rightpush{
	float:right;
	margin-right: 20px;
}
.leftpush{
	float:left;
	margin-left: 20px;
}
.calendar{
	color: #D8A7F8;
}
.day{
	padding-left:10px;
	font-weight: bold;
}
.time{
	padding-left:20px;
}
.black{
	color:#000;
}
.tall{
	line-height:20px;
}
body {
	font-family: Tahoma;
	font-size: 11px;
	color: #660099;
	margin: 0px;
	padding-left: 0px;
	width: 850px;
}
h1{
	margin-left: 10px;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
h2{
	margin-left: 20px;
	font-size:12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h3{
	margin-left: 30px;
	font-size:11px
}
h4{
	font-size:11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-weight: normal;
}
p{
	margin-left: 30px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 30px;
}
/*Calendar Stuff*/
#Container{
	margin-left:20px;
	width:580px;
	padding:5px;
	background-color:#FFFFFF;
}
#CalendarDays{
	background-color:#999999;
	text-align:center;
}
.DateNum{
	text-align:right;
}
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}