/* ====================================================================
	WAF - Web/Windows Application Framework
	Copyright © 2005 The Enticy Group, LLC.
	NOTES:	Sample override CSS for the WAF sample application.
	REVISIONS :
		2005-06-20	Conrad	Created.
===================================================================== */
body {
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Times New Roman; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 

}

/* IE has a "feature" that some items don't inherit their font from the parent body tag. */ 
div, input, option, select, textarea, th, td, caption {
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Times New Roman; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
}

td.NavigateCell {
	background-color: lightgrey;
	width: 21px;
}
ul.SampleNavBar {
	margin: 0px 0px 5px 15px;
	list-style-type: none;
	padding-left: 0px;
	padding-right: 7px;
	width: 120px;
}
ul.SampleNavBar a:hover {
	background-color: lightblue; 
	color: black;
	/* text-decoration: underline; */
}
ul.SampleNavBar a {
	text-decoration: none;
}
td.WAFFormContentTD {
	width: 100%;
	color: Black;
}

td.WAFFormHeaderTD {
	border: 2px groove white;
	/* background-color: #c0cde6; */
	background-color: white;
	color: Black; 
	font-size: 16pt;
	padding: 5px 0px 8px 12px;
}

td.WAFFormFooterTD {
	border: 2px groove white;
	/* background-color: #c0cde6; */
	background-color: white;
	color: Black; 
	font-size: 10pt;
	padding: 5px 0px 8px 12px;
}

td.WAFFormNavbarTD {
	/*border: 2px groove white;*/
	background-color: white;
	font-size: 8pt;
	padding: 5px 0px 8px 12px;
}

/* ====================================================================
	Field decorations (choose, new, and navigate links)
===================================================================== */
a.Choose {
	text-indent: 0;
	float: left;
	text-decoration: none;
	background: none; 
	background: #00008B url("../images/tab2_left_dark.png") no-repeat left top;
	font-weight: Bold; 
	color: white;
	width: 370px;
	height: 18px;
	border: 2px solid #D3D3D3;
}
a.Choose:hover {
	border: 1px outset #D3D3D3;
}
a.New {
	text-indent: -2000em;
	float: left;
	text-decoration: none;
	background: #D3D3D3 url(../images/new.png) no-repeat;
	width: 19px;
	height: 18px;
	border: 1px solid #D3D3D3;
}
a.New:hover {
	border: 1px outset #D3D3D3;
}
a.Navigate {
	text-indent: -2000em;
	float: left;
	text-decoration: none;
	background: #D3D3D3 url(../images/nav.png) no-repeat;
	width: 19px;
	height: 18px;
	border: 1px solid #D3D3D3;
}
a.Navigate:hover {
	border: 1px outset #D3D3D3;
}
a.ChooseDate {
	text-indent: -2000em;
	float: left;
	text-decoration: none;
	background-color: #D3D3D3;
	background-image: url(../images/calendar.png);
	background-position: center;
	width:19px;
	height: 18px;
	border: 1px solid #D3D3D3;
}
a.ChooseDate:hover {
	border: 1px outset #D3D3D3;
}
