/* GoLightly Stylesheet */
/* $Id: client.css,v 1.1 2008/10/07 21:10:52 dmcgrew Exp $ */

body {
	background: #A74C93; /* This is the color of the page behind the community */
}

.minWidth {
	width: 870px; /* ADDING THIS TO OVERRIDE SETTING IN GLOBAL */
}

#topBar {
	background: #00BBF2; /* This is the color of the background of the entire top bar */
}

#topBarSmall { /* This is for the top bar with the small logo */
	background: #6787D0; 
}

#topBarPrint { /* This is for the top bar that appears when printing */
	background: #6787D0; 
}

/*<group=Account Nav>*/

#accountNav {
	background: #0297C3;
	border: 1px solid #279BC0;
}

/*</group>*/

#topNav {
	left: 165px; /* This tells the top nav how far from the left to start */
}

/* For selected states. These settings cause the tabs to appear to be in the "at" state. */
/*** left most tab "home" ***/
#home #topNav li.home, #projectWizard #topNav li.projectWizard {
	background-position: 0px -81px;
	z-index: 2;
}
/*** all tabs that aren't on far left ***/
#myPage #topNav li.myPage, #people #topNav li.people, #workgroups #topNav li.workgroups, #forums #topNav li.forums, #library #topNav li.library, #help #topNav li.help {
	background-position: 0px -27px;
	z-index: 2;
}
#home #topNav li.home a, #myPage #topNav li.myPage a, #people #topNav li.people a, #workgroups #topNav li.workgroups a, #forums #topNav li.forums a, #library #topNav li.library a, #help #topNav li.help a, #tasks #topNav li.tasks a, #about #topNav li.about a, #stories #topNav li.stories a, #projects #topNav li.projects a, #projectWizard #topNav li.projectWizard a {
	font-weight: bold;
	color: #BC7311; /* This is the color of the top tab at-state text */
}
/*** right most tab "help" ***/
#help #topNav li.help div, #projectWizard #topNav li.projectWizard div {
	background-position: right -81px;
}
/*** all tabs that aren't on far right ***/
#home #topNav li.home div, #myPage #topNav li.myPage div, #people #topNav li.people div, #workgroups #topNav li.workgroups div, #forums #topNav li.forums div, #library #topNav li.library div, #tasks #topNav li.tasks div, #about #topNav li.about div, #stories #topNav li.stories div, #projects #topNav li.projects div {
	background-position: right -27px;
}
#home #topNav li.home span, #myPage #topNav li.myPage span, #people #topNav li.people span, #workgroups #topNav li.workgroups span, #forums #topNav li.forums span, #library #topNav li.library span, #help #topNav li.help span, #tasks #topNav li.tasks span, #about #topNav li.about span, #stories #topNav li.stories span, #projects #topNav li.projects span {
	background-position: 0px -32px;
}
	
/*</group>*/

/*<group=Content Footer>*/

.siteVersion {
	color: #993366;
}

/*</group>*/

/*<group=Page Footer>*/

#pageFooter {
	background: #D9E2F0; /* Background color of the footer area */
	border-top: 1px solid #fff;
}

/* See golightly stylesheet for contentPageFooter styles */

#footerNav1 li, #footerNav2 li {
	border-right: 1px solid #fff; /* The seperator lines between footer items */
}
	
/*</group>*/

#contentPromo1 { /* This is the left column outside liner for positioning relative to the main content and the right column */
	width: 29%;
}
/*</group>*/
