/* This is a DNN defined style that we need to want our containers
to ignore */

.Head
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

/* Containers */

/* Yellow Container */
.yellowContainer_table
{
    border-collapse: collapse;
    margin: 10px 0px;
    padding: 0px;
    table-layout: fixed;
    width: 100%;
}

.yellowContainer_table_leftHeaderCell
{
    background-image: url(gradient_TitlebarYellow2LeftCorner.gif);
    width: 15px;
    overflow: hidden;
}

.yellowContainer_table_centerHeaderCell
{
    background-image:url(gradient_TitlebarYellow2.gif);
    height: 37px;
    color: #0E3669;
    vertical-align: middle; 
    font-size: 20px;
}

.yellowContainer_table_rightHeaderCell
{
    background-image: url(gradient_TitlebarYellow2RightCorner.gif);
    width: 15px;
    overflow: hidden;
}

.yellowContainer_table_contentCell
{
    background-color: White;
    text-align: center;
    padding: 10px;
    color: #0F3768;
    text-align: left;
    font-size: 12px;
}

.yellowContainer_table_leftFooterCell
{
    background-image: url(partialCircle1_leftbottom_white.gif);
    height: 20px;
}

.yellowContainer_table_centerFooterCell
{
    background-color: white;
}

.yellowContainer_table_rightFooterCell
{
    background-image: url(partialCircle1_rightbottom_white.gif);
    height: 20px;
    border: 0px solid red;
}

/* End Yellow Container /* */

/* Blue Container */
.blueContainer_table
{
    border-collapse: collapse; 
    margin: 10px 0px; 
    padding: 0px; 
    width: 100%;
    clear: both;
    table-layout: fixed;
}

.blueContainer_table_leftHeaderCell
{
    background-image: url(gradient_TitlebarBlue2LeftCorner.gif); 
    width: 10px;
    overflow: hidden;
}
.blueContainer_table_centerHeaderCell
{
    background-image:url(gradient_TitlebarBlue2.gif); 
    height: 37px; 
    color:#E79D06;
    vertical-align: middle; 
    font-size: 20px;
}
.blueContainer_table_rightHeaderCell
{
    background-image: url(gradient_TitlebarBlue2RightCorner.gif); 
    width: 10px;
    overflow: hidden;
}
.blueContainer_table_contentCell
{
    background-color: White; 
    color: #2D527C; 
    text-align: left; 
    font-size: 12px;
    padding: 10px;
}

.blueContainer_table_leftFooterCell
{
    background-image: url(quarterCircle1_leftbottom_white.gif);
    height: 10px;
}

.blueContainer_table_centerFooterCell
{
    background-color: white;
}

.blueContainer_table_rightFooterCell
{
    background-image: url(quarterCircle1_rightbottom_white.gif);
    height: 10px;
    border: 0px solid red;
}
/* End Blue Container */

/* Transparent Container */

.transparentContainerDiv 
{
    padding: 10px;
    color: White;
}
/* End Transparent Container */

/* End Containers */



