.container_form
{
    width: 100%;
}
.container_header_gradient
{
    background-image: url(bluegradient.jpg);
    background-position: right top;
    background-color: #003366;
    background-position: right center;
    background-repeat: repeat-y;
}
.container_header_gradient TD
{
    color: #FFFFFF;
	font-family: Verdana;
    font-size: 9pt;
	font-weight: bold
}

.container_header_solid_blue
{
    background-position: right top;
    background-color: #003366;
    background-position: right center;
    background-repeat: repeat-y;
}
.container_header_solid_blue TD
{
    color: #FFFFFF;
	font-family: Arial;
    font-size: 10pt;
	font-weight: bold
}
.container_header_tealtitle
{
    background-color: Transparent;
}
.container_header_tealtitle TD
{
    color: #1194A3;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold
}
.container_header_blacktitle
{
    background-color: Transparent;
}
.container_header_blacktitle TD
{
    color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

/*
================================
Skin styles for DotNetNuke
================================
*/
.ModuleTitle_MenuBar
{
    height: 14px;
}
.ModuleTitle_MenuContainer
{
    border-bottom: 0px solid;
    border-left: 0px solid;
    border-top: 0px solid;
    border-right: 0px solid;
}
