
/* Main Menu settings */
.MenuPanel
{
    background-color: Blue;
    z-index: 11;
    width: 100%;
    background-image: url(Images/LightBlueToolbar.png);
    background-repeat: repeat-x;
}

.MenuPanelStyle /* Main Menu bar settings */
{
    background-color: darkcyan;
    height: 28px;
    font-size: small;
    font-family: Tahoma;
    /*background-image: url(Images/LightBlueToolbar.png);*/
    background-repeat: repeat-x;
    border: 1px solid Gray;
    display: inline-block;
}

.imeiinput::-ms-clear {
  width : 0;
  height: 0;
}

#Logo
{
    float: left;
    /*background-image: url(Images/ir3YellowPlus.png);*/
    background-repeat: no-repeat;
    background-position: 0px 1px;
    /*padding-left: 28px;*/
    height: 28px; /*Width: 996px;/*(1024px-28px); */ /*height: 28px;*/
}

#ctl00_Menu1n0
{
    height: 28px;
}
#ctl00_Menu1n0 a /*first menu item, display logo */
{
}

.ctl00_Menu1_4 /*spacing between main menu items */
{
    padding: 0px 5px 0px 5px;
    height: 28px;
}
.ctl00_Menu1_1 /* main menu links */
{
    color: White;
    text-decoration: none;
}
.ctl00_Menu1_8 /*Main menu links Hover*/
{
    color: Black; /*makes text in menu link black when hovering over the menu section box rather than just the menu title*/
}

.ctl00_Menu1_9 /*Main Menu Hover*/
{
    color: Black;
    background-repeat: repeat-x;
    background-position: left top;
}
.MainDropDownMenuLinks /*dynamic drop down menus */
{
    text-align: left;
    color: Black;
}
.MainDropDownMenuLinks tr td /*dynamic drop down menu buttons */
{
    color: White;
    padding: 0px 4px;
    height: 28px;
}
.MainDropDownMenuHover a, .MainDropDownMenuHover /*Drop down menu hover */
{
    color: White;
    background-color: #0198F1; /*main blue*/
}

#LogoutMenuItem
{
    float: right;
    padding: 6px 5px 0px 5px;
    display: inline;
}
.Logout
{
    color: White;
    text-decoration: none;
}

#LogoutMenuItem a:hover
{
    color: White;
    text-decoration: underline;
}

.ToolbarEnd
{
    position: absolute;
    top: 1px;
    left: 1000px;
}

.RightBorder
{
    position: absolute;
    top: 30px;
    left: 1000px;
}

.BottomBorder
{
    position: absolute;
    top: 630px;
    left: 0px;
}

/* More master page styles */
#ProgressBar
{
    float: left;
    padding: 7px 5px 0px 10px;
}
#ctl00_UpdateProgress3
{
    background: url(Images/spinnerOnBlue.gif) no-repeat;
    background-position: center right;
    width: 16px;
}
.UpdateProgressLabel
{
    color: #FDF21E; /*Yellow*/
    font-family: Tahoma;
    font-size: small;
}

#MainContentPanel
{
    position: absolute;
    top: 29px;
    width: 1024px;
    border: solid 1px Gray;
    background-color: White;
}


/* End of master page styles */