/* 
================================
 Container Styles for DotNetNuke
================================
*/   


/*main wrapper class*/
.wrapper
{
    width:100%;
    background-color:Transparent;
    color:White;
}


/*top row properties*/

.left-top
{
    width: 6px; 
    height:6px; 
    background-position: right bottom; 
    background-image: url(images/top_left.gif); 
    background-repeat: no-repeat;  
   
      
    }
.top-center
{
  height:6px;
  background-image: url(images/top.gif); 
  background-repeat: repeat-x; 
  background-color: Transparent; 
  background-position:bottom;
    }
    
.right-top
{
    width: 6px; 
    height:6px;
    background-position: left bottom; 
    background-image: url(images/top_right.gif); 
    background-repeat: no-repeat;
    
    }
    
    
/*middle row properties*/

.middle-middle{background-color: Transparent;}
.middle-left{background-image: url(images/left.gif); background-repeat: repeat-y; background-position: right top;}
.middle-right{background-image: url(images/right.gif); background-repeat: repeat-y;}    

/*bottom row properties*/

.left-bottom
{
    width: 6px; 
    height:6px; 
    background-position: right top; 
    background-image: url(images/bottom_left.gif); 
    background-repeat: no-repeat;       
    }
.middle-center
{
  background-image: url(images/bottom.gif); 
  background-repeat: repeat-x;  
    
    }
    
.right-bottom
{
    width: 6px; 
    height:6px;
    background-position: left top; 
    background-image: url(images/bottom_right.gif); 
    background-repeat: no-repeat;
    }


.containermaster_colored {
	width: 100%;
	text-align:center;
	background-color: #ffffff;
	
	
}

.containermaster_container {
	width: 100%;
	text-align:center;
	background-color: White;
	margin-bottom:5px;
	margin-top:0px;
	
}


.containermaster_transparent_header {
	width: 100%;
	height:25px;
	vertical-align:middle;
	text-align:left;
	padding-left:5px;
	background-color: White;
	
	border:1px solid #cbccbc;
	
}
.containermaster_transparent_body {
	width: 100%;
	background-color: White;
	padding-right:2px;
	padding-top:2px;
	padding-left:2px;
}


.containerrow1_blue {

	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.RoundCorner-table
{
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
    background-color:White;
    margin-left:0px;
    margin-right:0px;
    padding-right:0px;
    padding-left:0px;
}

.RoundCorner-td
{
    padding-top:10px;
}

.RoundCorner-top-left
{
    width:6px;
    height:6px;
    background-image:url('images/top_left.gif');
    background-repeat:no-repeat;
    background-position:bottom;
}
.RoundCorner-top
{
    height:6px;
    background-image:url('images/top.gif');
    background-repeat:repeat-x;
    text-align:center;
    vertical-align:bottom;
    background-position:bottom;
}
.RoundCorner-top-right
{
    width:6px;
    height:6px;
    background-image:url('images/top_right.gif');
    background-repeat:no-repeat;
    background-position:bottom left;
}

.RoundCorner-right
{
    width:6px;
    background-image:url('images/right.gif');
    background-repeat:repeat-y;
}

.RoundCorner-left
{
    width:6px;
    background-image:url('images/left.gif');
    background-repeat:repeat-y;
}

.RoundCorner-bottom-right
{
    width:6px;
    height:6px;
    background-image:url('images/bottom_right.gif');
    background-repeat:no-repeat;
}

.RoundCorner-bottom-left
{
    width:6px;
    height:6px;
    background-image:url('images/bottom_left.gif');
    background-repeat:no-repeat;
}

.RoundCorner-bottom
{
    height:6px;
    background-image:url('images/bottom.gif');
    background-repeat:repeat-x;
    text-align:center;
}
.RoundCorner-header
{
    padding-top:1px;
    background-color:White; 
    width:1px;
    /*margin-left:5px;*/
    /*margin-right:5px;*/
    padding-left:5px;
    padding-right:5px;
    text-align:center;
    vertical-align:middle;
    color:#bd2f2f;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
}

.ZeroLayerTable
{
    border:none;
    width:98%;
    margin-left:1px;
    margin-right:1px;
    padding-bottom:20px;
}

.ZeroLayerTableTR
{
    
}