/* 
CSS Styles used with the Teamwork Solutions Mouse Over Help
Use these style or define your own

Permission to use is granted AS-IS for use in applications provided this 
disclaimer remains in place.

For information on licensing or updates of this JavaScript Library, please contact:

          Scott Good or Steve Branam
          Teamwork Solutions, Inc.
          1880 MacKenzie Drive
          Suite 201
          Columbus, OH  43220

          614-457-7100
          614-457-8200 (fax)
		   http://www.teamsol.com

 Copyright 1992-2006 Teamwork Solutions, Inc.
 All rights reserved worldwide.
*/
.tsMouseOverHelp{
	font-family:Verdana, Arial, san-serif;
	font-size: 10pt;
	background:#f6f6f6; 
	padding:12px; 
	border:1px solid #000000; 
}
/* This is included to demonstrate alternative style options */
.tsMouseOverHelp2{
	font-family:Verdana, Arial, san-serif;
	font-size: 12pt;
	background:#5f6f5f; 
	color:00FFFF;
	padding:12px; 
	border:4px solid #000000; 
}
a.tsMouseOverLink {
	font-family:Verdana, Arial, san-serif;
	color:blue;
	font-size: 12pt;
	text-decoration: none;
}
/* This is included to demonstrate alternative style options */
a.tsMouseOverLink2 {
	font-family:Verdana, Arial, san-serif;
	color:orange;
	font-size: 10pt;
	text-decoration: none;
}
