/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Evan O'Neil                        */
/*              http://www.NukeVille.com                  */
/*                oneilevan@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/

/* NS4: "body" font styles do not inherit properly; must set explicitly. */
.EON_FRC_Cobalt01Title, .EON_FRC_Cobalt01Content
{
	/* IE3/IE4: "font-family" must be last, else following styles do not render. */
	/* IE3: "font-family" cannot have multiple entries; list individually in reverse order. */
	font-family: sans-serif;
	font-family: Helvetica;
	font-family: Tahoma;
	font-family: 'Trebuchet MS';
	font-family: Arial;
	font-family: Geneva;
	font-family: Verdana;
}

/*-- container content pane            --*/ .EON_FRC_Cobalt01Content      { font-size: 13px; color: #444; text-align: left; padding: 5px 4px 15px 4px; }
/*-- container title token             --*/ .EON_FRC_Cobalt01Title        { font-size: 13px; color: #FFF; font-weight: bold; }
/*-- container title cell              --*/ .EON_FRC_Cobalt01TitleTD      { vertical-align: middle; padding: 0; width: 100%; }
/*-- container actions cell            --*/ .EON_FRC_Cobalt01ActionsTD    { vertical-align: middle; padding: 0; width: 0%; }
/*-- container visibility cell         --*/ .EON_FRC_Cobalt01VisibilityTD { vertical-align: middle; padding: 0; width: 0%; }
/*-- container icons cell              --*/ .EON_FRC_Cobalt01Icons        { vertical-align: middle; padding: 5px 0 7px 0; border-top: 1px solid #ccc; }

/*-- hidden links in content           --*/ a.Hidden, a.Hidden:active, a.Hidden:link, a.Hidden:visited { color: #444; text-decoration: none; }
                                            a.Hidden:hover { color: #039; text-decoration: underline; }

/*-- title top center section          --*/ .EON_FRC_Cobalt01TTM { background: url(01ttm_FrcCobalt.gif) top    left  repeat-x #4064a1; vertical-align: top;    padding: 0; width: 100%; height: 5px; }
/*-- title top left section            --*/ .EON_FRC_Cobalt01TTL { background: url(01ttl_FrcCobalt.gif) top    left  no-repeat;        vertical-align: top;    padding: 0; width: 5px; height: 5px; }
/*-- title top right section           --*/ .EON_FRC_Cobalt01TTR { background: url(01ttr_FrcCobalt.gif) top    right no-repeat;        vertical-align: top;    padding: 0; width: 5px; height: 5px; }
/*-- title middle center section       --*/ .EON_FRC_Cobalt01TMM { background: url(01tmm_FrcCobalt.gif) top    left  repeat-x #4064a1; vertical-align: middle; padding: 0 5px 0 5px; width: 100%; }
/*-- title middle left section         --*/ .EON_FRC_Cobalt01TML { background: url(01tml_FrcCobalt.gif) top    left  repeat-x #4064a1; vertical-align: middle; padding: 0; width: 5px; }
/*-- title middle right section        --*/ .EON_FRC_Cobalt01TMR { background: url(01tmr_FrcCobalt.gif) top    right repeat-x #4064a1; vertical-align: middle; padding: 0; width: 5px; }
/*-- title bottom center section       --*/ .EON_FRC_Cobalt01TBM { background: url(01tbm_FrcCobalt.gif) bottom left  repeat-x #4064a1; vertical-align: bottom; padding: 0; width: 100%; height: 5px; }
/*-- title bottom left section         --*/ .EON_FRC_Cobalt01TBL { background: url(01tbl_FrcCobalt.gif) bottom left  no-repeat;        vertical-align: bottom; padding: 0; width: 5px; height: 5px; }
/*-- title bottom right section        --*/ .EON_FRC_Cobalt01TBR { background: url(01tbr_FrcCobalt.gif) bottom right no-repeat;        vertical-align: bottom; padding: 0; width: 5px; height: 5px; }

/*========================================================*/

