/*#page_start_info
{
    padding: 4px 8px 0 0 !important;
}

#page_start_info_time
{
    font-size: 11px;
}*/

#logo_company {
    line-height: 90px;
    display: block;
    margin-left: 26px;
    margin-top: -68px;
    background: url('/IEECommon/Tuning/CLogo') no-repeat transparent;
}

#UserInfo_FlashPanel
{
    position: absolute;
    display: inline;
    margin-left: -86px;
}

img.timezone-tip
{
    margin: 3px 0px;
}

.moduleContainer div.moduleVersion
{
    float: left;
    width: 120px;
}

.portletList.two_cols .column-right {
    float: left;
    width: 20%;
    margin-left: 0;
    text-align: right;
}

.portletList.two_cols .column-left {
    float: left;
    width: 25%;
    margin-left: 7px;
}

#stageAlert {
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: RGBA(0, 0, 0, 0.5);
    /*-webkit-box-shadow: 0 -3px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 -3px 3px 0 rgba(0,0,0,0.3);
    text-shadow: -1px -1px 0px #212121;*/
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    padding: 8px;
    z-index:9999;
    cursor: no-drop;
}
#stageAlert span {
    width: 16px;
    height: 16px;
    background-image: url("/Content/Images/x16/CloseWindow.png");
    display: block;
    position: absolute;
    right: 1.7em;
    top: 0.6em;
    cursor: pointer;
}

/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
