/*
// $Id: wrapper.css,v 1.3 2010/04/22 01:53:35 daniels Exp $
// $Revision: 1.3 $
// $Author: daniels $
//
// $Log: wrapper.css,v $
// Revision 1.3  2010/04/22 01:53:35  daniels
// *** empty log message ***
//
// Revision 1.2  2010/04/16 20:45:41  daniels
// *** empty log message ***
//
// Revision 1.1  2010/04/06 23:32:52  daniels
// Initial revision.
//
// Revision 1.2  2008/02/22 19:01:54  scottl
// Various changes to reference website.  Added new and updated example code modules and fixed some basic things that were missing/broken (Google Analytics, doctype, etc.)
//
//
*/

#footerNav a
{
	font-family: Arial;
	font-size: 11px;
	color:000000;
}

#containerDatePicker 
{
	position:absolute;	
	margin:34px 0 0 350px;
	z-index:100;
}

#subNav #containerDatePicker 
{
	position:absolute;	
	margin:40px 0 0 0;
	z-index:100;
}

input, select, textarea {
	font-size: 11px;
	color: #708497;
}
