@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../imgs/bk1.jpg);
	background-repeat:repeat-x;
	background-color:#006421;
	margin:0px;
	padding:40px;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial;
	text-align:center;
}
img{
	border:none;
}
a{
	text-decoration:none;
	color:#00CC4B;
}
a:hover{
	color:#006633;
}
p{
	margin:15px;
	padding:15px;
}
h1{
	margin:15px 20px;
	font-size:16px;
	color:#007f2e;
}
h2{
	margin:15px 25px;
	font-size:14px;
	color:#a7a7a7;
}
h3{
	margin:15px 30px;
	font-size:12px;
	font-weight:bold;
	color:#00cc4b;
}
h4{
	margin:15px 30px;
	font-size:12px;
	color:#666666;
}
#Container{
	background-color:#FFFFFF;
	text-align:left;
	width:910px;
	margin:0px auto;
	padding:0px;
}
#top{
	text-align:left;
	padding:3px;
	font-variant:small-caps;
	background-image:url(../imgs/headerbkgd.jpg);
}

#top a:hover,a:focus{
	background-color:#CCCCCC;
}
.clearit{
	clear:both;
}
.toplink{
	margin:20px 8px;
	padding:2px 7px;
}
#midsection{
	background-color:#FFFFFF;
	background-image:url(imgs/bdfslogo_small.jpg);
	width:580px;
	float:left;
	margin:10px;
	padding:0px;
}
#links{
	margin:0px;
	padding:0px;
	float:left;
	font-variant:small-caps;
}
#a1{
	background-image:url(../imgs/linkback.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	padding:6px 0px 6px 40px;
	margin:0px;	
}
#a1 a{
	color:#FFFFFF;
}
#a1 a:hover,a:focus{
	color:#DDDDDD;
}
#label{
	margin:0px;
	padding:22px;
	background-image:url(../imgs/labelback.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	font-size:14px;

}
#Budget{
	margin:0px 40px; 
	border:solid;
	border-width:1px;
	border-color:#42A064;
}
#HDate{
	width:75px;
	padding:10px;
	color:#42A064;
	float:left;
	margin-left:35px;
	font-weight:bold;
}
#HSummary{
	width:400px;
	padding:10px;
	float:left;
}
#signup{
	padding:5px;
	margin:0px;
	width:200px;
	text-align:center;
	font-weight:bold;
}
#footer{
	background-color:#CCCCCC;
	padding:20px;
	text-align:center;
}
.error{
	background-color:#42A064;
	color:#FFFFFF;
	padding:3px;
}
/* Date Picker Stuff 
body {
	font-family: Tahoma, Verdana, Arial;
	font-size: .8em;
	}*/
/* the div that holds the date picker calendar */
.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;
	}