/* 
================================================
 Container Styles for DotNetNuke
================================================
*/   

.AdSideContainer
{
    position:relative;
    margin-top:12px;
}

html>body .AdSideContainer
{
    float:left;
    margin-top:20px;
}

.AdSideContent
{
    
    position:relative;
    background-image :url("content.jpg");
    background-repeat:repeat-y;
	width:183px;
}

html>body .AdSideContent
{
    float:left;
}


.AdSideTop
{    
    position:relative;
    top:9;
    background-image:url("top.jpg");
    background-repeat:no-repeat;
    height:3px;
    width:183px;
}

html>body .AdSideTop
{
    float:left;
    top:0;
}

.AdSideContentPane
{
    position:relative;    
    top:2px;
}

html>body .AdSideContentPane
{
    float:left;
    left:-1px;
    top:1px;
    
}
.AdSideBottom
{
    background-image:url("bottom.jpg");
    background-repeat:no-repeat;
    width:183px;
    height:3px;
    position:relative;
}

html>body .AdSideBottom
{
    position:relative;
    float:left;
}

.AdSideContentPane table, tbody, tr, td
{
    padding:0;
    margin:0;
    border-width:0;
}




