﻿
.mdiWindowTable
{
	font-family:Arial;  /* will change the width of the borders */
	/* font-size:xx-small; /* will change the width of the borders */
	background-color:white;
	vertical-align:top;
	width:150px;
}
.mdiTopBorder
{
border-top:1px solid white;
background-color:silver;color:silver;
}
.mdiRightBorder
{
border-right:1px solid white;
background-color:silver;color:silver;	
}
.mdiBottomBorder
{
border-bottom:1px solid white;
background-color:silver;color:silver;	
}
.mdiLeftBorder
{
border-left:1px solid white;
background-color:silver;color:silver;	
}
.mdiTitleBar
{
 background-color:silver;height:24px;	
}
.mdiTitleWrap
{
font-weight:bold;width:100%;color:White;
 text-align:left; vertical-align:middle;	
}
.mdiTitleHighColor
{
 background-color:RoyalBlue;
}
.mdiTitleLowColor
{
 background-color:DarkGray;
}
.mdiWindowCaption
{
 border:none; 
 width:100px;
 color:White;
 background-color:transparent;
 font-weight:bold;
 white-space:nowrap;
 overflow:hidden;
 font-size: small;
 font-family:Sans-Serif;
}


.mdiMenu
{
position:absolute;
left:0px;
top:0px;
color:RoyalBlue;
background-color:Gainsboro;
border:solid thin RoyalBlue;
font-size:8pt;
font-weight:normal;
}

.mdiMenuChoiceHigh {
    border: 1px solid RoyalBlue;
    cursor:default;
}
.mdiMenuChoiceLow {
    border: 1px solid transparent;
    cursor: default;
}
.mdiLeftArea
{
	background-color:silver;	
}
.mdiBottomArea
{
	background-color:silver;	
}






/* alternate style xxxxxxxxx */

.A_mdiWindowTable
{
	font-family:Arial;  /* will change the width of the borders */
	/* font-size:xx-small; /* will change the width of the borders */
	background-color:#fffeee;
	vertical-align:top;
	width:150px;
}
.A_mdiTopBorder
{
border-top:1px solid red;
background-color:red;color:red;	
}
.A_mdiRightBorder
{
border-right:1px solid purple;
background-color:red;color:red;	
}
.A_mdiBottomBorder
{
border-bottom:1px solid purple;
background-color:red;color:red;	
}
.A_mdiLeftBorder
{
border-left:1px solid green;
background-color:red;color:red;	
}
.A_mdiTitleBar
{
 background-color:orange;height:24px;	
}
.A_mdiTitleWrap
{
font-weight:bold;width:100%;color:pink;
 text-align:left; vertical-align:middle;	
}
.A_mdiTitleHighColor
{
 background-color:yellow;
}
.A_mdiTitleLowColor
{
 background-color:gainsboro;
}
.A_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;
}


.A_mdiMenu
{
position:absolute;
left:0px;
top:0px;
color:RoyalBlue;
background-color:pink;
border:solid thin pink;
font-size:8pt;
font-weight:normal;

}
.A_mdiMenuChoiceHigh
{
border:1px solid red;
}
.A_mdiMenuChoiceLow
{
border:1px solid yellow;
}
.A_mdiLeftArea
{
	background-color:silver;	
}
.A_mdiBottomArea
{
	background-color:#fffeee;	
}

/* end of alternate style              */


.mdiTab
{
	border-left:solid thin black;	
	border-right:solid thin black;
	cursor:pointer;
}
.mdiTabHigh
{
	border-top:solid thin black;
	padding-left:0;
	padding-bottom:0;
	background-color:silver;
	/*border-bottom:solid thin silver;*/
	color:Black;
}
.mdiTabLow
{
	 border-top:solid thin black;
	 background-color:gray;
	 padding-left:0;
	 padding-bottom:0;
	 color:White;
	 /*border-bottom:solid thin gray; */
}
.mdiTabColorHigh
{
	background-color:silver;
	color:Black;
	border:none;
}
.mdiTabColorLow
{
	 background-color:gray;
	 color:White;
	 border:none;
}
.mdiTabFontSize
{
	 font-size: 16pt;
}
.mdiTabX
{
border:solid thin red;
color:Red;
font-weight:bold;
font-size:larger;
}

.mdiBottomFrameHeight
{
	height:6px;
}
.mdiTopFrameHeight
{
	height:6px;
}

.mdiMsgButton {
    padding-left: 6px;
    padding-right: 6px;
    font-weight: normal;
    font-size: small;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    color: black;
    border-bottom: black thin solid;
    background-color: ButtonFace;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mdiMsgText
{
    font-size:small;
    color:black;
}


.mdiTD
{
vertical-align:middle;	
}

