
/*	
	======================================================================

	stylesheets/public/links.css

	======================================================================
*/


/* ----------------------------------------------------
   general links
   ---------------------------------------------------- */

	a {
	
		color: #963;
		font-weight: bold;
	}

	a:link, a:visited {
	
		text-decoration: none;
	}

	a:hover {
	
		text-decoration: underline;
	}
	
	a:active {
	
		text-decoration: none;
	}


/* ----------------------------------------------------
   top nav links
   ---------------------------------------------------- */

	a.whiteLink {
	
		font-weight: normal;
		padding: 2px;
	}

/* ----------------------------------------------------
   subnav links
   ---------------------------------------------------- */

/*

a:-webkit-any-link{

	color: inherit;
	text-decoration: inherit;
}

*/

	a.subnavLink {
	
		color: white !important;
		font-weight: normal !important;
		text-decoration: none !important;
		background-color: #B399A0 !important;
	}

	a.subnavLink:link, a.subnavLink:visited {
	
		color: white !important;
		font-weight: normal !important;
		text-decoration: none !important;
		background-color: #B399A0 !important;
	}

	a.subnavLink:hover {
	
		color: #400001 !important;
		font-weight: normal !important;
		text-decoration: none !important;
		background-color: #B399A0 !important;
	}
	
	a.subnavLink:active {
	
		color: white !important;
		font-weight: normal !important;
		text-decoration: none !important;
		background-color: #B399A0 !important;
	}
	
	a.subnavLinkHighlighted,
	a.subnavLinkHighlighted:link,
	a.subnavLinkHighlighted:visited,
	a.subnavLinkHighlighted:hover,
	a.subnavLinkHighlighted:active {
	
		background-color: #8CA !important;
	}

/* ----------------------------------------------------
   white links
   ---------------------------------------------------- */

	a.whiteLink {
	
		color: white;
	}

	a.whiteLink:link, a.whiteLink:visited {
	
		color: white;
		text-decoration: none;
	}

	a.whiteLink:hover {
	
		color: #400011;
		background-color: white;
		text-decoration: none;
	}
	
	a.whiteLink:active {
	
		color: white;
		background-color: #400011;
		text-decoration: none;
	}

/* ----------------------------------------------------
   buttons
   ---------------------------------------------------- */

	/*  standard button  */
	
	.sunPlansButton {
	
		padding: 3px 10px 3px 10px;
		background-color: #B399A0;
		color: white;
		border: 1px solid #400011;
		border-radius: 6px;
	}

	.sunPlansButton:hover  {  background-color: #866;     }
	.sunPlansButton:active {  background-color: #B399A0;  }

	/*  small button  */
	
	.sunPlansSmallButton {
	
		font-size: 80%;
		padding: 2px 7px 2px 7px;
	}
	
	/*  green button  */
	
	.sunPlansGreenButton   { 
	
		background-color: #8CA;
		border: 1px solid #486;
	}
	
	.sunPlansGreenButton:hover  {  background-color: #6A7;  }
	.sunPlansGreenButton:active {  background-color: #8CA;  }

	.sunPlansButtonRightSpace {  margin-right: 10px;  }
	
	/* inactive button */
	
	.sunPlansInactiveButton {
	
		background-color: #DDD;
		border: 1px solid #DDD;
	}

	.sunPlansInactiveButton:hover  {  background-color: #DDD;  }
	.sunPlansInactiveButton:active {  background-color: #DDD;  }
	
	/* button divs */
	
	.lowerRightButtons {
	
		text-align: right;
		margin-top: 10px;
	}	
	
	.lowerRightButtonsLeftJustified {
	
		text-align: left;
	}