﻿/*************************************************************************************************\
*																																																	*
*		SiteDesign.css																																								*
*																																																	*
*		DO NOT EDIT THIS FILE!																																				*
*																																																	*
*		This file holds site design CSS elements for the base CABS system.  To override any of the		*
*		settings in this file, implement them in a custom CSS file within the site's theme.						*
*																																																	*
*		Refer to the comments in System.css for more help.																						*
*																																																	*
\*************************************************************************************************/

.GrantedByInheritance
{
	background-color: #b3e889;
	margin: 1px;
}

/*****
 *****	Main page formatting classes
 *****
 *****	body - This is a standard designator to apply style to the body tag of the page.  As such,
 *****		the style information designated here is applied to every page on the site.
 *****
 *****	.body_style - All of the page templates implement a DIV tag that wraps all of the content 
 *****		on the page, and is itself only wrapped by the pages body tag.  This provides a little
 *****		extra flexibility in designing your pages.
 *****/

body 
{
}

.body_style
{
}

/*************************************************************************************************\
*																																																	*
*		GettingStarted classes are used for the various "Getting Started" help sections throughout		*
*		the application.																																							*
*																																																	*
\*************************************************************************************************/

.GettingStartedHeader
{
	font-weight:bold;
}

.GettingStartedContent
{
	margin-left:15px;
	margin-right:25px;
}

.PrivacySectionHeader
{
	font-weight:bold;
}

.PrivacySectionContent
{
	margin-left:15px;
	margin-right:25px;
}

