/* Defualt Element Styles */
html {
	height:					100%;
}

table {
	height:100%;
}

BODY {
	margin-bottom:			0;
	margin-left:			0;
	margin-right:			0;
	margin-top:				0;
	font-family:			Geneva, Arial, Helvetica, sans-serif;
	font-size:				small;
	background-color:		#A9B875;
	height:					100%;
}

TD {
	font-size:				small;
}

A {
	color: 					#7C8652;
}

A:Hover {
	color: 					#A9B875;
}

hr {
	color:					#7C8652;
	height:					1px
}

H1 {
	font-size:				xx-large;
	font-family:			Georgia, verdanna, arial, serif;
	color:					#7C8652;
}

H2 {
	font-size: 				x-large;
	font-family:			Georgia, verdanna, arial, serif;
	color:					#7C8652;
}

H3 {
	font-size:				large;
	font-family:			Georgia, verdanna, arial, serif;
	color:					#7C8652;
}

H4 {
	font-size:				small;
	font-family:			Georgia, verdanna, arial, serif;
	color:					#7C8652;
	border-bottom: 			1px solid #7C8652;
	width: 					90%;	
}

H5 {
	font-size:				x-small;
	font-family:			Georgia, verdanna, arial, serif;
	color:					#7C8652;
}

H6 {
	font-size:				xx-small;
	font-family:			Georgia, verdanna, arial, serif;
	color:					#7C8652;
}

/* Styles for assignment */

.Title {
	font-weight: 			bold;
	font-size:				small;
	font-family:			Georgia, verdanna, arial, serif;
	color:					#7C8652;
	border-bottom: 			1px solid #7C8652;
	width: 					90%;	
}

.ImageBorder {
	padding: 5px;
	background-color: #A9B875;
	border-top: 1px solid #7C8652;
	border-left: 1px solid #7C8652;
	border-right: 2px solid #7C8652;
	border-bottom: 2px solid #7C8652;
}

.LongImageBorder {
	padding-left: 27px;
	padding-bottom: 5px;
	padding-right: 27px;
	padding-top: 5px;
	background-color: #A9B875;
	border-top: 1px solid #7C8652;
	border-left: 1px solid #7C8652;
	border-right: 2px solid #7C8652;
	border-bottom: 2px solid #7C8652;
}

.Caption {
	font-size:				small;
	font-style:				italic;
}

.Footer {
	font-size:				x-small;
	font-family:			Georgia, verdanna, arial, serif;
	color:					#7C8652;
}

.FormFields {
	border-right-color:		#7C8652;
	border-left-color:		#7C8652;
	border-bottom-color:	#7C8652;
	border-top-color:		#7C8652;
	border-right-width:		1px;
	border-left-width:		1px;
	border-bottom-width:	1px;
	border-top-width:		1px;
	border-right-style:		solid;
	border-left-style:		solid;
	border-bottom-style:	solid;
	border-top-style:		solid;
	color: 					#000000;
	background-color:		#A9B875 !important;
}

.SmallFormFields {
	border-right-color:		#7C8652;
	border-left-color:		#7C8652;
	border-bottom-color:	#7C8652;
	border-top-color:		#7C8652;
	border-right-width:		1px;
	border-left-width:		1px;
	border-bottom-width:	1px;
	border-top-width:		1px;
	border-right-style:		solid;
	border-left-style:		solid;
	border-bottom-style:	solid;
	border-top-style:		solid;
	color: 					#000000;
	background-color:		#A9B875;
	font-size:				10px;
}

.TableTitle {
	background-color:		#A9B875;
	color:					#FFFFFF;
	font-family:			Georgia, verdanna, arial, serif;
}

.RowOrange {
	background-color:		#FDF6EB;
}

.RowBlue {
	background-color:		#F1F4F5;
}

/* Class Regions */

#Menu {
	border-left-width: 		thin; 
	border-left-color:		#7C8652;
	border-left-style:		dotted;
}

#Menu p {
	color:					#7C8652;
	font-weight: 			bold;
	horizontal-align: 		left;
	border-bottom: 			1px solid #7C8652;
	width: 					90%;	
}

#Menu li {
	font-size: 10px;
}

#Menu a {
	text-decoration:none;
}

#Menu a.hover {
	text-decoration:none;
}

/* DPI ActionStatus Styles */

.RED {
	color:					#FF0000; 
	font-weight:			bold; 
	font-family:			Verdana, Arial, Helvetica, sans-serif; 
}

.BLUE {
	color:					#336699; 
	font-weight:			bold; 
	font-family:			Verdana, Arial, Helvetica, sans-serif; 
}

.GREEN {
	color:					#339900; 
	font-weight:			bold; 
	font-family:			Verdana, Arial, Helvetica, sans-serif; 
}

.ORANGE {
	color:					#FF6600;
	font-weight:			bold;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
}

/* Calendar Element Styles */

.Weekend {
	color:					#CCCCCC; 
	background-color:		#D5DFCB;
	width:14%;
}

.WeekDayNames {
	color:					#FFFFFF; 
	background-color: 		#688D42; 
	font-weight:			bold;
}

.MonthName {
	color:					#526472;
	background-color:		#FFFFFF;
	font-weight:			bold;
}

.AnotherMonth {
	color:					#CCCCCC;
	background-color:		#EFF3EB;
	width:14%;
}

.BookedDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-color:#F3F3F1;
	width:14%;
}

.PriorDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	background-color:#CCCCCC;
	width:14%;
}

.CanSelectDate {
	background-color:#FFE697;
	cursor:pointer;
	width:14%;
}

.CanSelectDateOver {
	background-color:#FFF5D7;
	cursor:pointer;
}

.TdButton {
	cursor:pointer;
	background-color:#EDF2E7;
	border-bottom-color: #6D8752;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color: #6D8752;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color: #6D8752;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color: #6D8752;
	border-right-style:solid;
	border-right-width:1px;
}

.TdButtonOver {
	cursor:pointer;
	background-color:#F9FBF7;
	border-bottom-color: #A0B889;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color: #A0B889;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color: #A0B889;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color: #A0B889;
	border-right-style:solid;
	border-right-width:1px;
}

.TdButtonSelected {
	cursor:pointer;
	font-weight:bold;
	background-color:#F9FBF7;
	border-bottom-color: #FFCC00;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color: #FFCC00;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color: #FFCC00;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color: #FFCC00;
	border-right-style:solid;
	border-right-width:1px;
}
