
.star_saved
{
    background-image: url('images/WaitingStar.png');
}

.dropdown dd
{
    position: relative;
}

.dropdown a
{
    text-decoration: none;
    outline: 0;
    font: 12px Arial, Helvetica, sans-serif;
    display: block; /*width: 130px;*/
    overflow: hidden;
}

.dropdown dt a
{
    background: transparent url('images/arrow.png') no-repeat center right;
    padding: 3px 5px 4px 5px;
}

.dropdown dt a.active
{
    background: transparent url('images/arrow_up.png') no-repeat center right; /*background: #c0c0c0;*/
}

.dropdown dd ul
{
    background: #f4f4f4;
    border: 1px solid #cecece;
    color: #cc0000;
    display: none;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 2px 0 5px 0;
    list-style: none;
    border-top: none;
    margin: 0;
    border-radius: 6px;
}

.dropdown dd ul li a
{
    padding: 2px 10px;
}

.dropdown dd ul li a span, .dropdown dt a span
{
    display: none; /*float: left;           width: 16px;                height: 11px;                   margin: 2px 6px 0 0;*/
}

.dropdown dd ul li a em, .dropdown dt a em
{
    font-style: normal;
    float: left; /*width: 100px;*/
    padding-right: 15px;
    cursor: pointer;
}

.dropdown dd ul li a em
{
    color: #000;
}

.dropdown dd ul li a:hover
{
    background-color: rgba(255,255,255,.1);
}
.dropdown dd ul li a:hover em
{
    /*color: #fff;*/
}

#ddlLanguages
{
    display: none;
}
#country-select:
{
    background-color: Red;
    float: left;
}
dl
{
    margin: 0px;
    padding: 0px;
}
a.active
{
    font-weight:bold;
    }
    
    
#ActualStateVisualizer {
	position: absolute;
    left: 570px;
    top: 5px;
}
#StatusBarList {
	list-style-type: none;
	
}
#StatusBarList li {
	float: left;
	margin: 0 25px;
	width: 77px;
	
}
#StatusBarBackgroundLine
{
    position: absolute;
    top: 25px;
    left: 60px;
    width: 255px;
    height: 10px;
    background-color: #A0A0A0;
    -webkit-box-shadow: 5px 5px 5px -2px #F0F0F0;
    -moz-box-shadow: 5px 5px 5px -2px black#F0F0F0;
}
#StatusBarList .circle {
	width: 40px;
    height: 40px;
    border-radius: 35px;
    border: 6px solid white;
    position: relative;
}

#StatusBarList .circle-standard
{
    background-color: #A0A0A0;
    -webkit-box-shadow: 5px 5px 5px -2px #6E6E6E;
    -moz-box-shadow: 5px 5px 5px -2px #6E6E6E;
    
}
#StatusBarList .circle-active 
{
    background-color: #00AEEF;
    -webkit-box-shadow: 5px 5px 5px -1px #9E9E9E;
    -moz-box-shadow: 5px 5px 5px -1px #9E9E9E;
}
#StatusBarList p.circle-inner-text 
{
    font-size: 30px;
    font-weight: 800;
    color: White;
    position: absolute;
    top: 10px;
    left: 10px;
}
#StatusBarList span 
{
    display: block;
    margin: 5px 0 0 0;
}
/*a.cancel
{
    background: url(images/ico/stop.gif) no-repeat 3px 3px;
}
a.save
{
    background: url(images/ico/save.gif) no-repeat 3px 3px;
}
a.ffw
{
    background: url(images/ico/forward.gif) no-repeat 3px 3px;
}*/