﻿.squarebox {
    width: 100%;
    border: solid 0px #336699;
    text-align: justify;
    overflow: hidden; }
.squareboxgradientcaption {
    color: White;
    padding: 5px;
    background-image: url(images/tab_selected.gif);
    background-repeat: repeat-x; }
.squareboxcontent {
	width: 100%;
    background-color: WhiteSmoke;
    padding: 1px;
    overflow: hidden;
    border-top: solid 0px #336699; }
