/* Author:				Noah Bacon
 * Date Created:			2009.08.24
 * Last Modification Date:		2009.08.24
 * Company:				JAHL Datasystems
 * Site:				C&GG Beads
 * File Name:				ToolBox.css
 */

/*This assumes #ToolBox is a table, but it doesn't have to be.*/
#ToolBox {
	/* The toolbox should be the full width of it's container.
	 * It has a light blue-ish background and a 1 pixel solid 
	 * bright blue border.
	 */
	width: 100%;
	background-color: #eeeeff;
	border: 1px solid #0000ff;
}

#ToolBox_Body {
	/* The toolbox body should be the full width of the 
	 * toolbox.
	 */
	width:100%;
}
/*
#ToolBox_Body_HTML_LinkTo,
#ToolBox_Body_HTML_imgTag {
	/* The output boxes have a height of 4em and width of 20em.
	 * This seems to comfortably fit the all outputs of those 
	 * functions.  If the output boxes need more room increase 
	 * the height by a line(1 em).
	 *//*
	height: 4em;
	width:	20em;
}
*/

