/* 
================================
Skin styles for DotNetNuke
================================
*/	
body {height:100%; background-color:#EEEEEE;}

/* Box Frame Grey */
.top-left { background-image:url(s_top_left_g.gif); background-repeat:no-repeat; background-position:top left; background-color:#FFFFFF; }
.top-right { background-image:url(s_top_right_g.gif); background-repeat:no-repeat; background-position:top right; background-color:transparent; }
.bottom-left { background-image:url(s_bottom_left_g.gif); background-position:bottom left; background-repeat:no-repeat; background-color:transparent; }
.bottom-right { background-image:url(s_bottom_right_g.gif); background-position:bottom right; background-repeat:no-repeat; background-color:transparent; padding-top:1px; padding-right:7px; padding-bottom:0px; padding-left:7px; }


