﻿/*-- TextBox --*/
.shortTextBox {width:100px; height:14px;}
.textBox {width:200px; height:14px;}
.middleTextBox {width:370px; height:14px;}
.longTextBox {width:420px; height:14px;}
.multiLineTextBox {width:370px; height:100px;  }
.multiLineTextBoxMax {width:420px; height:200px;  }

/*-- DropDownList --*/
.ddList {width:200px;}
.middleDdList {width:370px;}

/*-- Table --*/
.tableCellButton {text-align:right;}

/*-- Obout Flyout --*/
.flyoutPopup
        {
            background-color:white;
            border: solid 1px silver;
            padding:10px;
            width: 250px; font-size:80%;        }
            
            
/*-- Menu --*/
.staticMenuItemStyle {margin-left:8px;}
.staticMenuHoverItemStyle {}
.dynamicMenuStyle {}
.dynamicMenuItemStyle {}
.IE8Fix {z-index: 100; } /* <= for correction of IE8 error */
