/**********************************************/
/***										***/
/*** WARNING:								***/
/***										***/
/*** This is an auto-generated file, any	***/
/*** any changes maually made may result	***/
/*** in data loss upon redployment via the	***/
/*** BST.									***/
/**********************************************/

/*** Stylehseet used to setup the color schema ***/
/*** Begin main framework layout styles ***/
#layout_body
{
	background-color: #FFFFFF;
}

#header_banner
{
	background-color: #ffffff;
	border-bottom-color: #04aa83;
	border-bottom-width: 5;
}

.header_banner_left
{
	background-color: #ffffff;
}

.header_banner_right
{
	background-color: #ffffff;
}
/*** End main framework layout ***/

/*** Begin content styles ***/
#cell_content
{
	background-color: #FFFFFF;
}

#content_title_text
{
	color: #006BB5;
}
/*** End content styles ***/

/*** Begin general page styles ***/
/* Standard DataGrid Header style */
.dgHeader, .dgHeader_border
{
    color: #ffffff;
    background-color: #006BB5;
}

/* Header Cell Style */
.dgHeader td, .dgHeader th
{
	border-top-color: #04aa83;
}

/* Cell Style */
.dgGrid td, .dgGrid th
{
	border-bottom-color: #04aa83;
}

/* Item Style */
.dgItem0, .dgItem0_border
{
    background-color: #ffffff;
}

/* Alternating Item Style */
.dgItem1
{
    background-color: #ffffcc;
}

/* Standard DataGrid Sort Link style: All Sortable column headers */
.dgSortLink
{
    color: #ffffff;
}

/* Standard DataGrid Cell Link style: EDIT button on Admin / RenameAccount page */
.dgCellLink
{
	color: #006BB5;
}

a.default
{
	color: #006BB5;
}

a.default:visited
{
	color: #006BB5;
}

a.default:hover
{
	color: #04aa83;
}

/* Normal page text and informational text: Top of page */
.message_detail, .message_status
{
    color: #000000;
}

/* Error text: Top of page and field validation */
.message_error
{
    color: #ff0000;
}

/* Section headers for content */
.subheader
{
    color: #000000;
}

/* Section headers for page elements */
.subheader_detail
{
    color: #000000;
}

/* Help page styles */
.HelpTopic
{
    color: #000000;
}

/*** End general page styles ***/