/*BEGIN STYLE SHEET*/
/*CUSTOMER:  Omnibus Wellness & The Omnibus Center website*/
/*PREPARED BY: Melanie Carter, 08/13/2004*/

/*BEGIN PAGE MAIN SETTINGS:  This area  contains the color requirements for the main page background.  */
.body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A5BECE;
}
.mainbackground
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}

/*BEGIN PAGE HEADER SETTINGS: This area contains class settings for the page header that typically contains the application logo and/or images.*/

.pageheaderbackground  
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #326661;
}
.pagemenubar 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #326661;
	font-style: normal;
	vertical-align: text-bottom;
	text-align: left;
}
.pagemenubar a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.pagemenubar a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.pagemenubar a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
/*BEGIN MENU SETTINGS: This area contains class settings for jave pop-up menu that is being used as an example.*/
.menutable
{
	background-color: #326661;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}
.menutable a:link
{
	color: #ffffff;
	text-decoration: none;
}
.menutable a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.menutable a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
#mouseoverstyle
{
	background-color: #326661;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #ffffff;
}
#mouseoverstyle a
{
	background-color: #326661;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	color: #ffffff;
}

/*BEGIN PAGE CONTENT SETTINGS: This area contains class settings for the left navigation and primary content area of the page.  */

.pagetitle 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.pagesubtitle 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.pagesubtitle a:link
{
	color: #000000;
	text-decoration: none;
}
.pagesubtitle a:visited
{
	color: #000000;
	text-decoration: none;
}
.pagesubtitle a:hover
{
	color: #000000;
	text-decoration: underline;
}
.breadcrumbs 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	vertical-align: top;

}
.breadcrumbs a:link
{
	color: #000000;
	text-decoration: none;
}
.breadcrumbs a:visited
{
	color: #000000;
	text-decoration: none;
}
.breadcrumbs a:hover
{
	color: #000000;
	text-decoration: underline;
}
.content 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
}
.content a:link
{	color: #1F50C9;
	text-decoration: none;
}
.content a:visited
{	
	color: #1F50C9;
	text-decoration: none;
}
.content a:hover
{
	color: #1F50C9;
	text-decoration: underline;
}
.contenttitle 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

/* This class defines the appearance attributes for page error messages.*/
.contenterrormessage 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	background-color: #FFFFFF;
}
.contentinstructions 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
}

/* BEGIN TABLE CLASSES: This area contains style classes for a basic table to be used on a page. */

.tablefieldlabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	width: 140pt;
	background-color: #FFFFFF;
	vertical-align: text-top;
}
.tablerequiredfieldlabel 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #333333;
	font-weight: bold;
	background-color: #FFFFFF;
	vertical-align: text-top;
}
.tablefooter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	vertical-align: baseline;
	background-color: #FFFFFF;
	font-weight: bold;
}
.indextablerowheading
{
	background-color: #326661;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}
.tablerowheading 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #A5BECE;
	font-style: italic;
	vertical-align: text-bottom;
	font-weight: bold;
}
.tablerowheading a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.tablerowheading a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.tablerowheading a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.tablerowsubheading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #CFCFCF;
	vertical-align: text-bottom;
	text-indent: 2pt;
}
.tablerow
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	vertical-align: text-top;
}
.tablerow a:link
{
	color: #1F50C9;
	text-decoration: none;
}
.tablerow a:visited
{
	color: #1F50C9;
	text-decoration: none;
}
.tablerow a:hover
{
	color: #1F50C9;
	text-decoration: underline;
}

/* BEGIN TABS: This section contains classes to be applied to table cells when the table has been set up to represent "tabbed" sections.  */

.tab
{
	background-color: #A5BECE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.tab a:link
{	
	color: #FFFFFF;
	text-decoration: none;
}
.tab a:visited
{	
	color: #FFFFFF;
	text-decoration: none;
}
.tab a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}	
.tabselected
{
	background-color: #A5BECE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
.tabselected a:link
{	
	color: #FFFFFF;
	text-decoration: none;
}
.tabselected a:visited
{	
	color: #FFFFFF;
	text-decoration: none;
}
.tabselected a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}	


/*BEGIN PAGE FOOTER SETTINGS: This area contains class settings for items in the page footer.  The footer designates the end of viewable data, and indicates to the user that it's the "bottom" of the page.*/

.pagefooter 
{
	background-color: #326661;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.pagefooter A:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.pagefooter A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.pagefooter A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
