/**
* CSS for the SecureZone for Common CSS settings
*
* @version v5.0.7
* @since v3.0.0
* @copyright Grey Zone 2000, 2001, 2002
*/

/* Defines CSS for HTML tags (default definitions) */

	table { 
		font-size: 11px;  
		color: #000000;
		font-weight: normal;
	}


	tr { 
		color: #000000;
		font-weight: normal;
	}
	td { 
		color: #000000;
		font-weight: normal;
	}

	th { 
		color: #000000;
		font-weight: bold;
	}

	p { 
		color: #000000;
		font-weight: normal;
	}

	xmp { 
		color: #000000;
		font-weight: normal;
	}
	ul { 
		color: #000000;
		font-weight: normal;
	}

	ol { 
		color: #000000;
		font-weight: normal;
	}

	li { 
		color: #000000;
		font-weight: normal;
	}

	b {
		font-weight: bold;
	}

	i {
		font-style: italic;
	}

	a {
		color: #000066;
		text-decoration: underline;
	}

	a:hover {
		color: #d6ad4a;
		text-decoration: underline;
	}

	a:visited {
		color: #000066;
		text-decoration: underline;
	}

	a:visited:hover {
		color: #d6ad4a;
		text-decoration: underline;
	}

/* End default definitions */

/* Start Media Library definitions */
	/* defines the attributes for basic media library popup window */
	body.mediaPopup	{ 
		background-color: #dddddd; 
	}
	/* defines the attributes for category list in the media library */
	body.mediaLeftNav { 
		background-color: #ffffff; 
	}

	/* defines the attributes for the top section of the media library */
	body.mediaCrumb { 
		background-color: #ffffff; 
	}

	/* defines the attributes for the main section of the media library */
	body.mediaMainNav { 
		background-color: #ffffff; 
	}

	/* defines the background color around text areas that can contain media items */
	td.mediaLib { 
		background-color: #dddddd; 
	}
/* End Media Library definitions */


/* Start Generic SZ definitions */

	/* used for headings always used in bold tags 
	   used in:
	   	search
		wysiwyg
		reporting
		cat
		login
		forgot
		bios
		careers
		events
		files
		forms
		free_form_content
		glossary
		gz_directory
		locations
		media_library
		news
		products
		quotes
	*/
	.head {
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		font-style:normal;
	}

	/* used for subheadings always used in bold tags 
	   used in:
	   	forgot
		login
		bios
		media_library
		news
		quotes
	*/
	.subhead {
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		font-style:normal;
	}


	/* used for SZ crumb trail
	   used in:
	   	header.php
		contact_form elem_description
		forms elem_description
	*/
	.trail {                                         
		font-size: 10px;
		color: #666666;
		font-weight: normal;
		text-decoration: none;
		font-style:normal;
	}
	.trail:hover {
		color: #000066;
		text-decoration: none;
	}
	.trail:visited {
		color: #666666;
		text-decoration: none;
	}
	.trail:visited:hover {
		color: #000066;
		text-decoration: none;
	}


	/* used for SZ errors is used in 'p, b, i' tags */
	.error {
		color: #ff0000;
	}

	/* used for required fields
	   used in:
	   	contact_form
	*/
	.required {
		color: #ff0000;
	}

/* End Generic SZ definitions */

/* Start Site Map definitions */
	/* top level categories*/
	.cat {
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		font-style:normal;
	}
	.cat:visited {
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		font-style:normal;
	}
	/* all categories below top level */
	.subcat {
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		font-style:normal;
	}
	.subcat:visited {
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		font-style:normal;
	}
/* End Site Map definitions */

/* Start CSS classes needed by admin_tools {treesLib.php,publish.html} */

	/* used to display groups a user is a member of
	   used in:
	   	publish
		media lib publish
	*/
	.memberGroup {
		font-size: 11px;
		color: #ff0000;
		font-weight: bold;
		font-style:normal;
	}

	/* used for group description when viewing group tree
	   used in:
	   	treesLib
	*/
	.groupDesc {
		font-size: 11px;
		color: #ff3300;
		font-weight: normal;
		font-style:italic;
	}
/* End CSS classes needed by admin_tools */

