.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/*** Stylehseet used to setup the color schema ***/
/*** Begin main framework layout styles ***/
#layout_body
{
	background-color: #ffffff;
}

/*** End main framework layout ***/

/*** Begin content styles ***/
#cell_content
{
	background-color: #ffffff;
}

#content_title_text
{
	color: #295ac0;
}
/*** End content styles ***/

a.default
{
	color: #0000ff;
}

a.default:visited
{
	color: #0000ff;
}

a.default:hover
{
	color: #ff0000;
}

/* Informational text: Top of page */
.message_status
{
    /* background-color: #ffffff; */
    color: #000000;
}

/* Error text: Top of page and field validation */
.message_error
{
    /* background-color: #ffffff; */
    color: #ff0000;
}

/* Section headers for content */
.subheader
{
    color: #295ac0;
}

/* Section headers for page elements */
.subheader_detail
{
    color: #295ac0;
}
