/* Simple */
.SimpleHeader {
	border: inset 1px;
	background: orange;
        width:100%;
}

/* SimpleBox */
.BoxSkin {
        color: #000000;
        background: tan;
        width: 100%;
}

.BoxSkin_Header {
        font: 13pt Tahoma;
        color: white;
        background: darkgoldenrod;
        font-weight: bold;
}

.BoxSkin_Content {
        background: white;
}

/* BluePanel */
.BluePanel_title {
        font-family: Arial, Verdana, Tahoma, Helvetica;
        font-size: 16px;
        font-weight: bold;
        color: blue;
}

/* GWindow */
.GWindow_Title {
        font-family: Verdana, Tahoma, Helvetica;
        font-size: 12px;
        font-weight: bold;
        color: black;
}
