/*
################################################################################
#  Copyright                                                                   #
#  - Cognocys, Inc. 2001, 2002, 2005;                                          #
#                                                                              #
#  All Rights Reserved.                                                        #
#  This notice does not imply publication.                                     #
################################################################################
	$Id:  $
	Description:  Cascading Styles used by the Cognocys web site.
*/
<STYLE>

/* default font unless otherwise specified */
* {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

img {

	border-style:  none;
}

/* usage:  setting font sizes for headings */
h1 {
	font-size: 200%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 125%;
}
h6 {
	font-size: 110%;
}

/* usage:  default body for all pages */
body.cogbody {
	border-style: none;
	margin: 0px;
	padding: 0px;
	height:  100%;
	background-color:  #aaaaaa;
}

/*  usage:  setting default font for table cells */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	empty-cells: show
}

TEXTAREA {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
}

/*  usage:  just any old unsorted list */
UL.uList {
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 25px;
	line-height: 150%
}

/*	usage:  navigation/logo cell for header for all pages */
td.navCell {
	background-color: #770000;
	color:  #ffffff;
	font-size: 10pt;
	font-weight: bold;
	height: 85px;
	text-align: right;
	vertical-align: bottom;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px
}

/*	usage:  cell to be used as a page sub-title */
td.subTitle {
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	font-size: 13pt;
	color: #0000aa;
}

/*	usage:  cell to be used as a side navigation cell */
td.sideNav {
	width: 180px;
	background-color: #ddddaa;
	color: #663300;
	border-right:  solid 1px #cccc99;
}

/*	usage:  cell used as a nested cell (unstructured links) in the side nav */
td.nestedNav {
	padding: 5px;
	color: #663300;
	font-size: 8pt;
}

/*	usage:  cell used as a nested cell (structured menu options) in the side nav */
td.nestedNavMenuCell {
	padding: 0px 10px 0px 10px;
	color: #663300;
	font-size: 9pt;
}

/*	usage:  cell to be used as a page footer */
td.footer {
	color: #ffffff;
	background-color: #770000;
	font-size: 8pt;
	padding-bottom: 2px;
	text-align: center
}

/*	usage:  default paragraph text */
p.para {
	text-align: justify;
	font-size: 9pt;
	padding: 10px;
	margin: 0px;
	line-height: 125%
}

/*	usage:  paragraph text that is used to introduce a list*/
p.paraForList {
	text-align: justify;
	font-size: 9pt;
	padding: 10px;
	padding-bottom: 0px;
	margin-bottom: 2px;
	line-height: 125%
}

/*	usage:  paragraph text for call-outs */
p.callout {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 11pt;
	color: #ffffff;
	text-align: left;
	background-color: #669933;
	margin-left: 10px;
	padding: 10px;
	line-height: 125%
}

/*	usage:  captions for images */
p.caption {
	margin-top: 5px;
	padding-top: 0px;
	font-weight: bold;
	font-size: 10pt;
	color: #000088
}

/*	usage:  provide navigational context */
p.navContext {
	color:  #000077;
	font-size: 10pt;
	font-weight: bold;
	padding: 10px 0px 0px 10px;
	margin-top: 0px;
	line-height: 100%
}

/*	usage:  provide page title */
p.pageTitle {
	color:  #0000aa;
	font-size: 16pt;
	font-weight: bold;
	padding: 0px 0px 10px 10px;
	margin-bottom: 0px;
	line-height: 100%
}

/*	usage:  used for all links on the site */
a {
	color: #4444ff;
}
a:link {
	color: #4444ff;
}
a:visited {
	color: #4444ff;
}
a:active {
	color: #4444ff;
}

/*	usage:  navigation links on the top area */
a.navlink {
	color: #ffffff;
	text-decoration:  none
}
a.navlink:link {
	color: #ffffff;
	text-decoration:  none
}
a.navlink:visited {
	color: #ffffff;
	text-decoration:  none
}
a.navlink:hover {
	color: #ff7744;
	text-decoration:  none
}
a.navlink:active {
	color: #ffffff;
	text-decoration:  none
}

/*	usage:  nested navigation links (side nav) */
a.nestedNavLink {
	color: #663300;
}
a.nestedNavLink:link {
	color: #663300;
}
a.nestedNavLink:visited {
	color: #663300;
}
a.nestedNavLink:hover {
	color: #ddddaa;
	background-color: #663300;
}
a.nestedNavLink:active {
	color: #663300;
}

/*	usage:  nested navigation links (side nav, but structured menu) */
a.nestedNavMenuLink {
	display: block;
	color: #663300;
	background-color:  #e8e8b4;
	border:  solid 1px #cccc99;
	padding:  5px;
	text-decoration:  none;
}
a.nestedNavMenuLink:link {
	color: #663300;
}
a.nestedNavMenulink:active {
	color: #663300;
}
a.nestedNavMenuLink:visited {
	color: #663300;
}
a.nestedNavMenuLink:hover {
	color: #ddddaa;
	background-color: #663300;
}

/*	usage:  white navigation links used on dark backgrounds */
a.whiteLink {
	color: #ffffff;
}
a.whiteLink:link {
	color: #ffffff;
}
a.whiteLink:active {
	color: #ffffff;
}
a.whiteLink:visited {
	color: #ffffff;
}
a.whiteLink:hover {
	color: #000000;
	background-color: #ffffff;
}

/*	usage:  footer navigation links */
a.footerNavLink {
	color: #ffffff;
}
a.footerNavLink:link {
	color: #ffffff;
}
a.footerNavLink:active {
	color: #ffffff;
}
a.footerNavLink:visited {
	color: #ffffff;
}

DIV.modPopup {
	background-color: #f0f0f0;
	border: solid 1px #00007f;
	visibility:hidden;
	width: 300px;
	position: absolute;
}

TABLE.modPopup {
	padding: 0px;
	margin: 0px;
	width: 100%
}

TD.modPopupTitle {
	background-color: #00007f;
	height: 25px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 13pt;
	color: white;
}

UL.featureList {
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 20px;
}

/* used to highlight words in paras */
span.emphasize {
	color: #bf0000;
	font-family: Century Gothic, Helvetica, Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 14pt
}

</STYLE>


