/*

	Copyright (c) 2004, Agreeable Notion Ltd
	All rights reserved.

*/

/* CSS Document for help menus */
*							{font-family:Arial,Helvetica,Sans-Serif}
body,html					{margin:0px;padding:0px;font-size:12px}
:link,:visited				{color:#000000;text-decoration:none}
:link:hover,:visited:hover	{color:#18558A}
table,tbody,tr,td			{font-family:verdana, sans-serif;font-size:11px; padding:0px;margin:0px}
p,li						{text-align:justify}
h1							{font-size:28px;margin-top:20px}
h2							{font-size:22px}
h3							{font-family:verdana, sans-serif; font-size:18px; color:#062D7B; font-weight:bolder; padding: 8px 0px 0px 6px}
h4							{font-size:14px;margin-top:14px}
h5							{color:#666666;font-family:verdana, sans-serif;font-size:10px; font-weight:bold; margin-bottom:0.25em; margin-top:0.25em}
h6							{font-family:verdana, sans-serif;font-size:10px; font-weight:bold; margin-bottom:0.5em; margin-top:0.5em}
h7							{font-family:verdana, sans-serif;font-size:10px; font-weight:bold; margin-bottom:0.5em; margin-top:0.5em}
h8							{color:#666666;font-family:verdana, sans-serif;font-size:10pt; font-weight:bold}
p							{font-family:verdana, sans-serif;font-size:12px; margin-bottom:0.25em; margin-top:0.25em}
h1,h2,h4					{color:#8C9294;font-style:italic;text-transform:capitalize;margin-bottom:0.25em}

/* Layout table for the header */
#header						{ border-collapse:collapse; width:100%; height:37px; 
							background-image:url('../../images/content_images/help_head.jpg'); 
							vertical-align: top; border-bottom: 1px solid white; background-repeat: no-repeat  }


/* Layout table for the content */
#content					{ border:5px solid #94AAD4; width:400px; height:410px; text-align:center; margin-bottom:1px; }

/* Layout table for the footer */
#footer						{ border-collapse: collapse; width:100%; height: 25px; 
							background-image: url('../../images/content_images/help_foot.jpg'); font-family: arial; 
							font-size: 10px; color: #FFFFFF; text-align: center; background-repeat: no-repeat }
