/* This is the style sheet for the TeamCluster Project Web site.
 * Copyright 2002 TeamCluster Consulting. "TeamCluster" and
 * "TeamCluster Project" are trademarks of TeamCluster Consulting. All rights
 * reserved. */

/* Notes:
 * 
 * * I use the "toplevel" class instead of child selectors, because of lousy
 *   browser support.
 */

/* Main pages. */
body, noframes {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-right: 0.5in;
}

p, li, dd {
	text-align: justify;
}

dd ul.toplevel {
	padding-top: 1em;
}

dt {
	font-weight: bold;
}

table {
	font-size: 10pt; /* Fix for Internet Explorer bug. */
}

table tr.header {
	background-color: #7e7472;
	color: white;
}

table tr.odd {
	background-color: #fefce6;
	color: black;
}

table tr.even {
	background-color: #e4dde7;
	color: black;
}

.title, .titleTeamcluster {
	text-align: center;
	font-size: 14pt;
	font-weight: bolder;
}

.titleSmall {
	text-align: center;
	font-weight: bold;
}

.titleTeamcluster {
	font-size: 18pt;
}

.navItems{
	font-size: 8pt;
}

.teamcluster {
	font-family: Pristina;
	font-size: 24pt;
}

.teamclusterBold{
	font-family: Pristina;
	font-size: 24pt;
	font-weight: bold;	
}

strong.extra {
	font-size: 13pt;
}

.trademark {
	font-weight: normal;
	font-size: 7pt;
}

.copyright, .footnote {
	color: #006666;
	background-color: white;
	font-size: 7pt;
}

.copyright {
	text-align: center;
}

.copyright a {
	color: #006a6a;
}

ol.footnote {
	list-style-type: decimal;
}

ul.menu li.toplevel, dd {
	margin-bottom: 1em;
}

ul.mainPageBullets li {
	list-style-type: disc;
}

ul.mainPageDiagrams li {
	list-style-type: square;
}

.diagram {
	text-align: center;
}

/* Forms. */
form .prompt {
	color: #116666;
	font-weight: bold;
}

form .required {
	color: #666699;
}

/* Nav bars. */
body.left, body.top {
	background-color: #555efe;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	margin-right: 0;
}

body.left {
	background-image: url(leftedge.png);
	background-repeat: repeat-y;
}

body.top {
	background-image: url(ttopedge.png);
	background-repeat: repeat-x;
}

body.left a, body.top a {
	color: #e5e5e5;
}

body.left a:hover, body.top a:hover {
	color: #ffffff;
}

body.left a:active, body.top a:active {
	color: #ffff00;
}

body.left strong {
	font-size: 3ex;
}

body.left ul {
	list-style-type: none;
}

body.left li {
	text-indent: -1em;
	text-align: left;
}

/* Decorations. */
body.rightedge {
	background-image: url(rightedge.png);
	background-repeat: repeat-y;
}

body.tbottomedge {
	background-image: url(tbottomedge.png);
	background-repeat: repeat-x;
}

body.topleft {
	background-image: url(logo.png);
	background-repeat: no-repeat;
}

body.bottomedge {
	background-image: url(bottomedge.png);
	background-repeat: no-repeat;
}

body.topright {
	background-image: url(topright.png);
	background-repeat: no-repeat;
}

