
fieldset.contentItem
{
	display: block;
	background-color: #66FF99;
	position: relative;
    border-top:1px solid #55AA77; border-left:1px solid #55AA77; border-bottom:1px solid #338855; border-right:1px solid #338855; 
/*	background-color:#66FF99;
	/*background-color: #ffbb00;*/
	top: 1em;
	padding:.1em;
	margin-bottom: 2em;
	text-align:right;
}

legend.contentItem {
	color:#000000;
	background-color: #fffFFF;
	font-weight: bold;
	margin: 0 1px 0 1px;
	padding: 0.2em 0.5em;
	position: relative;
	border-top:1px solid #999999; border-left:1px solid #999999; border-bottom:1px solid #555555; border-right:1px solid #555555; 
	top: -1em;
/*	background-color: #ffbb00;*/
}

.ucHeaderEdit {font-family: Verdana,sans-serif,Arial,tahoma; background-color: #FFFF00; color:#000000; position:relative;}


.ContentItemEditBar 
{
	color:#000000;
	background-color:#66FF99;
	border-bottom: 1px #338855;
    border-top:1px solid #55AA77; border-left:1px solid #55AA77; border-bottom:1px solid #338855; border-right:1px solid #338855; 
	position:relative;
	/*
	background: url(images/site/yellow_fade.gif) ;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFF00',EndColorStr='#FFFFFF');
	margin-left: 10; margin-right: 10;
	cursor:move;	
	*/
	padding:1px;
	clear:both;
	text-align:right;
	width:100%;
	/*filter:alpha(opacity=90);*/
}

.ContentItemButton 
{
font-family:      sans-serif;
font-weight:bold;
height:           20;
color:            #EEEEEE;
font-size:        12px;
position:relative;
background-color: #363636;
border-top:1px solid #909090; border-left:1px solid #909090; border-bottom:1px solid #000000; border-right:1px solid #000000;
cursor: pointer;cursor: hand;
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#595959',EndColorStr='#363636');

/*
font: 11px verdana,Arial,helvetica, sans-serif; font-weight: bold; letter-spacing: 1; 
color: #333333;  cursor: pointer;cursor: hand;
background-image : url(images/form_btn_tile.gif); 
filter:alpha(opacity=100);
height:20px;
*/	
}


.container {
	margin:5px;
	padding:6px;
	border:1px solid #DADADA;
	background-image: url(http://www.netcast7.com/images/site/moduleBg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family: Verdana, Arial;
	font-size:10px;
	color:#333333;
	vertical-align:top;
    /*height:1%; this messes up firefox*/
}


