﻿


/* alternate style xxxxxxxxx */

.D_mdiFrameClass {
    border: 0 none;

}

.D_mdiWindowTable {
    font-family: Arial; /* will change the width of the borders */
    font-size: 1pt; /* will change the width of the borders */
    background-color: white /*#fffeee */;
    vertical-align: top;
    width: 150px;
    border-radius: 6px;
}
.D_mdiTopBorder {
    border-top: solid thin gray;
    background-color: #f4f4FF /*#fffeee */;
}
.D_mdiRightBorder {
    border-right: solid thin gray;
    /* background-color:red;color:red; */
}
.D_mdiBottomBorder {
    border-bottom: solid thin gray;
    /* background-color:red;color:red; */
}
.D_mdiLeftBorder {
    border-left: solid thin gray;
    /* background-color:red;color:red; */
}
.D_mdiTitleBar {
    background-color: transparent;
    height: 1px;
}

/* #eeeeFF */

.D_mdiTitleWrap
{
 width:100%;color:pink;
 text-align:left; vertical-align:middle;	
}
.D_mdiTitleHighColor {
    background-color: #e9e7ff; /*#eeeeFF;*/
}
.D_mdiTitleLowColor
{
 background-color:#f4f4FF;
}
.D_mdiWindowCaption
{
 border:none; 
 width:100px;
 color:black;
 background-color:transparent;
 font-weight:bold;
 white-space:nowrap;
 overflow:hidden;
 font-size: small;
 font-family:Sans-Serif;
}


.D_mdiMenu
{
position:absolute;
left:0px;
top:0px;
color:RoyalBlue;
background-color:pink;
border:solid thin pink;
font-size:8pt;
font-weight:normal;

}
.D_mdiMenuChoiceHigh
{
border:1px solid red;
}
.D_mdiMenuChoiceLow
{
border:1px solid yellow;
}
.D_mdiLeftArea
{
	background-color:silver;	
}
.D_mdiBottomArea
{
	background-color:#fffeee;	
}

