/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_vortex {
	width: 100%;
	background-color: #FFF;
	border-right: #FF9900 0px solid; 
	border-top: #FF9900 0px solid; 
	border-left: #FF9900 0px solid; 
	border-bottom: #FF9900 0px solid; 

}
.containerrow1_vortex {
	background-image: url(gradient.jpg);
	background-repeat: repeat-y;
	border-bottom: #FF9900 0px solid;
	background-color: #FFF;
}
.containerrow2_vortex {
	background-color: #ffffff;
}
.containermaster_transparent {
	width: 100%;
	background-color: transparent;
	empty-cells:hide;
    height:auto;
}
tr
{
   	empty-cells:hide;
   	height:0px;
   	margin:0px;
    padding:0px;
}
td
{
    empty-cells:hide;
    height:0px;
    margin:0px;
    padding:0px;
}
