/**************
Styled Window
**************/
#divInstallHelper {
    position: fixed;
    right: 0px;
    top: 0px;
}

.installhelper_window {
    background: #EDF2F2;
    background-position:top left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    font-family:"arial,sans-serif";
    font-size:1em;
    font-weight:bold;
    color: black;
    text-align:center;
    min-width:300px;
    width:350px;
    min-height:150px;
    position: fixed;
    right: 0px;
    top: 0px;
    border: solid 1px black;
}

.installhelper_window .installhelper_window_header {
    text-align:center;
    
}

.installhelper_window .installhelper_window_title {
    margin-top:-7px;
    margin-bottom:7px;
    font-size:1em;
    position: absolute;
    right: 0px;
    top: 0px;

}

.installhelper_window b 
{
    color:#666;
    font-weight: bold;
}

.installhelper_window i
{
    color:black;
    font-weight: bold;
    font-style: normal;
}

#installhelper_window_close {
    display:block;
    position:absolute;
    top:10px;
    left:10px;
    height:24px;
    width:24px;
    background-image: url("../images/installer/window_close.gif");
    _background-image: url("../images/installer/ie6/window_close.gif");
}


#installhelper_window_close:hover {
    background-image: url("../images/installer/window_close_o.gif");
    _background-image: url("../images/installer/ie6/window_close_o.gif");
}

#control_overlay {  
    background-color:White;  
} 

#div_arrow_up {
    background: url("../images/installer/arrowup.png") no-repeat;
    _background: url("../images/installer/ie6/arrowup.gif") no-repeat;
    position: absolute;
    top: 0px;
    right: 40px;
    width: 29px;
    height: 85px;    
}

#divInstallingIsEasy {
    margin: 6px;
    margin-right: 10px;
    margin-left: 0px;
    position: absolute;
    height: 35px;
    left: 10px; 
    top: 0px; 
    right: 0px;
    width: 350px;
}

#divInstallingIsEasy #msg {
    font-family: arial,sans-serif; 
    font-size: 1em; 
    color:Orange; 
    height: 35px; 
    float: left;
    margin-right: 25px;
}

#divInstallHeader {
    height: 35px;
    background-color: #EDF0F0;
    /*border-bottom: solid 1px black;*/
}

#divInstallHelper li {
    padding-left: 0px;
    padding-top: 3px;
    font-size: 12px;
    min-height: 25px;
    width: 100%;
    vertical-align: middle;
}

#divInstallHelper .ie_li {
    display:list-item;
    padding-left: 0px;
    padding-top: 3px;
    font-size: 12px;
    white-space: nowrap;
}


#divInstallHelper ol, #divInstallHelper ul  {
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
    padding-left: 38px;
}

#dialogs img {
    margin: 5px;
}

.window_button {
    padding: 5px; 
    font-weight: bold; 
    font-size: 1.0em;
}

#ie_progressbar {  
    width:226px;
    height:25px;
    border:2px solid #ccc;  
    padding:1px;  
    margin:0;  
    position:relative;   
    text-align: left;
    background: url("../images/installer/download-bar-bg.png");
    _background: url("../images/installer/ie6/download-bar-bg.gif");
} 

#ie_progressbar_fill {  
    
    background: url("../images/installer/download-bar.png");
    _background: url("../images/installer/ie6/download-bar.gif");
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 3px;
    padding: 1px;
    height: 23px;
    width: 0px;
} 


#installing_is_easy
{
    margin-top: 10px; 
    margin-left: 0px;
    margin-right: 0px; 
    /*width: 123px;*/ 
    height: 16px;
    float: left;
}

.firefoxInstallationStep
{
    color: #666;
    white-space: nowrap;
}


