/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Brian Connor                       */
/*             http://www.NukeVille.com                   */
/*                connbrian@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/

/*-- conatiner title token             --*/ .BCC_CL_14LightIcebergTitle { font-size: 11px; font-family: tahoma; color: #555; font-weight: bold; line-height: 1.5em; }
/*-- container title cell              --*/ .BCC_CL_14LightIcebergTitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .BCC_CL_14LightIcebergActionsTD { width:0%; padding: 0; vertical-align: bottom; }
/*-- container content pane            --*/ .BCC_CL_14LightIcebergContent { font-size: 11px; font-family: tahoma; color: #444; text-align:left; padding: 5px 2px 5px 4px;}
/*-- container Icons cell              --*/ .BCC_CL_14LightIcebergIcons { text-align:right; padding: 5px 0 0 0; border-top: 1px solid #BBBBBB;}

/*-- inner top center section          --*/ .BCC_CL_14LightIcebergTI { background: url(14ti_LightIceberg.gif) bottom left repeat-x; vertical-align:top; height: 26px; width:60%; padding: 2px 15px 0 4px; }
/*-- inner top right section           --*/ .BCC_CL_14LightIcebergTIR { background: url(14tir_LightIceberg.gif) bottom right no-repeat; vertical-align:top; height: 26px; width:8px; padding: 0; }

/*-- top center section                --*/ .BCC_CL_14LightIcebergT { background: url(14t_LightIceberg.gif) bottom left repeat-x; vertical-align:top; height: 26px; padding: 0px; }
/*-- top left section                  --*/ .BCC_CL_14LightIcebergTL { background: url(14tl_LightIceberg.gif) bottom left no-repeat; vertical-align:top; height: 26px; width:6px; padding: 0; }
/*-- top right section                 --*/ .BCC_CL_14LightIcebergTR { background: url(14tr_LightIceberg.gif) bottom right no-repeat; vertical-align:top; height: 26px; width:6px; padding: 0; }

/*-- mid center section                --*/ .BCC_CL_14LightIcebergM { background: #FFF; vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .BCC_CL_14LightIcebergML { background: url(14ml_LightIceberg.gif) bottom left repeat-y; vertical-align:top; width:6px; padding: 0; }
/*-- mid right section                 --*/ .BCC_CL_14LightIcebergMR { background: url(14mr_LightIceberg.gif) bottom right repeat-y; vertical-align:top; width:6px; padding: 0; }

/*-- bottom center section             --*/ .BCC_CL_14LightIcebergB { background: url(14b_LightIceberg.gif) top left repeat-x; vertical-align:top; height: 18px; padding: 0; }
/*-- bottom left section               --*/ .BCC_CL_14LightIcebergBL { background: url(14bl_LightIceberg.gif) top left no-repeat; vertical-align:top; height: 18px; width:6px; padding: 0; }
/*-- bottom right section              --*/ .BCC_CL_14LightIcebergBR { background: url(14br_LightIceberg.gif) top right no-repeat; vertical-align:top; height: 18px; width:6px; padding: 0; }

/*========================================================*/
/* the news box */
#idnews01
{
	width:100%;
	/*background:#fbfbfb;*/
}

#idnews01 div
{
width:100%;
	margin:0 .0em 0 0em;
	padding:0;
}

/* the news box when JavaScript is available */
#idnews01.hasJS
{
width:100%;
	height:120px;
	overflow:hidden;
	position:relative;
}

#idnews01.hasJS div
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .0em 0 .0em;
	padding:0;
}
