/* Container Styles for DotNetNuke */

.modulewrapper
{ display:block;
    }

#modulefooter{
margin:  0 0 50px 0;
}

#modulefooter #actionsright 
{float:right;}

#modulefooter #actionsleft
{float:left;}

#alertbox
{border: 1px solid rgb(164,0,64);
background: #EAEAF5;
padding:5px 3px 3px 7px;
display:inline-block;
overflow:auto;
min-height:250px;
}

#alertbox h2{
font-size:1.4em ;}

#alertbox hr
{
width:99%;
color:rgb(164,0,64);
height: 1px;
}

#alertbox table, #alertbox tr, #alertbox td{
background-color: #EAEAF5;
}

#alertbox td{
font-size: 90%;
}

