﻿/*-- StateBar -- */
.StateBar_Green
{
	background-color: #8CC84B;
}

.StateBar_Red
{
	background-color: #E21F43;
}

.StateBar_Overload
{
	background-color: #4D9CEA;
}

.StateBar
{
    display: inline-table;
    color: #FDCF9A;
	font-size: 10px;
    font-weight: bold;
    border-collapse: collapse;
}

.StateBar span
{
	margin-left: 3px;
}

/*-- StepBar -- */
#StepBar_CssFunction
{
}
#StepBar_CssFunction ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}    
#StepBar_CssFunction ul ul
{
    position: absolute;
    z-index: 9999;
}
#StepBar_CssFunction ul ul
{
    display: none;
}
#StepBar_CssFunction ul li:hover ul
{
    display: block;
}

/*-- FileUploadField --*/
.FileUploadField_ImagePopup{
position: relative;
z-index: 0;
}

.FileUploadField_ImagePopup:hover{
background-color: transparent;
z-index: 1000;
}

.FileUploadField_ImagePopup span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.FileUploadField_ImagePopup:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 15;
left: 30px; /*position where enlarged image should offset horizontally */
}