#grylWrapper
{
    width: 100%;
}

.grylContent
{
    /*
    * experimenting...
    * trying to get the left panel to render at the same width
    * when with or without the separator lines
    *
    margin: 0px 20px 20px 20px; */
    margin: 0px 20px 20px 0px;
    padding: 5px 5px 5px 5px;
    border-style: solid;
    border-color: #999696;
    border-width: 2px;
	background-color: #f9f8c4;    
}

.grylFooter
{
}

.DNNEmptyPane
{
	display: none;
}