/* Start CSS classes needed by nav.php */

	/* default class for home sitemap login links */
	.topnav {
		font-size: 11px;
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		font-style: normal;
	}
	.topnav:hover {
		color: #d6ad4a;
		text-decoration: none;
	}
	.topnav:visited {
		color: #ffffff;
		text-decoration: none;
	}
	.topnav:visited:hover {
		color: #d6ad4a;
		text-decoration: none;
	}

	/* default used for level 1 categories in nav.php */
	.navcat	{
		font-size: 11px;
		color: #cc9933;
		font-weight: bold;
		text-decoration: none;
		font-style: normal;
	}
	.navcat:hover {
		color: #000066;
		text-decoration: none;
	}
	.navcat:visited {
		color: #cc9933;
		text-decoration: none;
	}
	.navcat:visited:hover {
		color: #000066;
		text-decoration: none;
	}

	/* default used for level 2 categories in nav.php */
	.navsubcat {
		font-size: 11px;
		color: #000066;
		font-weight: normal;
		text-decoration: none;
		font-style: normal;
	}
	.navsubcat:hover {
		color: #d6ad4a;
		text-decoration: none;
	}
	.navsubcat:visited {
		color: #000066;
		text-decoration: none;
	}
	.navsubcat:visited:hover {
		color: #d6ad4a;
		text-decoration: none;
	}

	/* default used for level 3 categories in nav.php */
	.subsubcat {
		font-size: 11px;
		color: #000066;
		font-weight: normal;
		text-decoration: none;
		font-style: normal;
	}
	.subsubcat:hover {
		color: #d6ad4a;
		text-decoration: none;
	}
	.subsubcat:visited {
		color: #000066;
		text-decoration: none;
	}
	.subsubcat:visited:hover {
		color: #d6ad4a;
		text-decoration: none;
	}

	/* default used for tool areas in nav.php */
	.tools-area {
		font-size: 11px;
		color: #666666;
		font-weight: normal;
		text-decoration: none;
		font-style: normal;
	}
	.tools-area:hover {
		color: #000066;
		text-decoration: none;
	}
	.tools-area:visited {
		color: #666666;
		text-decoration: none;
	}
	.tools-area:visited:hover {
		color: #000066;
		text-decoration: none;
	}

	/* default used for tool links in nav.php */
	.tools {
		font-size: 10px;
		color: #666666;
		font-weight: normal;
		text-decoration: none;
		font-style: normal;
	}
	.tools:hover {
		color: #000066;
		text-decoration: none;
	}
	.tools:visited {
		color: #666666;
		text-decoration: none;
	}
	.tools:visited:hover {
		color: #000066;
		text-decoration: none;
	}

	/* used for mode switching text */
	.mode {
		font-size: 11px;
		color: #081073;
		font-weight: bold;
		text-decoration: none;
		font-style: normal;
	}
	.mode:hover {
		color: #d6ad4a;
		text-decoration: none;
	}
	.mode:visited {
		color: #000066;
		text-decoration: none;
	}
	.mode:visited:hover {
		color: #d6ad4a;
		text-decoration: none;
	}

	/* used for current mode */
	.mode-current {
		font-size: 11px;
		color: #d6ad4a;
		font-weight: bold;
		text-decoration: none;
		font-style: normal;
	}
/* end classes used by layout */

/* Start FAQ tool definitions */
	/* used in the Q and A section of the view page */
	.faq {
		color: #000000;
		font-weight: normal;
		text-decoration: none;
		font-style:normal;
	}
/* End FAQ tool definitions */

/* Start Careers tool definitions */
	/* used for the job title */
	.chart {
		font-size: 12px;
		color: #000000;
		font-weight: normal;
		font-style:normal;
	}
/* End Careers tool definitions */

/* Start discussion_group definitions */
	/* used for of discussion group name on the main page */
	.discussion_group {
		font-size: 12px;
		color: #000066;
		font-weight: normal;
		font-style:normal;
	}
	.discussion_group:hover {
		color: #000066;
		font-weight: normal;
		font-style:normal;
	}
	.discussion_group:visited {
		color: #000066;
		font-weight: normal;
		font-style:normal;
	}
	.discussion_group:visited:hover {
		color: #000066;
		font-weight: normal;
		font-style:normal;
	}

/* End discussion_group definitions */

/* Start search definitions */
	/* used for the search score */
	.score {
		font-size: 11px;
		color: #333333;
		font-style: italic;
	}

/* End search definitions */

/* Start comment definitions */
	/* used for config.layout.php comments in layoutConfig tool */
	.comment {
		color: #006600;
		text-decoration: none;
	}
/* End comment definitions */

